Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Graphaware框架和UUID未在Neo4j GrapheneDB上启动_Neo4j_Graphaware_Graphenedb - Fatal编程技术网

Graphaware框架和UUID未在Neo4j GrapheneDB上启动

Graphaware框架和UUID未在Neo4j GrapheneDB上启动,neo4j,graphaware,graphenedb,Neo4j,Graphaware,Graphenedb,我正在尝试让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

我正在尝试让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信息Neo4j服务器关闭由启动 请求2017-03-02 10:20:40.209+0000信息 [c.g.s.f.b.GraphAwareServerBootstrapper]停止2017-03-02 10:20:40.209+0000信息停止。。。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信息[c.g.r.b.RuntimeKernelExtension]图形 运行时已禁用。2017-03-02 10:20:48.130+0000信息已开始。 2017-03-02 10:20:48.343+0000信息 [c.g.s.f.b.GraphAwareServerBootstrapper]于2017年3月2日启动 10:20:48.350+0000信息装载的非托管扩展 [com.graphaware.server]at[/graphaware]2017-03-02 10:20:48.724+0000 信息安装GraphAware框架at/GraphAware 2017-03-02 10:20:48.755+0000 INFO将尝试扫描以下程序包: {com..graphaware.,org..graphaware.,net..graphaware.} 2017-03-02 10:20:52.633+0000信息远程接口可在

Messages.log摘录

2017-03-02 10:33:59.991+0000信息[o.n.k.i.诊断经理]--- 已启动内核诊断的诊断:StoreFiles结束--- 2017-03-02 10:34:01.846+0000信息[o.n.k.i.诊断经理]--- 服务器已启动启动---2017-03-02 10:34:02.526+0000信息 [c.g.s.f.b.图A重新包装带式过滤器]安装图A 框架at/graphaware 2017-03-02 10:34:02.547+0000信息 [c.g.s.f.c.GraphAwareWebContextCreator]将尝试扫描以下内容 包装: {com..graphaware.,org..graphaware.,net..graphaware.} 2017-03-02 10:34:06.100+0000信息[o.n.k.i.诊断经理]--- 服务器启动结束---

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

环境设置

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

谢谢

能否指定部署到graphenedb的neo4j版本和框架+模块版本以及完整的配置文件?我在上述问题的末尾添加了neo4j版本和框架+模块版本。我不知道如何从GrapheneDB中提取配置文件。我对默认GrapheneDB实例所做的唯一更改是添加我在上面上传的neo4j.properties文件。我们正在解决3.1兼容性问题。修复后将在此更新。Neo4j 3.1.3已修复,请在此下载最新版本:非常感谢您的确认