Hi,
We came across below issue in our instances.
Initially we were doing bundle deployments manually always to author and publishers and everything was working fine.
Recently we did Jenkins integration for deployment and that also working fine.
But Issue is, after Jenkins deployment, any time if we try to deploy bundles manually, the changes are not reflecting, even after service restart also it will not work.
If we do the changes via Jenkins it is working even without service restart.
Issues will occur for bundles only if we do manually and package installation will work in either ways.
We are not clear about the logic behind it.
Did anyone came across this kind of issues, or any possible solutions ?
Solved! Go to Solution.
Views
Replies
Total Likes
but there are no subnodes(nt:unstructured node which contain pause) inside/system/sling/installer/jcr/pauseInstallation so this is not a reason of your issue.
Probably check the logs and event logs and see what is happening
Hi,
Check the bundle version. both bundle has same version or different if you are going to deploy lower version then it will not work.
One more thing check the jcrinstaller , Any pauseInstallation nodes below /system ? e.g. /system/sling/installer/jcr/pauseInstallation
delete if there are any pause installation.
Yes, we have that folder available.
but there are no subnodes(nt:unstructured node which contain pause) inside/system/sling/installer/jcr/pauseInstallation so this is not a reason of your issue.
Probably check the logs and event logs and see what is happening