Neo4j GraphAware UUID未生成

Neo4j GraphAware UUID未生成,neo4j,uuid,graphaware,Neo4j,Uuid,Graphaware,我知道这里有人问过这个问题:。没有人回答,我无法评论去问那个家伙,因为我没有足够的声誉。我在plugins文件夹中有所有服务器框架和uuid jar文件,这是我的配置: com.graphaware.runtime.enabled=true com.graphaware.module.UIDM.1=com.graphaware.module.uuid.UuidBootstrapper com.graphaware.module.UIDM.uuidProperty=uuid 由于某种原因,当我创

我知道这里有人问过这个问题:。没有人回答,我无法评论去问那个家伙,因为我没有足够的声誉。我在plugins文件夹中有所有服务器框架和uuid jar文件,这是我的配置:

com.graphaware.runtime.enabled=true
com.graphaware.module.UIDM.1=com.graphaware.module.uuid.UuidBootstrapper
com.graphaware.module.UIDM.uuidProperty=uuid
由于某种原因,当我创建一个节点时。我什么也没得到

这是我的日志输出:

2017-01-13 17:59:47.762+0000 INFO  Neo4j Server shutdown initiated by request
2017-01-13 17:59:47.789+0000 INFO  [c.g.s.f.b.GraphAwareServerBootstrapper] stopped
2017-01-13 17:59:47.789+0000 INFO  Stopping...
2017-01-13 17:59:47.835+0000 INFO  Shutting down GraphAware Runtime... 
2017-01-13 17:59:47.836+0000 INFO  Shutting down module UIDM
2017-01-13 17:59:47.836+0000 INFO  Terminating task scheduler...
2017-01-13 17:59:47.836+0000 INFO  Task scheduler terminated successfully.
2017-01-13 17:59:47.836+0000 INFO  GraphAware Runtime shut down.
2017-01-13 17:59:47.846+0000 INFO  Stopped.
2017-01-13 17:59:49.770+0000 INFO  Starting...
2017-01-13 17:59:55.480+0000 INFO  Bolt enabled on localhost:7687.
2017-01-13 18:00:03.164+0000 INFO  [c.g.r.b.RuntimeKernelExtension] GraphAware Runtime enabled, bootstrapping...
2017-01-13 18:00:03.177+0000 INFO  Running in a single-node architecture (Neo4j Community)
2017-01-13 18:00:03.186+0000 INFO  [c.g.r.b.RuntimeKernelExtension] Bootstrapping module with order 1, ID UIDM, using com.graphaware.module.uuid.UuidBootstrapper
2017-01-13 18:00:03.275+0000 INFO  uuidProperty set to uuid
2017-01-13 18:00:03.285+0000 INFO  Registering module UIDM with GraphAware Runtime.
2017-01-13 18:00:03.286+0000 INFO  [c.g.r.b.RuntimeKernelExtension] GraphAware Runtime bootstrapped, starting the Runtime...
2017-01-13 18:00:07.046+0000 INFO  Starting GraphAware...
2017-01-13 18:00:07.047+0000 INFO  Loading module metadata...
2017-01-13 18:00:07.047+0000 INFO  Loading metadata for module UIDM
2017-01-13 18:00:07.098+0000 INFO  Module UIDM seems to have been registered before, metadata loaded successfully.
2017-01-13 18:00:07.098+0000 INFO  Module UIDM seems to have changed configuration since last run, will try to re-initialize...
2017-01-13 18:00:07.099+0000 INFO  InitializeUntil set to 9223372036854775807 and it is 1484330407098. Will re-initialize.
2017-01-13 18:00:08.797+0000 INFO  Started.
2017-01-13 18:00:09.044+0000 INFO  [c.g.s.f.b.GraphAwareServerBootstrapper] started
2017-01-13 18:00:09.045+0000 INFO  Mounted unmanaged extension [com.graphaware.server] at [/graphaware]
2017-01-13 18:00:14.228+0000 INFO  Module metadata loaded.
2017-01-13 18:00:14.228+0000 INFO  Starting transaction-driven modules...
2017-01-13 18:00:14.229+0000 INFO  Transaction-driven modules started.
2017-01-13 18:00:14.230+0000 INFO  There are no timer-driven runtime modules. Not scheduling any tasks.
2017-01-13 18:00:14.230+0000 INFO  GraphAware started.
2017-01-13 18:00:14.230+0000 INFO  [c.g.r.b.RuntimeKernelExtension] GraphAware Runtime automatically started.
2017-01-13 18:00:14.268+0000 INFO  Mounting GraphAware Framework at /graphaware
2017-01-13 18:00:14.283+0000 INFO  Will try to scan the following packages: {com.**.graphaware.**,org.**.graphaware.**,net.**.graphaware.**}
2017-01-13 18:00:15.944+0000 INFO  Remote interface available at http://localhost:7474/

您好,您可以指定neo4j版本以及框架和uuid模块版本吗。谢谢另外,请发布完整的配置文件。很抱歉,原来是在创建节点,但Graphaware在创建后添加了uuid,因此我无法在执行创建查询时返回uuid。有点悲哀,但好吧,我将在Python中添加我自己的uuid