Hi,
I have a jsp page talking to a servlet running on
weblogic which talks to another jsp. The second jsp has a useBean / getProperty
tag which talks to a bean and gets some information.
When I run
this initially ( any number of times ) it works fine. However, if I leave it
alone without touching anything and I try hitting the page again, it throws the
following exception (and returns an internal server error 500
page).
Fri Sep 03 13:49:31 EDT 1999:<E>
<ServletContext-Servlets> java.lang.NullPointer
Exception:
at
com.sapient.framework.app.usermaint.UserServlet.doGet UserServlet.java:29)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:715)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:75)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:278)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:230)
at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
a:499)
at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:259)
at
weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
Fri Sep 03 13:49:33 EDT
1999:<I> <ServletContext-Servlets>
weblogic.servlet.internal.InternalImageServlet: init
One possible reason could be that the bean might have been passivated....but maybe its not even getting there since the servlet seems to die.......I have spent lots of time trying to figure this out......it works fine once i restart weblogic.....
Thanks in advance for your help.
Rupesh.
