Exception in R error

2002-12-02 Thread Richard Jackson
What is the cause of this tomcat 3.3.1 dump trace? It occurs on the first request. 2002-12-02 07:02:36 - Ctx() : Exception in R( + /itu/index.jsp + null) - javax. servlet.ServletException at java.lang.Throwable.fillInStackTrace(Native Method) at

Re: Exception in R error

2002-12-02 Thread Tim Funk
Look at your trace: Root cause: java.lang.NullPointerException at ituNews.dbUtil.getDBResults(Compiled Code) at ituNews.content.getCurrentContentTitles(Compiled Code) at itu.index_1._jspService(Compiled Code) You have code which is throwing a NPE. To get lines numbers, run

Re: Exception in R error

2002-12-02 Thread Richard Jackson
Thank you Tim. I have already sent email to the developer of the application. Richard Tim Funk writes: Look at your trace: Root cause: java.lang.NullPointerException at ituNews.dbUtil.getDBResults(Compiled Code) at ituNews.content.getCurrentContentTitles(Compiled Code)