Hi,

I have a fairly large application I'm trying to port from jboss to tomcat.

I've turned on debug logging with log4j (the contents at the end of this mail).

In the log, I see the following:
2005-08-29 19:01:27,106 DEBUG [WebappClassLoader] (main:) Loading class from local repository 2005-08-29 19:01:27,106 DEBUG [WebappClassLoader] (main:) Loading class from local repository
 2005-08-29 19:01:27,115 ERROR [StandardContext] (main:) Error listenerStart
 2005-08-29 19:01:27,115 ERROR [StandardContext] (main:) Error listenerStart
 2005-08-29 19:01:27,115 ERROR [StandardContext] (main:) Error listenerStart
2005-08-29 19:01:27,115 ERROR [StandardContext] (main:) Context [] startup failed due to previous errors 2005-08-29 19:01:27,115 ERROR [StandardContext] (main:) Context [] startup failed due to previous errors 2005-08-29 19:01:27,115 ERROR [StandardContext] (main:) Context [] startup failed due to previous errors

No other erros are in the log. So I'm at a complete loss. Looking at the code doesn't help either (since this message is printed when an 'ok' variable is false, and this can happen in many places).

Please help,
Ittay

my log4j.properties:
log4j.rootLogger=ALL, R

log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=${catalina.home}/logs/tomcat.log
log4j.appender.R.MaxFileSize=50MB
log4j.appender.R.MaxBackupIndex=10
log4j.appender.R.layout=org.apache.log4j.PatternLayout
log4j.appender.R.layout.ConversionPattern=%d %-5p [%c{1}] (%t:%x) %m%n

log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localhost]=ALL, 
R
log4j.logger.org.apache.catalina.core=ALL, R
log4j.logger.org.apache.catalina.session=ALL, R

log4j.logger.org.apache.catalina=ALL, R



--
===================================
Ittay Dror ([EMAIL PROTECTED])
Application Team Leader, R&D
Qlusters Inc.
+972-3-6081994 Fax: +972-3-6081841

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

Reply via email to