From DSpace Wiki
[edit] Directories/files:
- DSpace log file: [dspace]
/log/dspace.log (usually)
- Tomcat log directory: [Tomcat]
/logs (usually)
- Cocoon logs: [tomcat]
/webapps/[webapp]/WEB-INF/logs/ (need to be turned on)
[edit] Websites:
[edit] Instructions:
- If the expected information simply never appears, leaving a blank browser screen, then the problem is likely with Tomcat's configuration. The error message should be in [Tomcat]
/logs/
- If you receive an “Invalid Continuation ID” error it means that you've restarted your Tomcat server and try to resume your session with the server. Re-login to DSpace / Manakin
- If you need more logging information you can turn on Cocoon's logging, edit the logkit.xconf file. Change the sitemap's log-level to DEBUG as shown below:
<category name="sitemap" log-level="DEBUG">
- If all else fails, email a description of the error along with the error stack listing to dspace-manakin@lists.sourceforge.net.