Expand my Community achievements bar.

NO cq:dialogs for core components and templates

Avatar

Level 2

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

NikhilGa_0-1748847077073.png

and also getting error while creating page 
can some one help. me here

9 Replies

Avatar

Level 4

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.

Screenshot 2025-06-02 at 10.05.05.png

Did you check your logs?

Did you run 'npm ci'/ 'npm run dev' before deploy?

 

Thanks,

Raju.

Avatar

Level 2

yes i have run the mvn CI after the the mvn command 

NikhilGa_0-1748853114677.png

 

Avatar

Level 4

Hi @NikhilGa ,

 

In that case can you check,

  1. Are the respective Bundles active?
  2. Can you share more details from logs and version of AEM are you using?
  3. The package installation in done properly?

Thanks,

Raju.

Avatar

Level 2

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

mvn clean install -PautoInstallPackage build successful 
it would be so helpfull if we can have a quick call ?

Regards,

Nikhil Ganta.

 

 

Avatar

Level 4

@NikhilGa , 

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.

 

Avatar

Community Advisor

1. Install AEM 6.5:
   

  1. Download the AEM 6.5 Quickstart JAR file. You can typically find this in the Adobe Software Distribution portal (you'll need appropriate Adobe credentials to access this).
  2. Run the JAR file: Open a terminal or command prompt, navigate to the location of the downloaded JAR, and execute it using the following command: java -jar <quickstart_jar_file_name>.jar. This will launch AEM.
  3. AEM will extract and start, typically running on port 4502 for the author instance.

2. Install the Latest Service Pack:

 

 

  1. Download the latest AEM 6.5 Service Pack from Adobe Software Distribution.
  2. Go to the AEM Package Manager: Access the Package Manager through the URL http://localhost:4502/crx/packmgr/index.jsp.
  3. Upload the Service Pack package: Click "Upload Package" and select the downloaded Service Pack file.
  4. Install the package: Select the uploaded package in Package Manager and click "Install".
  5. Restart AEM: It is generally recommended to restart your AEM instance after installing a service pack.

3. Install Latest Core Components:

 

  1. Determine the Core Component version compatible with your AEM Service Pack: Refer to the Core Components versions documentation to identify the latest compatible version for your AEM 6.5 Service Pack. For example, Core Component versions 2.25.x require AEM 6.5.21.0 or higher.
  2. Download the latest Core Components package: You can find the latest release on the Adobe Core WCM Components GitHub Releases page. Download the core.wcm.components.all-<version>.zip file.
  3. Install the package via Package Manager: Similar to the Service Pack installation, upload and install the Core Components package through the AEM Package Manager.
  4. Consider installing Email Core Components (Optional): If needed, you can install the Email Core Components separately from their GitHub repository.

Check the logs for any errors, and make sure the bundles are in active state.

Please go through this link:

https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/development/set-up-a-...

Avatar

Level 2

I have downloaded the 6.5.14 service pack while uploading i am getting this error

 
Error
 
Inaccessible value

 

 

Avatar

Community Advisor

 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.

Avatar

Community Advisor

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.

Reference: https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/deploying/intr...

Hope this helps!


Santosh Sai

AEM BlogsLinkedIn