Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a REST service deployed via ESB conductor on the ESB TAC. I accidentally deleted the feature via ESB Conductor before stopping and undeploying. Now the REST service is still active, and I cannot find a way to stop or kill it. I have tried killing and restarting the ESB container on linux, but the service just restarts with it. How can I remove this service?
Hi, thanks for your suggestions. Unfortunately, these solutions didn't work. Even after uninstalling the service in karaf, rebooting the container would kickoff the task again. The only solution I found that worked was reinstalling.
You can add the service once again in ESB Conductor.
Once it is in CREATED state you can Undeploy the service instead of a Deploy, so the service will removed from Runtime.
Then you can do a DEPLOY to deploy the service again tio Runtime, now the state is again back to DEPLOYED in ESB Conductor.
Hi, knowing how to UNDEPLOY the service is not my issue. My issue is that I had a service that was DEPLOYED, and before UNDEPLOYING, I accidentally DELETED the service in Conductor. This caused my service to still be RUNNING and accessible via Service Locator. However, I can no longer UNDEPLOY the service, because it was DELETED from the ESB Conductor.
The service is running on ESB, I can call it via REST. But I can't deploy a new service over the existing one, nor can I undeploy it.
Hi, thanks for your suggestions. Unfortunately, these solutions didn't work. Even after uninstalling the service in karaf, rebooting the container would kickoff the task again. The only solution I found that worked was reinstalling.