Meet errors when I start openemm.sh

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

Moderator: moderator

cuocxamlang
Posts: 4
Joined: Thu Dec 29, 2011 11:35 am

Meet errors when I start openemm.sh

Post by cuocxamlang »

I installed openemm on Linux step by step follow this instruction
http://nchc.dl.sourceforge.net/project/ ... de_1.1.pdf
When I start openemm with command openemm.sh start, I get this error:

Code: Select all

File "/home/openemm/bin/scripts/smenable.py", line 107, in ?\n    main (sys.argv[0], sys.argv[1:])\n  File "/home/openemm/bin/scripts/smenable.py", line 87, in main\n    ctrl = SMCtrl ()\n  File "/home/openemm/bin/scripts/smenable.py", line 35, in __init__\n    self.db = agn.DBase ()\nAttributeError: \'module\' object has no attribute \'DBase\'\n\n'
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:   done.
Starting sendmails:   listener Starting sendmail: sendmail: usage: sendmail [ -t ] [ -fsender ] [ -Fname ] [ -bp ] [ -bs ] [ arg ... ]
                                                           [FAILED]
 admin queue sendmail: illegal option -- q
sendmail: usage: sendmail [ -t ] [ -fsender ] [ -Fname ] [ -bp ] [ -bs ] [ arg ... ]
 mail queue sendmail: illegal option -- q
sendmail: usage: sendmail [ -t ] [ -fsender ] [ -Fname ] [ -bp ] [ -bs ] [ arg ... ]
 done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
The error is very complicate with me, so I cannot solve the problem
Please help me, very very thanks
racer2k
Posts: 10
Joined: Tue Nov 03, 2009 10:36 am
Location: Munich, Germany

Re: Meet errors when I start openemm.sh

Post by racer2k »

Hi,

can it be that you have a second MTA (mail transfer agent) installed on the system?
i.E. qmail?
mokarram
Posts: 32
Joined: Thu Jan 19, 2012 11:27 pm

Re: Meet errors when I start openemm.sh

Post by mokarram »

The log is saying that sendmail is revieving a parameter it dose not like. Its in you sendmail.mc file located in /etc/mail
cuocxamlang
Posts: 4
Joined: Thu Dec 29, 2011 11:35 am

Re: Meet errors when I start openemm.sh

Post by cuocxamlang »

Thanks all,
I removed all and setup again from beginning, and then, I stop the sendmail service (My server is using the smtp service)
My Openemm is now ok

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 account bounce .. done.
Start /home/openemm/bin/scripts/pickdist.py .. done.
Start /home/openemm/bin/scripts/semu.py .. done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
Sorry, Tomcat is already running as PID 11775!
Post Reply