• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

net.jforum.exceptions.MailException

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Posting here because i'm not sure if this is a bug or a configuration problem on my part.

Notification emails (for watching a forum or notification of a reply) are not being sent. Forgot password and test emails from the admin console are being sent; i assume they all use the same settings so my smtp stuff should be good. This is the message in the logs for notifications:

20:21:26,049 WARN [AbstractWorker ] Exception while executing a task: net.jforum.exceptions.ForumException: net.jforum.exceptions.MailException: Error while dispatching the message.javax.mail.MessagingException: IOException while sending message;
nested exception is:
java.io.IOException: No content

Tried doing general searches and stuff, but no results. I would look into the code myself, but without source file and line number it would be an endeavor. Figured it was easier to just ask first.

Thanks in advance. Cheers,
m@

[originally posted on jforum.net by mlohbihler]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Posted as a bug in Jira: JF-628.
[originally posted on jforum.net by mlohbihler]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, i've made some progress with this that i can report on later, but i just thought i'd mention that this would have been much easier if the stack trace had not been swallowed at AbstractWorker.run:76. The '+' should be replaced with a ','.
[originally posted on jforum.net by mlohbihler]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fixed.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:
Fixed.
Rafael



Do you have a 2.1.8 binary/.war planned for the download section?

[originally posted on jforum.net by inzide]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm finishing the admin part for Lucene. As I want to put the cvs of 2.1.8 into a production website of mine, I have to finish it ASAP too .

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OR, perhaps you could extend the JF-628 issue to be more specific as to where and what was changed. Then I'll patch the classes myself. I cannot reproduce the fix from your description in Jira, though...

Help would be appreciated!

/MK
[originally posted on jforum.net by inzide]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, cool!

Appreciate your hard work

[originally posted on jforum.net by inzide]
 
If you are using a wood chipper, you are doing it wrong. Even on this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic