Hello,
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)
and now if I take a look at this error_jsp.java file, line 113 is:
exception.printStackTrace();
If I remove this (by editing error.jsp), the next use of exception causes the
same error. If I remove all of them, I get the error page, but it is now a
useless error page.
Obviously what I would like is not to get the error page at all, but I don't
know how to do that if the error page cannot tell me what went wrong.
Help?
This message posted from opensolaris.org