调用完Neo4j Native Java API 后 再去启动中文版的Neo4j就启动不起来了?
org.neo4j.server.ServerStartupException: Starting Neo4j failed: Component ‘org.neo4j.server.database.LifecycleManagingDatabase@3c57fbfe’ was successfully initialized, but failed to start. Please see attached cause exception. at org.neo4j.server.exception.ServerStartupErrors.translateToServerStartupError(ServerStartupErrors.java:68) at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:219) at org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:107) at org.neo4j.server.BlockingBootstrapper.start(BlockingBootstrapper.java:43) at org.neo4j.server.CommunityEntryPoint.start(CommunityEntryPoint.java:38) Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component ‘org.neo4j.server.database.LifecycleManagingDatabase@3c57fbfe’ was successfully initialized, but failed to start. Please see attached cause exception. at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:444) at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:107) at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:211) … 4 more
你们是怎么解决的?