Bill,

Below are 3 examples of running "ps -au brian |grep jconsole"

1) Run while jhs701 is successfully running
2) Run after "exit ''" in jhs701
3) Run after jhs801 is launched

Can you see anything important there?

server:~ brian$ ps -au brian|grep jconsole
  501  2616 ttys000    0:00.00 grep jconsole
  501  2600 ttys004    0:00.13 /Users/brian/j64-701/bin/jconsole
~addons/ide/jhs/core.ijs -js  init_jhs_''
server:~ brian$ ps -au brian|grep jconsole
  501  2622 ttys000    0:00.00 grep jconsole
server:~ brian$ ps -au brian|grep jconsole
  501  2631 ??         0:00.03
/Users/brian/j64-801/jhs801.app/Contents/MacOS/../../../bin/jconsole
~addons/ide/jhs/core.ijs -js  init_jhs_''
  501  2637 ttys000    0:00.00 grep jconsole
server:~ brian$



On Tue, Feb 11, 2014 at 11:33 AM, bill lam <[email protected]> wrote:

> Perhaps you can try "ps -aux |grep jconsole" to list possbile
> runaway jhs and kill them using kill or killall commands.
>
> --
(B=)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to