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

[bug]貌似未auth会出错。 #22

Open
jinleileiking opened this issue Jan 9, 2017 · 1 comment
Open

[bug]貌似未auth会出错。 #22

jinleileiking opened this issue Jan 9, 2017 · 1 comment

Comments

@jinleileiking
Copy link

D 170109 13:38:47 connection:282] Sending request(xid=1173): GetChildren(path=u'/elastic-job-example-lite-spring/springSimpleJob/servers/10.65.128.186/trigger', watcher=None)
[D 170109 13:38:47 connection:352] Received error(xid=1173) NoAuthError((), {})
[E 170109 13:38:47 base:132] Internal Error: Traceback (most recent call last):
      File "/home/jinlei1/tools/zkdash/handler/bases/base.py", line 128, in _exec
        res = self.response()
      File "/usr/local/lib/python2.7/site-packages/tornado/web.py", line 2601, in wrapper
        return method(self, *args, **kwargs)
      File "/home/jinlei1/tools/zkdash/handler/config/znode.py", line 77, in response
        ZnodeService.get_znode_tree(zoo_client, normalized_path, nodes)
      File "/home/jinlei1/tools/zkdash/service/znode.py", line 146, in get_znode_tree
        get_znode_tree(zoo_client, child_path, nodes, child_id, current_id)
      File "/home/jinlei1/tools/zkdash/service/znode.py", line 146, in get_znode_tree
        get_znode_tree(zoo_client, child_path, nodes, child_id, current_id)
      File "/home/jinlei1/tools/zkdash/service/znode.py", line 146, in get_znode_tree
        get_znode_tree(zoo_client, child_path, nodes, child_id, current_id)
      File "/home/jinlei1/tools/zkdash/service/znode.py", line 146, in get_znode_tree
        get_znode_tree(zoo_client, child_path, nodes, child_id, current_id)
      File "/home/jinlei1/tools/zkdash/service/znode.py", line 146, in get_znode_tree
        get_znode_tree(zoo_client, child_path, nodes, child_id, current_id)
      File "/home/jinlei1/tools/zkdash/service/znode.py", line 136, in get_znode_tree
        children = zoo_client.get_children(path)
      File "/usr/local/lib/python2.7/site-packages/kazoo/client.py", line 1078, in get_children
        return self.get_children_async(path, watch, include_data).get()
      File "/usr/local/lib/python2.7/site-packages/kazoo/handlers/utils.py", line 78, in get
        raise self._exception
    NoAuthError: ((), {})
@xidianwlc
Copy link
Contributor

目前不支持zk auth机制

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants