Instance already started issue

656 views Asked by At

I am unable to start or stop the fabric container, I am getting the error. Please find the below screen shots.

fabric Status
Error while starting and stopping

1

There are 1 answers

0
mohanbylapudi On BEST ANSWER

Though I tried to kill the instance by using container-stop --force issue still persists. So, first I stopped the server then I checked the list of process which are using java by using ps -ef | grep -i java, then got to know that one java process is still running with -Dcom.sun.management.jmxremote property and whose process id is equal to item.0.pid in (item.0 in this 0 will be first container number, ideally once the server stopped item.< X >.pid=0, if its not equal to 0 then its a heap space issue) ${karaf.home}/instance/instace.properties , immediately I killed that process then I started the server now everything worked fine for me. The only reason why I got this issue is java heap space issue.