Hi,
I am seeing the following exception happen once in a while. I am using
tomcat 4.1.30 and running in standalone mode.
Any idea of what the issue is?? Is it fixed in a later version???
Thanks,
Sandeep
java.util.ConcurrentModificationException
at java.util.AbstractList$Itr.remove(Unknown Source)
at java.util.AbstractCollection.remove(Unknown Source)
at
org.apache.coyote.RequestGroupInfo.removeRequestProcessor(RequestGroupInfo.j
ava:17)
at
org.apache.coyote.RequestInfo.setGlobalProcessor(RequestInfo.java:96)
at
org.apache.coyote.http11.Http11Protocol$MXPoolListener.threadEnd(Http11Proto
col.java:630)
at
org.apache.tomcat.util.threads.ThreadPool.removeThread(ThreadPool.java:281)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:731)
at java.lang.Thread.run(Unknown Source)