Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.2.0.beta1
-
None
-
Version: Indigo Service Release 1
Build id: 20110916-0149
Plugins (AO):
Apache Ivy 2.2.1.alpha_20111113200050 org.apache.ivy.feature.feature.group Apache Software Foundation
Apache Ivy Ant Tasks 2.2.1.alpha_20111113200050 org.apache.ivy.eclipse.ant.feature.feature.group Apache Software Foundation
Apache IvyDE 2.2.0.201111080039-hudson-200 org.apache.ivyde.feature.feature.group Apache Software Foundation
Apache IvyDE Resolve Visualizer 2.2.0.201111080039-hudson-200 org.apache.ivyde.eclipse.resolvevisualizer.feature.feature.group Apache Software FoundationVersion: Indigo Service Release 1 Build id: 20110916-0149 Plugins (AO): Apache Ivy 2.2.1.alpha_20111113200050 org.apache.ivy.feature.feature.group Apache Software Foundation Apache Ivy Ant Tasks 2.2.1.alpha_20111113200050 org.apache.ivy.eclipse.ant.feature.feature.group Apache Software Foundation Apache IvyDE 2.2.0.201111080039-hudson-200 org.apache.ivyde.feature.feature.group Apache Software Foundation Apache IvyDE Resolve Visualizer 2.2.0.201111080039-hudson-200 org.apache.ivyde.eclipse.resolvevisualizer.feature.feature.group Apache Software Foundation
Description
When I configure Eclipse to deploy a certain scope of ivy(eg. runtime) to Tomcat (via Deployment Assembly in Eclipse 3.7) I get nasty NPEs and the document-root is not available (org.apache.catalina.core.StandardContext resourcesStart
SEVERE: Error starting static Resources java.lang.IllegalArgumentException: Document base ..../my-workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/my-context does not exist or is not a readable directory)
When I close all projects and only re-open the project that I want to deploy to a Eclipse-managed-Tomcat, I get no errors during deploy & "Run on server".