aspose file tools
The moose likes Servlets and the fly likes service-j2ee reports Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "service-j2ee reports" Watch "service-j2ee reports" New topic
Author

service-j2ee reports

manjusha ayyalasomayajula
Greenhorn

Joined: Jul 01, 2009
Posts: 6

Can you please explain the meaning of this and help me in fixing this


failure ( 7039): for host 10.59.70.86 trying to POST /netbank/NBPORTFOLIO/ICRMServlet, service-j2ee reports: StandardWrapperValve[ICRMServlet]: WEB2792: Servlet.service() for servlet ICRMServlet threw exception
java.lang.IllegalStateException: WEB3438: getAttribute: Session already invalidated
at org.apache.catalina.session.StandardSession.getAttribute(StandardSession.java:975)
at org.apache.catalina.session.StandardSessionFacade.getAttribute(StandardSessionFacade.java:171)
at org.apache.catalina.session.StandardSessionFacade.getAttribute(StandardSessionFacade.java:171)
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Moving to Servlets.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: service-j2ee reports
 
Similar Threads
Session already invalidated
a application responds very slow
Question about HttpSessionActivationListener implementation
Token session Problem
Getting parameter from the session throws IllegalStateException,after refresh it's OK