Failed to redeploy/refresh web bundle in virgo server [message #629366] |
Mon, 27 September 2010 20:24  |
Eclipse User |
|
|
|
I am trying to redeploy a web bundle that was already deployed successfully. I am seeing this error :
Hot re-deploy failed for file 'helloWorld.war'. org.eclipse.virgo.kernel.deployer.core.DeploymentE xception: Web application failed to start
at org.eclipse.virgo.web.core.internal.WebBundleLifec ycleListener.onStarted(WebBundleLifecycleListener. java:129)
at org.eclipse.virgo.kernel.install.artifact.internal .ArtifactStateMonitor.onStarted(ArtifactStateMonit or.java:205)
at org.eclipse.virgo.kernel.install.artifact.internal .AbstractInstallArtifact.asyncStartSucceeded(Abstr actInstallArtifact.java:273)
at org.eclipse.virgo.kernel.install.artifact.internal .AbstractInstallArtifact.access$0(AbstractInstallA rtifact.java:270)
at org.eclipse.virgo.kernel.install.artifact.internal .AbstractInstallArtifact$StateMonitorSignal.signal SuccessfulCompletion(AbstractInstallArtifact.java: 223)
at org.eclipse.virgo.kernel.core.internal.BundleStart Tracker$1.run(BundleStartTracker.java:140)
at java.util.concurrent.ThreadPoolExecutor$Worker.run Task(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.eclipse.gemini.web.core.WebApplicationStartFai ledException: org.eclipse.gemini.web.core.spi.ServletContainerEx ception: Web application at '/helloWorld' failed to start. Check the logs for more details.
at org.eclipse.gemini.web.internal.StandardWebApplica tion.start(StandardWebApplication.java:107)
at org.eclipse.virgo.web.core.internal.WebBundleLifec ycleListener.onStarted(WebBundleLifecycleListener. java:120)
... 8 common frames omitted
Caused by: org.eclipse.gemini.web.core.spi.ServletContainerEx ception: Web application at '/helloWorld' failed to start. Check the logs for more details.
at org.eclipse.gemini.web.tomcat.internal.TomcatServl etContainer.startWebApplication(TomcatServletConta iner.java:123)
at org.eclipse.gemini.web.internal.StandardWebApplica tion.start(StandardWebApplication.java:90)
... 9 common frames omitted
The log file doesnt have much information other than this. The redeploy of the new war works fine if I delete the previous war from the pickup folder before redeploying.
Any help on this is much appreciated.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03730 seconds