• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Deployment - Logging/Tracing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Deployment - Logging/Tracing


  • Subject: Re: Deployment - Logging/Tracing
  • From: email@hidden
  • Date: Tue, 20 Apr 2004 15:23:19 +0200

David,

Try to edit SpawnOfWotaskd.sh in /System/Library/WebObjects/JavaApplications/wotaskd.woa/Contents/ Resources

replace

   $@ 1>/dev/null 2>&1 &

with

   $@ 1>>/var/log/wo_out.log 2>>/var/log/wo_err.log &

then relanch your app and tail /var/log/wo_out.log and /var/log/wo_err.log

hope this helps,
Orlando
--

On 20.04.2004, at 14:18, David Griffith wrote:

Hi all,

I posted a similar message on the deployment list a while back and got no
response, was wondering if someone here might be able to help.


I am trying to start a couple of new applications on OS X 10.2.8 server,
there are a couple already running fine.


The new ones keep dying. They won9t start at all. I have tried setting the
output path to try and get some sort of log/trace to tell me where to start
looking but the log files never appear. The application tries to start and
dies over and over.


Anyone know where I can start? Suggestions on how to debug it or even find
some kind of helpful output would be great.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: Deployment - Logging/Tracing
      • From: David Griffith <email@hidden>
References: 
 >Deployment - Logging/Tracing (From: David Griffith <email@hidden>)

  • Prev by Date: Deployment - Logging/Tracing
  • Next by Date: Re: Deployment - Logging/Tracing
  • Previous by thread: Deployment - Logging/Tracing
  • Next by thread: Re: Deployment - Logging/Tracing
  • Index(es):
    • Date
    • Thread