2

我将我的数据库从 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 和图形算法的 3.5.0.1 版。以前对类似问题的回答似乎并没有解决我的情况。谁能告诉我这里发生了什么。

4

0 回答 0