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