Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328492 - Errors on Deployment
Summary: Errors on Deployment
Status: CLOSED DUPLICATE of bug 319270
Alias: None
Product: Virgo
Classification: RT
Component: unknown (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-22 12:00 EDT by Thomas Kratz CLA
Modified: 2010-10-22 12:14 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Kratz CLA 2010-10-22 12:00:44 EDT
Build Identifier: 

This is something I see on starting up M6 very often.
Should I worry about it ?


[2010-10-22 17:57:01.072] fs-watcher                   <ME0001W> A message with the key 'ME0003I' was not found. The inserts for the message were '[serviceability\dump\2010-10-22-17-56-905]' 
[2010-10-22 17:57:01.084] fs-watcher                   <HD0002E> Hot deploy failed for file 'org.eclipse.virgo.apps.repository-2.1.0.M06-incubation.par'. org.eclipse.virgo.kernel.deployer.core.DeploymentException: listFiles() failed for file C:\Users\Thomas\bin\virgo-web-server-2.1.0.M06-incubation\work\org.eclipse.virgo.kernel.deployer_2.1.0.M06-incubation\staging\global\par\org.eclipse.virgo.apps.repository\2.1.0.M06-incubation\org.eclipse.virgo.apps.repository-2.1.0.M06-incubation.par\
	at org.eclipse.virgo.kernel.install.artifact.internal.StandardInstallArtifactTreeInclosure.createInstallTree(StandardInstallArtifactTreeInclosure.java:130)
	at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.doInstall(PipelinedApplicationDeployer.java:140)
	at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.install(PipelinedApplicationDeployer.java:123)
	at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.deploy(PipelinedApplicationDeployer.java:187)
	at org.eclipse.virgo.kernel.deployer.hot.HotDeploymentFileSystemListener.deploy(HotDeploymentFileSystemListener.java:174)
	at org.eclipse.virgo.kernel.deployer.hot.HotDeploymentFileSystemListener.deployIfNotDeployed(HotDeploymentFileSystemListener.java:186)
	at org.eclipse.virgo.kernel.deployer.hot.HotDeploymentFileSystemListener.onChange(HotDeploymentFileSystemListener.java:87)
	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:58)
	at java.lang.Thread.run(Thread.java:619)
Caused by: org.eclipse.virgo.util.io.FatalIOException: listFiles() failed for file C:\Users\Thomas\bin\virgo-web-server-2.1.0.M06-incubation\work\org.eclipse.virgo.kernel.deployer_2.1.0.M06-incubation\staging\global\par\org.eclipse.virgo.apps.repository\2.1.0.M06-incubation\org.eclipse.virgo.apps.repository-2.1.0.M06-incubation.par\
	at org.eclipse.virgo.util.io.FileSystemUtils.listFiles(FileSystemUtils.java:237)
	at org.eclipse.virgo.util.io.FileSystemUtils.listFiles(FileSystemUtils.java:268)
	at org.eclipse.virgo.kernel.artifact.fs.internal.FileArtifactFSEntry.getChildren(FileArtifactFSEntry.java:50)
	at org.eclipse.virgo.kernel.install.artifact.internal.ParPlanInstallArtifact.findChildArtifacts(ParPlanInstallArtifact.java:95)
	at org.eclipse.virgo.kernel.install.artifact.internal.ParPlanInstallArtifact.<init>(ParPlanInstallArtifact.java:86)
	at org.eclipse.virgo.kernel.install.artifact.internal.ParPlanInstallArtifactFactory.createParPlanInstallArtifact(ParPlanInstallArtifactFactory.java:75)
	at org.eclipse.virgo.kernel.install.artifact.internal.PlanInstallArtifactTreeFactory.createParTree(PlanInstallArtifactTreeFactory.java:97)
	at org.eclipse.virgo.kernel.install.artifact.internal.PlanInstallArtifactTreeFactory.constructInstallArtifactTree(PlanInstallArtifactTreeFactory.java:88)
	at org.eclipse.virgo.kernel.install.artifact.internal.StandardInstallArtifactTreeInclosure.constructInstallArtifactTree(StandardInstallArtifactTreeInclosure.java:156)
	at org.eclipse.virgo.kernel.install.artifact.internal.StandardInstallArtifactTreeInclosure.createInstallTree(StandardInstallArtifactTreeInclosure.java:124)
	... 10 common frames omitted


Reproducible: Always

Steps to Reproduce:
Start virgo. Wait :)
2.
3.
Comment 1 Glyn Normington CLA 2010-10-22 12:07:48 EDT
I'm afraid you need to install Virgo as close as possible to the root of your drive to avoid this problem, which is a limitation of Java combined with Windows. See bug 319270 for details.

*** This bug has been marked as a duplicate of bug 319270 ***
Comment 2 Glyn Normington CLA 2010-10-22 12:12:00 EDT
Now that Virgo has exited incubation, that will also save quite a bit of path length!
Comment 3 Thomas Kratz CLA 2010-10-22 12:14:49 EDT
thanks for the input :)