- This topic has 1 reply, 2 voices, and was last updated 17 years, 3 months ago by
Loyal Water.
-
AuthorPosts
-
paskosMemberI created a web project having dependencies to another project COTS-WEB which contains my web jars (struts…etc).
I have setup a tomcat 6 connector. (actually tomcat 6.0.14)
When I want to deploy my web app I get this errorDeployment failure on Tomcat 6.x. Could not copy all resources to C:\tomcat\apache-tomcat-6.0.14\webapps\ZKDemo. If a file is locked, you can wait until the lock times out to redeploy, or stop the server and redeploy, or manually remove the deployment at C:\tomcat\apache-tomcat-6.0.14\webapps\ZKDemo
My server is not running and before deploying i manually removed the ZKDemo project.
I don’t know where to look to check for locks.
I already re-created my workspace and projects 3 times.
We moved from Eclipse Europa JEE to Myeclipse (with licence) for the hot deploy feature to ease development and I haven’t been able to deploy one single web application in tomcat yet.Here are my details :
*** Date:
Tuesday, January 8, 2008 11:42:24 AM EST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555Eclipse Platform
Version: 3.3.1.R33x_r20070911-_19UEkpF-B7Uh2hKy75y
Build id: M20070921-1145Eclipse RCP
Version: 3.3.1.R33x_r20070802-8y8eE8sEV3Fz0z0GlHJrXvTAUS
Build id: M20070921-1145Eclipse Java Development Tools
Version: 3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL
Build id: M20070921-1145Eclipse Plug-in Development Environment
Version: 3.3.1.R33x_r20070802-7N7M3D1VIA_52JsDFsEC
Build id: M20070921-1145Eclipse Project SDK
Version: 3.3.1.R33x_r20070802-7M7J78_mu1mnlRa7A4Ns52XeZ6D0
Build id: M20070921-1145Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.0\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.1.R33x_v20070828\eclipse_1020.dll
-startup
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-exitdata
964_84
-clean
-data
C:\workspaces\CIRD2
-vm
C:\Program Files\MyEclipse 6.0\jre\bin\javaw.exeworkspace .log
!SESSION 2008-01-08 11:28:48.676 ———————————————–
eclipse.buildId=M20070921-1145
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -clean -data C:\workspaces\CIRD2!ENTRY org.eclipse.update.configurator 2008-01-08 11:29:11.550
!MESSAGE Could not install bundle plugins/javax.servlet.jsp_2.0.0.v200706191603.jar Bundle “javax.servlet.jsp” version “2.0.0.v200706191603” has already been installed from: update@../myeclipse/eclipse/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar!ENTRY org.eclipse.update.configurator 2008-01-08 11:29:11.560
!MESSAGE Could not install bundle plugins/javax.servlet_2.4.0.v200706111738.jar Bundle “javax.servlet” version “2.4.0.v200706111738” has already been installed from: update@../myeclipse/eclipse/plugins/javax.servlet_2.4.0.v200706111738.jar!ENTRY org.eclipse.update.configurator 2008-01-08 11:29:11.570
!MESSAGE Could not install bundle plugins/org.apache.commons.el_1.0.0.v200706111724.jar Bundle “org.apache.commons.el” version “1.0.0.v200706111724” has already been installed from: update@../myeclipse/eclipse/plugins/org.apache.commons.el_1.0.0.v200706111724.jar!ENTRY org.eclipse.update.configurator 2008-01-08 11:29:11.570
!MESSAGE Could not install bundle plugins/org.apache.commons.logging_1.0.4.v200706111724.jar Bundle “org.apache.commons.logging” version “1.0.4.v200706111724” has already been installed from: update@../myeclipse/eclipse/plugins/org.apache.commons.logging_1.0.4.v200706111724.jar
Loyal WaterMemberHave you installed any plugins with MyEclipse ? The maven plugin is known to have created such problems in the past.
-
AuthorPosts