Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5671 closed defect (invalid)

When replying to a post in the Discussion, I get the following error and the post is not submitted.

Reported by: adam.laczo@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Noah Kantrowitz)

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/tracdiscussion/core.py", line 72, in process_request
  File "build/bdist.linux-i686/egg/tracdiscussion/api.py", line 33, in render_discussion
  File "build/bdist.linux-i686/egg/tracdiscussion/api.py", line 598, in _do_action
  File "build/bdist.linux-i686/egg/tracdiscussion/notification.py", line 91, in notify
  File "/usr/lib/python2.4/site-packages/trac/notification.py", line 216, in notify
    Notify.notify(self, resid)
  File "/usr/lib/python2.4/site-packages/trac/notification.py", line 114, in notify
    self.begin_send()
  File "/usr/lib/python2.4/site-packages/trac/notification.py", line 278, in begin_send
    self.server = smtplib.SMTP(self.smtp_server, self.smtp_port)
  File "/usr/lib/python2.4/smtplib.py", line 244, in __init__
    (code, msg) = self.connect(host, port)
  File "/usr/lib/python2.4/smtplib.py", line 310, in connect
    raise socket.error, msg
error: (111, 'Connection refused')

I was originally trying to get the discussion notification email to work. I enabled it in my trac.ini file, then got this when trying to reply, so I disabled it. I restarted apache after making any changes and still get this when I try to make reply posts.

Using Trac 0.10.3.1 on a Fedora Core 6 machine.

Attachments (0)

Change History (1)

comment:1 by Noah Kantrowitz, 17 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

This is:

  1. A local configuration issue, which should be asked about on the MailingList or IrcChannel (but look at the archives first, this question is common).
  2. An error with a plugin, not Trac itself, and normally should be reported on the plugin's bug tracker (except for the above).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.