You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2022/04/28 17:44:57 UTC

[Bug 66043] New: Upon Restart of applications StandardSession not initialized to read

https://bz.apache.org/bugzilla/show_bug.cgi?id=66043

            Bug ID: 66043
           Summary: Upon Restart of applications StandardSession not
                    initialized to read
           Product: Tomcat 9
           Version: 9.0.53
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: Michael.A.Lee@nasa.gov
  Target Milestone: -----

Upon restart of application within tomcat, immediately started getting the
error below when users attempted to login to the app.  No session was ever
created.  But seems that session data was not initialized upon restart. 
Restart of the application resolved issue.  



1018@04:34:48.072(1) SessionManagementServlet | ERROR-0000:
java.lang.IllegalStateException: getAttribute: Session already invalidated
     at
org.apache.catalina.session.StandardSession.getAttribute(StandardSession.java:1149)
     at
org.apache.catalina.session.StandardSessionFacade.getAttribute(StandardSessionFacade.java:102)
     at
com.webtads.view.session.SessionManagementServlet.getAbandonedUserSession(SessionManagementServlet.java:716)
...

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 66043] Upon Restart of applications StandardSession not initialized to read

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66043

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
This looks like an application/configuration issue. Please follow up on the
Tomcat users mailing list.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org