Page 1 of 1

Can not create Email Mailings

Posted: Wed Jan 05, 2011 3:15 am
by nicolasVu
When i created New Mailings
An error occurred
Cause: javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Missing message for key "MailingTypeDescBefore" in bundle "(default bundle)" for locale en_EN

what can i do?

Posted: Wed Jan 05, 2011 1:56 pm
by maschoff
Which version of OpenEMM do you use?

Posted: Thu Jan 06, 2011 5:45 am
by nicolasVu
i fixed it. thank you!!!

Re: Can not create Email Mailings

Posted: Tue Feb 15, 2011 11:48 pm
by paries
nicolasVu
how did you fix it?
i am getting the exact same error message
thanks

Re: Can not create Email Mailings

Posted: Wed Feb 16, 2011 8:34 am
by maschoff
This was a bug in release 6.1. There is a fix available at SourceForge.

Re: Can not create Email Mailings

Posted: Wed Feb 16, 2011 2:55 pm
by paries
hmmm, i am running 6.2
is it not fixed in 6.2?

Re: Can not create Email Mailings

Posted: Thu Feb 17, 2011 2:41 pm
by maschoff
It is. You can doublecheck with OpenEMM 6.2 at demo.openemm.org.

Re: Can not create Email Mailings

Posted: Thu Feb 17, 2011 3:18 pm
by paries
so it is broke on demo.openemm.org as well
these are the steps i took:

1) new mailing
2) wizard
on step 2of 11 choose en_template and clicked proceed

got this error
An error occurred
Cause: javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Missing message for key "MailingTypeDescBefore" in bundle "(default bundle)" for locale en_US

Re: Can not create Email Mailings

Posted: Thu Feb 17, 2011 4:13 pm
by maschoff
Ah, a detailed bug description is always helpul to replicate the bug!

Solution:

1. Open file messages_en.properties (or another one with the language you use)
2. Search for line

Code: Select all

MailingTypeDescAfter = MailingTypeDescBefore=You want to create a
3. Change it to

Code: Select all

MailingTypeDescAfter = \
MailingTypeDescBefore = You want to create a
4. Restart OpenEMM

Does this help?