升级到3.5后,Neo4j桌面数据库无法启动

升级到3.5后,Neo4j桌面数据库无法启动,neo4j,neo4j-desktop,Neo4j,Neo4j Desktop,我将我的数据库从3.4.5升级到3.5.1,现在它无法从 Database failed to start: Database process terminated, see logs.. Check the logs 信息。日志显示了这些…: 2019-01-08 16:39:28.779+0000 WARN ha.pull_interval is deprecated. 2019-01-08 16:39:28.815+0000 INFO ======== Neo4j 3.5.1 ===

我将我的数据库从3.4.5升级到3.5.1,现在它无法从

Database failed to start: Database process terminated, see logs.. Check the logs
信息。日志显示了这些…:

2019-01-08 16:39:28.779+0000 WARN  ha.pull_interval is deprecated.
2019-01-08 16:39:28.815+0000 INFO  ======== Neo4j 3.5.1 ========
2019-01-08 16:39:28.824+0000 INFO  Starting...
2019-01-08 16:39:30.351+0000 INFO  Initiating metrics...
2019-01-08 16:39:35.141+0000 INFO  Deprecated index providers in use: lucene-1.0 (6 indexes), lucene+native-2.0 (6 indexes). Use procedure 'db.indexes()' to see what indexes use which index provider.
2019-01-08 16:39:42.347+0000 INFO  Sending metrics to CSV file at C:\Users\maenn\.Neo4jDesktop\neo4jDatabases\database-e791f202-143d-4df6-86ef-8981b8539815\installation-3.5.1\metrics
2019-01-08 16:39:43.240+0000 INFO  Bolt enabled on 127.0.0.1:11001.
2019-01-08 16:39:45.458+0000 WARN  Server thread metrics not available (missing neo4j.server.threads.jetty.all)
2019-01-08 16:39:45.524+0000 WARN  Server thread metrics not available (missing neo4j.server.threads.jetty.idle)
2019-01-08 16:39:45.970+0000 INFO  Started.
2019-01-08 16:39:46.456+0000 INFO  Mounted REST API at: /db/manage
2019-01-08 16:39:46.493+0000 INFO  Mounted unmanaged extension [org.neo4j.graphql] at [/graphql]
2019-01-08 16:39:46.607+0000 INFO  Server thread metrics have been registered successfully
**2019-01-08 16:39:47.131+0000 ERROR The ResourceConfig instance does not contain any root resource classes.**
**2019-01-08 16:39:47.146+0000 WARN  unavailable The ResourceConfig instance does not contain any root resource classes.**
com.sun.jersey.api.container.ContainerException: The ResourceConfig instance does not contain any root resource classes.
........   
.......
2019-01-08 16:39:47.213+0000 ERROR Failed to start Neo4j on 127.0.0.1:11002: org.neo4j.server.web.NeoServletContainer-6ebdb938@c44ac081==org.neo4j.server.web.NeoServletContainer,jsp=null,order=-1,inst=false
**2019-01-08 16:39:47.227+0000 INFO  Stopping...
2019-01-08 16:39:53.156+0000 INFO  Stopped.
2019-01-08 16:39:53.159+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Component 'org.neo4j.server.AbstractNeoServer$ServerComponentsLifecycleAdapter@6e4dfd4d' was successfully initialized, but failed to start. Please see the attached cause exception "The ResourceConfig instance does not contain any root resource classes.". Starting Neo4j failed: Component** 

........
.........

2019-01-08 16:39:53.161+0000 INFO  Neo4j Server shutdown initiated by request

我可以在日志中看到许多错误消息,但我不知道它们是什么意思。我在数据库中有索引,但从我的读取来看,这不应该阻止启动。我还删除并重新安装了APOC和Graph算法的3.5.0.1版。以前对类似问题的回答似乎没有解决我的问题。谁能告诉我这是怎么回事。

你解决了吗?我面临相同的错误。不,我没有…我创建了一个新实例。如果您找到解决方案,请告诉我们。我必须重新创建我的数据…幸运的是,它只是测试数据。请检查您的文件权限,查看
debug.log
security.log
文件,即运行neo4j的是同一用户,并确保您使用neo4j最新版本构建插件。