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 2017/10/13 18:37:22 UTC

[Bug 61614] New: The request object has been recycled and is no longer associated with this facade] with root

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

            Bug ID: 61614
           Summary: The request object has been recycled and is no longer
                    associated with this facade] with root
           Product: Tomcat 9
           Version: 9.0.0.M6
          Hardware: Other
                OS: Solaris
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Servlet
          Assignee: dev@tomcat.apache.org
          Reporter: mkrik123@gmail.com
  Target Milestone: -----

Hi,

   We are getting the below errors in the tomcat localhost log and this error
started appearing after 3 to 5 days of the restart. If I restart again this
error message not happening for few days. 

org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for
servlet [jsp] in context with path [] threw exception
[java.lang.NullPointerException] with root cause

org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for
servlet [default] in context with path [] threw exception

org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for
servlet [jsp] in context with path [] threw exception
[java.lang.IllegalStateException: The request object has been recycled and is
no longer associated with this facade] with root cause

- Karthick

-- 
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 61614] The request object has been recycled and is no longer associated with this facade] with root

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

Christopher Schultz <ch...@christopherschultz.net> changed:

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

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
You have a bug in your web application that is causing it to retain a reference
to a request-scoped object (e.g. HttpServletRequest) past the lifetime of the
request.

Please use the users' mailing list to help resolve your issue.

-- 
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 61614] The request object has been recycled and is no longer associated with this facade] with root

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

--- Comment #2 from Chuck Caldarale <ch...@unisys.com> ---
Also, consider moving up to the current version of 9.0.  The one you specified
is almost a year and a half old.

-- 
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