Page 1 of 1

New install cannot access on 8080

Posted: Thu Jul 26, 2012 8:17 am
by nathardwick
Hi all,

I've just installed the latest version on Ubuntu 11.04 - followed all the instructions. Can start OpenEMM but then cannot access on 8080 - just get a 'cannot connect' message. I can access Tomcat on its own (tested separately) but not OpenEMM. When I start I get the following output to all looks OK.... any ideas anyone?

Code: Select all

openemm.sh start
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:   done.
Starting sendmails:   listener  * Starting Mail Transport Agent (MTA) sendmail
 * MTA is already running.
 admin queue  mail queue  done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
Starting up Tomcat ......
Check Java installation          :OK
Check Tomcat installation        :OK
Using CATALINA_BASE:   /home/openemm
Using CATALINA_HOME:   /opt/openemm/tomcat
Using CATALINA_TMPDIR: /home/openemm/temp
Using JRE_HOME:        /opt/openemm/java
Using CLASSPATH:       /opt/openemm/tomcat/bin/bootstrap.jar:/opt/openemm/tomcat/bin/tomcat-juli.jar

Re: New install cannot access on 8080

Posted: Thu Jul 26, 2012 12:57 pm
by nathardwick
Found the solution, in case anyone else has this problem. OpenEMM-2011 doesn't work with the latest version of Tomcat (7) - you have to use version 6.

N

Re: New install cannot access on 8080

Posted: Thu Jul 26, 2012 9:20 pm
by maschoff
BTW, this is mentioned explicitly on page 3 of the install guide.

Re: New install cannot access on 8080

Posted: Fri Jul 27, 2012 3:07 pm
by nathardwick
My bad... I missed it - just saw 'latest version' and hopped straight over to Tomcat... sorry.