Tagged Questions
1
vote
3answers
911 views
Kill only one Java process
I usually run few Java applications, one for server running locally and other for some IDE like NetBeans. And from time to time, after lots of redeployments, my server get stuck on ...
3
votes
1answer
415 views
Cannot kill a java process
I have a java process that cannot be killed. I have tried every method I know, or that I have found on the internet to no avail. I have tried:
killall java
kill -9 <pid>
kill -11 <pid>
...
1
vote
0answers
152 views
Rogue Java process brings my computer to a halt
In reference to my earlier post: Is there a log of past threads that are now closed?
I gave the process a kill -STOP signal and started examining the details. I can't seem to figure out why it is ...