• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Error while starting tomcat 5.5.9:SEVERE: Error listenerStart

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,

I am using Tomcat5.5.9 i am getting this error and i am unable to run the applicaitons. So please suggest me the solution for this.


Jun 12, 2007 7:35:30 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jun 12, 2007 7:35:30 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1719 ms
Jun 12, 2007 7:35:30 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jun 12, 2007 7:35:30 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.9
Jun 12, 2007 7:35:30 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
log4j:WARN No appenders could be found for logger (org.apache.catalina.session.M
anagerBase).
log4j:WARN Please initialize the log4j system properly.
[ INFO] 35:33 (DAOFactory.java:<init>:48)Inside the DAOFactory Class
Jun 12, 2007 7:35:33 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jun 12, 2007 7:35:33 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/LMS] startup failed due to previous errors
log4j:WARN No appenders could be found for logger (org.apache.catalina.session.M
anagerBase).
log4j:WARN Please initialize the log4j system properly.
Jun 12, 2007 7:35:36 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jun 12, 2007 7:35:36 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jun 12, 2007 7:35:36 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/62 config=null
Jun 12, 2007 7:35:36 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jun 12, 2007 7:35:37 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 6952 ms
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nothing to do with HTML or JavaScript, moving to the Apache/tomcat forum

Eric
 
Kanuri Phanibabu
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Eric,

Thank you for moving this issue into Apache/Tomcat.
 
reply
    Bookmark Topic Watch Topic
  • New Topic