This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
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,
Views
Replies
Total Likes
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>
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.
Hi @Magicr ,
We are installing via system/console/bundle only manually.
Even restarting the instances post deployment. It will not work.
But via Jenkins it is working. clean install -Dmaven.test.skip=true
We are observing this issue mainly for Bundle.
Hi @arunpatidar : pause installation folder is empty in our case