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 boot all the way up
/usr/sbin/ipconfig waitall
/bin/sleep 10

just before 

#
# Launch the application.
#

Also look at Chuck's post: 

 http://lists.apple.com/archives/webobjects-deploy/2008/Jun/msg00043.html

Liz

On 27 Jul 2014, at 09:05, John Pollard <j...@pollardweb.com> wrote:

> 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 and javamonitor does not resolve the problem.
> 
> I am sure it is a timing issue on when wotaskd and javamonitor are started, 
> either in relation to each other and/or other processes.
> 
> I switched to using Upstart (/etc/init) to start the processes and although 
> this appeared fine when I did it, I found on later reboots the problem 
> happened, so I rewound the server back to using /etc/init.d (SysVinit) for 
> the WO services.
> 
> Any clues as to the boot up timing issues for starting wotaskd and 
> javamonitor would be helpful.
> 
> Thanks
> John
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-deploy/liz%40plsys.co.uk
> 
> This email sent to l...@plsys.co.uk

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to