Can not create Email Mailings

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

nicolasVu
Posts: 15
Joined: Fri Nov 05, 2010 8:25 am

Can not create Email Mailings

Post 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?
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

Which version of OpenEMM do you use?
OpenEMM Maintainer
nicolasVu
Posts: 15
Joined: Fri Nov 05, 2010 8:25 am

Post by nicolasVu »

i fixed it. thank you!!!
paries
Posts: 5
Joined: Tue Feb 15, 2011 9:57 pm

Re: Can not create Email Mailings

Post by paries »

nicolasVu
how did you fix it?
i am getting the exact same error message
thanks
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Can not create Email Mailings

Post by maschoff »

This was a bug in release 6.1. There is a fix available at SourceForge.
OpenEMM Maintainer
paries
Posts: 5
Joined: Tue Feb 15, 2011 9:57 pm

Re: Can not create Email Mailings

Post by paries »

hmmm, i am running 6.2
is it not fixed in 6.2?
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Can not create Email Mailings

Post by maschoff »

It is. You can doublecheck with OpenEMM 6.2 at demo.openemm.org.
OpenEMM Maintainer
paries
Posts: 5
Joined: Tue Feb 15, 2011 9:57 pm

Re: Can not create Email Mailings

Post 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
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Can not create Email Mailings

Post 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?
OpenEMM Maintainer
Post Reply