It doesn't send emails anymore

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

Gariod
Posts: 1
Joined: Mon Sep 21, 2009 9:00 am

It doesn't send emails anymore

Post by Gariod »

Hi!
I have a problem with OpenEmm since last week. I'm using it since beginning of 2009 and I sent thousands of emails without any problem, until last week, when I tryed to send our last newsletters (4 newsletter to 4k users).
After the email generation, Openemm doesn't send the emails, and this errors are logged in the console:

Code: Select all

Starting up .. home is C:\OpenEMM .. found codebase .. found database.
Running, press return for termination: Exception in thread Spool QUEUE:
Traceback (most recent call last):
  File "C:\Python25\lib\threading.py", line 486, in __bootstrap_inner
    self.run()
  File "C:\OpenEMM\bin\scripts\semu.py", line 651, in run
    self.spool.execute ()
  File "C:\OpenEMM\bin\scripts\semu.py", line 627, in execute
    e.setup (self.path, qfname, dfname)
  File "C:\OpenEMM\bin\scripts\semu.py", line 377, in setup
    self.qlines = self.qdata.split ('\n')
MemoryError
"C:\OpenEMM\var\spool\QUEUE" contains 10.514 files (1.1Gb)
"C:\OpenEMM\var\spool\META" contains the xml (and others) files of the emails (like "AgnMail=D20090916092458=1=30=002=liaMngA.xml.gz")

The Logs don't show any error.

This is what I'm using:
WAMP system (win xp + XAMPP)
OpenEMM 5.5.1
(on this "server" there are others web services, that works without problems).
If you need any other infos please ask!

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

Post by maschoff »

The memory error indicates not enough memory in your machine. Either allocate more memory or reduce the number of threads in bin/scripts/semu.py, line

Code: Select all

s2.setSpool (Spool (QUEUE_SPOOL, 120, 50))
from 50 (last number) to a smaller number.
OpenEMM Maintainer
Post Reply