0 Replies Latest reply on Oct 5, 2016 1:23 PM by fsbcomputers

    How to Stop/Kill a JVM that has no pid?

    fsbcomputers

      Hey guys,

       

      I just ran into this today:

       

      I was trying to stop a JVM using the jvm.sh -a stop command, it did not stop after a while, so I tried to run jvm.sh -s kill and it didn't do it either, so I ran ps -ef | grep jvm and found nothing, when I ran jvm.sh -a status it said JVM running with no pid.

       

      What can I do to Stop/Kill it?

       

      Thanks