Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#6810 closed defect (wontfix)

Connection unexpectedly closed

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

Description (last modified by Emmanuel Blot)

Hi, since 2 weeks I'm facing the following issue when submitting a new/existing ticket. My Trac version is quite old: 0.8.1 Any idea about what is going wrong?

Python traceback

Traceback (most recent call last):
  File "tracd", line 236, in do_trac_req
    self.do_real_trac_req()
  File "tracd", line 259, in do_real_trac_req
    trac.core.dispatch_request(self.path_info, args, self, self.env)
  File "c:\python23\lib\trac\core.py", line 441, in dispatch_request
    module.run()
  File "c:\python23\lib\trac\Module.py", line 44, in run
    self.render()
  File "c:\python23\lib\trac\Ticket.py", line 301, in render
    self.create_ticket()
  File "c:\python23\lib\trac\Ticket.py", line 293, in create_ticket
    tn.notify(ticket, newticket=1)
  File "c:\python23\lib\trac\Notify.py", line 227, in notify
    NotifyEmail.notify(self, ticket['id'], subject)
  File "c:\python23\lib\trac\Notify.py", line 131, in notify
    Notify.notify(self, resid)
  File "c:\python23\lib\trac\Notify.py", line 79, in notify
    self.begin_send()
  File "c:\python23\lib\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 303, in connect
    (code, msg) = self.getreply()
  File "c:\python23\lib\smtplib.py", line 347, in getreply
    raise SMTPServerDisconnected("Connection unexpectedly closed")
SMTPServerDisconnected: Connection unexpectedly closed

Attachments (0)

Change History (1)

comment:1 by Emmanuel Blot, 16 years ago

Description: modified (diff)
Priority: highnormal
Resolution: wontfix
Severity: majornormal
Status: newclosed
Version: 0.8.4

A communication issue with your email server.

Trac 0.8.1 is not supported anymore, closing.

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.