Please help - after lucee/ubuntu server reboot... tomcat or lucee does not restart!

Please can someone assist with this, I am a total newb to deploying lucee
on Ubuntu and I am having trouble getting lucee/tomcat/nginx to restart
after a server reboot.

So I installed lucee on Ubuntu 14.04 running nginx using the
lucee-5.0.0.252-pl0-linux-x64-installer.run installer. I had a few 503
gateway timeouts when installing Mura as a test but nothing serious. The
trouble began when I ran a server reboot, tomcat does not appear to
restart.

Any assistance will be really be appreciated as I am totally losing my
marbles here!

I am running ubuntu 14.04, Nginx, Lucee, Tomcat. I installed using
lucee-5.0.0.252-pl0-linux-x64-installer.run. A wild guess here… but could
it be my JAVA_HOME variable not being set correctly.

I get the following outputs on status tests.

sudo service nginx status

  • nginx is running

sudo service lucee_ctl status

  • Lucee/Tomcat is running (PID: 1328)

socklist command outputs ports as follows:.

type port inode uid pid fd name

tcp 3306 11146 106 1303 10 mysqld

tcp 80 13386 0 1829 6 nginx

tcp 22 10834 0 1255 3 sshd

tcp 22 18242 0 2585 3 sshd

tcp 22 13480 0 1835 3 sshd

If the status command reports running but nothing listening, it’s probable that your tomcat thread crashed or was otherwise stopped. Check your catalina.out log file for details.–
Kind regards,
Jordan Michaels
Vivio Technologies

----- Original Message -----
From: “Glen Smale” <@Glen_Smale>
To: “Lucee” lucee@googlegroups.com
Sent: Tuesday, September 27, 2016 11:08:19 AM
Subject: [Lucee] Please help - after lucee/ubuntu server reboot… tomcat or lucee does not restart!!

Please can someone assist with this, I am a total newb to deploying lucee
on Ubuntu and I am having trouble getting lucee/tomcat/nginx to restart
after a server reboot.

So I installed lucee on Ubuntu 14.04 running nginx using the
lucee-5.0.0.252-pl0-linux-x64-installer.run installer. I had a few 503
gateway timeouts when installing Mura as a test but nothing serious. The
trouble began when I ran a server reboot, tomcat does not appear to
restart.

Any assistance will be really be appreciated as I am totally losing my
marbles here!

I am running ubuntu 14.04, Nginx, Lucee, Tomcat. I installed using
lucee-5.0.0.252-pl0-linux-x64-installer.run. A wild guess here… but could
it be my JAVA_HOME variable not being set correctly.

I get the following outputs on status tests.

sudo service nginx status

  • nginx is running

sudo service lucee_ctl status

  • Lucee/Tomcat is running (PID: 1328)

socklist command outputs ports as follows:.

type port inode uid pid fd name

tcp 3306 11146 106 1303 10 mysqld

tcp 80 13386 0 1829 6 nginx

tcp 22 10834 0 1255 3 sshd

tcp 22 18242 0 2585 3 sshd

tcp 22 13480 0 1835 3 sshd


Get 10% off of the regular price for this years CFCamp in Munich, Germany (Oct. 20th & 21st) with the Lucee discount code Lucee@cfcamp. 189€ instead of 210€. Visit CFCamp 2016

You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/22c711d9-4a1f-442a-a3d5-fcfcf1521541%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Some additional info when I run /opt/lucee/tomcat/bin/version.sh I get the
following:

/opt/lucee/tomcat/bin/catalina.sh: 553: /opt/lucee/tomcat/bin/catalina.sh:
/opt/lucee/jdk/bin/java: not found

Does this mean that my JAVA_HOME is not set correctly and if so what is the
location I should be setting. The only files I can find are
/opt/lucee/jdk/jre…

Kind Regards GlenOn Tuesday, 27 September 2016 20:16:38 UTC+2, Glen Smale wrote:

Please can someone assist with this, I am a total newb to deploying lucee
on Ubuntu and I am having trouble getting lucee/tomcat/nginx to restart
after a server reboot.

So I installed lucee on Ubuntu 14.04 running nginx using the
lucee-5.0.0.252-pl0-linux-x64-installer.run installer. I had a few 503
gateway timeouts when installing Mura as a test but nothing serious. The
trouble began when I ran a server reboot, tomcat does not appear to
restart.

Any assistance will be really be appreciated as I am totally losing my
marbles here!

I am running ubuntu 14.04, Nginx, Lucee, Tomcat. I installed using
lucee-5.0.0.252-pl0-linux-x64-installer.run. A wild guess here… but could
it be my JAVA_HOME variable not being set correctly.

I get the following outputs on status tests.

sudo service nginx status

  • nginx is running

sudo service lucee_ctl status

  • Lucee/Tomcat is running (PID: 1328)

socklist command outputs ports as follows:.

type port inode uid pid fd name

tcp 3306 11146 106 1303 10 mysqld

tcp 80 13386 0 1829 6 nginx

tcp 22 10834 0 1255 3 sshd

tcp 22 18242 0 2585 3 sshd

tcp 22 13480 0 1835 3 sshd

Sorted the problem out, I had my JAVA_HOME
as JAVA_HOME=/opt/lucee/jdk/jre/bin/ and not
as JAVA_HOME=/opt/lucee/jdk/jre/

So now when I run /opt/lucee/tomcat/bin/version.sh it will output:

Server version: Apache Tomcat/8.0.35

Server built: May 11 2016 21:57:08 UTC

Server number: 8.0.35.0

OS Name: Linux

OS Version: 4.4.0-38-generic

Architecture: amd64

JVM Version: 1.8.0_92-b14

JVM Vendor: Oracle Corporation

Nice : )On Wednesday, 28 September 2016 09:14:51 UTC+2, Glen Smale wrote:

Some additional info when I run /opt/lucee/tomcat/bin/version.sh I get the
following:

/opt/lucee/tomcat/bin/catalina.sh: 553: /opt/lucee/tomcat/bin/catalina.sh:
/opt/lucee/jdk/bin/java: not found

Does this mean that my JAVA_HOME is not set correctly and if so what is
the location I should be setting. The only files I can find are
/opt/lucee/jdk/jre…

Kind Regards Glen

On Tuesday, 27 September 2016 20:16:38 UTC+2, Glen Smale wrote:

Please can someone assist with this, I am a total newb to deploying lucee
on Ubuntu and I am having trouble getting lucee/tomcat/nginx to restart
after a server reboot.

So I installed lucee on Ubuntu 14.04 running nginx using the
lucee-5.0.0.252-pl0-linux-x64-installer.run installer. I had a few 503
gateway timeouts when installing Mura as a test but nothing serious. The
trouble began when I ran a server reboot, tomcat does not appear to
restart.

Any assistance will be really be appreciated as I am totally losing my
marbles here!

I am running ubuntu 14.04, Nginx, Lucee, Tomcat. I installed using
lucee-5.0.0.252-pl0-linux-x64-installer.run. A wild guess here… but could
it be my JAVA_HOME variable not being set correctly.

I get the following outputs on status tests.

sudo service nginx status

  • nginx is running

sudo service lucee_ctl status

  • Lucee/Tomcat is running (PID: 1328)

socklist command outputs ports as follows:.

type port inode uid pid fd name

tcp 3306 11146 106 1303 10 mysqld

tcp 80 13386 0 1829 6 nginx

tcp 22 10834 0 1255 3 sshd

tcp 22 18242 0 2585 3 sshd

tcp 22 13480 0 1835 3 sshd