I am using Neo4j 1.9.3 and the db is running as a Windows Service. I tried
the solutions/recommendations in the forum - to start/stop through console,
delete the logical logs from within the lucene dir. Nothing worked for me.
This is what I am trying to do:
I have 6-7 Node types of which one is using wkt layer Spatial index.I am
using Spring Data API (S.D) to access the Datastore.
1. I noticed that S.D adding the spatial index and creating the nodes with
property ('layer' ,geomencoder etc). hence I am relying on S.D to populate
this node
2. Planning to use BatchInserter for loading the remaining node types -
referred
http://code.paananen.fi/2012/04/05/neo4j-batchinserter-and-spring-data-for-neo4j/.
The Batch Inserter fails with the above error.
Then I noticed that a simple restart after step 1 mentioned above, always
give me the error. I tested with a small dataset (100 nodes) and noticed
that the recovery happened in few minutes time.
" Non clean shutdown detected on log
[C:\Pattabi\neo4j-community-1.9.3\data\address.db\index\lucene.log.2].
Recovery started ...
[C:\Pattabi\neo4j-community-1.9.3\data\address.db\index\lucene.log.2]
logVersion=1 with committed tx=163882 "
Will paste the complete log, if required.
Can somebody help with this problem?
Thanks
--
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/groups/opt_out.