Page 1 of 1

Openemm does not send email

Posted: Tue Sep 14, 2010 6:30 pm
by jogr
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:
  • 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
At this time I got the following message:
[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'
The webinterface works fine, but no mailing will be send out.
I've tried to upgrade to 6.1, but the error remains
~ # 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
Has anyone an idea how to get rid of the error which I tink will be the reason why openemm does not send mails.

[solved]

Posted: Tue Sep 14, 2010 7:02 pm
by jogr
Sorry, I should have tried a little bit more google.
Thanks to the forum, the solution was postet here: http://www.openemm.org/forums/ftopic769.html

After installing the mysql-python package, the error vanished.
If I will still have problems, I will post this later.