Mailing -> New Mailing-> gives exception

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

onglipo
Posts: 3
Joined: Fri Jun 24, 2011 10:08 am

Mailing -> New Mailing-> gives exception

Post by onglipo »

javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Missing message for key "MailingTypeDescBefore" in bundle "(default bundle)" for locale en_US


Appreciate any help. New to OpenEMM.
Thanks
-ongs
maschoff
Site Admin
Posts: 2628
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Mailing -> New Mailing-> gives exception

Post by maschoff »

Please provide the version of OpenEMM you use.
OpenEMM Maintainer
onglipo
Posts: 3
Joined: Fri Jun 24, 2011 10:08 am

Re: Mailing -> New Mailing-> gives exception

Post by onglipo »

System Info:
Fedora 14 (Laughlin) -
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Client VM (build 20.1-b02, mixed mode, sharing)
AGNITAS OpenEMM 6.2
Mailing -> New Mailing -> Wizard -> (Step 1 of 11) Proceed -> (Step 2 of 11; No template) -> Proceed : gives
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

Thanks for any help..
onglipo
Posts: 3
Joined: Fri Jun 24, 2011 10:08 am

Re: Mailing -> New Mailing-> gives exception

Post by onglipo »

Also, if I do not use the Wizard and try sending, the mail does not get delivered. Here is the screen:

!No plain-text version available.
Send mailing
Your mailing is now ready for sending.
You may test it with the following
two links or send it to all recipients.

Preview

Send test mails to the administrators
Send test mails to the test recipients

Send mailing now
Distribution status:
This mailing has not been sent yet.


/var/log/maillog:

Jun 25 10:16:33 news sendmail[1198]: starting daemon (8.14.4): SMTP+queueing@01:00:00
Jun 25 10:16:33 news sm-msp-queue[1206]: starting daemon (8.14.4): queueing@01:00:00
Jun 25 10:16:33 news sendmail[1215]: p5PAGXeJ001215: Milter (bav): local socket name /home/openemm/var/run/bav.sock unsafe
Jun 25 10:16:33 news sendmail[1215]: p5PAGXeJ001215: Milter (bav): to error state
Jun 25 10:16:33 news sendmail[1215]: p5PAGXeJ001215: Milter: initialization failed, temp failing commands

AND when openemm tries mailing:
Jun 25 10:22:31 news sendmail[1313]: p5PAMVfh001313: from=openemm, size=222, class=0, nrcpts=1, msgid=<201106251022.p5PAMVfh001313@news.example.com>, relay=openemm@localhost
Jun 25 10:22:31 news sendmail[1315]: p5PAMVuI001315: Milter (bav): local socket name /home/openemm/var/run/bav.sock unsafe
Jun 25 10:22:31 news sendmail[1315]: p5PAMVuI001315: Milter (bav): to error state
Jun 25 10:22:31 news sendmail[1315]: p5PAMVuI001315: Milter: initialization failed, temp failing commands
Jun 25 10:22:31 news sendmail[1313]: p5PAMVfh001313: to=abc@test.com, ctladdr=openemm (501/501), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30222, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: 451 4.3.2 Please try again later
maschoff
Site Admin
Posts: 2628
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Mailing -> New Mailing-> gives exception

Post by maschoff »

Open file messages.properties and search for term "MailingTypeDescBefore". The line before and after should look like this:

Code: Select all

MailingTypeDescAfter = \
MailingTypeDescBefore = You want to create a
MailingWizard = Mailing wizard
If they do not, please change them accordingly. The problem is the backslash which confuses some editors an operating system versions.
OpenEMM Maintainer
Post Reply