Modify ↓
Opened 15 years ago
Closed 15 years ago
#8889 closed defect (duplicate)
error: (111, 'Connection refused')
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.6 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /
, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
System Information
Trac | 0.11.6
|
Python | 2.5.2 (r252:60911, Jul 22 2009, 15:52:25) [GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)]
|
setuptools | 0.6c11
|
SQLite | 3.4.2
|
pysqlite | 2.3.2
|
Genshi | 0.6dev-r1092
|
mod_python | 3.3.1
|
Subversion | 1.4.6 (r28521)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/web/main.py", line 217, in dispatch self._post_process_request(req, *resp) File "/usr/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/web/main.py", line 309, in _post_process_request resp = f.post_process_request(req, *resp) File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 554, in post_process_request self._send_email(req) File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 593, in _send_email notifier.notify(req.authname, req.session['email_verification_token']) File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 520, in notify SingleUserNofification.notify(self, username, subject) File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 124, in notify NotifyEmail.notify(self, username, subject) File "/usr/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/notification.py", line 241, in notify Notify.notify(self, resid) File "/usr/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/notification.py", line 134, in notify self.begin_send() File "/usr/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/notification.py", line 313, in begin_send self.server = smtplib.SMTP(self.smtp_server, self.smtp_port) File "/usr/lib/python2.5/smtplib.py", line 244, in __init__ (code, msg) = self.connect(host, port) File "/usr/lib/python2.5/smtplib.py", line 310, in connect raise socket.error, msg error: (111, 'Connection refused')
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Duplicate of #4229 and many others.