Re: Tomcat8 startup service exit (return value 143)

2016-01-30 Thread Christian
Hello all, On 30.07.2015 18:59, Mark Eggers wrote: > Here's my current working theory. > > As Chris has stated, lots of VM restarts mean that you're probably > short on entropy. If you're short on entropy, you'll need to wait > longer for Tomcat to start up. > > By default, systemd has a 90 second

Re: Tomcat8 startup service exit (return value 143)

2015-07-30 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 7/30/2015 1:03 PM, Christopher Schultz wrote: > Mark, > > On 7/30/15 12:59 PM, Mark Eggers wrote: >> Comments inline: > >> On 7/30/2015 9:16 AM, Christopher Schultz wrote: >>> Robert, > >>> On 7/30/15 2:28 AM, Robert Jacobs wrote: We

Re: Tomcat8 startup service exit (return value 143)

2015-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 7/30/15 12:59 PM, Mark Eggers wrote: > Comments inline: > > On 7/30/2015 9:16 AM, Christopher Schultz wrote: >> Robert, > >> On 7/30/15 2:28 AM, Robert Jacobs wrote: >>> We have double checked the environment settings we set and the >>>

Re: Tomcat8 startup service exit (return value 143)

2015-07-30 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Comments inline: On 7/30/2015 9:16 AM, Christopher Schultz wrote: > Robert, > > On 7/30/15 2:28 AM, Robert Jacobs wrote: >> We have double checked the environment settings we set and the >> only thing we currently set is JAVA_HOME, which is set to >

Re: Tomcat8 startup service exit (return value 143)

2015-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robert, On 7/30/15 2:28 AM, Robert Jacobs wrote: > We have double checked the environment settings we set and the only > thing we currently set is JAVA_HOME, which is set to > /usr/java/latest . This points to 1.8.0_20-b26. > > We also created a ne

Re: Tomcat8 startup service exit (return value 143)

2015-07-30 Thread Philippe Anctil
Sorry to insist on that point, but have you tried to start Tomcat with an ordinary user account? To do that change the port it listens to for anything over 1024. Then start it with deamon.sh. If it works with one account but not the other, there is a difference hiding somewhere. Also, I suggest to

Re: Tomcat8 startup service exit (return value 143)

2015-07-29 Thread Robert Jacobs
Hello, We have double checked the environment settings we set and the only thing we currently set is JAVA_HOME, which is set to /usr/java/latest . This points to 1.8.0_20-b26. We also created a new virtual machine via virtualbox, also running RHEL 7.1 and tomcat 8.0.18. We experience the exact sa

Re: Tomcat8 startup service exit (return value 143)

2015-07-24 Thread Philippe Anctil
I have been struggling with an issue which resulted in the same message: "Service exit with a return value of 143". In the end the problem was with a custom init script that was calling jsvc directly. I did not bother to find the precise root cause though. When I saw daemon.sh worked, I simply mod

Re: Tomcat8 startup service exit (return value 143)

2015-07-24 Thread Robert Jacobs
On Fri, Jul 24, 2015 at 10:15 AM, Mark Eggers wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 7/24/2015 12:59 AM, Robert Jacobs wrote: > > Hello, > > > > We are having problems getting tomcat to work with JSVC on RHEL 7.1 > > (maipo). We found out that Tomcat restarts do not alway

Re: Tomcat8 startup service exit (return value 143)

2015-07-24 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/24/2015 12:59 AM, Robert Jacobs wrote: > Hello, > > We are having problems getting tomcat to work with JSVC on RHEL 7.1 > (maipo). We found out that Tomcat restarts do not always result in > expected behaviour. The pattern of this unexpected beha