At 6:11 PM +0100 11/25/05, Sébastien Gruhier wrote:
I am kind of lost.

... let's take a deep breath and progress through this logically!

(1) you have wotaskd and JavaMonitor running [you reported earlier]

appserve .... -WOPort 56789  <-- Monitor
appserve .... -WOPort 1085  <-- wotaskd

(2) the Tiger Server launchd startups for wotaskd and womonitor do NOT
    write any logs; the older versions wrote (typically) short logs to
    /var/log/webobjects.log

(3) since wotaskd is running as user 'appserver' (note that last "r", the
    ps listing above only shows the first 8 characters of the username),
    the applications it starts will also be running as 'appserver'.

(4) Try to start the application 'manually' by running it from Terminal
    under the 'appserver' username:

      sudo -u appserver /Library/WebObjects/Applications/App.woa/App

    and look for the errors.

(4B) If you have trouble with the sudo command try:

        sudo -u appserver touch /tmp/xxxxx
        ls -al  /tmp/xxxxx
        -rw-r--r--   1 appserve  wheel  0 Nov 25 14:41 /tmp/xxxxx

    till you can create a temporary file owned by appserver, then do
    (4) again ... Gavin
_______________________________________________
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