Re: Timing issues on boot with WO services

2014-07-28 Thread John Pollard
Thanks for this Bastian, though it looks like the thing is to wait until ipconfig has set up network services as per other sub-thread. John On 27 Jul 2014, at 12:24, Bastian Triller wrote: > I'd try to add a dependency to the wotaskd.conf. > Maybe something like: > start on (starting javamonito

Re: Timing issues on boot with WO services

2014-07-28 Thread John Pollard
Thanks Liz, that does seem to have worked. The link you gave doesn't seem to be a Chuck post for a change, but Art Isbell. /usr/sbin/ipconfig waitall On 27 Jul 2014, at 11:04, Elizabeth Lynch wrote: > Hi John > > I recall we had something similar at some point (on a Mac OS Server system). > S

Re: Timing issues on boot with WO services

2014-07-27 Thread Bastian Triller
I'd try to add a dependency to the wotaskd.conf. Maybe something like: start on (starting javamonitor) Not tested, I'm not an Upstart guy, but also see [1] or the Upstart cookbook [2] [1] http://askubuntu.com/a/22110 [2] http://upstart.ubuntu.com/cookbook/ On 27 Jul 2014 10:05, "John Pollard" wro

Re: Timing issues on boot with WO services

2014-07-27 Thread Elizabeth Lynch
Hi John I recall we had something similar at some point (on a Mac OS Server system). Searching the webobjects-dev lists found other people had suggested adding 'sleep 10' to wotaskd.woa/wotaskd, and this fixed it for us. Change JavaApplications/wotaskd.woa/wotaskd and add: # wait untill things

Timing issues on boot with WO services

2014-07-27 Thread John Pollard
Hi all, I have an intermittent problem on reboot where app web pages come up with "application not found on the server". I can see the application processes are running, as are wotaskd and javamonitor. JavaMonitor (accessed via direct connect) can't see the processes running. Restarting wotaskd a