incubator-hugegraph icon indicating copy to clipboard operation
incubator-hugegraph copied to clipboard

[Bug] 图数据库按照文档新增认证功能启动报错

Open gaeduf opened this issue 2 years ago • 1 comments

Bug Type (问题类型)

server status (启动/运行异常)

Before submit

  • [X] 我已经确认现有的 IssuesFAQ 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in the historical issue and documents)

Environment (环境信息)

  • Server Version: 0.12.0
  • Backend: RocksDB 1 nodes
  • Data Size: 暂无

按照官方文档,添加配置之后,以下是我的配置(现已注释) image image image

然后启动报错 image image image

然后我去除了 hugegraph.properties 的认证相关配置,可以正常启动, 但是在调用接口创建别的用户的时候,发生了以下错误: 当我按照官方文档的传参调用接口报错如下 324d25c566903661221e0c33dda1373 ,于是我加了一个creator参数,但是又报如下错误: 595a537e942c6f9ab3c5f9c38cc69e2

这不是自相矛盾吗?

Expected & Actual behavior (期望与实际表现)

应该是正常启动,正常添加用户

Vertex/Edge example (问题点 / 边数据举例)

Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

gaeduf avatar Jul 21 '23 01:07 gaeduf

please try apache v1.0.0 (binary/docker way) to check if the problem exist (refer the doc)

currently your context is not clear enough

imbajin avatar Jul 21 '23 07:07 imbajin