Page 1 of 1

Mailing Wizard Choose Template Java Servlet

Posted: Fri Jul 09, 2010 1:29 am
by heden
Fresh install of OpenEMM 6.1 on 1 machine.

Upgrade from 6.0.1 on another.

Upgrade from 5.5.1 on another.

Three Servers total running 6.1. Everything seems to be working great, and mailings send fine.

All three have a problem when selecting Template during New Mailing Wizard. Error is as follows:

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

Any help would be appreciated

Posted: Tue Jul 13, 2010 7:24 am
by maschoff
This is a bug, but it is easy to fix:

1. Open file messages.properties in directory /home/openemm/webapps/core/WEB-INF/classes.

2. Search for string "MailingTypeDescAfter" and add a second backslash after the first one.

3. Restart OpenEMM

Posted: Thu Jan 13, 2011 6:57 am
by Suresh
Hi,

I have similar issue, I tried to modify messages.properties, but as explained there is no slash where in I can add second slash.
Here is the code
MailingTypeDescAfter = MailingTypeDescBefore=You want to create a

Thanks
Suresh

had same issue in 6.2... solved by..

Posted: Thu Jan 13, 2011 7:28 am
by artmunro
MailingTypeDescBefore = You want to create a

MailingTypeDescAfter = Please select and continue ...

NOTE:.. fixed in messages and also per local.. example _en

NOTE 2 - the text does not matter what u put here.. but this solves the issue for the wizard. :D

Posted: Thu Jan 13, 2011 7:44 am
by Suresh
Thanks a lot its working now