Cannot access on 8080/8081 ports
Posted: Sat Mar 08, 2008 6:42 pm
Hi, i installed the OpenEMM in a Centos server, the server is a Dedicated Server in a Hosting Plan.
All the installation is done, and the process is running.. at least is what i can see in a ps -ef | grep openemm
This is the Output of the OpenEMM.sh start
I don't know if I made some mistake on the installation process... (I did it 3 times) but it never response in 8080 neither 8081.. The isp says there are no ports closed.. please help me with this.
Thanks
All the installation is done, and the process is running.. at least is what i can see in a ps -ef | grep openemm
Code: Select all
root 6883 6158 0 11:27 pts/0 00:00:00 su openemm
openemm 6884 6883 0 11:27 pts/0 00:00:00 bash
openemm 7914 1 0 11:47 pts/0 00:00:00 python /home/openemm/bin/scripts/bav-trigger.py
openemm 7941 1 0 11:47 pts/0 00:00:00 python /home/openemm/bin/scripts/bavd.py
openemm 7943 1 0 11:47 pts/0 00:00:00 /home/openemm/bin/bav -L INFO
openemm 7994 1 0 11:47 pts/0 00:00:00 python /home/openemm/bin/scripts/update.py bounce account
openemm 8024 1 0 11:47 pts/0 00:00:00 python /home/openemm/bin/scripts/pickdist.py
openemm 8079 1 0 11:47 pts/0 00:00:00 python /home/openemm/bin/scripts/slrtscn.py
openemm 8091 1 0 11:47 pts/0 00:00:00 perl /home/openemm/bin/wrapper.pl -chdir -name httpd -class com.caucho.server.resin.Resin -J-Dlog.home=/home/openemm/var/log -J-Dlog4j.configuration=emm.properties -conf /home/openemm/conf/console.conf -jvm-log /home/openemm/var/log/jvm_console.log -stderr /home/openemm/var/log/console_stderr.log -stdout /home/openemm/var/log/console_stdout.log -pid /home/openemm/var/run/openemm.pid -server console start
openemm 8107 1 0 11:47 pts/0 00:00:00 perl /home/openemm/bin/wrapper.pl -chdir -name httpd -class com.caucho.server.resin.Resin -J-Dlog.home=/home/openemm/var/log -J-Dlog4j.configuration=emm.properties -conf /home/openemm/conf/redirection.conf -jvm-log /home/openemm/var/log/jvm_redirection.log -stderr /home/openemm/var/log/redirection_stderr.log -stdout /home/openemm/var/log/redirection_stdout.log -pid /home/openemm/var/run/redirection.pid -server redirection start
openemm 8348 8091 0 12:04 pts/0 00:00:00 [java] <defunct>
openemm 8350 8107 0 12:04 pts/0 00:00:00 [java] <defunct>
openemm 8357 6884 0 12:05 pts/0 00:00:00 ps -ef
openemm 8358 6884 0 12:05 pts/0 00:00:00 grep openemm
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 /home/openemm/bin/scripts/update.py bounce account .. done.
Start /home/openemm/bin/scripts/pickdist.py .. done.
Stopping obsolete sendmail processes: done.
Starting sendmails: listener admin queue exim abandoned: unknown, malformed, or incomplete option -NNEVER
mail queue exim abandoned: unknown, malformed, or incomplete option -NNEVER
done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
Resin httpd start at Sat Mar 8 12:27:10 EST 2008
and each minute i get this message
Resin httpd start at Sat Mar 8 12:28:20 EST 2008
Thanks