Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address the circus/tornado "ConflictError: arbiter is already running" #28

Open
hpelin opened this issue May 3, 2023 · 0 comments
Open
Labels
help wanted Extra attention is needed server

Comments

@hpelin
Copy link
Collaborator

hpelin commented May 3, 2023

I can't remember if we were getting this before, but after I hit train, the model trains and is saved successfully but after I get this error:
Traceback (most recent call last): File "/Users/christina.bukas/opt/anaconda3/envs/dc-tool/lib/python3.9/site-packages/tornado/ioloop.py", line 921, in _run val = self.callback() File "/Users/christina.bukas/opt/anaconda3/envs/dc-tool/lib/python3.9/site-packages/circus/util.py", line 1038, in wrapper raise ConflictError("arbiter is already running %s command" circus.exc.ConflictError: arbiter is already running arbiter_stop command Traceback (most recent call last): File "/Users/christina.bukas/Documents/AI_projects/code/data-centric-platform/src/server/dcp_server/main.py", line 31, in <module> main() File "/Users/christina.bukas/Documents/AI_projects/code/data-centric-platform/src/server/dcp_server/main.py", line 18, in main subprocess.run([ File "/Users/christina.bukas/opt/anaconda3/envs/dc-tool/lib/python3.9/subprocess.py", line 507, in run stdout, stderr = process.communicate(input, timeout=timeout) File "/Users/christina.bukas/opt/anaconda3/envs/dc-tool/lib/python3.9/subprocess.py", line 1126, in communicate self.wait() File "/Users/christina.bukas/opt/anaconda3/envs/dc-tool/lib/python3.9/subprocess.py", line 1189, in wait return self._wait(timeout=timeout) File "/Users/christina.bukas/opt/anaconda3/envs/dc-tool/lib/python3.9/subprocess.py", line 1917, in _wait (pid, sts) = self._try_wait(0) File "/Users/christina.bukas/opt/anaconda3/envs/dc-tool/lib/python3.9/subprocess.py", line 1875, in _try_wait (pid, sts) = os.waitpid(self.pid, wait_flags)

Originally posted by @christinab12 in #27 (comment)

@hpelin hpelin added the help wanted Extra attention is needed label May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed server
Projects
None yet
Development

No branches or pull requests

2 participants