Tagged Questions
The catalina.out tag has no wiki summary.
7
votes
2answers
8k views
catalina.out rolling with Tomcat 6.0
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 ...
3
votes
1answer
331 views
Error “org.apache.catalina.realm.CombinedRealm startInterna” in Catalina.out
I have a SOAP based webservice being implemented in Netbeans.I have some issues on the server side and its giving me Error 500, the internal error, since I can't debug it automatically its telling me ...
2
votes
3answers
2k views
java.lang.IllegalArgumentException: Invalid or unreadable WAR file : error in opening zip file
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
...
2
votes
4answers
3k views
Tomcat 6 memory leaks log entries
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 ...
2
votes
3answers
1k views
There is no catalina.out
I have no idea, how and what to set up, to have catalina.out on the Tomcat on my computer.
I use Tomcat 6.0.28, zipped-version on Windows XP. To start server I just run startup.bat-file.
Do I do ...
1
vote
3answers
90 views
Catalina.out Memory leak error
I still see this error in tomcat/logs/catalina.out.
Dec 29, 2011 4:04:36 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/LoggingMonitor] appears ...
1
vote
1answer
578 views
Uncaught exceptions in Tomcat print to localhost.[date].log instead of catalina.out
I'm running tomcat 6.0.20 (with spring, if that matters) and can't seem to get stack traces from uncaught exceptions thrown from within my code to print to catalina.out.
I'm trying to mimic the ...
1
vote
2answers
3k views
Tomcat 6 Heap Size - Is this correct?
I am running multiple tomcats on a Red Hat box and I would like to configure separate heap size for each of them (some instances use more memory).
Can I set the heap size min/max bt entering the ...
0
votes
1answer
46 views
Why my catalina.out is 500Mb?
I'm I noticed that my catalina.out in /var/log/tomcat is this big... why? How do I avoid this?
I don't want to disable logging, I'd like it to behave like RollingFileAppender in Log4j
0
votes
2answers
597 views
Tomcat 6 server - was running, but now it won't start - error in log file -SEVERE: Null component?
I've been running Tomcat 6 on my pc for some time now, and it has been running successfully...up until today. I just tried to start it, and now for some reason it won't start.
I start it from a ...