Openemm 2015 Ubuntu 12.04 - starts OK, connection refused.

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

Moderator: moderator

PedFastTech
Posts: 5
Joined: Thu May 07, 2015 4:53 pm

Openemm 2015 Ubuntu 12.04 - starts OK, connection refused.

Post by PedFastTech »

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.
 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        :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
Tomcat started.
It seems to start nicely. However, connection is refused on http://name of host:8080

Port is opened on Ubuntu firewall:

Code: Select all

sudo ufw status
Status: active

To                         Action      From
--                         ------      ----
25/tcp                     ALLOW       Anywhere
8080/tcp                   ALLOW       Anywhere
8044/tcp                   ALLOW       Anywhere
80/tcp                     ALLOW       Anywhere
443/tcp                    ALLOW       Anywhere
22/tcp                     ALLOW       Anywhere
25/tcp                     ALLOW       Anywhere (v6)
8080/tcp                   ALLOW       Anywhere (v6)
8044/tcp                   ALLOW       Anywhere (v6)
80/tcp                     ALLOW       Anywhere (v6)
443/tcp                    ALLOW       Anywhere (v6)
22/tcp                     ALLOW       Anywhere (v6)
I'm a newbie to Linux and my last OpenEMM install was a jumpbox on AWS. Moving to Azure and installing from scratch.

Yes, the Azure endpoints for 8080, 25 and 8044 are all opened.

Where do I look?

Thanks.
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Openemm 2015 Ubuntu 12.04 - starts OK, connection refuse

Post by maschoff »

Does a connect to localhost:8080 work?
OpenEMM Maintainer
PedFastTech
Posts: 5
Joined: Thu May 07, 2015 4:53 pm

Re: Openemm 2015 Ubuntu 12.04 - starts OK, connection refuse

Post by PedFastTech »

yes, the connect to localhost:8080 worked. Solved by recreating the mySQL databases after amending the install script to point to the correct domain name.
Post Reply