Skip to main content
ashishkhadpe
Level 3
November 23, 2020
Question

inst and rm commands using maven / vault plugin - 500 error

  • November 23, 2020
  • 2 replies
  • 868 views

When I run the build using bamboo plan and try to deploy I can see below error in bamboo log : 

 

<crx version="1.4.9" user="admin" workspace="crx.default">
<request>
<param name="cmd" value="inst"/>
<param name="name" value="project-website"/>
</request>
<response>
<data>
</data>
<status code="500">java.lang.IllegalArgumentException: Several packages with name 'project-website' exist. Please specify group.</status>
</response>
</crx>

 

Any way to specify group?

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

2 replies

SureshDhulipudi
Community Advisor
Community Advisor
November 23, 2020

Is this project already deployed?

Change the version and try to deploy

VeenaVikraman
Community Advisor
Community Advisor
November 24, 2020

Is there some option in Bamboo to force deploy?