Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. 2019-12-12 14:32:49,998 [activator] POST /api/activator/ (10.0.6.11) 2.01ms
  2. 2019-12-12 14:32:50,029 [tornado.application] Exception in Future <tornado.concurrent.Future object at 0x7f5c544cfa50> after timeout
  3. UNHANDLED EXCEPTION (2019-12-12 14:32:50.029430)
  4. PROCESS: ./services/activator/service.py
  5. VERSION: 19.3.1
  6. BRANCH: HEAD CHANGESET: 5a0012a0
  7. ERROR FINGERPRINT: 0a546f8f-1892-5566-9fc0-f00e28658df0
  8. WORKING DIRECTORY: /opt/noc
  9. EXCEPTION: <class 'tornado.iostream.StreamClosedError'> Stream is closed
  10. START OF TRACEBACK
  11. ------------------------------------------------------------------------
  12. File: lib/python2.7/site-packages/tornado/concurrent.py (Line: 238)
  13. Function: result
  14. 231 before the `Future` is done, so the ``timeout`` is never used.
  15. 232 """
  16. 233 self._clear_tb_log()
  17. 234 if self._result is not None:
  18. 235 return self._result
  19. 236 if self._exc_info is not None:
  20. 237 try:
  21. 238 ==> raise_exc_info(self._exc_info)
  22. 239 finally:
  23. 240 self = None
  24. 241 self._check_done()
  25. 242 return self._result
  26. 243
  27. 244 def exception(self, timeout=None):
  28. Variables:
  29. self = None
  30. timeout = None
  31. ------------------------------------------------------------------------
  32. File: lib/python2.7/site-packages/tornado/gen.py (Line: 910)
  33. Function: error_callback
  34. 903 result = Future()
  35. 904 chain_future(future, result)
  36. 905 if io_loop is None:
  37. 906 io_loop = IOLoop.current()
  38. 907
  39. 908 def error_callback(future):
  40. 909 try:
  41. 910 ==> future.result()
  42. 911 except Exception as e:
  43. 912 if not isinstance(e, quiet_exceptions):
  44. 913 app_log.error("Exception in Future %r after timeout",
  45. 914 future, exc_info=True)
  46. 915
  47. 916 def timeout_callback():
  48. Variables:
  49. future = <tornado.concurrent.Future object at 0x7f5c544cfa50>
  50. e = StreamClosedError('Stream is closed',)
  51. quiet_exceptions = ()
  52. ------------------------------------------------------------------------
  53. END OF TRACEBACK
  54. 2019-12-12 14:32:50,031 [activator] POST /api/activator/ (10.0.6.11) 10003.22ms
  55. 2019-12-12 14:32:50,515 [script] [DLink.DxS.get_uptime|10.0.28.26] Complete (0.05ms)
  56. 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement