Edgewall Software

Opened 18 years ago

Last modified 18 years ago

#4229 closed defect

Opps Error — at Initial Version

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

Description

This is happening on every ticket placed or any responce to a ticket. Trac detected an internal error: (10061, 'Connection refused')If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team.

Go to http://trac.edgewall.com/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the python traceback found below.

TracGuide — The Trac User and Administration Guide

Python traceback Traceback (most recent call last):

File "C:\Python23\lib\site-packages\trac\core.py", line 548, in cgi_start

real_cgi_start()

File "C:\Python23\lib\site-packages\trac\core.py", line 543, in real_cgi_start

dispatch_request(path_info, args, req, env)

File "C:\Python23\lib\site-packages\trac\core.py", line 458, in dispatch_request

module.run()

File "C:\Python23\lib\site-packages\trac\Module.py", line 44, in run

self.render()

File "C:\Python23\lib\site-packages\trac\Ticket.py", line 570, in render

self.save_changes (id)

File "C:\Python23\lib\site-packages\trac\Ticket.py", line 490, in save_changes

tn.notify(ticket, newticket=0, modtime=now)

File "C:\Python23\lib\site-packages\trac\Notify.py", line 228, in notify

NotifyEmail.notify(self, ticketid, subject)

File "C:\Python23\lib\site-packages\trac\Notify.py", line 131, in notify

Notify.notify(self, resid)

File "C:\Python23\lib\site-packages\trac\Notify.py", line 79, in notify

self.begin_send()

File "C:\Python23\lib\site-packages\trac\Notify.py", line 139, in begin_send

self.server = smtplib.SMTP(self.smtp_server)

File "C:\Python23\lib\smtplib.py", line 240, in init

(code, msg) = self.connect(host, port)

File "C:\Python23\lib\smtplib.py", line 302, in connect

raise socket.error, msg

error: (10061, 'Connection refused')

Change History (0)

Note: See TracTickets for help on using tickets.