So you try to use 2.1.3 to backup 2.0.3? Not sure that is intended to work
Try to backup with 2.0.3 too Sent from mobile device Am 11.08.2014 um 19:10 schrieb Kishore Kumar Garg <[email protected]>: > Hi, > > We are running a neo4j embedded server (ver: 2.0.3) with spring data. We > setup a neo4j 2.1.3 server on a separate box to run full backup. > However, it is failing with following exceptions: > > 2014-08-11 16:52:02.917+0000 INFO [org.neo4j]: Done, copied 67 files > 2014-08-11 16:52:06.137+0000 ERROR [o.n.k.EmbeddedGraphDatabase]: Startup > failed: Component > 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@e89c98' was > successfully initialized, but failed to start. Please see attached cause > exception.: Component > 'org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource@6ce834e4' was > successfully initialized, but failed to start. Please see attached cause > exception.: 'neostore.nodestore.db' does not contain a store version, please > ensure that the original database was shut down in a clean state. > Exception in thread "main" java.lang.RuntimeException: Error starting > org.neo4j.kernel.EmbeddedGraphDatabase, /home/ubuntu/neo4j-backup1/temp-copy > at > org.neo4j.kernel.InternalAbstractGraphDatabase.run(InternalAbstractGraphDatabase.java:362) > at > org.neo4j.kernel.EmbeddedGraphDatabase.<init>(EmbeddedGraphDatabase.java:59) > at > org.neo4j.graphdb.factory.GraphDatabaseFactory$1.newDatabase(GraphDatabaseFactory.java:90) > at > org.neo4j.graphdb.factory.GraphDatabaseBuilder.newGraphDatabase(GraphDatabaseBuilder.java:199) > at > org.neo4j.com.storecopy.RemoteStoreCopier.newTempDatabase(RemoteStoreCopier.java:210) > at > org.neo4j.com.storecopy.RemoteStoreCopier.copyStore(RemoteStoreCopier.java:115) > at org.neo4j.backup.BackupService.doFullBackup(BackupService.java:130) > at > org.neo4j.backup.BackupService.doIncrementalBackupOrFallbackToFull(BackupService.java:227) > at org.neo4j.backup.BackupTool.doBackup(BackupTool.java:240) > at org.neo4j.backup.BackupTool.run(BackupTool.java:168) > at org.neo4j.backup.BackupTool.main(BackupTool.java:71) > Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component > 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@e89c98' was > successfully initialized, but failed to start. Please see attached cause > exception. > at > org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:513) > at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:115) > at > org.neo4j.kernel.InternalAbstractGraphDatabase.run(InternalAbstractGraphDatabase.java:339) > ... 10 more > Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component > 'org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource@6ce834e4' was > successfully initialized, but failed to start. Please see attached cause > exception. > at > org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:513) > at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:115) > at > org.neo4j.kernel.impl.transaction.XaDataSourceManager.start(XaDataSourceManager.java:164) > at > org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:507) > ... 12 more > Caused by: > org.neo4j.kernel.impl.storemigration.StoreUpgrader$UpgradingStoreVersionNotFoundException: > 'neostore.nodestore.db' does not contain a store version, please ensure that > the original database was shut down in a clean state. > at > org.neo4j.kernel.impl.storemigration.UpgradableDatabase.checkUpgradeable(UpgradableDatabase.java:76) > at > org.neo4j.kernel.impl.storemigration.StoreMigrator.needsMigration(StoreMigrator.java:103) > at > org.neo4j.kernel.impl.storemigration.StoreUpgrader.getParticipantsEagerToMigrate(StoreUpgrader.java:241) > at > org.neo4j.kernel.impl.storemigration.StoreUpgrader.migrateIfNeeded(StoreUpgrader.java:129) > at > org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource.start(NeoStoreXaDataSource.java:350) > at > org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:507) > ... 15 more > > Any help is much appreciated. > > Thanks in advance, > Kishore > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
