500 Servlet Exception ...

GCJhalak

Registered Users (C)
Am I the only one getting this error when I check my case status on the net .... is there any workaround ???

500 Servlet Exception

java.lang.NullPointerException
at gov.inscri.common.action.LogonAction.perform(Unknown Source)
at org.apache.struts.action.Action.execute(Action.java:415)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:480)
at gov.inscri.CrisRequestProcessor.processActionPerform(Unknown Source)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1420)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:520)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.caucho.server.http.FilterChainServlet.doFilter(FilterChainServlet.java:96)
at com.caucho.server.http.Invocation.service(Invocation.java:315)
at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
at com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:346)
at com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:274)
at com.caucho.server.TcpConnection.run(TcpConnection.java:139)
at java.lang.Thread.run(Thread.java:534)
 
kevin0lee said:
maybe your browser is old version.
Its highly unlikely that a Servlet Exception ( that too a NPE ) comes because of an older browser version -- if that's the case a DoS attack on that site would be trivial :D

Don't worry - must've been some temporary glitch on the webserver - should've gotten fixed soon
 
Top