Roundup Tracker - Issues

Message737

Author yishaym
Recipients
Date 2003-03-27.17:25:19
Message-id
In-reply-to
When I assign a bug on creation I get:
-------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/lib/python2.2/site-packages/roundup/cgi/client.py",
line 777, in newItemAction
    nid = self._createnode(props)
  File
"/usr/lib/python2.2/site-packages/roundup/cgi/client.py",
line 1056, in _createnode
    return cl.create(**props)
  File
"/usr/lib/python2.2/site-packages/roundup/backends/back_anydbm.py",
line 893, in create
    self.fireReactors('create', newid, None)
  File
"/usr/lib/python2.2/site-packages/roundup/backends/back_anydbm.py",
line 1869, in fireReactors
    react(self.db, self, nodeid, oldvalues)
  File
"/usr/lib/python2.2/site-packages/roundup/templates/classic/detectors/nosyreaction.py",
line 42, in nosyreaction
    raise roundupdb.DetectorError, message
DetectorError: Couldn't send confirmation email:
mailhost (111, 'Connection refused')
---------------------------------------------------------------------
this only happens if the bug has a change note.
if I create an item, and either add the change note or
assign after creation, it works fine.

I suspect this might be due to the fact that I don't
have a working mail server.  I configured my system to
"mock" email until I find the time to setup my mail server.

You can test against my server at:
http://144.82.31.201/cgi-bin/roundup.cgi/toontalk/

But please notify me!!! (y.mor@ioe.ac.uk)
History
Date User Action Args
2009-02-03 14:20:19adminlinkissue710853 messages
2009-02-03 14:20:19admincreate