Opened 12 years ago

Last modified 12 years ago

#9741 closed defect

ERROR: AnnounceSystem failed — at Version 1

Reported by: anonymous Owned by: Robert Corsaro
Priority: normal Component: AnnouncerPlugin
Severity: normal Keywords:
Cc: Steffen Hoffmann Trac Release: 0.12

Description (last modified by Ryan J Ollos)

I just tried to upgrade from the 0.11 announcer plugin to 0.12dev plugin and haven't been able to send any notifications. I have pasted the error below.

Additional information: I can assure you that my trac.ini has a good email server configured because the configuration I am using works with the default notificaiton system and the 0.11 Announcer plugin.

Any help you can provide is much appreciated. Thanks!

2012-01-28 18:12:42,588 Trac[api] ERROR: AnnouncementSystem failed.
Traceback (most recent call last):
  File "build\bdist.win32\egg\announcer\api.py", line 561, in _real_send
    evt)
  File "build\bdist.win32\egg\announcer\distributors\mail.py", line 353, in distribute
    self._do_send(transport, event, k, v, fmtdict[k])
  File "build\bdist.win32\egg\announcer\distributors\mail.py", line 525, in _do_send
    self.send(*package)
  File "build\bdist.win32\egg\announcer\distributors\mail.py", line 534, in send
    self.email_sender.send(from_addr, recipients, message)
  File "build\bdist.win32\egg\announcer\distributors\mail.py", line 590, in send
    smtp = smtpclass(**args)
  File "C:\Program Files (x86)\VisualSVN Server\trac\python\lib\smtplib.py", line 239, in __init__
    (code, msg) = self.connect(host, port)
  File "C:\Program Files (x86)\VisualSVN Server\trac\python\lib\smtplib.py", line 295, in connect
    self.sock = self._get_socket(host, port, self.timeout)
  File "C:\Program Files (x86)\VisualSVN Server\trac\python\lib\smtplib.py", line 273, in _get_socket
    return socket.create_connection((port, host), timeout)
  File "C:\Program Files (x86)\VisualSVN Server\trac\python\lib\socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 10061] No connection could be made because the target machine actively refused it

Change History (1)

comment:1 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.