Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-25-2020 10:54 AM
Hi,
I am trying to import data into neo4j database (4.0) since it supports multiple databases but it keeps failing. Below are the details for what I have done:
Using neo4j 4.0 docker image from here:
https://hub.docker.com/_/neo4j
After the database is up, creating a separate database :
:use system;
create database ;
bash into the docker image, this also has mapped folders for import to the host machine which has the files I want to import. clear the directory of the new db I created and ran the import:
/rm -rf *
/neo4j-admin import --nodes=........
on Browser- It says database Unavailable;
in debug.log -
Exception occurred while starting the database. Trying to stop already started components. Mismatching store id. Store StoreId: StoreId{creationTime=1582552073402, randomId=5744980951625476795, storeVersion=3471765337752883975, upgradeTime=1582552073402, upgradeTxId=1}. Transaction log StoreId: StoreId{creationTime=1582544453264, randomId=7264651733398951384, storeVersion=3471765337752883975, upgradeTime=1582544453264, upgradeTxId=1}
java.lang.RuntimeException: Mismatching store id. Store StoreId: StoreId{creationTime=1582552073402, randomId=5744980951625476795, storeVersion=3471765337752883975, upgradeTime=1582552073402, upgradeTxId=1}. Transaction log StoreId: StoreId{creationTime=1582544453264, randomId=7264651733398951384, storeVersion=3471765337752883975, upgradeTime=1582544453264, upgradeTxId=1}
at org.neo4j.kernel.recovery.Recovery.validateStoreId(Recovery.java:
Any help is appreciated. I am stuck at this step. These are steps that used to work fine on version 3.* but I believe there must be some extra steps I am missing for version 4 and the neo4j docs does not help much with this if your setup is in a docker image.
02-27-2020 01:19 AM
Never Mind.. Found what I was doing wrong!!
02-27-2020 08:23 AM
what was going wrong? People tend to google these kinds of errors, so please post what you did, so that future searchers can find!
All the sessions of the conference are now available online