Page 1 of 1

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

Posted: Tue Oct 30, 2007 3:16 pm
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

Posted: Mon Nov 05, 2007 4:25 pm
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...

a missing web interface solution

Posted: Thu Sep 18, 2008 6:34 am
by bbgun