我是靠谱客的博主 真实镜子,这篇文章主要介绍Arangodb报错: ArangoDB health check failed -- not authorized to execute this request,现在分享给大家,希望可以做个参考。
Arangodb报错,报错内容如下:
复制代码
1
2
3
4
5
6
72019-05-08 12:57:14.397 [WARN ] [spring-boot-arangodb,,,,] com.arangodb.springframework.boot.actuate.ArangoHealthIndicator 89 -- ArangoDB health check failed com.arangodb.ArangoDBException: Response: 401, Error: 11 - not authorized to execute this request at com.arangodb.internal.util.ResponseUtils.checkError(ResponseUtils.java:53) at com.arangodb.internal.velocystream.VstCommunication.checkError(VstCommunication.java:149) at com.arangodb.internal.velocystream.VstCommunicationSync.execute(VstCommunicationSync.java:128) at com.arangodb.internal.velocystream.VstCommunicationSync.execute(VstCommunicationSync.java:42) at com.arangodb.internal.velocystream.VstCommunication.execute(VstCommunication.java:132)
原因:
连接arangodb使用的user没有访问system数据库的权限。
解决方法:
使用root用户登录system数据库,授予用户访问system数据的的权限(权限等级为administrator或者access)即可。
最后
以上就是真实镜子最近收集整理的关于Arangodb报错: ArangoDB health check failed -- not authorized to execute this request的全部内容,更多相关Arangodb报错:内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复