#0726 Error in new instance of issue tracker
An error occured when I tried to... add a ticket to a new instance of the IssueTracker
--------------------------------------------------
Error type: error
Error value: (49, "Can't assign requested address")
Traceback (innermost last):
Module ZPublisher.Publish, line 114, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 40, in call_object
Module Products.IssueTrackerProduct.IssueTracker, line 3510, in SubmitIssue
Module Products.IssueTrackerProduct.Issue, line 2492, in createAssignment
Module Products.IssueTrackerProduct.Issue, line 2558, in _sendAssignementEmail
Module Products.IssueTrackerProduct.IssueTracker, line 6616, in sendEmail
Module Products.MailHost.MailHost, line 161, in _send
Module smtplib, line 240, in __init__
Module smtplib, line 302, in connect
error: (49, "Can't assign requested address")
~~~~~
~~~~~
~~~~~
Below are the contents of the log file:
~~~~~
~~~~~
~~~~~
Bug Reporting File
2008/03/31 15:40:01.661 GMT-4
Error type: error
Error value: (49, "Can't assign requested address")
Traceback (innermost last):
Module ZPublisher.Publish, line 114, in publish
Module ZPublisher.mapply, line 88, in mapply
Module ZPublisher.Publish, line 40, in call_object
Module Products.IssueTrackerProduct.IssueTracker, line 3510, in SubmitIssue
Module Products.IssueTrackerProduct.Issue, line 2492, in createAssignment
Module Products.IssueTrackerProduct.Issue, line 2558, in _sendAssignementEmail
Module Products.IssueTrackerProduct.IssueTracker, line 6616, in sendEmail
Module Products.MailHost.MailHost, line 161, in _send
Module smtplib, line 240, in __init__
Module smtplib, line 302, in connect
error: (49, "Can't assign requested address")
IssueTrackerProduct version: 0.8.3
Zope: (Zope 2.8.7-DarwinPorts, python 2.3.6, darwin)
Python: 2.3.6 (#0001, Feb 7 2007, 15:35:33)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)]
Platform: darwin
3 months and 4 days old
Feel free to contact me at marc @ nextnewnetworks.com
I'm sorry but there's nothing the IssueTrackerProduct can do to help you there. Basically, you're trying to send emails via an SMTP server that you're not able to connect to. Whichever server the issuetracker is installed on, check with ping or some other means if you can connect to whatever server you've configured in the MailHost object in Zope.