"Record does not exist" error in package manager in aem after mvn clean install pautoinstallpackage is success | Community
Skip to main content
Level 2
November 28, 2022
Question

"Record does not exist" error in package manager in aem after mvn clean install pautoinstallpackage is success

  • November 28, 2022
  • 3 replies
  • 2059 views

I have build and created the jar file using mvn clean install pautoinstallpackage and can find jar /snapshot in package manager .But unable to install the project jar file locally , it states record does not exixt

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

3 replies

SantoshSai
Community Advisor
Community Advisor
November 28, 2022

Hi @jadish ,

Could you please share some more insight?

  • What archetype you are using to build project?
  • How are you deploying bundle? through Package Manager(application) or through console?

Just for info:

  • You can install application through Package Manager - which is located under /mysite/ui.apps/target as a zip after build.
  • You can install bundle through System/console - which is located under /mysite/core/target as a jar after build.

"mvn clean install -PautoInstallPackage" command should build and deploy to your instance, if not it seems like missing additional metadata in your jar.

Regards,

Santosh

Santosh Sai
JADISHAuthor
Level 2
November 29, 2022

I am working in a proxy environment and tried to build and deploy the projec using the command mvn clean install -PautoInstallPackage , build was success but it is not getting deployed ..

 

I can find the below error:

Request failed: org.apache.jackrabbit.vault.packaging.PackageException: java.lang.IllegalStateException: Blob equality check failed (500) while creating the build .

 

Kindly help out with the steps to resolve this 

 

Lokesh_Vajrala
Community Advisor
Community Advisor
November 28, 2022

@jadish Just to clarify, maven build and deploy command is successful, but you don't see the bundle in OSGi Web Console (/system/console/bundles). As the bundle is not installed through build, you're trying to install it through Package Manager?

JADISHAuthor
Level 2
November 29, 2022

I am working in a proxy environment and tried to build and deploy the projec using the command mvn clean install -PautoInstallPackage , build was success but it is not getting deployed ..

 

I can find the below error:

Request failed: org.apache.jackrabbit.vault.packaging.PackageException: java.lang.IllegalStateException: Blob equality check failed (500) while creating the build .

 

Kindly help out with the steps to resolve this

aanchal-sikka
Community Advisor
Community Advisor
September 5, 2023