You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the version 1.10-rc2, (and also on an older version), I have king of this message in the server log file whereas the web interface is always running (when I click on the button STOP, it doesn't work, the process still continue to running, but in fact, the log file tell the opposite).
RuntimeError: There is no current event loop in thread 'Thread-16'.
Exception in thread Thread-15:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "src/execution/process_base.py", line 99, in notify_finished
listener.finished()
File "src/server.py", line 354, in finished
tornado.ioloop.IOLoop.current().add_callback(web_socket.close)
File "/usr/local/lib/python3.6/site-packages/tornado/ioloop.py", line 283, in current
loop = asyncio.get_event_loop()
File "/usr/local/lib/python3.6/asyncio/events.py", line 676, in get_event_loop
return get_event_loop_policy().get_event_loop()
File "/usr/local/lib/python3.6/asyncio/events.py", line 584, in get_event_loop
% threading.current_thread().name)
RuntimeError: There is no current event loop in thread 'Thread-15'.
2018-04-05 02:10:30,161 [tornado.access.INFO] 200 POST /scripts/execute/stop (10.10.10.150) 0.63ms
2018-04-05 02:10:32,386 [script_server.ScriptExecutor.WARNING] process already finished, ignoring input
2018-04-05 02:10:32,970 [script_server.ScriptExecutor.WARNING] process already finished, ignoring input
2018-04-05 02:10:34,511 [tornado.access.INFO] 200 POST /scripts/execute/stop (10.10.10.150) 0.60ms
2018-04-05 02:10:42,867 [tornado.access.INFO] 200 POST /scripts/execute/stop (10.10.10.150) 0.87ms
Could I tell you other things which could help you to resolve this problem?
Thank you !
The text was updated successfully, but these errors were encountered:
Hi !
On the version 1.10-rc2, (and also on an older version), I have king of this message in the server log file whereas the web interface is always running (when I click on the button STOP, it doesn't work, the process still continue to running, but in fact, the log file tell the opposite).
Could I tell you other things which could help you to resolve this problem?
Thank you !
The text was updated successfully, but these errors were encountered: