【问题标题】:JanusGraph 0.2.0 unable to access ConfiguredGraphFactory from Gremlin consoleJanusGraph 0.2.0 无法从 Gremlin 控制台访问 ConfiguredGraphFactory
【发布时间】:2019-12-26 22:29:52
【问题描述】:

我已经使用gremlin-server-configuration.yaml 配置文件启动了gremlin-servergremlin-server 启动时没有任何问题,但是当我尝试从 Gremlin 控制台访问 ConfiguredGraphFactory 时,出现以下异常:

org.janusgraph.graphdb.management.utils.ConfigurationManagementGraphNotEnabledException

不确定我是否遗漏了什么。

【问题讨论】:

    标签: janusgraph


    【解决方案1】:

    您的 gremlin-server yaml 是否具有本文档 8.7 中提到的属性: http://docs.janusgraph.org/latest/configuredgraphfactory.html#configuring-JanusGraph-server-for-configuredgraphfactory?

    配置文件中的数据库是否可以访问?

    【讨论】:

    • 我正在使用 gremlin-server-configuration.yaml 文件来启动 gremlin-server,它参考了文件 janusgraph-cassandra-configurationgraph.properties 以获取 storage.backend 相关的详细信息。我已经将它与文档进行了比较,它看起来很相似。我正在使用启用了节俭的 Cassandra 后端。
    • 出于某种奇怪的原因,它现在可以工作了。感谢您抽出宝贵时间回答问题。
    • 没问题! :-)
    猜你喜欢
    • 2019-07-27
    • 1970-01-01
    • 2018-04-10
    • 2020-09-29
    • 2023-02-08
    • 2016-09-10
    • 1970-01-01
    • 1970-01-01
    • 2020-06-04
    相关资源
    最近更新 更多