catalina.out

Tomcat 6 memory leaks log entries

余生长醉 提交于 2019-11-29 03:34:24
问题 Below is outtake of unique entries in my Catalina.out file on CentOS machine. I'm running Tomcat 6 with spring 3 and my application. There is whole bunch of them so I just picked some that keep repeating. This doesn't happen all the time but it happens at least once a week. The Question is what can I do to prevent the bellow from happening? Feb 3, 2011 2:37:48 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [] registered the JBDC driver [com

java.lang.IllegalArgumentException: Invalid or unreadable WAR file : error in opening zip file

早过忘川 提交于 2019-11-28 19:37:20
I got this error in Catalina.2011-03-30.log when my display.war file executed on Tomcat. The error is shown below: Mar 30, 2011 8:01:31 PM org.apache.catalina.startup.ContextConfig init SEVERE: Exception fixing docBase for context [/Display] java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:114) at java.util.jar.JarFile.<init>(JarFile.java:135) at java.util.jar.JarFile.<init>(JarFile.java:72) at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:72) at sun.net.www.protocol.jar.URLJarFile

java.lang.IllegalArgumentException: Invalid or unreadable WAR file : error in opening zip file

假如想象 提交于 2019-11-27 12:24:59
问题 I got this error in Catalina.2011-03-30.log when my display.war file executed on Tomcat. The error is shown below: Mar 30, 2011 8:01:31 PM org.apache.catalina.startup.ContextConfig init SEVERE: Exception fixing docBase for context [/Display] java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:114) at java.util.jar.JarFile.<init>(JarFile.java:135) at java.util.jar.JarFile.<init>(JarFile.java:72) at sun

catalina.out rolling with Tomcat 6.0

╄→гoц情女王★ 提交于 2019-11-27 06:37:29
I have a default tomcat installation with no change to the logging configuration. The log files (in particular catalina.out) appear to be getting rolled (daily) correctly. However as well as the daily logs there is also a catalina.out file, which just continues to grow. This is what I need to fix, ie have it cleared daily (or remove it altogether if possible) Can someone explain what is going on here and the best best strategy for controlling that log file size? Just to clarify the output is being written to catalina.out and the daily log simultaneously -rw-r--r-- 1 solr solr 90920663 Jul 18