You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Kevan Miller (JIRA)" <ji...@apache.org> on 2010/01/05 03:10:54 UTC

[jira] Created: (GERONIMO-5013) ConcurrentModificationException in MultiParentClassLoader.getResource()

ConcurrentModificationException in MultiParentClassLoader.getResource()
-----------------------------------------------------------------------

                 Key: GERONIMO-5013
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5013
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 2.1.4, 2.2
            Reporter: Kevan Miller
             Fix For: 2.1.5, 2.2.1


I ran into a ConcurrentModificationException during server startup on 2.2 on a Windows system. The exception was intermittent and the JDK reported line numbers were not accurate. However, based on the call stack, the problem must be in the call to resourcesNotFound.add(String) call.

Protecting this call should fix the problem.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-5013) ConcurrentModificationException in MultiParentClassLoader.getResource()

Posted by "Kevan Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevan Miller closed GERONIMO-5013.
----------------------------------

    Resolution: Fixed

Seems to address the issue.

> ConcurrentModificationException in MultiParentClassLoader.getResource()
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-5013
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5013
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.1.4, 2.2
>            Reporter: Kevan Miller
>            Assignee: Kevan Miller
>             Fix For: 2.1.5, 2.2.1
>
>
> I ran into a ConcurrentModificationException during server startup on 2.2 on a Windows system. The exception was intermittent and the JDK reported line numbers were not accurate. However, based on the call stack, the problem must be in the call to resourcesNotFound.add(String) call.
> Protecting this call should fix the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (GERONIMO-5013) ConcurrentModificationException in MultiParentClassLoader.getResource()

Posted by "Kevan Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevan Miller reassigned GERONIMO-5013:
--------------------------------------

    Assignee: Kevan Miller

> ConcurrentModificationException in MultiParentClassLoader.getResource()
> -----------------------------------------------------------------------
>
>                 Key: GERONIMO-5013
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5013
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.1.4, 2.2
>            Reporter: Kevan Miller
>            Assignee: Kevan Miller
>             Fix For: 2.1.5, 2.2.1
>
>
> I ran into a ConcurrentModificationException during server startup on 2.2 on a Windows system. The exception was intermittent and the JDK reported line numbers were not accurate. However, based on the call stack, the problem must be in the call to resourcesNotFound.add(String) call.
> Protecting this call should fix the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.