Posted By:
John_Scifers
Posted On:
Wednesday, October 23, 2002 09:45 AM
Anyone heard about intermittent problems in a frame-based page that uses .jsp, but no problems if .jsp page opened in it's own window? We have a frame-based page that allows visitors to submit a query to a goverment website (whose page is opened in our frame-based page). On occastion, we get the following error, which only seems to occur on the frame-based page, but not if we open the goverment page in its own window: 500 Servlet Exception java.lang.NullPointerException at _jsps._caseres__jsp._jspService(/graphics/cris/jsps/caseRes.jsp:44) at com.caucho.jsp.JavaPage.service(JavaPage.java:75) at com.caucho.jsp.Page.subservice(Page.java:485) at com.c
More>>
Anyone heard about intermittent problems in a frame-based page that
uses .jsp, but no problems if .jsp page opened in it's own window? We
have a frame-based page that allows visitors to submit a query to a
goverment website (whose page is opened in our frame-based page). On
occastion, we get the following error, which only seems to occur on
the frame-based page, but not if we open the goverment page in its own
window:
500 Servlet Exception
java.lang.NullPointerException
at
_jsps._caseres__jsp._jspService(/graphics/cris/jsps/caseRes.jsp:44)
at com.caucho.jsp.JavaPage.service(JavaPage.java:75)
at com.caucho.jsp.Page.subservice(Page.java:485)
at
com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182)
at
com.caucho.server.http.Invocation.service(Invocation.java:312)
at
com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
at
com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:342)
at
com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:272)
at com.caucho.server.TcpConnection.run(TcpConnection.java:137)
at java.lang.Thread.run(Thread.java:536)
Has anyone encountered this before? Any ideas on the cause/solutions?
<<Less