further on Bill's comments:

To end the JHS server task you need to do exit'' in the jijx page.
Closing the JHS tabs or browser does not affect the server and it will
still be there when you load the jijx page again.

Without remembering the details, JHS is pretty good about freeing and
reusing the port. That is, you should be able to type exit'' and then
restart the JHS server without problems.

On Tue, Feb 11, 2014 at 5:53 PM, bill lam <bbill....@gmail.com> wrote:
> Brian,
>
> How did you "exit" a running jhs?
>
> Aslo the port might not release immediately, you may need to wait for a few
> seconds.
> On Feb 12, 2014 2:47 AM, "Brian Schott" <schott.br...@gmail.com> wrote:
>
>> 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 <bbill....@gmail.com> 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
>>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to