apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.63k stars 517 forks source link

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

Open gaeduf opened 1 year ago

gaeduf commented 1 year ago

Bug Type (问题类型)

server status (启动/运行异常)

Before submit

Environment (环境信息)

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

然后启动报错 image image image

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

这不是自相矛盾吗?

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

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

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

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

imbajin commented 1 year ago

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