eclipse-ee4j / glassfish-hk2

Dynamic dependency injection framework
https://eclipse-ee4j.github.io/glassfish-hk2
Other
84 stars 57 forks source link

Tomcat undeploy problem #329

Open glassfishrobot opened 8 years ago

glassfishrobot commented 8 years ago

Version 2.4.0-b34 has undeploy problems in Apache Tomcat:

Nov 21, 2015 8:52:29 PM org.apache.catalina.startup.HostConfigcheckResources
INFO: Undeploying context [/app]
Nov 21, 2015 8:52:30 PM org.apache.catalina.startup.ExpandWar deleteDir
SEVERE: [C:\tomcat\server\webapps\app\WEB-INF\lib] could not be completely deleted. The presence of the remaining files may cause problems

The only file left in WEB-INF\lib is hk2-locator-2.4.0-b34.jar my war pom refers to:

<dependency>
        <groupId>org.glassfish.jersey.containers</groupId>
        <artifactId>jersey-container-servlet-core</artifactId>
    </dependency>
    <dependency>
        <groupId>org.glassfish.jersey.media</groupId>
        <artifactId>jersey-media-json-jackson</artifactId>
    </dependency>

New deploys just fail.

Affected Versions

[2.4.0]

glassfishrobot commented 6 years ago
glassfishrobot commented 8 years ago

@glassfishrobot Commented Reported by jan.blok

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA HK2-284