Watching Application Server Logs

From AgileApps Support Wiki
Revision as of 18:50, 3 May 2011 by imported>Aeric (Text replace - 'Category:System Administration' to 'Category:Installation')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Watching LongJump Logs

The log files used by LongJump are tomcat/logs/relationals.log and tomcat/logs/catalina.out

They contain informational messages as well as exceptions that help to troubleshoot specific problems. All messages are timestamped, with a prefix that indicates the module that recorded the message.)

Examples
  • A report scheduled to run at 2:00 is not created until much later. Examining the relationals.log for entries timestamped around that time can help to diagnose the problem. (The same applies to other scheduled events.)
  • A java.lang.OutOfMemoryError exception in catalina.out indicates that tomcat has run out of memory.

Note: In general, the LongJump Heartbeat Check is the best way to monitor the availability of the LongJump application.