Mailing Wizard Choose Template Java Servlet

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

heden
Posts: 1
Joined: Fri Jul 09, 2010 1:24 am
Location: Massillon, OH

Mailing Wizard Choose Template Java Servlet

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

Post 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
OpenEMM Maintainer
Suresh
Posts: 2
Joined: Thu Jan 13, 2011 6:53 am

Post 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
artmunro
Posts: 3
Joined: Thu Jan 13, 2011 7:22 am
Contact:

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

Post 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
Suresh
Posts: 2
Joined: Thu Jan 13, 2011 6:53 am

Post by Suresh »

Thanks a lot its working now
Post Reply