Re: Log's for app vanishing
Peter Hermanns <[email protected]> Wed, 08 Sep 2004 16:08:27 +0200
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Organization | interActive Systems GmbH |
| Message-ID | <[email protected]> |
William Hatch wrote: > I've got a deployed app (one instance) with an output path set. (Same > directory as all my other apps, which are logging fine) I had a situation > last week where the logs for this app were not showing up, so upon > restarting it a few times, it corrected. We've been experiencing some > seemingly random exceptions the last day, so this morning I went to check > the log file and it's now missing again. The path I have set in Monitor is > /tmp/ which is the same for everything else. What could be going on? I > really need to debug this exception but am a bit hamstrung due to this > logging problem. Thanks for any suggestions, as always;-) Sometimes you can find cronjobs on UNIX systems (Solaris/Linux/whatever) which regularly delete files in /tmp/. Maybe this is the case on your system as well, so i strongly suggest that you log into another directory to test this out. Regards, Peter Hermanns