On Wed, 2006-10-04 at 11:31, Marc Glisse wrote: > I am using opengrok 0.3.1 on linux with tomcat-5.0.30. I first had to tell > tomcat to let opengrok read my files, but that works now, since I can > navigate the hierarchy of files in xref on my browser. But as soon as I ask > to see a file or make a search, I get a 500 error. If I take a look at the > tomcat log, I see: > ----- Root Cause ----- > java.lang.NullPointerException > at org.apache.jsp.error_jsp._jspService(error_jsp.java:113)
Do you have a longer stack in tomcat log files? The error page is called when there is an error else where It seems exception passed by tomcat to the error page itself is null. -Chandan
