You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/01/16 23:05:42 UTC

[Bug 54439] New: Undeploy unable to remove JAR files

https://issues.apache.org/bugzilla/show_bug.cgi?id=54439

            Bug ID: 54439
           Summary: Undeploy unable to remove JAR files
           Product: Tomcat 7
           Version: 7.0.32
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: manfred.riem@oracle.com
    Classification: Unclassified

See http://java.net/jira/browse/JAVASERVERFACES-2684. The Tomcat runtime is not
cleaning up JAR files when undeploy happens. Note this is a container specific
issue since Glassfish does not suffer from this problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 54439] Undeploy unable to remove JAR files

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54439

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
This is not a Tomcat bug. Tomcat can't delete a file that is still held open by
the application.

In this case the JSF implementation is opening a JAR file and failing to close
it. That is a bug in the JSF implementation (as was pointed out in the original
JSF bug report that you choose to ignore).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org