Check Tomcat installation:FAILED

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

mammut3d
Posts: 1
Joined: Wed Aug 31, 2016 8:21 pm

Check Tomcat installation:FAILED

Post by mammut3d »

Hi,
I try to install openemm on my vps ubuntu 14.04, the result of openemm.sh start is:

Code: Select all

Start /home/openemm/bin/scripts/bav-update.py .. done.
Start /home/openemm/bin/scripts/bav-trigger.py .. done.
Start /home/openemm/bin/scripts/bavd.py .. done.
Start /home/openemm/bin/bav -L INFO .. done.
Start python /home/openemm/bin/scripts/recovery.py .. done.
Start /home/openemm/bin/scripts/update.py account bounce .. done.
Start /home/openemm/bin/scripts/pickdist.py .. done.
Stopping obsolete sendmail processes:   -15:3268 -15:3274 -15:3281 -15:3288 -15:                                                                                        3295 -15:3302 -15:3309 done.
Starting sendmails:   listener  * Starting Mail Transport Agent (MTA) sendmail                                                                                                                                                                                                                                                                   * MTA is already running.
 mail queues  ADMIN  QUEUE  MIDQUEUE  SLOWQUEUE  done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
Starting up Tomcat ......
Check Java installation          :OK
Check Tomcat installation        :FAILED
Tomcat is available to start individually, but when try to start openemm it failes.
bandish_79
Posts: 1
Joined: Fri Dec 23, 2016 9:39 am

Re: Check Tomcat installation:FAILED

Post by bandish_79 »

hi,
i am facing similar issues , any luck? Can anybody help..

Regards,
Bandish
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Check Tomcat installation:FAILED

Post by maschoff »

You should have a look at Tomcat's log file catalina.out for any errors.
OpenEMM Maintainer
andrade.bga
Posts: 2
Joined: Tue Feb 07, 2017 1:08 am

Re: Check Tomcat installation:FAILED

Post by andrade.bga »

Hello,

I had the exact same issue: Tomcat is available to start individually, but fails when openemm starts.
In my case the problem was that the openemm user (and group) did not have appropriate permissions to access the tomcat folder: /opt/openemm/apache-tomcat-8.x.xx
Solved the problem by setting up the appropriate permissions: chown -R openemm:openemm /opt/openemm/apache-tomcat-8.x.xx
After correcting folder permissions, openemm started correctly.

Hope that helps!

Cheers

mammut3d wrote:Hi,
I try to install openemm on my vps ubuntu 14.04, the result of openemm.sh start is:

Code: Select all

Start /home/openemm/bin/scripts/bav-update.py .. done.
Start /home/openemm/bin/scripts/bav-trigger.py .. done.
Start /home/openemm/bin/scripts/bavd.py .. done.
Start /home/openemm/bin/bav -L INFO .. done.
Start python /home/openemm/bin/scripts/recovery.py .. done.
Start /home/openemm/bin/scripts/update.py account bounce .. done.
Start /home/openemm/bin/scripts/pickdist.py .. done.
Stopping obsolete sendmail processes:   -15:3268 -15:3274 -15:3281 -15:3288 -15:                                                                                        3295 -15:3302 -15:3309 done.
Starting sendmails:   listener  * Starting Mail Transport Agent (MTA) sendmail                                                                                                                                                                                                                                                                   * MTA is already running.
 mail queues  ADMIN  QUEUE  MIDQUEUE  SLOWQUEUE  done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
Starting up Tomcat ......
Check Java installation          :OK
Check Tomcat installation        :FAILED
Tomcat is available to start individually, but when try to start openemm it failes.
johannes_77
Posts: 19
Joined: Mon Mar 09, 2009 8:47 pm

Re: Check Tomcat installation:FAILED

Post by johannes_77 »

Thank you! That solved my problem as well.
Johannes Siebert
Post Reply