Skip to main content



      Home
Home » Eclipse Projects » Virgo » Virgo 3.0.1 startu failed error
Virgo 3.0.1 startu failed error [message #730768] Thu, 29 September 2011 02:30 Go to next message
Eclipse UserFriend
Hello friends,

I have currently using virgo web server 2.0.1 in my application it's working fine, but I am move to higher version of virgo 3.0.1 release to using same project it's did not working, following error blow that.

-----------------------------------------------------------------------

.0' with context path '/samplemiddletier-web'.
[2011-09-29 11:55:12.990] start-signalling-2 <WE0005E> Failed to start web bundle 'samplemiddletier-web' version '0.0.0': consult serviceability/logs/log.log for further details.
[2011-09-29 11:55:12.994] start-signalling-2 <DE0006E> Start failed for bundle 'samplemiddletier-web' version '0.0.0'. org.eclipse.virgo.kernel.deployer.core.DeploymentException: Web application failed to start
at org.eclipse.virgo.web.core.internal.WebBundleLifecycleListener.onStarted(WebBundleLifecycleListener.java:132)
at org.eclipse.virgo.kernel.install.artifact.internal.StandardArtifactStateMonitor.onStarted(StandardArtifactStateMonitor.java:247)
at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact.asyncStartSucceeded(AbstractInstallArtifact.java:294)
at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact.access$0(AbstractInstallArtifact.java:291)
at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact$StateMonitorSignal.signalSuccessfulCompletion(AbstractInstallArtifact.java:229)
at org.eclipse.virgo.kernel.core.internal.BundleStartTracker$1.run(BundleStartTracker.java:143)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(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.WebApplicationStartFailedException: org.eclipse.gemini.web.core.spi.ServletContainerException: Web application at '/samplemiddletier-web' failed to start. Check the logs for more details.
at org.eclipse.gemini.web.internal.StandardWebApplication.start(StandardWebApplication.java:108)
at org.eclipse.virgo.web.core.internal.WebBundleLifecycleListener.onStarted(WebBundleLifecycleListener.java:122)
... 8 common frames omitted
Caused by: org.eclipse.gemini.web.core.spi.ServletContainerException: Web application at '/samplemiddletier-web' failed to start. Check the logs for more details.
at org.eclipse.gemini.web.tomcat.internal.TomcatServletContainer.startWebApplication(TomcatServletContainer.java:125)
at org.eclipse.gemini.web.internal.StandardWebApplication.start(StandardWebApplication.java:91)
... 9 common frames omitted


Please help................thanks
Re: Virgo 3.0.1 startu failed error [message #730771 is a reply to message #730768] Thu, 29 September 2011 02:43 Go to previous messageGo to next message
Eclipse UserFriend
Please check the log entries in serviceability/logs/log.log and see if there was an exception or some other error which might give a clue about the root cause of the problem. The most likely cause is the change of behaviour relating to WAB manifest header processing. Set WABHeaders=defaulted as described in the User Guide to see if this fixes the problem.
Re: Virgo 3.0.1 startu failed error [message #731130 is a reply to message #730771] Fri, 30 September 2011 00:24 Go to previous messageGo to next message
Eclipse UserFriend
Hi Giyn,
how to virgo memory heap size increase. please explain detaily ASAP.
Re: Virgo 3.0.1 startu failed error [message #760357 is a reply to message #731130] Fri, 02 December 2011 01:24 Go to previous messageGo to next message
Eclipse UserFriend
Hi Friends,
Please help me how to solve in this issue.

[2011-12-01 17:36:23.279] start-signalling-4 <WE0005E> Failed to start web bundle 'sample-web' version '0.0.0': consult serviceability/logs/log.log for further details.
[2011-12-01 17:36:23.282] start-signalling-4 <DE0006E> Start failed for bundle 'sample-web' version '0.0.0'. org.eclipse.virgo.kernel.deployer.core.DeploymentException: Web application failed to start
at org.eclipse.virgo.web.core.internal.WebBundleLifecycleListener.onStarted(WebBundleLifecycleListener.java:132)
at org.eclipse.virgo.kernel.install.artifact.internal.StandardArtifactStateMonitor.onStarted(StandardArtifactStateMonitor.java:247)
at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact.asyncStartSucceeded(AbstractInstallArtifact.java:294)
at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact.access$0(AbstractInstallArtifact.java:291)
at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact$StateMonitorSignal.signalSuccessfulCompletion(AbstractInstallArtifact.java:229)
at org.eclipse.virgo.kernel.core.internal.BundleStartTracker$1.run(BundleStartTracker.java:143)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
Caused by: org.eclipse.gemini.web.core.WebApplicationStartFailedException: org.eclipse.gemini.web.core.spi.ServletContainerException: Web application at '/sample-web' failed to start. Check the logs for more details.
at org.eclipse.gemini.web.internal.StandardWebApplication.start(StandardWebApplication.java:108)
at org.eclipse.virgo.web.core.internal.WebBundleLifecycleListener.onStarted(WebBundleLifecycleListener.java:122)
... 8 common frames omitted
Caused by: org.eclipse.gemini.web.core.spi.ServletContainerException: Web application at '/sample-web' failed to start. Check the logs for more details.
at org.eclipse.gemini.web.tomcat.internal.TomcatServletContainer.startWebApplication(TomcatServletContainer.java:125)
at org.eclipse.gemini.web.internal.StandardWebApplication.start(StandardWebApplication.java:91)
... 9 common frames omitted

[2011-12-01 17:36:23.287] start-signalling-4 <DE0010I> Stopping bundle 'sample-web' version '0.0.0'.
[2011-12-01 17:36:23.289] start-signalling-4 <DE0011I> Stopped bundle 'sample-web' version '0.0.0'.

please help me very urgent.............
Thanks for i expected your result
Re: Virgo 3.0.1 startu failed error [message #760397 is a reply to message #731130] Fri, 02 December 2011 04:47 Go to previous messageGo to next message
Eclipse UserFriend
Use the JAVA_OPTS environment variable to set -Xmx.

Sorry for the late reply - I forgot to subscribe to this thread.
Re: Virgo 3.0.1 startu failed error [message #760398 is a reply to message #760357] Fri, 02 December 2011 04:48 Go to previous messageGo to next message
Eclipse UserFriend
In relation to the startup error, the first step is to examine log.log.

[Updated on: Fri, 02 December 2011 04:48] by Moderator

Re: Virgo 3.0.1 startu failed error [message #760572 is a reply to message #730771] Fri, 02 December 2011 23:59 Go to previous messageGo to next message
Eclipse UserFriend
Hi Glyn Normington,

Did you given instruction i have to follow my virgo server but it's not solve them. because my application working fine in 2.1.0 and 2.1.1 but i move to higher version i got the bundle started failed error please help me


My work arround for virgo side: org.eclipse.virgo.web.properties-->WABHeaders=strict replaced this parameter WABHeaders=defaulted but i don't solve the pbm


My console log:
---------------------------------------------

[2011-12-03 09:56:14.041] fs-watcher <DE0004I> Starting bundle 'org.eclipse.virgo.apps.repository-3.0.2.RELEASE-synthetic.context' version '3.0.2.RELEASE'.
[2011-12-03 09:56:14.059] start-signalling-4 <DE0005I> Started bundle 'org.eclipse.virgo.apps.repository-3.0.2.RELEASE-synthetic.context' version '3.0.2.RELEASE'.
[2011-12-03 09:56:14.118] start-signalling-2 <WE0005E> Failed to start web bundle 'sample-web' version '0.0.0': consult serviceability/logs/log.log for further details.
[2011-12-03 09:56:14.121] start-signalling-2 <DE0006E> Start failed for bundle 'sample-web' version '0.0.0'. org.eclipse.virgo.kernel.deployer.core.DeploymentException: Web application failed to start
at org.eclipse.virgo.web.core.internal.WebBundleLifecycleListener.onStarted(WebBundleLifecycleListener.java:132)
at org.eclipse.virgo.kernel.install.artifact.internal.StandardArtifactStateMonitor.onStarted(StandardArtifactStateMonitor.java:247)
at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact.asyncStartSucceeded(AbstractInstallArtifact.java:294)
at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact.access$0(AbstractInstallArtifact.java:291)
at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact$StateMonitorSignal.signalSuccessfulCompletion(AbstractInstallArtifact.java:229)
at org.eclipse.virgo.kernel.core.internal.BundleStartTracker$1.run(BundleStartTracker.java:143)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(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.WebApplicationStartFailedException: org.eclipse.gemini.web.core.spi.ServletContainerException: Web application at '/sample-web' failed to start. Check the logs for more details.
at org.eclipse.gemini.web.internal.StandardWebApplication.start(StandardWebApplication.java:108)
at org.eclipse.virgo.web.core.internal.WebBundleLifecycleListener.onStarted(WebBundleLifecycleListener.java:122)
... 8 common frames omitted
Caused by: org.eclipse.gemini.web.core.spi.ServletContainerException: Web application at '/sample-web' failed to start. Check the logs for more details.
at org.eclipse.gemini.web.tomcat.internal.TomcatServletContainer.startWebApplication(TomcatServletContainer.java:125)
at org.eclipse.gemini.web.internal.StandardWebApplication.start(StandardWebApplication.java:91)
... 9 common frames omitted

[2011-12-03 09:56:14.128] start-signalling-2 <DE0010I> Stopping bundle 'sample-web' version '0.0.0'.
[2011-12-03 09:56:14.155] start-signalling-2 <DE0011I> Stopped bundle 'sample-web' version '0.0.0'.
[2011-12-03 09:56:14.163] TCP Connection(2)-127.0.0.1 <DE0013I> Uninstalling bundle 'sample-web' version '0.0.0'.
[2011-12-03 09:56:14.232] TCP Connection(2)-127.0.0.1 <DE0014I> Uninstalled bundle 'sample-web' version '0.0.0'.
[2011-12-03 09:56:14.270] start-signalling-2 <DE0005I> Started bundle 'org.eclipse.virgo.apps.admin.core' version '3.0.2.RELEASE'.
[2011-12-03 09:56:14.655] TCP Connection(2)-127.0.0.1 <DE0000I> Installing bundle 'samplemiddletierservice-dm' version '0.0.0'.
[2011-12-03 09:56:14.766] TCP Connection(2)-127.0.0.1 <DE0001I> Installed bundle 'samplemiddletierservice-dm' version '0.0.0'.
[2011-12-03 09:56:14.784] TCP Connection(2)-127.0.0.1 <DE0004I> Starting bundle 'samplemiddletierservice-dm' version '0.0.0'.
[2011-12-03 09:56:14.786] start-signalling-2 <DE0005I> Started bundle 'samplemiddletierservice-dm' version '0.0.0'.
[2011-12-03 09:56:15.065] start-signalling-1 <WE0001I> Started web bundle 'org.eclipse.virgo.apps.admin.web' version '3.0.2.RELEASE' with context path '/admin'.
[2011-12-03 09:56:15.066] start-signalling-1 <DE0005I> Started bundle 'org.eclipse.virgo.apps.admin.web' version '3.0.2.RELEASE'.

[Updated on: Sat, 03 December 2011 01:57] by Moderator

Re: Virgo 3.0.1 startu failed error [message #760783 is a reply to message #760572] Mon, 05 December 2011 04:27 Go to previous message
Eclipse UserFriend
The first step is to examine log.log. Did it show any exceptions or other clues?
Previous Topic:How to detect log4j config file in bundle fragment
Next Topic:When will Virgo tooling be officially available for STS 2.8?
Goto Forum:
  


Current Time: Sun May 18 22:26:22 EDT 2025

Powered by FUDForum. Page generated in 0.04203 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top