Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unable to start Service under ESB Conductor

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? 

Labels (2)
2 Replies
vapukov
Master II
Master II

 

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

 

 

Anonymous
Not applicable
Author

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.