| Troubleshooting |
|
This section describes some common problems that may be faced when using the Log4Web application. This applies to version 1.1. The Release Note included with the software will identify any problems that have been fixed from older versions. It may be useful to consult the FAQ for further help with using Log4Web.
To report a bug, please send an email to support@launchsoftware.com. Performance Problems If the refresh period is set too low, and there are many large messages files, then the application may be spending all of its time reading the contents of the files from disk. Reducing the frequency of refresh will help to alleviate this problem. If the messages files are very large then performance will suffer, even though the contents of the files are cached in memory. To reduce the size of the messages files, it may be better to use the rolling file mechanism supported by Log4J and briefly described here. This will split the messages across multiple, smaller, files. If there are a large number of log files, and potentially a large audience for those files, it may be better to use multiple instances of the Log4Web application in the web server or application server. Each instance can be configured with different messagesPath values, so that they are each handling a subset of the total set of messages files. Refer to the web server or application server documentation on how to create multiple instances of the Log4Web application.
Error Page is Displayed "> The reasons for this are explained on the page itself. The most likely cause is that the file list that Log4Web has cached, is out of date because a log file has been deleted. This page may also appear if the web server has been restarted. The problem should disappear on the next attempt to display the messages files. Output Appears as Unformatted Text No Messages Appear in the Output Exceptions Thrown When Using JDK 1.4 |