问题描述

2019-04-02 08:19:29.043+0000 INFO  ======== Neo4j 3.5.3 ========
2019-04-02 08:19:29.051+0000 INFO  Starting...
2019-04-02 08:19:30.329+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@40f1be1b' was successfully initialized, but failed to start. Please see the attached cause exception "DynamicRecord[57,used=false,(0),type=-1,data=byte[],start=true,next=-1] not in use". Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@40f1be1b' was successfully initialized, but failed to start. Please see the attached cause exception "DynamicRecord[57,used=false,(0),type=-1,data=byte[],start=true,next=-1] not in use".
org.neo4j.server.ServerStartupException: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@40f1be1b' was successfully initialized, but failed to start. Please see the attached cause exception "DynamicRecord[57,used=false,(0),type=-1,data=byte[],start=true,next=-1] not in use".at org.neo4j.server.exception.ServerStartupErrors.translateToServerStartupError(ServerStartupErrors.java:45)at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:184)at org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:123)at org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:90)at org.neo4j.server.CommunityEntryPoint.main(CommunityEntryPoint.java:32)
Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.server.database.LifecycleManagingDatabase@40f1be1b' was successfully initialized, but failed to start. Please see the attached cause exception "DynamicRecord[57,used=false,(0),type=-1,data=byte[],start=true,next=-1] not in use".at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:473)at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:111)at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:177)... 3 more
Caused by: java.lang.RuntimeException: Error starting org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory, F:\neo4j\neo4j-community-3.5.3\data\databasesat org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory.initFacade(GraphDatabaseFacadeFactory.java:216)at org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory.newFacade(GraphDatabaseFacadeFactory.java:135)at org.neo4j.server.database.CommunityGraphFactory.newGraphDatabase(CommunityGraphFactory.java:40)at org.neo4j.server.database.LifecycleManagingDatabase.start(LifecycleManagingDatabase.java:78)at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:452)... 5 more
Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.NeoStoreDataSource@5b07730f' was successfully initialized, but failed to start. Please see the attached cause exception "DynamicRecord[57,used=false,(0),type=-1,data=byte[],start=true,next=-1] not in use".at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:473)at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:111)at org.neo4j.kernel.impl.transaction.state.DataSourceManager.start(DataSourceManager.java:116)at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:452)at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:111)at org.neo4j.graphdb.facade.GraphDatabaseFacadeFactory.initFacade(GraphDatabaseFacadeFactory.java:211)... 9 more
Caused by: org.neo4j.kernel.impl.store.InvalidRecordException: DynamicRecord[57,used=false,(0),type=-1,data=byte[],start=true,next=-1] not in useat org.neo4j.kernel.impl.store.record.RecordLoad.verify(RecordLoad.java:63)at org.neo4j.kernel.impl.store.CommonAbstractStore.verifyAfterReading(CommonAbstractStore.java:1238)at org.neo4j.kernel.impl.store.CommonAbstractStore.readRecordFromPage(CommonAbstractStore.java:1107)at org.neo4j.kernel.impl.store.CommonAbstractStore.readIntoRecord(CommonAbstractStore.java:1057)at org.neo4j.kernel.impl.store.CommonAbstractStore.getRecordByCursor(CommonAbstractStore.java:1038)at org.neo4j.kernel.impl.store.CommonAbstractStore.getRecords(CommonAbstractStore.java:1192)at org.neo4j.kernel.impl.store.TokenStore.ensureHeavy(TokenStore.java:140)at org.neo4j.kernel.impl.store.TokenStore.getStringFor(TokenStore.java:145)at org.neo4j.kernel.impl.store.TokenStore.getTokens(TokenStore.java:99)at org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine.<init>(RecordStorageEngine.java:203)at org.neo4j.kernel.NeoStoreDataSource.buildStorageEngine(NeoStoreDataSource.java:504)at org.neo4j.kernel.NeoStoreDataSource.start(NeoStoreDataSource.java:357)at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:452)... 14 more
2019-04-02 08:19:30.333+0000 INFO  Neo4j Server shutdown initiated by request

解决方案

下载的plugins中apoc有问题,下载最新版本即可解决问题,我的版本是(apoc-3.5.0.4.jar)

Neo4j Server shutdown initiated by request.解决方案相关推荐

  1. Neo4j Server shutdown initiated by request最简暴的解决办法。

    NEO4J启动报错,找了很多帖子,看了文档但是还是看不出123,后来仔细看报错原因,发现关键在于 Caused by: org.neo4j.kernel.lifecycle.LifecycleExce ...

  2. Neo4j登录报错Neo4j Server shutdown initiated by request解决

    Neo4j登录报错Neo4j Server shutdown initiated by request解决 cmd运行neo4j.bat console,出现一大串错误,如图 丧心病狂,一通百度谷歌b ...

  3. 解决Neo4j Server shutdown initiated by request

    在导入csv文件的过程中,不知道咋回事,重新启动neo4j就报了 Neo4j Server shutdown initiated by request这个错误, 如下图所示 找了不少相同问题的贴子都无 ...

  4. Neo4j 启动报错 Server shutdown initiated by request

    Neo4j 启动报错 Server shutdown initiated by request 检查Neo4j conf文件 尝试restart 删除database下所有数据 检查Neo4j con ...

  5. Received status code 400 from server: Bad Request解决方案

    Received status code 400 from server: Bad Request解决方案 Could not GET ' https://dl.google.com/dl/andro ...

  6. Xshell 连接报错解决:WARNING! The remote SSH server rejected X11 forwarding request.

    一.报错情况 WARNING! The remote SSH server rejected X11 forwarding request. 二.解决方案 (1)编辑文件:/etc/ssh/sshd_ ...

  7. oracle fal_server,案例:oracle DG系统 FAL[server/client]:Failed to request gap

    天萃荷净 Data Guard出现gap sequence修复 Oracle DG系统出现FAL[server/client]:Failed to request gap sequence问题,详细记 ...

  8. 【.net部署】Server Error in ‘/‘ Application.错误解决方案

    [.net部署]Server Error in '/' Application.错误解决方案 参考文章: (1)[.net部署]Server Error in '/' Application.错误解决 ...

  9. Xshell报错“The remote SSH server rejected X11 forwarding request.”

    xshell连接centos7,报错:"The remote SSH server rejected X11 forwarding request." 打开文件/etc/ssh/s ...

最新文章

  1. 中国氨纶市场“十四五”规划及未来动态分析报告2021年版
  2. Python高级运维开发面授课程本周末隆重开课
  3. 北理工 管理系统计算机仿真作业,20秋北理工《CADCAM原理与应用》--模拟3-答案 更…...
  4. linux 脚本 获取当前目录,Linux下获取脚本当前工作目录的一点感触
  5. codeblock socket 编译错误_从Linux源码看Socket(TCP)Client端的Connect
  6. php的静态变量static在函数内部
  7. LeetCode 1033. 移动石子直到连续
  8. 走捷径拿到大厂25K高级测试Offer,别不服!
  9. 铁路系统的在线检测系统讲座
  10. 吴恩达《机器学习》第十四章:降维
  11. P1394 山上的国度
  12. ILSpy-Reflexil修改UnityEditor.Timeline.dll
  13. 【CASS精品教程】CASS绘图软件入门初级教程超详细资料
  14. Caffe框架的使用
  15. 绕过apple id的那些事
  16. html日期函数,YEAR 函数 (时间日期函数)
  17. SpringBoot爬虫
  18. 苹果MAC电脑双系统教程——MAC安装Windows双系统教程
  19. 怎样做出完美的高达模型
  20. 星巴克——starbuck

热门文章

  1. java append 报错_Append HDFS报错 is already the current lease holder
  2. Table ‘./zy@002diot/zy_sys_logs‘ is marked as crashed and should be repaired 报错
  3. anaconda3如何卸载干净
  4. 【JavaEE】网络基本概念与协议分层手术刀剖析
  5. 《Python自然语言处理》——1.1 语言计算:文本和词汇
  6. PM第1步:产品需求文档
  7. split 自动分割文件脚本
  8. AutoCAD Civil 3D笔记
  9. 深圳大学丽湖校区iPad连校园网WiFi
  10. 腾讯云主机安装mysql