Graphaware Framework和UUID没有在Neo4j GrapheneDB上启动

时间:2017-03-02 10:37:10

标签: neo4j graphaware graphenedb

我正在尝试在GrapheneDB实例上运行Graphaware Framework和UUID。我按照说明压缩了JAR和neo4j.properties文件,并使用GrapheneDB Web界面上传,但在创建新节点时未添加UUID。

neo4j.properties文件

dbms.unmanaged_extension_classes=com.graphaware.server=/graphaware

com.graphaware.runtime.enabled=true

#UIDM becomes the module ID:
com.graphaware.module.UIDM.1=com.graphaware.module.uuid.UuidBootstrapper

#optional, default is uuid:
com.graphaware.module.UIDM.uuidProperty=uuid

#optional, default is false:
com.graphaware.module.UIDM.stripHyphens=true

#optional, default is all nodes:
#com.graphaware.module.UIDM.node=hasLabel('Label1') || hasLabel('Label2')

#optional, default is no relationships:
#com.graphaware.module.UIDM.relationship=isType('Type1')
com.graphaware.module.UIDM.relationship=com.graphaware.runtime.policy.all.IncludeAllBusinessRelationships

#optional, default is uuidIndex
com.graphaware.module.UIDM.uuidIndex=uuidIndex

#optional, default is uuidRelIndex
com.graphaware.module.UIDM.uuidRelationshipIndex=uuidRelIndex

日志输出

  

2017-03-02 10:20:40.184 + 0000 INFO Neo4j服务器关闭启动   要求2017-03-02 10:20:40.209 + 0000 INFO   [c.g.s.f.b.GraphAwareServerBootstrapper]于2017-03-02停止   10:20:40.209 + 0000 INFO停止... 2017-03-02 10:20:40.982 + 0000 INFO   停止。 2017-03-02 10:20:43.402 + 0000 INFO开始...... 2017-03-02   10:20:43.820 + 0000 INFO螺栓在0.0.0.0:7475上启用。 2017年3月2日   10:20:45.153 + 0000 INFO [c.g.r.b.RuntimeKernelExtension] GraphAware   运行时已禁用。 2017-03-02 10:20:48.130 + 0000 INFO开始。   2017-03-02 10:20:48.343 + 0000 INFO   [c.g.s.f.b.GraphAwareServerBootstrapper]于2017-03-02开始   10:20:48.350 + 0000 INFO已安装的非托管扩展   [com.graphaware.server]于[/ graphaware] 2017-03-02 10:20:48.724 + 0000   信息在/ graphaware 2017-03-02上安装GraphAware框架   10:20:48.755 + 0000 INFO将尝试扫描以下包:   {融为一体的 .graphaware。下,有机的 .graphaware。下,净。的 .graphaware。}   2017-03-02 10:20:52.633 + 0000 INFO远程界面可用于   http://localhost:7474/

Messages.log Extract

  

2017-03-02 10:33:59.991 + 0000 INFO [o.n.k.i.DiagnosticsManager] ---   KernelDiagnostics的STARTED诊断:StoreFiles END ---   2017-03-02 10:34:01.846 + 0000 INFO [o.n.k.i.DiagnosticsManager] ---   服务器启动开始--- 2017-03-02 10:34:02.526 + 0000信息   [c.g.s.f.b.GraphAwareBootstrappingFilter]挂载GraphAware   框架at / graphaware 2017-03-02 10:34:02.547 + 0000 INFO   [c.g.s.f.c.GraphAwareWebContextCreator]将尝试扫描以下内容   包:   {融为一体的 .graphaware。下,有机的 .graphaware。下,净。的 .graphaware。}   2017-03-02 10:34:06.100 + 0000 INFO [o.n.k.i.DiagnosticsManager] ---   服务器开始结束---

看起来框架没有启动,但我在属性文件中设置了enabled = true。

环境设置

  • Neo4j Community Edition 3.1.1
  • graphaware - 服务器 - 3.1.0.44
  • graphaware-UUID-3.1.0.44.13

由于

0 个答案:

没有答案