Primarily for my own benefit, but maybe of use to others -
Connectivity Agent is running -I shut it down and immediately restart it -
Now to using jps to help me sort this out - the cmd is jps -vl(lower-case l)
The result tells me the connectivity agent is no longer running, so I attempt to start it again -
Alles gut!Now back to jps -
Let's kill the connectivityagent.jar process - the windows flavour of kill -9 is as follows -taskkill /PID NNN /F
So, in my case, taskkill /PID 21476 /F
Agent has been stopped -Simple!
use jconsole to monitor -
No comments:
Post a Comment