Eu tenho brincado com o neo4j recentemente na minha instalação do Debian 7.8. É incrivel!
Hoje importei cerca de 100.000 nós e 75.000 relacionamentos usando a ferramenta neo4j-import. Parei o serviço neo4j e copiei o banco de dados importado para /var/lib/neo4j/data/graph.db - mas agora o serviço Neo4j não inicia
Starting Neo4j Server...WARNING: not changing user
process [4963]... waiting for server to be ready....... Failed to start within 120 seconds.
Neo4j Server may have failed to start, please check the logs.
O que é estranho porque não espera 120 segundos para iniciar - 5 no máximo. O único log produzido é console.log em /var/log/neo4j
2015-07-01 00:10:24.363+0000 INFO [API] Setting startup timeout to: 120000ms based on 120000
2015-07-01 00:10:26.501+0000 INFO [API] Successfully shutdown Neo4j Server.
o que não é muito útil. Quando removo o banco de dados, o neo4j pode iniciar. Eu copiei o graph.db para minha instalação do windows e funciona bem, posso pesquisar através de nós, etc. então talvez tenha algo a ver com a configuração do meu Debian? Eu adicionei uma linha em /etc/neo4j/neo4j-server.properties
org.neo4j.server.startup_timeout=0
mas isso não mudou nada, o início do serviço ainda expira após vários segundos. Alguma ideia?
Aqui está o graph.db messages.log - nada é acrescentado quando tento iniciar o serviço
2015-07-01 01:58:12.142+0000 INFO [org.neo4j]: Import starting
2015-07-01 01:58:12.282+0000 INFO [org.neo4j]: Creating new db @ /var/www/ddl/scripts/./graph.db/neostore
2015-07-01 01:58:13.238+0000 INFO [org.neo4j]: Missing counts store, rebuilding it.
2015-07-01 01:58:13.607+0000 INFO [org.neo4j]: No lucene scan store index found, this might just be first use. Preparing to rebuild.
2015-07-01 01:58:13.663+0000 INFO [org.neo4j]: No lucene scan store index found, this might just be first use. Preparing to rebuild.
2015-07-01 01:58:13.952+0000 INFO [org.neo4j]: Rebuilding lucene scan store, this may take a while
2015-07-01 01:58:13.955+0000 INFO [org.neo4j]: Lucene scan store rebuilt (roughly -1 nodes)
2015-07-01 01:58:30.337+0000 INFO [org.neo4j]: IMPORT DONE in 18s 182ms. Imported:
95941 nodes
158227 relationships
369482 properties
2015-07-01 01:58:30.341+0000 INFO [org.neo4j]: About to rotate counts store at transaction 1 to [/var/www/ddl/scripts/./graph.db/neostore.counts.db.b], from [/var/www/ddl/scripts/./graph.db/neostore.counts.db.a].
2015-07-01 01:58:30.344+0000 INFO [org.neo4j]: Successfully rotated counts store at transaction 1 to [/var/www/ddl/scripts/./graph.db/neostore.counts.db.b], from [/var/www/ddl/scripts/./graph.db/neostore.counts.db.a].