3.5.0.M04 Cannot determine the artifact identity of the file [message #869913] |
Fri, 04 May 2012 15:05  |
Eclipse User |
|
|
|
I'm trying to deploy a very simple (empty even) plan in the pickup directory however this fails every time with the error "Cannot determine the artifact identity of the file ...".
Any ideas what I'm doing wrong here? This is with the Jetty distribution and other plans appear to be fine.
This is on Mac OS X 10.7.3 with Java 1.6.0_31.
The plan is quite simply:
<?xml version="1.0" encoding="UTF-8"?>
<plan name="server.plan" version="1.0.0" scoped="false" atomic="true"
xmlns="http: //www.eclipse.org/virgo/schema/plan"
xmlns:xsi="http: //www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http: //www.eclipse.org/virgo/schema/plan
http: //www.eclipse.org/virgo/schema/plan/eclipse-virgo-plan.xsd">
</plan>
Yields the error:
[2012-05-04 11:55:47.667] fs-watcher <HD0002E> Hot deploy failed for file '.server-1.0.0.plan.swp'. org.eclipse.virgo.kernel.deployer.core.DeploymentException: Cannot determine the artifact identity of the file '/Users/me/Desktop/virgo-jetty-server-3.5.0.M04/pickup/.server-1.0.0.plan.swp': uri='file:/Users/me/Desktop/virgo-jetty-server-3.5.0.M04/pickup/.server-1.0.0.plan.swp': uri='file:/Users/me/Desktop/virgo-jetty-server-3.5.0.M04/pickup/.server-1.0.0.plan.swp'
at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.doInstall(PipelinedApplicationDeployer.java:167)
at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.install(PipelinedApplicationDeployer.java:139)
at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.deploy(PipelinedApplicationDeployer.java:252)
at org.eclipse.virgo.kernel.deployer.hot.HotDeploymentFileSystemListener.deploy(HotDeployerFileSystemListener.java:163)
at org.eclipse.virgo.kernel.deployer.hot.HotDeploymentFileSystemListener.onChange(HotDeployerFileSystemListener.java:67)
at org.eclipse.virgo.util.io.FileSystemChecker.notifyListeners(FileSystemChecker.java:245)
at org.eclipse.virgo.util.io.FileSystemChecker.check(FileSystemChecker.java:166)
at org.eclipse.virgo.kernel.deployer.hot.WatchTask.run(WatchTask.java:48)
at java.lang.Thread.run(Thread.java:680)
Caused by: org.eclipse.virgo.kernel.deployer.core.DeploymentException: Cannot determine the artifact identity of the file '/Users/me/Desktop/virgo-jetty-server-3.5.0.M04/pickup/.server-1.0.0.plan.swp': uri='file:/Users/me/Desktop/virgo-jetty-server-3.5.0.M04/pickup/.server-1.0.0.plan.swp'
at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.determineIdentity(PipelinedApplicationDeployer.java:209)
at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.doInstall(PipelinedApplicationDeployer.java:159)
... 8 common frames omitted
Caused by: org.eclipse.virgo.kernel.deployer.core.DeploymentException: Cannot determine the artifact identity of the file '/Users/me/Desktop/virgo-jetty-server-3.5.0.M04/pickup/.server-1.0.0.plan.swp'
at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.determineIdentity(PipelinedApplicationDeployer.java:348)
at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.determineIdentity(PipelinedApplicationDeployer.java:207)
... 9 common frames omitted
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05979 seconds