Hi @Heena91 , Are you seeing any console errors.And can you please check the error log at <your instance>\crx-quickstart\logs\error.log if it is printing any out of memory errors.https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-resolve-out-of-memory-error-java-heap-sp...
Hi @Shaheena_Sk , When we create any archetype AEM project by default there will be content page template can use that for testing/authoring. Here is the example for OOB we-retail templates.http://localhost:4502/mnt/overlay/wcm/core/content/sites/createpagewizard.html/content/we-retail Regards,Santo...
Hi @j_harendra , Which version of AEM forms you are using? For 6.2 its supported with windows 8, but for 6.5 version not sure, and the compatible versions are Windows 10 and windows 2016 server.AEM 6.2: AEM 6.5: Regards,Santosh
Hi @Heena91 , It looks like there are issues with executing maven bundle plugin. https://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.htmlthe <plugins> section of the POM file for this bundle project would look like this: <plugin>
<groupId>org.apache.felix</g...
Hi @AEMnewbie , I think there is no limit for live copies. we can configure the appropriate rollout triggers - https://docs.adobe.com/content/help/en/experience-manager-64/administering/introduction/msm-sync.htmlUse of the On Modification trigger can impact performance. See MSM best practices for mo...
Hi @Akashreddy29 , Try to check the port number for author instance is set to 4502 in setup.bat file at <your jar folder>\crx-quickstart\bin\start.bat if it is fine try running the AEM by double clicking on start.bat file now it will run the instance on port no: 4502. Or you can change the port of ...
Increase the heap memory size to >1024 MBTry running the below command from the command prompt with verbose option set.java -Xmx1536M -jar AEM_6.4_Quickstart.jar -vHope this helps.