Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Virgo » Where can I find tomcat deployment errors?
Where can I find tomcat deployment errors? [message #545380] Wed, 07 July 2010 15:03 Go to next message
Wesley is currently offline WesleyFriend
Messages: 13
Registered: July 2010
Junior Member
I'm trying to deploy an application, but for some reason I'm getting this error:

Quote:
[2010-07-07 11:54:21.572] start-signalling-1 <DE0006E> Start failed for bundle 'HelloWorldJSF' version '0.0.0'. org.eclipse.virgo.kernel.deployer.core.DeploymentException: Web application failed to start
at org.eclipse.virgo.web.core.internal.WebBundleLifecycleListen er.onStarted(WebBundleLifecycleListener.java:129)
at org.eclipse.virgo.kernel.install.artifact.internal.ArtifactS tateMonitor.onStarted(ArtifactStateMonitor.java:205)
at org.eclipse.virgo.kernel.install.artifact.internal.AbstractI nstallArtifact.asyncStartSucceeded(AbstractInstallArtifact.j ava:272)
at org.eclipse.virgo.kernel.install.artifact.internal.AbstractI nstallArtifact.access$0(AbstractInstallArtifact.java:269)
at org.eclipse.virgo.kernel.install.artifact.internal.AbstractI nstallArtifact$StateMonitorSignal.signalSuccessfulCompletion (AbstractInstallArtifact.java:222)
at org.eclipse.virgo.kernel.core.internal.BundleStartTracker$1. run(BundleStartTracker.java:140)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Threa dPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo lExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.eclipse.gemini.web.core.WebApplicationStartFailedExcepti on: org.eclipse.gemini.web.core.spi.ServletContainerException: Web application at '/HelloWorldJSF' failed to start. Check the logs for more details.
at org.eclipse.gemini.web.internal.StandardWebApplication.start (StandardWebApplication.java:107)
at org.eclipse.virgo.web.core.internal.WebBundleLifecycleListen er.onStarted(WebBundleLifecycleListener.java:120)
... 8 common frames omitted
Caused by: org.eclipse.gemini.web.core.spi.ServletContainerException: Web application at '/HelloWorldJSF' failed to start. Check the logs for more details.
at org.eclipse.gemini.web.tomcat.internal.TomcatServletContaine r.startWebApplication(TomcatServletContainer.java:123)
at org.eclipse.gemini.web.internal.StandardWebApplication.start (StandardWebApplication.java:90)
... 9 common frames omitted



Can anyone tell me where can i see these "log for more details"??? I'm trying to change root level for "INFO" or "DEBUG", but my server always get locked and it doesn't start.

[Updated on: Wed, 07 July 2010 15:22]

Report message to a moderator

Re: Where can I find tomcat deployment errors? [message #545491 is a reply to message #545380] Thu, 08 July 2010 03:39 Go to previous message
Glyn Normington is currently offline Glyn NormingtonFriend
Messages: 1222
Registered: July 2009
Senior Member
Look in ${SERVER_HOME}/serviceability/logs/log.log. Please refer to the Virgo user guide in conjunction with the Logback documentation for information on configuring logging.
Previous Topic:Green Pages cannot read META-INF file
Next Topic:Where can I find tomcat deployment errors?
Goto Forum:
  


Current Time: Fri Mar 29 08:21:37 GMT 2024

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

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

Back to the top