Installed but can't see control panel on 8081/8080

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

Moderator: moderator

the182guy
Posts: 2
Joined: Tue Oct 30, 2007 12:05 pm

Installed but can't see control panel on 8081/8080

Post by the182guy »

Hi all,

After about the third time trying to install it has gone on smoothly without any problems. We started openemm (without errors) and tried to navigate to host:8081 but the UI isn't being displayed.

Netstat says openemm is listening on 'tproxy' and 'webcahce' ports.

Could it be the IP tables? This is the command syntax we used to enable the ports:

Code: Select all

iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 25 -j ACCEPT
Also tried the method the manual suggests to use for redhat.

If we do:

Code: Select all

ps -ef | grep OpenEMM.sh
It returns this:

Code: Select all

openemm   6310  5885  0 14:07 pts/0    00:00:00 /bin/sh ./OpenEMM.sh start
root      6595  6570  0 14:08 pts/1    00:00:00 grep OpenEMM.sh
Using CentOS/GNU Linux with Apache running on port 80.

We would appreciate some help on this!

Chris
along
Posts: 20
Joined: Fri Aug 10, 2007 2:52 pm

Post by along »

Here's my ">netstat -an" output regarding the listening processes.

Code: Select all

tcp        0      0 :::8080                     :::*                        LISTEN      25163/java
tcp        0      0 :::8081                     :::*                        LISTEN      25153/java
tcp        0      0 0.0.0.0:25                  0.0.0.0:*                   LISTEN      25097/sendmail: acc
Try again with Apache turned off. You could also run a network trace (ethereal, wireshark...) to see if the packets are arriving.

I'm getting frustrated myself with lack of response in the forums, so I figure the blind leading the blind is better than nothing...
bbgun
Posts: 3
Joined: Thu Sep 18, 2008 6:15 am

a missing web interface solution

Post by bbgun »

Post Reply