Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Tomcat undeploy problem #328

Closed
glassfishrobot opened this issue Nov 21, 2015 · 3 comments
Closed

Tomcat undeploy problem #328

glassfishrobot opened this issue Nov 21, 2015 · 3 comments

Comments

@glassfishrobot
Copy link
Contributor

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
Copy link
Contributor Author

Reported by jan.blok

@glassfishrobot
Copy link
Contributor Author

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

@glassfishrobot
Copy link
Contributor Author

Closing this as this issue is migrated to eclipse-ee4j/glassfish-hk2#329

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants