Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to create a duplicate service task using a different context running on the same server. I was able to add the task, deploy it, but am unable to start it. There is no information in the logs saying why the start failed. Also, when I checked the karaf console, I did not see the bundle of the duplicate task. Does anyone know why this is happening?
do You test - stop original service and start new?
if both use same endpoint URI - of course they will be conflict and 2nd will not start
The endpoint of the duplicate (new) service is different from the original one. When I deploy the new service, I don't see the bundle in the karaf console. I have also changed the groupId and the artifactId and changed the package structure just to make sure there is no conflict.