Defect #26010
closedcan't create Thread
0%
Description
there is the issue's log,if log is not enough,please let me method to debug it,thank you
ThreadError (can't create Thread: Resource temporarily unavailable):
app/models/mailer.rb:458:in `deliver_mail'
config/initializers/10-patches.rb:154:in `deliver'
app/models/mailer.rb:98:in `block (2 levels) in deliver_issue_edit'
app/models/issue.rb:952:in `each_notification'
app/models/mailer.rb:97:in `block in deliver_issue_edit'
app/models/journal.rb:90:in `block in each_notification'
app/models/journal.rb:88:in `each'
app/models/journal.rb:88:in `each_notification'
app/models/mailer.rb:96:in `deliver_issue_edit'
app/models/journal.rb:302:in `send_notification'
app/models/journal.rb:67:in `save'
app/models/issue.rb:1681:in `create_journal'
app/models/issue.rb:182:in `create_or_update'
app/controllers/issues_controller.rb:499:in `block in save_issue_with_child_records'
app/controllers/issues_controller.rb:487:in `save_issue_with_child_records'
app/controllers/issues_controller.rb:185:in `update'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
Related issues
Updated by Toshi MARUYAMA over 7 years ago
- Status changed from Resolved to Needs feedback
Please see submissions.
Updated by Marius BĂLTEANU almost 6 years ago
- Status changed from Needs feedback to Closed
- Resolution set to No feedback
Based on the few log lines provided, the issue seems to be related to the old method of sending mails.
In Redmine 4.0, the delivery method was changed to async and the issue update is no longer affected by the email server response, please see #26791.
You can reopen the ticket if you still experience the issue on Redmine 4.
Updated by Marius BĂLTEANU almost 6 years ago
- Related to Feature #26791: Send individual notification mails per mail recipient added