Re: [Neo4j] org.neo4j.graphdb.NotFoundException: RELATIONSHIP[7141600] has no property with propertyKey="__type__".

2015-05-11 Thread Duncan Brown
Thanks, Michael. In my case, it's SDN 3.2.1 (will be migrating to 3.3 shortly) w/ Neo4j 2.1.6. Still trying to figure out how/where the issue came up as the only time outside of a POJO I create a rel is through a couple MERGE statements, but those are infrequent. In the case of those MERGEs, is

Re: [Neo4j] org.neo4j.graphdb.NotFoundException: RELATIONSHIP[7141600] has no property with propertyKey="__type__".

2015-05-11 Thread Michael Hunger
Prior to 2.0 it only had index and sub-ref based TypeRepresentation which was changed in 2.0 as we added a label based TRS. That one uses simple class names, there is a configuration override that you can use to retain the old behavior. If you added the relationships manually, it doesn't have a

[Neo4j] org.neo4j.graphdb.NotFoundException: RELATIONSHIP[7141600] has no property with propertyKey="__type__".

2014-12-03 Thread Mamta Thakur
Hi, We are using neo4j 2.0.3 and SDN (3.1.0). We are getting this error when trying to execute this cypher with repository. @Query("MATCH (n:Member)-[:MY_FB]->p WHERE n.id = {0} RETURN p;") -> org.neo4j.graphdb.NotFoundException: RELATIONSHIP[7141600] has no property with propertyKey="__type__"

Re: [Neo4j] org.neo4j.graphdb.NotFoundException

2014-09-22 Thread Yu Sun
I test that I use one neo4j, the exception already exists.The follow is my code: @NodeEntity public class Tcard implements Serializable{ private static final long serialVersionUID = -1466607516712774206L; @GraphId private Long tcardId; @RelatedToVia(type = "TCARD_PRAISE", elementClass = TcardP

Re: [Neo4j] org.neo4j.graphdb.NotFoundException

2014-09-18 Thread Michael Hunger
Sent from mobile device Am 18.09.2014 um 08:54 schrieb Yu Sun : > Hi,Michael > > You said "You probably want to look into sticky routing if you access data > that you've just written to the current target machine." > > I think if i write to the master only, i can solution the question. > Y

Re: [Neo4j] org.neo4j.graphdb.NotFoundException

2014-09-17 Thread Yu Sun
Hi,Michael You said "You probably want to look into sticky routing if you access data that you've just written to the current target machine." I think if i write to the master only, i can solution the question. If it's true, using SDN how to select the master, to let the write request routing th

Re: [Neo4j] org.neo4j.graphdb.NotFoundException

2014-09-16 Thread Yu Sun
Thank you for your reply. I need to access data that i just written to the current target machine,but this exception tell me that this is not suit for me. Can you help me what i need to do ? My code is very simple,using SDN to save the relationships,for that: Tcard tcard = tcardRepository.findOn

Re: [Neo4j] org.neo4j.graphdb.NotFoundException

2014-09-16 Thread Michael Hunger
Most probably these are changes that have not yet propagated to all machines of the cluster. You probably want to look into sticky routing if you access data that you've just written to the current target machine. On Tue, Sep 16, 2014 at 7:11 AM, wrote: > Hi, > > I am using neo4j 1.9.7,SDN 2.2.

Re: [Neo4j] org.neo4j.graphdb.NotFoundException

2014-09-16 Thread Nigel Small
Hi Can you provide details of what code you are running when this error is triggered? Cheers Nigel On 16 September 2014 06:11, wrote: > Hi, > > I am using neo4j 1.9.7,SDN 2.2.0.RELEASE and haproxy 1.4.24 to run the > environment. I have 6 server,1 master and 5 slavers .Write to the all > serve

[Neo4j] org.neo4j.graphdb.NotFoundException

2014-09-15 Thread sunyulovetech
Hi, I am using neo4j 1.9.7,SDN 2.2.0.RELEASE and haproxy 1.4.24 to run the environment. I have 6 server,1 master and 5 slavers .Write to the all server. Now I always get these exception: org.springframework.dao.DataRetrievalFailureException: 3189664; nested exception is org.neo4j.graphdb.NotF