[gatein-issues] [JBoss JIRA] Created: (GTNPORTAL-599) Having ConcurrentModificationException exception when stopping web server

Trong Tran (JIRA) jira-events at lists.jboss.org
Sun Feb 7 21:42:19 EST 2010


Having ConcurrentModificationException exception when stopping web server
-------------------------------------------------------------------------

                 Key: GTNPORTAL-599
                 URL: https://jira.jboss.org/jira/browse/GTNPORTAL-599
             Project: GateIn Portal
          Issue Type: Bug
    Affects Versions: 3.0.0-Beta05
         Environment: - Tomcat server
            Reporter: Trong Tran
             Fix For: 3.0.0-CR01


When i stop Tomcat i have got this :

java.util.ConcurrentModificationException
	at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
	at java.util.AbstractList$Itr.next(AbstractList.java:343)
	at org.exoplatform.web.application.javascript.JavascriptConfigService.removeJavascript(JavascriptConfigService.java:192)
	at org.exoplatform.web.application.javascript.JavascriptRemoval.removeJavascript(JavascriptRemoval.java:76)
	at org.exoplatform.web.application.javascript.JavascriptRemoval.onEvent(JavascriptRemoval.java:59)
	at org.gatein.wci.impl.DefaultServletContainer.safeFireEvent(DefaultServletContainer.java:147)

Also, I have got a similar problem when i try to undeploy the eXoResources.war which contains the Javascripts used in Portal.

the problem seems to be evident that we ismodifing a Collection while iterating over it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list