Search found 21 matches

by sp
Mon May 02, 2011 3:42 pm
Forum: Bugs, bug fixes & releases
Topic: Bug in OpenEMM 6.0.1 / RecipientDaoImpl.java
Replies: 1
Views: 4263

Bug in OpenEMM 6.0.1 / RecipientDaoImpl.java

The method findByColumn which is also used by the web service has a bug: When several recipients with the same email are registered the returned customer id will be always zero, the documentation of the method and the web service method state that the first match would be resulted though. I guess so...
by sp
Wed Feb 02, 2011 2:37 pm
Forum: Bounce Management
Topic: Mail to john.doe@example.com with Mailgun not bouncing
Replies: 6
Views: 21912

Re: Mail to john.doe@example.com with Mailgun not bouncing

Okay, as I see it one has to patch semu.py.
by sp
Thu Jan 27, 2011 9:37 am
Forum: Bounce Management
Topic: Mail to john.doe@example.com with Mailgun not bouncing
Replies: 6
Views: 21912

Re: Mail to john.doe@example.com with Mailgun not bouncing

Can someone give me a hint how to make a hard bounce out of this please?
by sp
Mon Jan 17, 2011 4:37 pm
Forum: Bugs, bug fixes & releases
Topic: Memory Leaks in OpenEMM?
Replies: 4
Views: 10049

Re: Memory Leaks in OpenEMM?

Calling exec from Java on some command will copy the whole memory of the application starting the command. If it's not possible, you will get the exception you have provided. For more information check http://stackoverflow.com/questions/209875/from-what-linux-kernel-libc-version-is-java-runtime-exec...
by sp
Tue Oct 26, 2010 4:48 pm
Forum: Bugs, bug fixes & releases
Topic: OpenEMM 6.0.1, slow SQL queries when browsing mailing list
Replies: 1
Views: 5030

OpenEMM 6.0.1, slow SQL queries when browsing mailing list

When browsing the mailing list, two SQL statements are fired. Both are very slow (around 80 second eachs on my development machine) and mysqld consumes 100% of one core. That's for just around 8500 mailings. 1. query: mysql> select count(*) from ( SELECT *, case when senddate is null then 0 else 1 e...
by sp
Tue Jul 27, 2010 9:02 pm
Forum: Bounce Management
Topic: semu.py and retry counts, configuration?
Replies: 1
Views: 6141

I've found how it's being dealt with.

The stuff is hard coded in the file semu.py and entries will be deleted from spool queue after 24h hours.

Code: Select all

expire = self.__getset ('K', now + 60 * 60 * 24)
by sp
Tue Jul 27, 2010 3:06 pm
Forum: Bugs, bug fixes & releases
Topic: Queue is filled up but not getting processed
Replies: 4
Views: 7788

Thank you.
by sp
Tue Jul 27, 2010 2:04 pm
Forum: Bugs, bug fixes & releases
Topic: Queue is filled up but not getting processed
Replies: 4
Views: 7788

A restart only leads to the unpacking of the next chunk of 5,000 mails, so it does not help really. You have to investigate why Sendmail can not empty its queue: Are receiving SMTP servers blocking mails? Too many invalid addresses or softbounces? Thank you for your reply. We're not using sendmail ...
by sp
Tue Jul 27, 2010 1:35 pm
Forum: Bounce Management
Topic: semu.py and retry counts, configuration?
Replies: 1
Views: 6141

semu.py and retry counts, configuration?

Is there a way to configure OpenEMM in a way so that the python based Sendmail emulation stops retrying to send a soft bounced entry after a certain retry count (let's say 20) and marks it as a hard bounce then and opts out the recipient from the mailing list/all mailing lists? I have seen "Rem...
by sp
Mon Jul 26, 2010 6:07 pm
Forum: Bugs, bug fixes & releases
Topic: Queue is filled up but not getting processed
Replies: 4
Views: 7788

Queue is filled up but not getting processed

The var/spool/QUEUE directory had over 10k files in it and didn't accept any new files: [26.07.2010 00:38:59] 3979 INFO/loop: Queue is already filled up Only after a restart of OpenEMM things went on normally and mails from the queue were proccessed and new were accepted to the queue with the queue ...
by sp
Mon Jul 26, 2010 5:51 pm
Forum: Bugs, bug fixes & releases
Topic: Bug/Not-Sate-Of-The-Art: Webservice WSDL => RPC/Encoded
Replies: 2
Views: 6862

Re: Bug/Not-Sate-Of-The-Art: Webservice WSDL => RPC/Encod

Hi, I know its not really a Bug but to some degree it is one nevertheless. With the current "toolings" like Apache CXF (and as I have read also the current AXIS versions), it is not possible to generate Java Code out of the provided WSDL as the RPC/Encoded style seems to be from an WS era...
by sp
Wed Jun 02, 2010 10:02 am
Forum: Bugs, bug fixes & releases
Topic: Missing table (world_mailing_backend_log_tbl) errors in logs
Replies: 4
Views: 7272

Thank you.
by sp
Tue Jun 01, 2010 6:13 pm
Forum: Bugs, bug fixes & releases
Topic: Missing table (world_mailing_backend_log_tbl) errors in logs
Replies: 4
Views: 7272

Fresh 6.0.1 which got the schema from the file accompanying the release.
by sp
Mon May 31, 2010 4:36 pm
Forum: Bugs, bug fixes & releases
Topic: Missing table (world_mailing_backend_log_tbl) errors in logs
Replies: 4
Views: 7272

Missing table (world_mailing_backend_log_tbl) errors in logs

Should I be worried about this:

Code: Select all

Unable to insert record into world_mailing_backend_log_tbl: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openemm.world_mailing_backend_log_tbl' doesn't exist
Is the table missing or is some code referencing a table which has a new name?
by sp
Fri May 28, 2010 1:59 pm
Forum: Bounce Management
Topic: Mail to john.doe@example.com with Mailgun not bouncing
Replies: 6
Views: 21912

Anyone?