DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34110>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34110

           Summary: The message "SEVERE: Error listenerStart" should be more
                    explicit
           Product: Tomcat 5
           Version: 5.5.7
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


About 50 times during the last 2 years developing programs with tomcat I have
had the message 

SEVERE: Error listenerStart
21-Mar-2005 11:38:17 org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors

I usually manage to find out that its a configuration problem of mine
but the message isnt enough information to go on. It has caused me hours and
hours of hunting for the problem.

I consider that it is a bug, as the message should be more explicit. 

... a stacktrace would be nice.

I dont think its necessary to attach more information about my setup as I have
seen the message on 20 different web applications of mine. With tomcat versions
from 4 to 5.5 I always hoped it would be fixed in the next release.

Thanks in advance

Andy Bailey

The latest example follows:


21-Mar-2005 11:38:12 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
21-Mar-2005 11:38:12 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8443
21-Mar-2005 11:38:12 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1402 ms
21-Mar-2005 11:38:13 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
21-Mar-2005 11:38:13 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.7
21-Mar-2005 11:38:13 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
21-Mar-2005 11:38:13 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
21-Mar-2005 11:38:13 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive pse.war
21-Mar-2005 11:38:13 org.apache.catalina.startup.ContextConfig 
applicationWebConfig
INFO: Missing application web.xml, using defaults only
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/pse]
21-Mar-2005 11:38:13 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive 
acegi-security-sample-contacts-filter.war
[WARN,Configurator,main] No configuration found. Configuring ehcache from
ehcache-failsafe.xml found in the classpath:
jar:file:/opt/tomcat2/webapps/acegi-security-sample-contacts-filter/WEB-INF/lib/ehcache-1.1.jar!/ehcache-failsafe.xml
21-Mar-2005 11:38:17 org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
21-Mar-2005 11:38:17 org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors
21-Mar-2005 11:38:17 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
21-Mar-2005 11:38:17 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8443
21-Mar-2005 11:38:17 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
21-Mar-2005 11:38:17 org.apache.catalina.startup.Catalina start
INFO: Server startup in 4615 ms

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to