Search found 46 matches

by unhuman
Thu Apr 05, 2012 7:36 pm
Forum: Suggestions
Topic: Slow Page Loading
Replies: 3
Views: 12586

Re: Slow Page Loading

From the last time I looked, as well, the database could use some indexes.
by unhuman
Tue Mar 20, 2012 10:46 pm
Forum: Using OpenEMM
Topic: agnIMAGE Tag doesn't work
Replies: 2
Views: 3974

Re: agnIMAGE Tag doesn't work

Not familiar with this aspect of the code (image serving), however, that looks just like the other generated urls for open tracking, etc....
by unhuman
Tue Mar 13, 2012 9:52 pm
Forum: Development
Topic: One Openemm - 4 computers. Is this possible?
Replies: 12
Views: 32770

Re: One Openemm - 4 computers. Is this possible?

Pretty sure we're going to explore this as well. I currently envision: 1. OpenEMM itself (UI + Mail sending) 2. Database 3. Bounce Detection 4. Click detection 5. We'll either use Amazon SES or stand up our own STMP server(s). I might add support for multiple configurations so this data can be sent ...
by unhuman
Wed Mar 07, 2012 9:18 pm
Forum: OpenEMM Contributions
Topic: Amazon SES delivery
Replies: 11
Views: 27355

Re: Amazon SES delivery

Understood. Right now, my SES-specific code is pretty standalone, however, there are some required changes to other classes that would have to be made (for example, MailgunImpl makes a choice whether to create MailWriterSES instead of MailWriterMeta and Data has been altered to have configuration fo...
by unhuman
Wed Mar 07, 2012 9:15 pm
Forum: Using OpenEMM
Topic: changing colums in default recipient view
Replies: 1
Views: 2520

Re: changing colums in default recipient view

I'm betting you need to add, at a minimum, that column to your database.

You should attempt to attach a debugger (Eclipse) to the running Tomcat to see what's going on under the covers. There's always more to do that just play with the JSPs. :)
by unhuman
Wed Mar 07, 2012 4:28 pm
Forum: OpenEMM Contributions
Topic: Amazon SES delivery
Replies: 11
Views: 27355

Re: Amazon SES delivery

I've gotten it to work for delayed sends as well. Basically, I just needed to force the genStatus = 0 and the delayed code works properly. Is this something the OpenEMM folks might be interested in sharing for 2012 - or is it too late? It's not completely baked yet, so my guess is that. If anyone el...
by unhuman
Thu Mar 01, 2012 11:27 pm
Forum: OpenEMM Contributions
Topic: Amazon SES delivery
Replies: 11
Views: 27355

Re: Amazon SES delivery

I'm actually working towards an SES MailWriter (so MailWriterSES instead of MailWriterMeta). So far, I'm having some success generating the emails and sending them out as "Test" sends. For World sends, I expect to have to do more work.... Also, I'm implementing my own mail generator at the...
by unhuman
Thu Mar 01, 2012 7:38 pm
Forum: Installation & Upgrades
Topic: Install OpenEMM on webserver
Replies: 3
Views: 4786

Re: Install OpenEMM on webserver

You need to understand how OpenEMM works yourself - I don't know anything about your provider nor what they permit. You need to understand your hosting agreement and how to work with the OpenEMM server outside the scope of your hosting company and then see if it will work. Sadly, nobody here is goin...
by unhuman
Wed Feb 29, 2012 8:52 pm
Forum: Installation & Upgrades
Topic: Install OpenEMM on webserver
Replies: 3
Views: 4786

Re: Install OpenEMM on webserver

As long as you have access to create your special user (openemm), a tomcat server, mysql, it should be something you can make work. You will also need to be able to run python and be able to use sendmail. There might be other people here, but if you're sending out lots of mail, you'll want a dedicat...
by unhuman
Mon Feb 27, 2012 7:55 pm
Forum: Using OpenEMM
Topic: Tomcat Saturation
Replies: 4
Views: 5589

Re: Tomcat Saturation

Why are you hitting this url during normal processing?
http://www.openemm.org//version/2011/cu ... rsion.html
by unhuman
Mon Feb 27, 2012 2:51 pm
Forum: OpenEMM Contributions
Topic: Amazon SES delivery
Replies: 11
Views: 27355

Re: Amazon SES delivery

Got this working and it was pretty trivial. I do not know how much load this connection will handle, nor if bounce detection will continue to work, but.... You need to do 3 things: 1. Create an SMTP account: http://docs.amazonwebservices.com/ses/latest/DeveloperGuide/SMTP.Credentials.html 2. Open up...
by unhuman
Fri Feb 24, 2012 8:34 pm
Forum: Installation & Upgrades
Topic: JDK
Replies: 8
Views: 11475

Re: JDK

JDK 7 had some pretty severe loop optimization bugs when it was released. They appear to have been fixed in u1.

Just be mindful of what version you're using and do your own testing.
by unhuman
Thu Feb 23, 2012 9:06 pm
Forum: Development
Topic: Architecture document / diagram
Replies: 5
Views: 14494

Re: Architecture document / diagram

Thanks - a good place to start
by unhuman
Wed Feb 15, 2012 4:24 pm
Forum: Using OpenEMM
Topic: Tomcat goes wild when sending mails
Replies: 4
Views: 4550

Re: Tomcat goes wild when sending mails

I have also noticed these messages in the log. You could try increasing the amount of memory available to the JVM and see how that goes. A quick google turns up many articles like: http://stackoverflow.com/questions/2294268/how-can-i-increase-the-jvm-memory Probably won't stop those messages, but I ...
by unhuman
Wed Feb 15, 2012 4:14 pm
Forum: Development
Topic: Architecture document / diagram
Replies: 5
Views: 14494

Architecture document / diagram

Is there any documentation available to explain the dependencies between the various processes running as part of openemm?

The processes that run are:

bav
bavd.py
bav-trigger.py
bav-update.py
pickdist.py
recovery.py
slrtscn.py
update.py

Appreciate it!