Guest User

Untitled

a guest
May 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 KB | None | 0 0
  1. Exception in thread "main" org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.pagecache.PageCacheLifecycle@42721fe' failed to transition from stopped to shutting_down. Please see the attached cause exception "Cannot close the PageCache while files are still mapped:
  2. /Data/databases/graph.db/neostore (1 mapping)
  3. /Data/databases/graph.db/neostore.relationshipgroupstore.db (1 mapping)
  4. /Data/databases/graph.db/neostore.schemastore.db (1 mapping)
  5. /Data/databases/graph.db/neostore.labeltokenstore.db (1 mapping)
  6. /Data/databases/graph.db/neostore.labeltokenstore.db.names (1 mapping)
  7. /Data/databases/graph.db/neostore.relationshiptypestore.db (1 mapping)
  8. /Data/databases/graph.db/neostore.relationshiptypestore.db.names (1 mapping)
  9. /Data/databases/graph.db/neostore.relationshipstore.db (1 mapping)
  10. /Data/databases/graph.db/neostore.propertystore.db (1 mapping)
  11. /Data/databases/graph.db/neostore.propertystore.db.arrays (1 mapping)
  12. /Data/databases/graph.db/neostore.propertystore.db.strings (1 mapping)
  13. /Data/databases/graph.db/neostore.propertystore.db.index (1 mapping)
  14. /Data/databases/graph.db/neostore.propertystore.db.index.keys (1 mapping)
  15. /Data/databases/graph.db/neostore.nodestore.db (1 mapping)
  16. /Data/databases/graph.db/neostore.nodestore.db.labels (1 mapping)".
  17. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.shutdown(LifeSupport.java:519)
  18. at org.neo4j.kernel.lifecycle.LifeSupport.shutdown(LifeSupport.java:206)
  19. at org.neo4j.kernel.impl.factory.ClassicCoreSPI.shutdown(ClassicCoreSPI.java:175)
  20. at org.neo4j.kernel.impl.factory.GraphDatabaseFacade.shutdown(GraphDatabaseFacade.java:387)
  21. at org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.initFacade(GraphDatabaseFacadeFactory.java:220)
  22. at org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.newFacade(GraphDatabaseFacadeFactory.java:126)
  23. at org.neo4j.graphdb.factory.GraphDatabaseFactory.newDatabase(GraphDatabaseFactory.java:137)
  24. at org.neo4j.graphdb.factory.GraphDatabaseFactory.newEmbeddedDatabase(GraphDatabaseFactory.java:130)
  25. at org.neo4j.graphdb.factory.GraphDatabaseFactory$1.newDatabase(GraphDatabaseFactory.java:107)
  26. at org.neo4j.graphdb.factory.GraphDatabaseBuilder.newGraphDatabase(GraphDatabaseBuilder.java:193)
  27. at org.neo4j.graphdb.factory.GraphDatabaseFactory.newEmbeddedDatabase(GraphDatabaseFactory.java:75)
  28. at com.myTest.algoFactoryTest.Main.main(Main.java:43)
  29. Suppressed: java.lang.RuntimeException: Error starting org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory, /Data/databases/graph.db
  30. at org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.initFacade(GraphDatabaseFacadeFactory.java:211)
  31. ... 7 more
  32. Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine@9ef8eb7' failed to initialize. Please see the attached cause exception "An SPI class of type org.apache.lucene.codecs.PostingsFormat with name 'BlockTreeOrds' does not exist. You need to add the corresponding JAR file supporting this SPI to your classpath. The current classpath supports the following names: [Lucene50]".
  33. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.init(LifeSupport.java:427)
  34. at org.neo4j.kernel.lifecycle.LifeSupport.init(LifeSupport.java:62)
  35. at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:98)
  36. at org.neo4j.kernel.NeoStoreDataSource.start(NeoStoreDataSource.java:521)
  37. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:445)
  38. at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:107)
  39. at org.neo4j.kernel.impl.transaction.state.DataSourceManager.start(DataSourceManager.java:100)
  40. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:445)
  41. at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:107)
  42. at org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.initFacade(GraphDatabaseFacadeFactory.java:207)
  43. ... 7 more
  44. Caused by: java.lang.IllegalArgumentException: An SPI class of type org.apache.lucene.codecs.PostingsFormat with name 'BlockTreeOrds' does not exist. You need to add the corresponding JAR file supporting this SPI to your classpath. The current classpath supports the following names: [Lucene50]
  45. at org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:114)
  46. at org.apache.lucene.codecs.PostingsFormat.forName(PostingsFormat.java:112)
  47. at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:258)
  48. at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:341)
  49. at org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:104)
  50. at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:65)
  51. at org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:145)
  52. at org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:197)
  53. at org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:99)
  54. at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:435)
  55. at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:100)
  56. at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:106)
  57. at org.apache.lucene.search.SearcherManager.<init>(SearcherManager.java:76)
  58. at org.neo4j.kernel.api.impl.index.partition.WritableIndexPartition.<init>(WritableIndexPartition.java:49)
  59. at org.neo4j.kernel.api.impl.index.partition.WritableIndexPartitionFactory.createPartition(WritableIndexPartitionFactory.java:45)
  60. at org.neo4j.kernel.api.impl.index.AbstractLuceneIndex.open(AbstractLuceneIndex.java:104)
  61. at org.neo4j.kernel.api.impl.index.WritableAbstractDatabaseIndex.open(WritableAbstractDatabaseIndex.java:62)
  62. at org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider.indexIsOnline(LuceneSchemaIndexProvider.java:173)
  63. at org.neo4j.kernel.api.impl.schema.LuceneSchemaIndexProvider.getInitialState(LuceneSchemaIndexProvider.java:136)
  64. at org.neo4j.kernel.impl.index.schema.fusion.FusionSchemaIndexProvider.getInitialState(FusionSchemaIndexProvider.java:113)
  65. at org.neo4j.kernel.impl.api.index.IndexingService.lambda$init$1(IndexingService.java:195)
  66. at org.neo4j.kernel.impl.api.index.IndexMapReference.modify(IndexMapReference.java:51)
  67. at org.neo4j.kernel.impl.api.index.IndexingService.init(IndexingService.java:184)
  68. at org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine.init(RecordStorageEngine.java:404)
  69. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.init(LifeSupport.java:406)
  70. ... 16 more
  71. Suppressed: org.neo4j.kernel.lifecycle.LifecycleException: Exception during graceful attempt to shutdown partially initialized component. Please use non suppressed exception to see original component failure.
  72. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.init(LifeSupport.java:418)
  73. ... 16 more
  74. Caused by: java.lang.NullPointerException
  75. at org.neo4j.kernel.impl.index.labelscan.NativeLabelScanStore.shutdown(NativeLabelScanStore.java:470)
  76. at org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine.shutdown(RecordStorageEngine.java:451)
  77. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.init(LifeSupport.java:414)
  78. ... 16 more
  79. Caused by: java.lang.IllegalStateException: Cannot close the PageCache while files are still mapped:
  80. /Data/databases/graph.db/neostore (1 mapping)
  81. /Data/databases/graph.db/neostore.relationshipgroupstore.db (1 mapping)
  82. /Data/databases/graph.db/neostore.schemastore.db (1 mapping)
  83. /Data/databases/graph.db/neostore.labeltokenstore.db (1 mapping)
  84. /Data/databases/graph.db/neostore.labeltokenstore.db.names (1 mapping)
  85. /Data/databases/graph.db/neostore.relationshiptypestore.db (1 mapping)
  86. /Data/databases/graph.db/neostore.relationshiptypestore.db.names (1 mapping)
  87. /Data/databases/graph.db/neostore.relationshipstore.db (1 mapping)
  88. /Data/databases/graph.db/neostore.propertystore.db (1 mapping)
  89. /Data/databases/graph.db/neostore.propertystore.db.arrays (1 mapping)
  90. /Data/databases/graph.db/neostore.propertystore.db.strings (1 mapping)
  91. /Data/databases/graph.db/neostore.propertystore.db.index (1 mapping)
  92. /Data/databases/graph.db/neostore.propertystore.db.index.keys (1 mapping)
  93. /Data/databases/graph.db/neostore.nodestore.db (1 mapping)
  94. /Data/databases/graph.db/neostore.nodestore.db.labels (1 mapping)
  95. at org.neo4j.io.pagecache.impl.muninn.MuninnPageCache.close(MuninnPageCache.java:573)
  96. at org.neo4j.kernel.impl.pagecache.PageCacheLifecycle.shutdown(PageCacheLifecycle.java:42)
  97. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.shutdown(LifeSupport.java:511)
  98. ... 11 moreenter code here
Add Comment
Please, Sign In to add comment