Hi,
This is the error it is showing when I am typing cryosparcm log command_core | tail -n 100
run_simple(host, port, self, **options)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 1052, in run_simple
inner()
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 1005, in inner
fd=fd,
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 848, in make_server
host, port, app, request_handler, passthrough_errors, ssl_context, fd=fd
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 740, in __init__
HTTPServer.__init__(self, server_address, handler)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/socketserver.py", line 452, in __init__
self.server_bind()
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/http/server.py", line 137, in server_bind
socketserver.TCPServer.server_bind(self)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/socketserver.py", line 466, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in use
COMMAND CORE STARTED === 2021-05-01 11:12:21.174653 ==========================
*** BG WORKER START
* Serving Flask app "command_core" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/priyanka/cryosparc3/cryosparc_master/cryosparc_command/command_core/__init__.py", line 272, in start
app.run(host="0.0.0.0", port=port, threaded=True, passthrough_errors=False)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/flask/app.py", line 990, in run
run_simple(host, port, self, **options)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 1052, in run_simple
inner()
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 1005, in inner
fd=fd,
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 848, in make_server
host, port, app, request_handler, passthrough_errors, ssl_context, fd=fd
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 740, in __init__
HTTPServer.__init__(self, server_address, handler)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/socketserver.py", line 452, in __init__
self.server_bind()
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/http/server.py", line 137, in server_bind
socketserver.TCPServer.server_bind(self)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/socketserver.py", line 466, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in use
COMMAND CORE STARTED === 2021-05-01 11:12:24.127947 ==========================
*** BG WORKER START
* Serving Flask app "command_core" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/priyanka/cryosparc3/cryosparc_master/cryosparc_command/command_core/__init__.py", line 272, in start
app.run(host="0.0.0.0", port=port, threaded=True, passthrough_errors=False)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/flask/app.py", line 990, in run
run_simple(host, port, self, **options)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 1052, in run_simple
inner()
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 1005, in inner
fd=fd,
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 848, in make_server
host, port, app, request_handler, passthrough_errors, ssl_context, fd=fd
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 740, in __init__
HTTPServer.__init__(self, server_address, handler)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/socketserver.py", line 452, in __init__
self.server_bind()
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/http/server.py", line 137, in server_bind
socketserver.TCPServer.server_bind(self)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/socketserver.py", line 466, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in use
COMMAND CORE STARTED === 2021-05-01 11:12:28.060212 ==========================
*** BG WORKER START
* Serving Flask app "command_core" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/priyanka/cryosparc3/cryosparc_master/cryosparc_command/command_core/__init__.py", line 272, in start
app.run(host="0.0.0.0", port=port, threaded=True, passthrough_errors=False)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/flask/app.py", line 990, in run
run_simple(host, port, self, **options)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 1052, in run_simple
inner()
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 1005, in inner
fd=fd,
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 848, in make_server
host, port, app, request_handler, passthrough_errors, ssl_context, fd=fd
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/site-packages/werkzeug/serving.py", line 740, in __init__
HTTPServer.__init__(self, server_address, handler)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/socketserver.py", line 452, in __init__
self.server_bind()
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/http/server.py", line 137, in server_bind
socketserver.TCPServer.server_bind(self)
File "/home/priyanka/cryosparc3/cryosparc_master/deps/anaconda/envs/cryosparc_master_env/lib/python3.7/socketserver.py", line 466, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in use
Thanks,
Regards,
Priyanka