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
Views
Replies
Total Likes
Hi @JADISH ,
Could you please share some more insight?
Just for info:
"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
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
@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?
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
@JADISH I am not sure if you are trying the correct command. Can you try below command
fullpackage: mvn -PautoInstallPackage clean install
Bundle : mvn -PautoInstallBundle clean install
And make sure you have the profiles autoInstallPackage and autoInstallBundle in your pom.xml file
Yes I am running the fullpackage : mvn -PautoInstallPackage clean install
and do also have profiles autoInstallPackage and autoInstallBundle in my pom.xml file
I guess its a duplicate discussion. Similar thread is answered on https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/request-failed-org-apache-...
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies