After a java application hung I tried to kill it using its PID. System did not kill it either by System Monitor or kill command or by sending TERM or KILL signal. How to kill it effectively? Application is of jar type called by shell script or manually from command line.
Announcement
Collapse
No announcement yet.
How to kill java application which does not want to?
Collapse
This topic is closed.
X
X
-
Re: How to kill java application which does not want to?
that is strange......are you sure you had the right PID as some times you will have several PID's for 1 thing if it has child processes ....killing the child processes dosent kill the parent and so it may get respond .
try the ctrl+alt+esc and place the scull and crossbones on the window and click it.
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
-
Re: How to kill java application which does not want to?
That helped! Only the scull.
No other killing didn't... which is being strange. For sure, I gave the right PID while killing. When app started by .sh script I could kill its parent process (bash) but not the child itself.
- Top
- Bottom
Comment
Comment