Skip to content

ConflictError arbiter is already running arbiter_start_watchers command #1202

Description

@lovesharepc

hello I use ubuntu22.04 with python3.10.6
virsion
circus 0.17.2
tornado 6.2
when I use start circusd to start my app get this error message

2022-11-09 08:31:19 tornado.application[70459] [ERROR] Exception in callback <bound method Arbiter.manage_watchers of <circus.arbiter.Arbiter object at 0x7fe6dfead960>>
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/tornado/ioloop.py", line 921, in _run
    val = self.callback()
  File "/usr/local/lib/python3.10/dist-packages/circus/util.py", line 1042, in wrapper
    raise ConflictError("arbiter is already running %s command"
circus.exc.ConflictError: arbiter is already running arbiter_start_watchers command

in ubuntu 20.04 with python3.8.10
virsion
circus 0.17.1
tornado 6.2

there is no error like this

how do I resolve this problem ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions