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 2004/02/07 13:57:57 UTC

DO NOT REPLY [Bug 26752] New: - java.util.ConcurrentModificationException

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26752>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26752

java.util.ConcurrentModificationException

           Summary: java.util.ConcurrentModificationException
           Product: Tomcat 5
           Version: 5.0.18
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: chamkki@hanmail.net


I am running standalone tomcat 5.0.18 with java 1.4.1-b2

Whenever tomcat starts, it prints out following errors and 500 replies.
It makes me reload my web app and then it runs well.

java.util.ConcurrentModificationException
        at java.util.AbstractList$Itr.checkForComodification
(AbstractList.java:444)
        at java.util.AbstractList$Itr.next(AbstractList.java:417)
        at java.util.AbstractCollection.remove(AbstractCollection.java:250)
        at org.apache.coyote.RequestGroupInfo.removeRequestProcessor
(RequestGroupInfo.java:17)
        at org.apache.coyote.RequestInfo.setGlobalProcessor(RequestInfo.java:96)
        at org.apache.coyote.http11.Http11Protocol$MXPoolListener.threadEnd
(Http11Protocol.java:620)
        at org.apache.tomcat.util.threads.ThreadPool.removeThread
(ThreadPool.java:279)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:727)
        at java.lang.Thread.run(Thread.java:536)

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org