Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-02 Thread Sean Neeley
On Thu, Jul 2, 2020 at 7:21 AM Coty Sutherland wrote: > The RHEL 7 Tomcat package uses systemd and the journal to capture stdout > instead of catalina.out. Did you check the journal to see if the thread > dumps are logged there from your invocations of kill -3? You can use > `journalctl -u

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-02 Thread Coty Sutherland
The RHEL 7 Tomcat package uses systemd and the journal to capture stdout instead of catalina.out. Did you check the journal to see if the thread dumps are logged there from your invocations of kill -3? You can use `journalctl -u tomcat` to check it. On Wed, Jul 1, 2020 at 6:58 PM Sean Neeley

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
On Wed, Jul 1, 2020 at 5:24 PM calder wrote: > On Wed, Jul 1, 2020, 15:32 Sean Neeley wrote: > > > I tried switching from Java 1.8 to Java 11 to see if that makes a > > difference. Now the VM Thread is using a lot less CPU: > > > > PID USER PR NIVIRTRESSHR S %CPU %MEM

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread calder
On Wed, Jul 1, 2020, 15:32 Sean Neeley wrote: > I tried switching from Java 1.8 to Java 11 to see if that makes a > difference. Now the VM Thread is using a lot less CPU: > > PID USER PR NIVIRTRESSHR S %CPU %MEM TIME+ COMMAND > 2320 tomcat20 0 4659072 47872

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
ideas. Sean On Wed, Jul 1, 2020 at 12:55 PM wrote: > Sean, > > > > -Original Message- > > From: Sean Neeley > > Sent: Wednesday, July 01, 2020 12:26 PM > > To: Tomcat Users List > > Subject: Re: Having trouble with tomcat 7 installation on RHEL

RE: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread John.E.Gregg
Sean, > -Original Message- > From: Sean Neeley > Sent: Wednesday, July 01, 2020 12:26 PM > To: Tomcat Users List > Subject: Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc > > John, The top two processes are: > > PID USER PR NI

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
Sent: Wednesday, July 01, 2020 11:15 AM > > To: users@tomcat.apache.org > > Subject: Having trouble with tomcat 7 installation on RHEL 7.8 power pc > > > > I just installed tomcat 7 on a Red Hat Enterprise Linux Server 7.8, > power pc > > system. As soon as the s

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
Permissions of /var/log/tomcat look fine: drwxrwx---. 2 tomcat root 4096 Jul 1 08:34 tomcat And it is creating the logs, they are just empty: -rw-r--r-- 1 tomcat tomcat0 Jul 1 08:34 catalina.2020-07-01.log -rw-r--r-- 1 tomcat tomcat0 Jul 1 08:34 host-manager.2020-07-01.log

RE: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread John.E.Gregg
Sean, > -Original Message- > From: Sean Neeley > Sent: Wednesday, July 01, 2020 11:15 AM > To: users@tomcat.apache.org > Subject: Having trouble with tomcat 7 installation on RHEL 7.8 power pc > > I just installed tomcat 7 on a Red Hat Enterprise Linux Server 7

Re: Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread calder
On Wed, Jul 1, 2020, 11:15 Sean Neeley wrote: > I just installed tomcat 7 on a Red Hat Enterprise Linux Server 7.8, power > pc system. As soon as the service starts, the java process uses 100% cpu. > Logs get created in /var/log/tomcat, but they all have size 0 bytes. I > have not modified the

Having trouble with tomcat 7 installation on RHEL 7.8 power pc

2020-07-01 Thread Sean Neeley
I just installed tomcat 7 on a Red Hat Enterprise Linux Server 7.8, power pc system. As soon as the service starts, the java process uses 100% cpu. Logs get created in /var/log/tomcat, but they all have size 0 bytes. I have not modified the standard configuration (tomcat.conf, server.xml, etc).