This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
server side issue
Posted by rajesh nigam on August 17, 2000 at 6:13 PM
Hi, I am working on a site whose line of business is Greeting Cards. We are using session bean(both state less and statefull ) as well as entity bean.We are using weblogic 4.5 on solaris. I find a typical problem which recurs after 2-3 days and it is ( i solve it by restarting the server.. but this is not the solution!!!! ) : When a customer is browsing and he clicks on search for a particular category of card .. he gets blank page.. while if I check it on my server console.. My search server is returning result.. but somehow it is not getting displayed... and it shows following error code: java.lang.NullPointerException at weblogic.ejb.internal.LRUCache$Node.access$1(Compiled Code) at weblogic.ejb.internal.LRUCache.removeFromLRU(Compiled Code) at weblogic.ejb.internal.LRUCache.remove(Compiled Code) at weblogic.ejb.internal.LRUCache.put(Compiled Code) at weblogic.ejb.internal.StatefulEJBCache.cacheAdd(Compiled Code) at weblogic.ejb.internal.StatefulEJBCache.getEJBContext(Compiled Code) at weblogic.ejb.internal.StatefulEJBHome.findOrCreateEJBObject(Compiled Code) at com.sparks.search.SearchResultsBeanHomeImpl.findByPrimaryKey(Compiled Code) at com.sparks.search.SearchResultsBeanHomeImpl_ServiceStub.findByPrimary Key(Compiled Code) at com.sparks.browse.servlets.HttpXmlBrowseSub.generateDocument(Compiled Code) at com.sparks.parse.XslCompilerServlet.service(Compiled Code) at javax.servlet.http.HttpServlet.service(Compiled Code) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Compiled Code ) at weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled C ode) at weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled C ode) at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled Code) at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code) at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
Can you please explain the phenomena?? Thanks rajesh nigam rajeshnigam@yahoo.com
Replies:
|