i have recently installed new project arch in my laptop but while i was creating a new page i am unable to see default templates and core components in AEM
mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=53 -D appTitle=NikhilAEMProject -D appId=nikhil-aem-project -D groupId=com.mycompany.aem -D frontendModule=general -D includeExamples=y -D includeDispatcherConfig=y -D includeFormTemplates=y -D includeErrorHandler=y
and also getting error while creating page
can some one help. me here
Views
Replies
Total Likes
Hi @NikhilGa ,
I did run your command to create project and deployed the generated Project into my local AEM 6.5.17 instance and i could see the page and component dialogs fine.
Did you check your logs?
Did you run 'npm ci'/ 'npm run dev' before deploy?
Thanks,
Raju.
Views
Replies
Total Likes
yes i have run the mvn CI after the the mvn command
Views
Replies
Total Likes
Hi @NikhilGa ,
In that case can you check,
Thanks,
Raju.
Views
Replies
Total Likes
1.i can see in installed state (not sure how to keep it in active)
2.AEM 6.5.0
3. yes both mvn clean install and
Regards,
Nikhil Ganta.
Views
Replies
Total Likes
Can you try one thing,
1. Either Upgrade your AEM version to or > 6.5.14 OR
2. Use lower architype ex: "-DarchetypeVersion=24" to create project and deploy.
Thanks,
Raju.
Views
Replies
Total Likes
1. Install AEM 6.5:
2. Install the Latest Service Pack:
3. Install Latest Core Components:
Check the logs for any errors, and make sure the bundles are in active state.
Please go through this link:
Views
Replies
Total Likes
I have downloaded the 6.5.14 service pack while uploading i am getting this error
Views
Replies
Total Likes
create a folder 'install' inside your crx-quickstart folder.
copy service pack file inside this install folder and restart AEM server, this will install the service pack.
Views
Replies
Total Likes
Hi @NikhilGa,
Could confirm Java Version?
Please ensure you're using a supported Java version for AEM 6.5.
Ideally, this should be Java 8 (1.8.0_xx) - Java 11 is supported only with later SPs.
Once done: since you're on AEM 6.5.0, I highly recommend upgrading to the latest AEM 6.5 Service Pack (e.g., SP20 or higher). Many issues - especially those related to dialogs, component rendering, and clientlibs - have been resolved in newer service packs.
Hope this helps!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies