Hi,
When ACM is deploying code in environment packages are changing into "install" state. Another observation is, the core components version is changing from 2.11.0 to any other available lower version like 2.7.0/2.5.0/2.3.2 which is weird. The pom.xml is setup with 2.11.0 version for both core.wcm.components.content.zip and core.wcm.components.config.zip packages
Service Pack installed : aem-service-pkg-6.5.16-NPR-40173-B02.zip
Can someone share any idea how this problem can be addressed.
Thanks,
Raghu
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @raghud1980
Verify the package versions: Double-check that the correct versions of the packages (core.wcm.components.content.zip and core.wcm.components.config.zip) are included in your codebase. Ensure that the pom.xml file accurately reflects the desired version (2.11.0 in your case).
Check package installation order: Confirm that the installation order of packages is correct. Sometimes, the installation of dependent packages may affect the state of other packages. Ensure that any dependencies are installed before the packages you are experiencing issues with.
Review ACM pipeline configurations: Check the configurations of your ACM pipeline. Make sure the pipeline is set up to use the correct package versions and configurations. Verify that the pipeline is not overriding or downgrading the packages during the deployment process.
Investigate conflicting packages: Determine if there are any other packages or configurations in your environment that might conflict with the desired package versions. Check for any other packages or code changes that could be modifying the state or versions of the core components.
Hi @raghud1980
There must be some unresolved dependencies of components or services for bundles. use /system/console and click on the install state bundles to check the dependences.
For core components check if the same version is used in all module while embedding the core packages.
Hello @raghud1980
You have mentioned that you packages are dependent on 2.11.0 core.wcm.components. While the system has lower versions available.
The dependency on the higher version is not met, which might be causing the packages to stay in Install state.
Try installing manually, it might even tell you the issue/error, that's resulting in install status.
Hi,
To address the issue of environment packages changing to the "install" state and the unexpected change in core components version during deployment in AEM, you can try the following steps:
Hello @raghud1980
Verify the package versions: Double-check that the correct versions of the packages (core.wcm.components.content.zip and core.wcm.components.config.zip) are included in your codebase. Ensure that the pom.xml file accurately reflects the desired version (2.11.0 in your case).
Check package installation order: Confirm that the installation order of packages is correct. Sometimes, the installation of dependent packages may affect the state of other packages. Ensure that any dependencies are installed before the packages you are experiencing issues with.
Review ACM pipeline configurations: Check the configurations of your ACM pipeline. Make sure the pipeline is set up to use the correct package versions and configurations. Verify that the pipeline is not overriding or downgrading the packages during the deployment process.
Investigate conflicting packages: Determine if there are any other packages or configurations in your environment that might conflict with the desired package versions. Check for any other packages or code changes that could be modifying the state or versions of the core components.
Hi @raghud1980 ,
I faced similar issue with SP15 for one of the clients, I was able to start by
I later on found that there were some differences in the start script that was in use vs the ootb latest start script.
I would recommend to give a shot to start the instance using java -jar <jarname> -r <runmodes>
Let me know if this helps, thanks!
Also, can you share relevant error logs for better understanding and investigation?
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies