Hello,
i have installed AEM 6.5.0 in my pc. I have downloaded the main file from here
https://github.com/adobe/aem-guides-wknd
My versions:
Maven version: 3.8.6
Java version: 11.0.15.1
I inserted mvn command
"mvn clean install -PautoInstallSinglePackage -Pclassic"
i have changed in the pom master file the version of core component. The version before war 2.19.2, i inserted the latest 2.20.6. The version 2.19.2 was in similar error. Here the line in my POM file master:
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @FrancoBarresi ,
The github project which you have shared is for AEM 6.5.13+ - you can check in pom.xml post cloning.
<uber.jar.version>6.5.13</uber.jar.version>
You will have 2 options
Although worth to check AEM Core component compatibility here - https://experienceleague.adobe.com/docs/experience-manager-core-components/using/versions.html?lang=...
You can verify What AEM version is compatible to what AEM Core version.
If you look at you AEM Core Component bundle state it is in Installed state - that's because incompatibility of your AEM and core version.
After Installing AEM 6.5.13 SP, AEM Core Component bundle is in Active state and pages are accessible as below
Hope that helps!
Regards,
Santosh
Hi @FrancoBarresi ,
The github project which you have shared is for AEM 6.5.13+ - you can check in pom.xml post cloning.
<uber.jar.version>6.5.13</uber.jar.version>
You will have 2 options
Although worth to check AEM Core component compatibility here - https://experienceleague.adobe.com/docs/experience-manager-core-components/using/versions.html?lang=...
You can verify What AEM version is compatible to what AEM Core version.
If you look at you AEM Core Component bundle state it is in Installed state - that's because incompatibility of your AEM and core version.
After Installing AEM 6.5.13 SP, AEM Core Component bundle is in Active state and pages are accessible as below
Hope that helps!
Regards,
Santosh
Hello! How can i install AEM Service Pack 6.5.13+ OR? In which way?
@FrancoBarresi Via package manager
Thanks a lot @SantoshSai! You saved me! I have restarted many times to retunr all 612 bundles in active. After the installation of service pack many bundles were in status "resolved" and "installed", but now these are alls in ACTIVE. And now i can see the project! Thank you!
@SantoshSai - Thanks for the detailed explanation. I have faced the same issue and solved it.
I have one basic question - I'm trying to create a multifield widget in a custom compoent, in order to make this multi field work - do i have to install ACS commons Package on my AEM instance?
FYI - i'm using AEM 6.5.17
Views
Replies
Total Likes
Views
Likes
Replies