Hi, that should be fixed in 5.0.30 and in 5.5. Compare
http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaRequest.java?r1=1.7&r2=1.7.2.1&diff_format=h and http://issues.apache.org/bugzilla/show_bug.cgi?id=31328. We use a very similar fix on top of 5.0.28 without further problems. > Hi all, > > We have just moved to using Tomcat in a clustered environment, and now on > a > farily regular basis we are getting the following error occur from within > the clustering logic. > > java.util.NoSuchElementException > at java.util.LinkedList.remove(LinkedList.java:579) > at java.util.LinkedList.removeFirst(LinkedList.java:131) > at > org.apache.catalina.cluster.session.DeltaRequest.addAction(DeltaRequest.java > :102) > at > org.apache.catalina.cluster.session.DeltaRequest.setAttribute(DeltaRequest.j > ava:69) > at > org.apache.catalina.cluster.session.DeltaSession.setAttribute(DeltaSession.j > ava:1265) > at > org.apache.catalina.cluster.session.DeltaSession.setAttribute(DeltaSession.j > ava:1246) > at > org.apache.catalina.cluster.session.DeltaSessionFacade.setAttribute(DeltaSes > sionFacade.java:130) > at > au.com.bestbets.central.command.user.BaseUserLoginCmd.innerExecute(BaseUserL > oginCmd.java:111) > > I believe we are using tomcat 5.0.29 running under Linux. > > Any ideas on what is causing this one? > > -------------------------------- > Steve Mactaggart > Best Bets > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
