无法在neo4j中保存节点,并且两个节点显示相同的节点ID

时间:2015-06-17 11:55:06

标签: neo4j spring-data-neo4j

在neo4j中保存用户时,我得到以下提及错误。 neo4j - 2.1.5 SDN - 3.2.2

并且多个节点也显示相同的节点ID。enter image description here

org.springframework.dao.InvalidDataAccessResourceUsageException: Error executing statement match (n) where id(n)={nodeId} set n:`User`:`_User`; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: Error executing statement match (n) where id(n)={nodeId} set n:`User`:`_User`; nested exception is java.lang.IllegalStateException: Node 3 has been deleted
    at org.springframework.data.neo4j.support.query.CypherQueryEngineImpl.query(CypherQueryEngineImpl.java:61) ~[spring-data-neo4j-3.2.2.RELEASE.jar:na]
    at org.springframework.data.neo4j.support.typerepresentation.LabelBasedStrategyCypherHelper.setLabelsOnNode(LabelBasedStrategyCypherHelper.java:51) ~[spring-data-neo4j-3.2.2.RELEASE.jar:na]

0 个答案:

没有答案
相关问题