Debian Installation and database is on another host

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

Moderator: moderator

tico
Posts: 1
Joined: Fri Feb 25, 2011 4:14 pm

Debian Installation and database is on another host

Post by tico »

Hi guys,

I installed Openemm via Installation Doc and Debain Install Guide, the database is on another server. I manipulated the the parameter jdbc.url in emm.properties and cmsdb.url in cms.properties.
I also changed the line 'jdbc.password', [' DBHOST', 'agnitas', 'openemm', 'openemm']),('cms', 'cmsdb.url', 'cmsdb.username', and 'cmsdb.password', [' DBHOST', 'agnitas', 'openemm','openemm_cms'])

My systems are:
Application-System: Debian Sarge; python 2.3, sendmail 8.13.4, mysql-client-4
Linux version 2.6.8-2-k7 (horms@tabatha.lab.ultramonkey.org) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 Tue Aug 16 14:00:15 UTC 2005

DB-System: Debian Sarge, mysql-server 5
Linux version 2.6.26-1-amd64 (Debian 2.6.26-13lenny2) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Fri Mar 13 17:46:45 UTC 2009

When I try to start Openemm I got the the following errors:

Code: Select all

./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 bounce account .. done.
/home/openemm/bin/pickdist.sh: line 41: 29490 Floating point exceptionxmlback -D >$dtd
Start /home/openemm/bin/scripts/pickdist.py .. done.
Traceback (most recent call last):
  File "/home/openemm/bin/scripts/smenable.py", line 27, in ?
    import      agn
  File "/home/openemm/bin/scripts/agn.py", line 797, in ?
    __deprecatedSeen = set ()
NameError: name 'set' is not defined
Unable to determinate status for sendmail usages, assuming sendmail is enabled
Stopping obsolete sendmail processes:  /home/openemm/bin/mailer.sh: line 79: 29531 Floating point exception$BASE/bin/smctrl stop
 done.
Starting sendmails:   listener /home/openemm/bin/mailer.sh: line 79: 29532 Floating point exception$sm -q5m -bd
 client queue mqueue-client /home/openemm/bin/mailer.sh: line 79: 29533 Floating point exception$sm -q5m -OQueueDirectory=/var/spool/$cq -OPidFile=$run/sendmail-${cq}.pid
 admin queue /home/openemm/bin/mailer.sh: line 79: 29534 Floating point exception$sm -q1m -NNEVER -OQueueDirectory=$BASE/var/spool/ADMIN -OPidFile=$run/sendmail-openemm-admin.pid
 mail queue /home/openemm/bin/mailer.sh: line 79: 29535 Floating point exception$sm -q1m -NNEVER -OQueueDirectory=$BASE/var/spool/QUEUE -OPidFile=$run/sendmail-openemm-queue.pid
 done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
httpd has already started
Whe I try to run senmail-enable

Code: Select all

./sendmail-enable
Traceback (most recent call last):
  File "/home/openemm/bin/scripts/smenable.py", line 27, in ?
    import      agn
  File "/home/openemm/bin/scripts/agn.py", line 797, in ?
    __deprecatedSeen = set ()
NameError: name 'set' is not defined
Any Ideas how to solve this problems? Thank you.
seakid
Posts: 2
Joined: Mon Feb 28, 2011 9:56 am

Re: Debian Installation and database is on another host

Post by seakid »

I confront the same situation, the output messages are almost the same.
I install openemm on Redhat AS4.0, and mysql runs on the same host.
I notice that there are so many "Floating point exception" error messages, that may indicates the linux OS has something wrong, or at least can't meet the openemm requirement.
I didn't followed the instruction while installing openemm, for can't run yum on my linux, and I have a ready-for-use mysql on system.
Any expert can help?
Thank you very much.
Post Reply