Sounds like there might be a problem with the 801 Mac OSX app launcher for JHS. I won't be able to verify this until the weekend. Perhaps other Mac users can dig into this.
Meanwhile, probably better to use the JHS8 with the method that works and wait for the dust to settle. On Tue, Feb 11, 2014 at 2:40 PM, Brian Schott <[email protected]> wrote: > I can only run jhs801 if I run it from jconsole using the core.ijs and > init_jhs_ . I cannot run it by clicking on the jhs801 icon in the finder. > Otoh, if I run jhs801 once using jconsole, then exit'' after launching the > browser page, I can run jhs801 again using jconsole to launch. > > Using the info in your last post to me about using ps, I performed the > following steps and was then able to kill an unsuccessful launch attempt > (that used the jhs801 icon) and the to relaunch jhs801 using jconsole, > without having to power down. > > server:~ brian$ ps -au brian|grep jconsole > 501 611 ?? 0:00.03 > /Users/brian/j64-801/jhs801.app/Contents/MacOS/../../../bin/jconsole > ~addons/ide/jhs/core.ijs -js init_jhs_'' > 501 673 ttys000 0:00.00 grep jconsole > server:~ brian$ kill -9 611 > server:~ brian$ ps -au brian|grep jconsole > 501 683 ttys000 0:00.00 grep jconsole > server:~ brian$ > > Any new info in this? > > On Tue, Feb 11, 2014 at 2:15 PM, Eric Iverson <[email protected]>wrote: > >> Can you restate your problem. >> >> Can you run jhs801 OK? >> >> By default JHS701 and JHS801 both use port 65001 so you can only run >> one of them at a time. If one is running, starting the other will fail >> because the port is already in use. >> >> It only makes sense to run that ps command if starting a JHS server >> fails with an error report that the port is in use. Then you can use >> ps to find the task that is using (to your surprise) the port. With >> the result of the ps you could kill the port. Or more likely you could >> connect to jijx in your browser and do an exit''. >> >> -- > (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
