i am getting following exception while using Jrun2.3, the page is running fine using sun's .92 ref implementation event after this exception the stdout.log(shown below) shows that the method get's executed normally, but the database isn't got updated. any pointers --Nitesh kumar Neema ps: i am using JRun2.3+winNt4.0sp4+IIS+jdk/jre 1.2 java.lang.reflect.InvocationTargetException: java.lang.NullPointerException at jc.Event.processRequest(Event.java:84) at java.lang.reflect.Method.invoke(Native Method) at com.livesoftware.jrun.plugins.jsp.JSP.processRequest(JSP.java) at com.livesoftware.jrun.plugins.jsp.JSP.getBean(JSP.java) at jsp.jc.eventmodify.service(eventmodify.java:86) at javax.servlet.http.HttpServlet.service(HttpServlet.java:611) at com.livesoftware.jrun.plugins.jsp.JSPCore.runServlet(JSPCore.java) at com.livesoftware.jrun.plugins.jsp.JSP.callPage(JSP.java) at com.livesoftware.jrun.plugins.jsp.JSP.service(JSP.java) at javax.servlet.http.HttpServlet.service(HttpServlet.java:611) at com.livesoftware.jrun.JRun.runServlet(Compiled Code) at com.livesoftware.jrun.JRunServletContext$JRunRequestDispatcher.forward(JRunServletContext.java) at jc.EventModifyServlet.doGet(EventModifyServlet.java:16) at javax.servlet.http.HttpServlet.service(HttpServlet.java:516) at javax.servlet.http.HttpServlet.service(HttpServlet.java:611) at com.livesoftware.jrun.JRun.runServlet(Compiled Code) at com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java) at com.livesoftware.jrun.JRunGeneric.handleProxyConnection(JRunGeneric.java) at com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(JRunProxyServiceHandler.java) at com.livesoftware.jrun.service.ThreadConfigHandler.run(Compiled Code) at java.lang.Thread.run(Thread.java:479) stdout.log ############## Inside getEvents after executeQuery size of Vector is1 Inside GetEvents..0 Inside getEvent after executeQuery the Id is..3 Inside processRequest method Inside processRequest method before Modify Inside modify Testing with Sequence after executeUpdate returning from modify after Modify ############################ =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
