Edgewall Software
Modify

Ticket #6810 (closed defect: wontfix)

Opened 4 years ago

Last modified 4 years ago

Connection unexpectedly closed

Reported by: angelo.depoli@… Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.8.4
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description (last modified by eblot) (diff)

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

Change History

comment:1 Changed 4 years ago by eblot

  • Description modified (diff)
  • Priority changed from high to normal
  • Resolution set to wontfix
  • Severity changed from major to normal
  • Status changed from new to closed
  • Version set to 0.8.4

A communication issue with your email server.

Trac 0.8.1 is not supported anymore, closing.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.