Skip to content

Instantly share code, notes, and snippets.

@rafaelnovello
Created August 8, 2013 03:48
Show Gist options
  • Save rafaelnovello/6181295 to your computer and use it in GitHub Desktop.
Save rafaelnovello/6181295 to your computer and use it in GitHub Desktop.
ERROR:slimta.queue:exception:ConnectionLost:unhandled args=() message='' traceback=['Traceback (most recent call last):\n', ' File "/usr/local/lib/python2.7/dist-packages/slimta/queue/__init__.py", line 289, in _attempt\n self.relay._attempt(envelope, attempts)\n', ' File "/usr/local/lib/python2.7/dist-packages/slimta/relay/__init__.py", line 86, in _attempt\n return self.attempt(envelope, attempts)\n', ' File "/usr/local/lib/python2.7/dist-packages/slimta/relay/smtp/mx.py", line 208, in attempt\n return relayer.attempt(envelope, attempts)\n', ' File "/usr/local/lib/python2.7/dist-packages/slimta/relay/pool.py", line 89, in attempt\n return result.get()\n', ' File "/usr/local/lib/python2.7/dist-packages/gevent/event.py", line 223, in get\n raise self._exception\n', ...]
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py", line 390, in run
result = self._run(*self.args, **self.kwargs)
File "/usr/local/lib/python2.7/dist-packages/slimta/queue/__init__.py", line 289, in _attempt
self.relay._attempt(envelope, attempts)
File "/usr/local/lib/python2.7/dist-packages/slimta/relay/__init__.py", line 86, in _attempt
return self.attempt(envelope, attempts)
File "/usr/local/lib/python2.7/dist-packages/slimta/relay/smtp/mx.py", line 208, in attempt
return relayer.attempt(envelope, attempts)
File "/usr/local/lib/python2.7/dist-packages/slimta/relay/pool.py", line 89, in attempt
return result.get()
File "/usr/local/lib/python2.7/dist-packages/gevent/event.py", line 223, in get
raise self._exception
ConnectionLost
<Greenlet at 0x2e3d870: <bound method Queue._attempt of <Queue at 0x2c93190>>('528c6667160f400da7f7fdb52c229ae6', <Envelope at 0x3a90490, sender='comunicacao@boadas, 0)> failed with ConnectionLost
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py", line 390, in run
result = self._run(*self.args, **self.kwargs)
File "/usr/local/lib/python2.7/dist-packages/slimta/relay/smtp/client.py", line 208, in _run
if self._send_envelope(result, envelope):
File "/usr/local/lib/python2.7/dist-packages/slimta/relay/smtp/client.py", line 177, in _send_envelope
self._rset()
File "/usr/local/lib/python2.7/dist-packages/slimta/relay/smtp/client.py", line 122, in _rset
rset = self.client.rset()
File "/usr/local/lib/python2.7/dist-packages/slimta/smtp/client.py", line 349, in rset
return self.custom_command('RSET')
File "/usr/local/lib/python2.7/dist-packages/slimta/smtp/client.py", line 135, in custom_command
self._flush_pipeline()
File "/usr/local/lib/python2.7/dist-packages/slimta/smtp/client.py", line 73, in _flush_pipeline
reply.recv(self.io)
File "/usr/local/lib/python2.7/dist-packages/slimta/smtp/reply.py", line 114, in recv
self.code, self.message = io.recv_reply()
File "/usr/local/lib/python2.7/dist-packages/slimta/smtp/io.py", line 155, in recv_reply
self.buffered_recv()
File "/usr/local/lib/python2.7/dist-packages/slimta/smtp/io.py", line 100, in buffered_recv
received = self.raw_recv()
File "/usr/local/lib/python2.7/dist-packages/slimta/smtp/io.py", line 83, in raw_recv
raise ConnectionLost()
ConnectionLost
<SmtpRelayClient at 0x328d7d0> failed with ConnectionLost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment