Packages not getting installed on Stage environment | Community
Skip to main content
B_Sravan
New Participant
April 12, 2023
Solved

Packages not getting installed on Stage environment

  • April 12, 2023
  • 2 replies
  • 777 views

We are facing an issue on AEM 6.5.15 we use the "Production pipeline" on Cloud Manager to build and deploy on STAGE (1 author, 6 publish), and packages are uploaded but not installed on Author and Publish. We have the message "A different version is installed" that references the version before the deployment.

other details:

1. I verified the filter.xml files (just in case)
2. No snapshot as it is being versioned by the cloud manager (the version got stuck and not being updated too, that's the issue I believe)
3. works fine on Dev and QA
4. verified the code being updated on Adobe repo (so no issue with our Jenkin jobs)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ShaileshBassi

Hi @b_sravan 

There is a post with the similar error 

 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/while-installing-package-getting-quot-a-different-version-seems/td-p/384106

 

As mentioned there:

1. confirm if new version is updated in pom.xml of all the modules of the project and it is same all across. 

 

Thanks

2 replies

ShaileshBassi
ShaileshBassiAccepted solution
New Participant
April 12, 2023

Hi @b_sravan 

There is a post with the similar error 

 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/while-installing-package-getting-quot-a-different-version-seems/td-p/384106

 

As mentioned there:

1. confirm if new version is updated in pom.xml of all the modules of the project and it is same all across. 

 

Thanks

arunpatidar
New Participant
April 12, 2023

Hi,

Can you check the package version of both old and new package created from pipeline

https://jackrabbit.apache.org/filevault/packagedefinition.html 

Arun Patidar