Thanks everyone,

Using the tip at the debugging page to include log output in the launchdaemon 
plist, I then checked the error logs for womonitor on startup which revealed a 
permissions issue:

Don't have permission to write to Configuration Directory 
/Library/WebObjects/Configuration/ as this user; please change the permissions.

So I changed owner like so:

sudo chown _appserver:_appserveradm Configuration

And now it works perfectly. 

Merci,

David

On 2010-07-23, at 5:46 PM, Mark Ritchie wrote:

> Hey David!
> 
> On 23/Jul/2010, at 5:22 PM, Pascal Robert wrote:
>> Check /var/log/system.log for startup errors, but like Chuck said, it's 
>> probably a permissions problem.
> 
> My approach is somewhat different....  Break it down into steps:
> - is Apache running: curl http://host
> - is the WOAdaptor loaded:  http://host/cgi-bin/WebObjects/WOAdaptorInfo
> - which wotaskd's is the WOAdaptor talking to - they are listed on the 
> WOAdaptorInfo page
> - which application instances are controlled by those wotaskd's - also listed 
> on the WOAdaptorInfo page
> - does the WOAdaptor think that your app instances are dead? - dead time 
> listed on the WOAdaptorInfo page
> 
> You get the idea where I'm going with this! ;-)
> 
> I should point out that you might find the updated WOAdaptor in wonder useful 
> here because it's ability to log messages has been fixed/expanded.
> 
> FYI, if it turns out that WOTaskd isn't launching your app, then these 
> thoughts might help:
> http://wiki.objectstyle.org/confluence/display/WO/Debugging+wotaskd+and+JavaMonitor
> 
> Good luck!
> M.
> 

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

This email sent to [email protected]

Reply via email to