0

我正在尝试让 Graphaware 框架和 UUID 在 GrapheneDB 实例上运行。我已按照说明压缩 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 [cgsfbGraphAwareServerBootstrapper] 停止 2017-03-02 10:20:40.209+0000 INFO 停止... 2017-03-02 10:20:40.982+0000 信息已停止。2017-03-02 10:20:43.402+0000 信息开始... 2017-03-02 10:20:43.820+0000 在 0.0.0.0:7475 上启用信息螺栓。2017-03-02 10:20:45.153+0000 信息 [cgrbRuntimeKernelExtension] GraphAware 运行时已禁用。2017-03-02 10:20:48.130+0000 信息开始。2017-03-02 10:20:48.343+0000 信息 [cgsfbGraphAwareServerBootstrapper] 开始于 2017-03-02 10:20:48.350+0000 信息在 [/graphaware] 2017-03-02 安装非托管扩展 [com.graphaware.server] 10:20:48.724+0000 INFO 在 /graphaware 2017-03-02 10:20:48 安装 GraphAware 框架。.graphaware。,组织。.graphaware。,网。.graphaware。2017-03-02 10:20:52.633+0000 INFO 远程接口可在 http://localhost:7474/

Messages.log 提取

2017-03-02 10:33:59.991+0000 信息 [onkiDiagnosticsManager] --- 开始诊断 KernelDiagnostics:StoreFiles 结束 --- 2017-03-02 10:34:01.846+0000 信息 [onkiDiagnosticsManager] --- 服务器已启动开始 --- 2017-03-02 10:34:02.526+0000 INFO [cgsfbGraphAwareBootstrappingFilter] 在 /graphaware 安装 GraphAware 框架 2017-03-02 10:34:02.547+0000 INFO [cgsfcGraphAwareWebContextCreator] 将尝试扫描以下软件包: {com。.graphaware。,组织。.graphaware。,网。.graphaware。} 2017-03-02 10:34:06.100+0000 信息 [onkiDiagnosticsManager] --- 服务器启动结束 ---

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

环境设置

  • Neo4j 社区版 3.1.1
  • graphaware-server-3.1.0.44
  • graphaware-uuid-3.1.0.44.13

谢谢

4

0 回答 0