Opened 12 years ago

Last modified 12 years ago

#9741 closed defect

ERROR: AnnounceSystem failed — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.