2014-05-16 2 views
1

나는 내 컴퓨터에 neo4j 데이터베이스를 만들었습니다. 데이터베이스 디렉토리의 내용을 내 컴퓨터로 전송했습니다. 이는 백업 기능을 지원하지 않는 커뮤니티 에디션이 있기 때문입니다.windows에서 우분투로 import neo4j 데이터베이스

[email protected]:/var/lib/neo4j/data/log$ sudo service neo4j-service start 
WARNING: Max 1024 open files allowed, minimum of 40 000 recommended. See the Neo4j manual. 
WARNING! You are using an unsupported Java runtime. 
* Please use Oracle(R) Java(TM) 7 to run Neo4j Server. Download "Java Platform (JDK) 7" from: 
    http://www.oracle.com/technetwork/java/javase/downloads/index.html 
* Please see http://docs.neo4j.org/ for Neo4j Server installation instructions. 
Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled 
Starting Neo4j Server...WARNING: not changing user 
process [21498]... waiting for server to be ready..... Failed to start within 120 seconds. 
Neo4j Server may have failed to start, please check the logs. 

데이터베이스 디렉토리의 messages.log 파일에는 아무런 내용이 없습니다.

아이디어가 있으십니까? Windows 및 Linux는 neo4j과 호환됩니까? 고맙습니다.

편집

나는 신선한 내 우분투 시스템에 neo4j의 설치 만들었습니다.

지금 나는 마지막으로 일부 로그를 얻을 :

2014-05-16 20:01:10.958+0000 ERROR [o.n.k.EmbeddedGraphDatabase]: Startup failed: Component '[email protected]' was successfully initialized, but failed to start. Please see attached cause exception.: Component '[email protected]' was successfully initialized, but failed to start. Please see attached cause exception.: 'neostore' has a store version number that we cannot upgrade from. Expected 'NeoStore v0.A.0' but file is version 'NeoStore v0.A.2'. 
2014-05-16 20:01:10.958+0000 INFO [o.n.k.EmbeddedGraphDatabase]: Shutdown started 

내가 this에 관련되어 있어야하지만 진행하는 방법을 잘 모르겠습니다. 문제는 데이터베이스를 복사 할 때 neo4j 창에서 내 Windows 컴퓨터의 neo4j를 막 중단 한 사실과 관련이 있습니까?

+0

data/log/*. log는 무엇을 말합니까? 또는'bin/neo4j console'? –

답변

0

운영 체제간에 Neo4j 데이터베이스를 전송할 수있는 이유가 없습니다. data/log/console.log의 출력을 제공해 주시겠습니까? 처음에는 권한 문제가있을 수 있다고 생각했습니다. 파일은 Neo4j 프로세스가 실행될 사용자에 대해 읽기/쓰기가되어야합니다.

관련 문제