Manual Bundle deployment is not working | Community
Skip to main content
akhilraj
November 15, 2022

Manual Bundle deployment is not working

  • November 15, 2022
  • 1 reply
  • 1300 views

Hi,

 

We are facing some issue with manual bundle deployment.

 

Previously it was working well but we recently configured Jenkins job to build and deploy.

 

Jenkins deployment is working well but in case if we do manual deployment now, code is not reflecting even after re start.

 

Only Jenkins deployment is working now.

 

Any idea,

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

1 reply

arunpatidar
Community Advisor
Community Advisor
November 15, 2022

HI,

Can you check it is just a bundle or all the resources?

It could be possible that the version your are uploading is lower than what already installed.

Arun Patidar
akhilraj
akhilrajAuthor
November 15, 2022

We are not changing versions, but via Jenkins deployment only it is working.

And may be during manual deployment, it is not taking or overwriting existing code,

Our core bundle pom is given below.

<parent>
<groupId>com.xyz</groupId>
<artifactId>proj</artifactId>
<version>1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>proj.core</artifactId>
<packaging>bundle</packaging>
<name>proj-Core</name>
<description>Core bundle for proj</description>

Magicr
November 15, 2022

Under some mysterious circumstance a bundle will not be updated when a code package is imported via package manager. In this case you can call <address>/system/console/bundle and install the bundle manually.