Hi,
i get the following error a lot when deploying an app to a local test server. (Neo SDK 2.3.1)
[2013-03-15 10:37:04.439] fs-watcher <DE0017E> Failed to update web bundle 'shall-we' version '0.0.0'. See the logs for more information. org.eclipse.virgo.util.io.FatalIOException: Content of destination path '.\webapps\shall-we' cannot be removed at org.eclipse.virgo.util.io.ZipUtils.determineFinalUnzipDestination(ZipUtils.java:243) at org.eclipse.virgo.util.io.ZipUtils.unzipToFolder(ZipUtils.java:159) at org.eclipse.virgo.util.io.ZipUtils.unzipToDestructive(ZipUtils.java:81) at org.eclipse.virgo.util.io.JarUtils.unpackToDestructive(JarUtils.java:58) at org.eclipse.virgo.web.war.deployer.WARDeployer.update(WARDeployer.java:352) at org.eclipse.virgo.nano.deployer.internal.StandardApplicationDeployer.deploy(StandardApplicationDeployer.java:98) at org.eclipse.virgo.nano.deployer.internal.StandardApplicationDeployer.deploy(StandardApplicationDeployer.java:191) at org.eclipse.virgo.nano.deployer.hot.HotDeploymentFileSystemListener.deploy(HotDeployerFileSystemListener.java:225) at org.eclipse.virgo.nano.deployer.hot.HotDeploymentFileSystemListener.onChange(HotDeployerFileSystemListener.java:82) at org.eclipse.virgo.util.io.FileSystemChecker.notifyListeners(FileSystemChecker.java:373) at org.eclipse.virgo.util.io.FileSystemChecker.check(FileSystemChecker.java:282) at org.eclipse.virgo.nano.deployer.hot.WatchTask.run(WatchTask.java:48) at java.lang.Thread.run(Thread.java:722)
My current workaround is to restart the server. However this is really annoying.... Is this a known issue?
Best regards,
Fabian