--- Brian Levine <[EMAIL PROTECTED]> wrote: > This is so basic, I hope you don't find it insulting, but have you checked > your tomcat logs? > I've gotten roller-related errors in those logs that didn't show up in > roller.log. > > /B
Don't worry Brian - I'm not easily offended ;-) I'm running Roller on Oracle Application Server/OC4J, not Tomcat, and so the main J2EE container logfile is under $ORACLE_HOME/opmn/logs. However there's nothing being written to that file when I get the HTTP 500 error occurs. The only oddities in the log file are these at startup: 12:43:30,179 INFO - Unable to locate MessageSource with name 'messageSource': using default [EMAIL PROTECTED] 12:43:30,185 INFO - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [EMAIL PROTECTED] 12:43:30,195 INFO - Unable to locate ThemeSource with name 'themeSource': using default [EMAIL PROTECTED] (for the rest of the messages see an earlier post in this thread). However these messages have been there since I first installed Roller. Looking at the Apache logs: ... - - [23/Apr/2008:19:54:21 +0100] "GET /roller/fmw HTTP/1.1" 302 201 "-" ... - - [23/Apr/2008:19:54:40 +0100] "GET /roller/fmw/ HTTP/1.1" 500 1432 "-" ... - - [23/Apr/2008:19:54:40 +0100] "GET /roller/roller-ui/styles/roller.css;jsessionid=c0a8090e30d6c0dc1f7afb59484491d6bd193e2827b0.e3iKbx0Kb38Te3v0 HTTP/1.1" 200 14677 "http://.../roller/fmw/" So that first response (302) is a redirect, followed by the 500 error. The roller.css succeeded and is the stylesheet used by the code 500 "Roller has encountered and logged an unexpected exception." error page. I'll keep diggin'... ___________________________________________________________ Yahoo! For Good. Give and get cool things for free, reduce waste and help our planet. Plus find hidden Yahoo! treasure http://green.yahoo.com/uk/earth-day/
