log4j warning at TC server startup (build 1574)
Hi,
Has anyone seen this warning at TeamCity startup?:
From catalina.out:
Sep 13, 2006 12:03:51 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
Sep 13, 2006 12:04:00 PM org.apache.coyote.http11.Http11BaseProtocol start
I am also getting this in catalina.2006-09-13.log:
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jdk1.5.0_08/jre/lib/i386/server:/usr/java/jdk1.5.0_08/jre/lib/i386:/usr/java/jdk1.5.0_08/jre/../lib/i386:/usr/lib:/usr/lib/X11:/usr/dialogic/lib:/usr/dialogic/ooc/lib:/lib:/usr/lib:/usr/local/lib
I notice that there is no log4j.properties file in TeamCity-1574.tar.gz. Should that file be in TeamCity?
Thanks,
-Dave
Please sign in to leave a comment.
Hi Dave,
Dave Leskovac wrote:
We've faced some problems when this native library was enabled, so we removed it
from TeamCity distribution.
We configure log4j using our own log4j.xml configuration file.
You may read about this on this URL:
http://www.jetbrains.net/confluence/display/TW/HowtoDebug+problems
Regards,
KIR
--
Kirill Maximov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
Hi Kir,
>> I am also getting this in catalina.2006-09-13.log:
>> INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jdk1.5.0_08/jre/lib/i386/server:/usr/java/jdk1.5.0_08/jre/lib/i386:/usr/java/jdk1.5.0_08/jre/../lib/i386:/usr/lib:/usr/lib/X11:/usr/dialogic/lib:/usr/dialogic/ooc/lib:/lib:/usr/lib:/usr/local/lib
>
>We've faced some problems when this native library was enabled, so we removed it
>from TeamCity distribution.
Okay, So, I can ignore this msg, I guess.
Thanks for the pointer to the log4j logging info.
-Dave