Skip to main content

Questions tagged [catalina.out]

When running Tomcat on unixes, the console output is usually redirected to the file named catalina.out.

catalina.out
0 votes
0 answers
14 views

catalina.out is very large and failed to rotate

catalina.out is very large and failed to rotate I have set my /etc/logrotate.d/tomcat like this: /opt/tomcat/logs/catalina*.* { copytruncate daily rotate 90 compress missingok size 10M } But catalina....
user15644696's user avatar
0 votes
1 answer
34 views

Catalina.out logs time out of order

I have an Spring boot application running in tomcat 9.0.71. I have one custom Spring boot filer written, in which I have logged method's start and end log. I am not able to understand why the start-...
Owais Shahzad's user avatar
0 votes
0 answers
19 views

detect catalina.out log path from a running tomcat on non-Windows

I'm dealing with the following non-Windows OS types: Oracle Linux RedHat Linux Ubuntu Solaris Sparc Given, the fact that if Tomcat process is running, what is the best solution to find out the ...
Ashar's user avatar
  • 3,230
0 votes
0 answers
248 views

Tomcat 9 on RHEL 9.3 systemctl service fails: cannot touch '$CATALINA_HOME/logs/catalina.out': No such file or directory

Tomcat starts successfully when run from the tomcat user in RHEL 9.3 using $CATALINA_HOME/bin/startup.sh. I am using for my java: java version "21.0.2" 2024-01-16 LTS Java(TM) SE Runtime ...
keniah's user avatar
  • 1
0 votes
1 answer
31 views

Tomcat in Eclipse logs

guys. I've a Tomcat 9 in an Eclipse 2023/12 installation in Windows. I use the workspace metadata for tomcat server location. How find where the catalina.out is writing? I need to read that file for ...
Roberto Medina Cervera's user avatar
0 votes
1 answer
98 views

Timestamps in catalina.out are nt consistant

I'm an owner of an application that uses Tomcat. The problem I face is that timestamps in Catalina.out are not consistent sometimes it displays the full timestamp with a date like: 17-Apr-2019 17:05:...
Filip Machaj's user avatar
0 votes
1 answer
314 views

error message "/opt/tomcat/bin/catalina.sh: 1: eval: Syntax error: Unterminated quoted string

In my catalina.out I have this error /opt/tomcat/bin/catalina.sh: 1: eval: Syntax error: Unterminated quoted string I think this means that a string is declared with a quotation mark (") but it ...
Plijen's user avatar
  • 71
5 votes
0 answers
3k views

catalina.out daily rolling in Tomcat9

I have a default tomcat 9.0.37 installation. The catalina.out file in the server logs does not roll on a daily basis due to which its size has grown to several GBs. However I observed that a file with ...
Bhagyesh Jain's user avatar
0 votes
0 answers
580 views

Tomcat 9 with multiple services and separated catalina.out

I have configured Tomcat server.xml for mutliple services (two). Both applications are developed in SpringBoot and deployed as ROOT, but on different ports. I've configured logging.properties for ...
longer's user avatar
  • 9
0 votes
1 answer
2k views

Tomcat 9. How to pass catalina.out to service logs (journalctl)

I'm using Tomcat 9 in a Centos machine. The logs from Tomcat applications are generated at /opt/tomcat/logs.catalina.out. Is there a way to pass these logs to service logs (journalctl -u MyTomcat....
Nakos Kotsanis's user avatar
1 vote
2 answers
2k views

Is it safe to delete catalina.out if Tomcat is stopped?

My catalina.out file has 37 GB which seems to prevent my app running correctly on a linux (Centos) server since the file takes up all my server space. I never thought that a log file can get this big. ...
Natalie's user avatar
  • 469
1 vote
0 answers
1k views

How to split catalina.out for tomcat?

I have log4j2.xml properties: <?xml version="1.0" encoding="UTF-8"?> <Configuration> <Appenders> <Console name="Console" target="...
NEWjers's user avatar
  • 11
0 votes
1 answer
867 views

Tomcat security manager asking for permissions for spring boot application

I have a spring boot application that I want to deploy to external tomcat server. The tomcat has Tomcat Security Manager enabled, so when I place the war file in /webapps/ folder of tomcat and start ...
Syed Iftekharuddin's user avatar
12 votes
2 answers
5k views

Missing tomcat logs (catalina.out) after Beanstalk upgrade to "64bit Amazon Linux 2 v4.1.2 running Tomcat 8.5 Corretto 8"

Im trying to upgrade beanstalk version from "64bit Amazon Linux 2018.03 v3.4.0 running Tomcat 8.5 Java 8" to "64bit Amazon Linux 2 v4.1.2 running Tomcat 8.5 Corretto 8". I have my ...
Juri Adam's user avatar
  • 569
0 votes
2 answers
593 views

Alfresco SMTPAddressFailedException 553 error

So we are using Alfresco Community Edition 5.2, and this error only occurs when starting a workflow. Supposedly, after starting a workflow, the assigned user would be notified via email. But instead, ...
Lee Merlas's user avatar

15 30 50 per page
1
2 3 4 5 6