JanusGraph 0.2.0 无法从 Gremlin 控制台访问 ConfiguredGraphFactory
JanusGraph 0.2.0 unable to access ConfiguredGraphFactory from Gremlin console
我已经开始 gremlin-server
使用 gremlin-server-configuration.yaml
配置文件。 gremlin-server
开始没有任何问题,但是当我尝试从 Gremlin 控制台访问 ConfiguredGraphFactory
时,出现以下异常:
org.janusgraph.graphdb.management.utils.ConfigurationManagementGraphNotEnabledException
不确定我是否遗漏了什么。
你的 gremlin-server yaml 是否有本文档 8.7 中提到的属性:
http://docs.janusgraph.org/latest/configuredgraphfactory.html#configuring-JanusGraph-server-for-configuredgraphfactory?
配置文件中的数据库是否可以访问?
我已经开始 gremlin-server
使用 gremlin-server-configuration.yaml
配置文件。 gremlin-server
开始没有任何问题,但是当我尝试从 Gremlin 控制台访问 ConfiguredGraphFactory
时,出现以下异常:
org.janusgraph.graphdb.management.utils.ConfigurationManagementGraphNotEnabledException
不确定我是否遗漏了什么。
你的 gremlin-server yaml 是否有本文档 8.7 中提到的属性: http://docs.janusgraph.org/latest/configuredgraphfactory.html#configuring-JanusGraph-server-for-configuredgraphfactory?
配置文件中的数据库是否可以访问?