Hi, I have a problem with my tomcat 5.5 on a CentOs 5.3.
This tomcat manages 4 web application (struts 1, spring, hibernate, postgresql).
Well, when I launch /etc/init.d/tomcat restart, always only 2 or max three application come up, almost 1 doesn't come up. Look that not always the same doesn't come up (there are no problem with the application, it's only a tomcat problem). Maybe tomcat can't start the applications due it need more time to manage the connection pool?
AbandonedObjectPool is used (org.apache.tomcat.dbcp.dbcp.AbandonedObjectPool@5443563e) LogAbandoned: true RemoveAbandoned: true RemoveAbandonedTimeout: 60 Oct 26, 2009 4:37:45 PM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Oct 26, 2009 4:37:45 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/demo1] startup failed due to previous errors log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). log4j:WARN Please initialize the log4j system properly. AbandonedObjectPool is used (org.apache.tomcat.dbcp.dbcp.AbandonedObjectPool@3159fa96) LogAbandoned: true RemoveAbandoned: true RemoveAbandonedTimeout: 60
