Page 1 of 1

Check Tomcat installation:FAILED

Posted: Wed Aug 31, 2016 8:27 pm
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.

Re: Check Tomcat installation:FAILED

Posted: Fri Dec 23, 2016 9:41 am
by bandish_79
hi,
i am facing similar issues , any luck? Can anybody help..

Regards,
Bandish

Re: Check Tomcat installation:FAILED

Posted: Sat Dec 24, 2016 5:40 pm
by maschoff
You should have a look at Tomcat's log file catalina.out for any errors.

Re: Check Tomcat installation:FAILED

Posted: Tue Feb 07, 2017 1:18 am
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.

Re: Check Tomcat installation:FAILED

Posted: Thu Feb 09, 2017 8:43 pm
by johannes_77
Thank you! That solved my problem as well.