Openemm does not send email
Posted: Tue Sep 14, 2010 6:30 pm
Hello out there,
today if tried to migrate (and upgrade) openemm to a new server. The old version was 5.5.1, so by migrating openemm, a update to 6.1 was a good idea I thougt.
My steps were as follows:
I've tried to upgrade to 6.1, but the error remains
today if tried to migrate (and upgrade) openemm to a new server. The old version was 5.5.1, so by migrating openemm, a update to 6.1 was a good idea I thougt.
My steps were as follows:
- tar the old openemm home dir
- backup the old database
- copy database and tar file to the new server
- create user and group on the new server
- untar the tar file and install the mysql backup
- start the server
The webinterface works fine, but no mailing will be send out.[14.09.2010 18:30:46] 27386 INFO/main: Starting up
[14.09.2010 18:30:46] 27386 FATAL/except: CAUGHT EXCEPTION:
Traceback (most recent call last):
File "/home/openemm/bin/scripts/bav-update.py", line 435, in <module>
data = Data ()
File "/home/openemm/bin/scripts/bav-update.py", line 151, in __init__
sm = smenable.SMCtrl ()
File "/home/openemm/bin/scripts/smenable.py", line 35, in __init__
self.db = agn.DBase ()
AttributeError: 'module' object has no attribute 'DBase'
I've tried to upgrade to 6.1, but the error remains
Has anyone an idea how to get rid of the error which I tink will be the reason why openemm does not send mails.~ # java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
~ # python --version
Python 2.6.5