Installing OpenEMM on RedHat Linux - Console Does Not Run

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

Moderator: moderator

rprieto
Posts: 8
Joined: Wed Mar 02, 2011 5:37 am

Installing OpenEMM on RedHat Linux - Console Does Not Run

Post by rprieto »

Hi,

I installed OpenEMM 6.2 (from the tarball) on a RedHat Linux server today. I was able to run the start script, but I was not able to access the login console by typing:
http://www.mysite.com:8080
The browser returns a "Unable to connect" message.

I am using SendMail and I installed Java jdk1.6.0_24 on the server prior to installing OpenEMM

The output from the Startup process is:
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 bounce account .. done.
Start /home/openemm/bin/scripts/pickdist.py .. done.
Stopping obsolete sendmail processes: done.
Starting sendmails: listener client queue clientmqueue admin queue mail queue done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
sh-3.2$ Resin httpd start at Tue Mar 1 22:43:39 CST 2011

The openemm_jvm.log shows this:
2-Mar-11 1:47:42 AM com.caucho.server.resin.Resin init
WARNING: Using Resin(R) Open Source under the GNU Public License (GPL).

See http://www.caucho.com for information on Resin Professional,
including caching, clustering, JNI acceleration, and OpenSSL integration.

2-Mar-11 1:47:44 AM com.caucho.lifecycle.Lifecycle toStarting
INFO: Server[core] starting
2-Mar-11 1:47:44 AM com.caucho.server.resin.ServletServer start
INFO:
2-Mar-11 1:47:44 AM com.caucho.server.resin.ServletServer start
INFO: Linux 2.6.18-164.11.1.el5 i386
2-Mar-11 1:47:44 AM com.caucho.server.resin.ServletServer start
INFO: Java 4.1.2 20080704 (Red Hat 4.1.2-48), null, GNU libgcj 4.1.2 20080704 (Red Hat 4.1.2-48), ANSI_X3.4-1968, en, Free Software Foundation, Inc.
2-Mar-11 1:47:44 AM com.caucho.server.resin.ServletServer start
INFO: resin.home = /home/openemm
2-Mar-11 1:47:44 AM com.caucho.server.resin.ServletServer start
INFO: server.root = /home/openemm/webapps/core
2-Mar-11 1:47:44 AM com.caucho.server.resin.ServletServer start
INFO:
2-Mar-11 1:47:44 AM com.caucho.server.port.Port bind
INFO: http listening to *:8080
2-Mar-11 1:47:44 AM com.caucho.lifecycle.Lifecycle toStarting
INFO: Host[] starting
WARNING: error instantiating 'com.caucho.log.LogManagerImpl' referenced by java.util.logging.manager, class not found
java.lang.ClassNotFoundException: com.caucho.log.LogManagerImpl not found
<<No stacktrace available>>

Any help will be appreciated.
maschoff
Site Admin
Posts: 2628
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Installing OpenEMM on RedHat Linux - Console Does Not Ru

Post by maschoff »

You should check in your iptables file whether port 8080 is open.
OpenEMM Maintainer
rprieto
Posts: 8
Joined: Wed Mar 02, 2011 5:37 am

Re: Installing OpenEMM on RedHat Linux - Console Does Not Ru

Post by rprieto »

The problem was caused by Sun Java JDK not being properly installed. I uninstralled Sun Java JDK and reinstalled it again and the problem was solved.
Post Reply