Marc, thanks for the response.
Before the crash, the console is flooded with these warnings:
2011-03-11 10:25:39,314 - HookboxConn - WARNING - Unexpected error:
Not Connected
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/hookbox-0.3.3-py2.6.egg/
hookbox/protocol.py", line 30, in send_frame
self._rtjp_conn.send_frame(*args, **kw)
File "/usr/local/lib/python2.6/dist-packages/rtjp_eventlet-0.3.2-
py2.6.egg/rtjp_eventlet/server.py", line 143, in send_frame
raise Exception("Not Connected")
Exception: Not Connected
2011-03-11 10:25:39,315 - HookboxConn - WARNING - Unexpected error:
Not Connected
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/hookbox-0.3.3-py2.6.egg/
hookbox/protocol.py", line 30, in send_frame
self._rtjp_conn.send_frame(*args, **kw)
File "/usr/local/lib/python2.6/dist-packages/rtjp_eventlet-0.3.2-
py2.6.egg/rtjp_eventlet/server.py", line 143, in send_frame
raise Exception("Not Connected")
Exception: Not Connected
2011-03-11 10:25:39,315 - HookboxConn - WARNING - Unexpected error:
Not Connected
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/hookbox-0.3.3-py2.6.egg/
hookbox/protocol.py", line 30, in send_frame
self._rtjp_conn.send_frame(*args, **kw)
File "/usr/local/lib/python2.6/dist-packages/rtjp_eventlet-0.3.2-
py2.6.egg/rtjp_eventlet/server.py", line 143, in send_frame
raise Exception("Not Connected")
Exception: Not Connected
2011-03-11 10:25:39,315 - HookboxConn - WARNING - Unexpected error:
Not Connected
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/hookbox-0.3.3-py2.6.egg/
hookbox/protocol.py", line 30, in send_frame
self._rtjp_conn.send_frame(*args, **kw)
File "/usr/local/lib/python2.6/dist-packages/rtjp_eventlet-0.3.2-
py2.6.egg/rtjp_eventlet/server.py", line 143, in send_frame
raise Exception("Not Connected")
Exception: Not Connected
2011-03-11 10:25:39,316 - HookboxConn - WARNING - Unexpected error:
Not Connected
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/hookbox-0.3.3-py2.6.egg/
hookbox/protocol.py", line 30, in send_frame
self._rtjp_conn.send_frame(*args, **kw)
File "/usr/local/lib/python2.6/dist-packages/rtjp_eventlet-0.3.2-
py2.6.egg/rtjp_eventlet/server.py", line 143, in send_frame
raise Exception("Not Connected")
Exception: Not Connected
2011-03-11 10:25:39,316 - HookboxConn - WARNING - Unexpected error:
Not Connected
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/hookbox-0.3.3-py2.6.egg/
hookbox/protocol.py", line 30, in send_frame
self._rtjp_conn.send_frame(*args, **kw)
File "/usr/local/lib/python2.6/dist-packages/rtjp_eventlet-0.3.2-
py2.6.egg/rtjp_eventlet/server.py", line 143, in send_frame
raise Exception("Not Connected")
Exception: Not Connected
2011-03-11 10:25:39,316 - HookboxConn - WARNING - Unexpected error:
Not Connected
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/hookbox-0.3.3-py2.6.egg/
hookbox/protocol.py", line 30, in send_frame
self._rtjp_conn.send_frame(*args, **kw)
File "/usr/local/lib/python2.6/dist-packages/rtjp_eventlet-0.3.2-
py2.6.egg/rtjp_eventlet/server.py", line 143, in send_frame
raise Exception("Not Connected")
Exception: Not Connected
2011-03-11 10:25:39,317 - HookboxConn - WARNING - Unexpected error:
Not Connected
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/hookbox-0.3.3-py2.6.egg/
hookbox/protocol.py", line 30, in send_frame
self._rtjp_conn.send_frame(*args, **kw)
File "/usr/local/lib/python2.6/dist-packages/rtjp_eventlet-0.3.2-
py2.6.egg/rtjp_eventlet/server.py", line 143, in send_frame
raise Exception("Not Connected")
Exception: Not Connected
These happens all the way since hookbox started running after 1 hour
or so until the crash happened. During this time, hookbox functions
normally.
What could be causing these warnings? Is this issue related to the
crash?