Page 1 of 1

openemm install on debian -> only tomcat defaultsite

Posted: Tue Feb 18, 2014 7:43 pm
by stekfey
Hi,

I have installed OpenEMM on debian squeeze according to the instructions OpenEMM 2013_InstallAdminGuide_1.0.4.pdf
Unfortunately I get only displayed the Tomcat default page. Also, is output at start of OpenEMM (sh openemm.sh start) the following:

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 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.
Failed to setup database interface
Unable to determinate status for sendmail usages, assuming sendmail is enabled
Stopping obsolete sendmail processes:  /home/openemm/bin/mailer.sh: 107: /home/openemm/bin/smctrl: not found
 done.
Starting sendmails:   listener /home/openemm/bin/mailer.sh: 107: /home/openemm/bin/smctrl: not found
 mail queues /home/openemm/bin/mailer.sh: 107: /home/openemm/bin/smctrl: not found
 ADMIN /home/openemm/bin/mailer.sh: 107: /home/openemm/bin/smctrl: not found
/home/openemm/bin/mailer.sh: 107: /home/openemm/bin/smctrl: not found
 QUEUE /home/openemm/bin/mailer.sh: 107: /home/openemm/bin/smctrl: not found
/home/openemm/bin/mailer.sh: 107: /home/openemm/bin/smctrl: not found
 MIDQUEUE /home/openemm/bin/mailer.sh: 107: /home/openemm/bin/smctrl: not found
 SLOWQUEUE /home/openemm/bin/mailer.sh: 107: /home/openemm/bin/smctrl: not found
/home/openemm/bin/mailer.sh: 107: /home/openemm/bin/qctrl: not found
/home/openemm/bin/mailer.sh: 107: /home/openemm/bin/qctrl: not found
/home/openemm/bin/mailer.sh: 107: /home/openemm/bin/qctrl: not found
 done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
Starting up Tomcat ......
Check Java installation          :FAILED
But java is installed, because with the command "java -version" I receive:

Code: Select all

java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1~deb6u1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
root@j2:/home/openemm# java -version
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1~deb6u1)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
how can I find the error?

Re: openemm install on debian -> only tomcat defaultsite

Posted: Sat Feb 22, 2014 5:51 pm
by maschoff
The output of the start script does not show Java related errors but errors indicating an incomplete Python installation (python-mysqldb?) and missing files.

Re: openemm install on debian -> only tomcat defaultsite

Posted: Mon Mar 10, 2014 6:01 pm
by nhenaorhed7
Hello! I have the same issue but I have a CentOS installation. I have CPanel. Is there suggestion for CPanel installations? I've followed the Installation Guide but I got stuck, because I couldn't make the MySQL-python as suggested. I'd appreciate your help! thank you