2017-05-18 10 views
0

neo4j.v1.api.CypherError: Internal error - should have used fall back to execute query, but something went horribly wrong neo4jコミュニティエディション3.2.0サーバーでpython neomodelクライアントを使用している場合。neo4j.v1.api.CypherError:内部エラー - クエリを実行するためにフォールバックを使用していたはずですが、何かがひどく間違っていました

とのNeo4jサーバーのログは以下のエラーがあります。

2017-05-16 12:54:24.187+0000 ERROR [o.n.b.v.r.ErrorReporter] Client triggered an unexpected error [UnknownError]: Internal error - should have used fall back to execute query, but something went horribly wrong, reference 4c32d6e0-a66a-4db4-830c-b8d03ce6f1e3.

2017-05-16 12:54:24.187+0000 ERROR [o.n.b.v.r.ErrorReporter] Client triggered an unexpected error [UnknownError]: Internal error - should have used fall back to execute query, but something went horribly wrong, reference 4c32d6e0-a66a-4db4-830c-b8d03ce6f1e3. Internal error - should have used fall back to execute query, but something went horribly wrong org.neo4j.cypher.internal.ir.v3_2.exception.CantHandleQueryException: Internal error - should have used fall back to execute query, but something went horribly wrong

答えて

2

をこれがのNeo4jのバージョン3.2.0の問題のようです。 neo4j.confのcypher.default_language_version3.1を設定してサーバを再起動すると、これを修正する必要があります。

関連する問題