Problem on installation (2015 version) on 32bit so.

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

Moderator: moderator

Ipostmaster
Posts: 1
Joined: Wed May 20, 2015 11:30 am

Problem on installation (2015 version) on 32bit so.

Post by Ipostmaster »

Hi to all,

I'm istalling OpenEMM-2015-bin.tar.gz following the install pdf manual. The system is a centos5 32bit.

When I make start openemm I obtain this:

~> $ ./openemm.sh start
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.
CAUGHT EXCEPTION:
Traceback (most recent call last):
File "/home/openemm/bin/scripts/smenable.py", line 107, in ?
main (sys.argv[0], sys.argv[1:])
File "/home/openemm/bin/scripts/smenable.py", line 87, in main
ctrl = SMCtrl ()
File "/home/openemm/bin/scripts/smenable.py", line 35, in __init__
self.db = agn.DBase ()
AttributeError: 'module' object has no attribute 'DBase'

Unable to determinate status for sendmail usages, assuming sendmail is enabled
Stopping obsolete sendmail processes: /home/openemm/bin/mailer.sh: line 38: /home/openemm/bin/smctrl: cannot execute binary file
done.
Starting sendmails: listener /home/openemm/bin/mailer.sh: line 50: /home/openemm/bin/smctrl: cannot execute binary file
mail queues /home/openemm/bin/mailer.sh: line 52: /home/openemm/bin/smctrl: cannot execute binary file
ADMIN /home/openemm/bin/mailer.sh: line 79: /home/openemm/bin/smctrl: cannot execute binary file
/home/openemm/bin/mailer.sh: line 79: /home/openemm/bin/smctrl: cannot execute binary file
QUEUE /home/openemm/bin/mailer.sh: line 79: /home/openemm/bin/smctrl: cannot execute binary file
/home/openemm/bin/mailer.sh: line 79: /home/openemm/bin/smctrl: cannot execute binary file
MIDQUEUE /home/openemm/bin/mailer.sh: line 79: /home/openemm/bin/smctrl: cannot execute binary file
SLOWQUEUE /home/openemm/bin/mailer.sh: line 79: /home/openemm/bin/smctrl: cannot execute binary file
/home/openemm/bin/mailer.sh: line 83: /home/openemm/bin/qctrl: cannot execute binary file
/home/openemm/bin/mailer.sh: line 84: /home/openemm/bin/qctrl: cannot execute binary file
/home/openemm/bin/mailer.sh: line 85: /home/openemm/bin/qctrl: cannot execute binary file
done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
Starting up Tomcat ......
Check Java installation :OK
Check Tomcat installation :OK
Using CATALINA_BASE: /home/openemm
Using CATALINA_HOME: /opt/openemm/tomcat
Using CATALINA_TMPDIR: /home/openemm/temp
Using JRE_HOME: /opt/openemm/java
Using CLASSPATH: /opt/openemm/tomcat/bin/bootstrap.jar:/opt/openemm/tomcat/bin/tomcat-juli.jar
Tomcat started.

And I obtain 500 internal server error trying to login in openemm web interface .

If I look to binary file I see this:

~> $ file /home/openemm/bin/smctrl
/home/openemm/bin/smctrl: setuid setgid ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), not stripped

The binary file that are giving error are compiled for 64 bit?
The OpenEMM-2015-bin.tar.gz package is complied for 64bit?

Thanks in advance!
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Problem on installation (2015 version) on 32bit so.

Post by maschoff »

Yes, the binary tarball is compiled on a 64 bit platform, but the source tarball contains an ant script to automatically compile OpenEMM yourself.
OpenEMM Maintainer
Post Reply