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
Mailing -> New Mailing-> gives exception
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Mailing -> New Mailing-> gives exception
Please provide the version of OpenEMM you use.
OpenEMM Maintainer
Re: Mailing -> New Mailing-> gives exception
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..
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..
Re: Mailing -> New Mailing-> gives exception
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
!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
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Mailing -> New Mailing-> gives exception
Open file messages.properties and search for term "MailingTypeDescBefore". The line before and after should look like this:
If they do not, please change them accordingly. The problem is the backslash which confuses some editors an operating system versions.
Code: Select all
MailingTypeDescAfter = \
MailingTypeDescBefore = You want to create a
MailingWizard = Mailing wizard
OpenEMM Maintainer