You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ji...@codehaus.org on 2004/09/26 05:20:01 UTC

[jira] Created: (MNG-82) it0009 fails on Windows

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-82

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-82
    Summary: it0009 fails on Windows
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
   Fix Fors:
             1.0-alpha-1

   Assignee: Brett Porter
   Reporter: Brett Porter

    Created: Sat, 25 Sep 2004 11:19 PM
    Updated: Sat, 25 Sep 2004 11:19 PM

Description:
the file maven-core-it-plugin-1.0-SNAPSHOT.jar appears to be kept open somewhere during the execution of it0008 which prevents its removal in the next itest.

This could be caused by the itests themselves, wagon, plexus-artifact-container or classworlds, I guess.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (MNG-82) it0009 fails on Windows

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Fri, 10 Dec 2004 11:23 PM

seems this was fixed
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-82

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-82
    Summary: it0009 fails on Windows
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
   Fix Fors:
             1.0-alpha-1

   Assignee: Brett Porter
   Reporter: Brett Porter

    Created: Sat, 25 Sep 2004 11:19 PM
    Updated: Fri, 10 Dec 2004 11:23 PM

Description:
the file maven-core-it-plugin-1.0-SNAPSHOT.jar appears to be kept open somewhere during the execution of it0008 which prevents its removal in the next itest.

This could be caused by the itests themselves, wagon, plexus-artifact-container or classworlds, I guess.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (MNG-82) it0009 fails on Windows

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Magne Rasmussen
    Created: Thu, 30 Sep 2004 7:28 AM
       Body:
The problem is probably within the plexus-artifact-container, as it will never call ClassWorld.disposeRealm(...) on any of the loaded Artifacts/Components. And even if we could somehow find an opportune time to make the container release the artifact realms, we are still at the mercy of the garbage collector, because deep down in the RealmClassLoader/URLClassLoader there will be open JarFile's which are only closed when finalize() is called. So it will be no easy feat to fix this one.

To fix just the integration tests, the maven-core-it-verifier could (should?) be changed so that each test is run in isolation (in a new VM).
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MNG-82?page=comments#action_24765

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-82

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-82
    Summary: it0009 fails on Windows
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2
   Fix Fors:
             1.0-alpha-1

   Assignee: Brett Porter
   Reporter: Brett Porter

    Created: Sat, 25 Sep 2004 11:19 PM
    Updated: Thu, 30 Sep 2004 7:28 AM

Description:
the file maven-core-it-plugin-1.0-SNAPSHOT.jar appears to be kept open somewhere during the execution of it0008 which prevents its removal in the next itest.

This could be caused by the itests themselves, wagon, plexus-artifact-container or classworlds, I guess.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira