You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2010/01/23 01:24:55 UTC

[jira] Created: (MNG-4544) Concurrent access to Maven internals involving active component collections is not thread-safe

Concurrent access to Maven internals involving active component collections is not thread-safe
----------------------------------------------------------------------------------------------

                 Key: MNG-4544
                 URL: http://jira.codehaus.org/browse/MNG-4544
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Embedding
    Affects Versions: 3.0-alpha-6
            Reporter: Benjamin Bentmann


For instance
{noformat}
java.lang.NullPointerException
  at org.codehaus.plexus.component.collections.ComponentMap.get(ComponentMap.java:68)
  at org.apache.maven.repository.legacy.LegacyRepositorySystem.createArtifactRepository(LegacyRepositorySystem.java:703)
  at org.apache.maven.repository.legacy.LegacyRepositorySystem.createRepository(LegacyRepositorySystem.java:696)
  at org.apache.maven.repository.legacy.LegacyRepositorySystem.createLocalRepository(LegacyRepositorySystem.java:228)
{noformat}
This is a consequence of PLX-448.

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

        

[jira] Closed: (MNG-4544) Concurrent access to Maven internals involving active component collections is not thread-safe

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4544.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0-alpha-7
         Assignee: Benjamin Bentmann

Fixed in [r902667|http://svn.apache.org/viewvc?view=revision&revision=902667].

> Concurrent access to Maven internals involving active component collections is not thread-safe
> ----------------------------------------------------------------------------------------------
>
>                 Key: MNG-4544
>                 URL: http://jira.codehaus.org/browse/MNG-4544
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Embedding
>    Affects Versions: 3.0-alpha-6
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>             Fix For: 3.0-alpha-7
>
>
> For instance
> {noformat}
> java.lang.NullPointerException
>   at org.codehaus.plexus.component.collections.ComponentMap.get(ComponentMap.java:68)
>   at org.apache.maven.repository.legacy.LegacyRepositorySystem.createArtifactRepository(LegacyRepositorySystem.java:703)
>   at org.apache.maven.repository.legacy.LegacyRepositorySystem.createRepository(LegacyRepositorySystem.java:696)
>   at org.apache.maven.repository.legacy.LegacyRepositorySystem.createLocalRepository(LegacyRepositorySystem.java:228)
> {noformat}
> This is a consequence of PLX-448.

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