I have a JSF application which uses JFreeChart as the charting component. Every once a while, I get an 500 error when I attempt to navigate to a page containing the chart. The error is not reproducible, however, the only way to get rid of the error was to restart the domain in glassfish.
So I went to the domain log directory and looked into server.log and server_access.log. The only error I could see is the "Broken Pipe" error which is a generic socket error caused by the app crash and does not help me in troubleshooting which part of code is causing the app to crash.
I was wondering where the stack trace of my application is stored on the server. Does anyone know a good FAQ to read on how to troubleshoot in glassfish?
Thanks.
Steve
[Message sent by forum member '3po' (3po)]
http://forums.java.net/jive/thread.jspa?messageID=264219