facebook

[Closed] Error listenerStart : Unresolved mystery

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #258775 Reply

    bansi
    Member

    I am working on JSF+Spring+Hibernate integration. All of a sudden the following error comes. I have been getting this error for more than amonth now. Hope someone really helps

    INFO: Installing web application at context path /TestProj from URL jar:file:/C:/Tomcat5.0/webapps/TestProj.war!/
    log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester).
    log4j:WARN Please initialize the log4j system properly.
    Sep 19, 2006 5:23:30 PM org.apache.catalina.core.StandardContext start
    SEVERE: Error listenerStart
    Sep 19, 2006 5:23:30 PM org.apache.catalina.core.StandardContext start
    SEVERE: Context startup failed due to previous errors

    #258817 Reply

    Riyad Kalla
    Member

    My guess, since a listener didn’t start, is to check TestProj’s web.xml file, look at all your listeners and make sure you don’t have a typing error. Or you can just comment them all out, deploy the project and make sure it works. If it does, then uncomment one listener and redeploy, does it still work? Keep going until you find the listener that is causing it to die.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: [Closed] Error listenerStart : Unresolved mystery

You must be logged in to post in the forum log in