Re: [Neo4j] Neo4j java.lang.IllegalStateException - adding nodes to Spatial Index/Layer

2015-02-04 Thread Mamta Thakur
Hi folks, I have also started to get this error on sdn.save. Did anyone fixed it yet? Regards, Mamta. On Wednesday, April 2, 2014 at 8:05:06 PM UTC+5:30, Michael Hunger wrote: > > Would you be able to supply a full test project that reproduces this error? > > Sent from mobile device > > Am 02.04

[Neo4j] Re: Find relationship between two specific nodes

2014-12-17 Thread Mamta Thakur
Hi Reihane , Were you able to fix this issue. I am facing the exact same issue. Using embedded neo4j 2.0.3 Thanks, Mamta. On Wednesday, February 26, 2014 6:24:34 AM UTC+5:30, Reihane Boghrati wrote: > > Hi, > > I have two specific nodes (say usernode1 and usernode2) and I want to get > the rel

[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] findAllByPropertyValue Deprecated in SDN 3.1.0, throws error

2014-06-26 Thread Mamta Thakur
Mamta. > > On Thursday, June 26, 2014 7:02:16 PM UTC+5:30, Michael Hunger wrote: >> >> What does your entity look like? >> >> Sent from mobile device >> >> Am 26.06.2014 um 14:52 schrieb Mamta Thakur : >> >> Hi All, >> >> We r

Re: [Neo4j] findAllByPropertyValue Deprecated in SDN 3.1.0, throws error

2014-06-26 Thread Mamta Thakur
> Am 26.06.2014 um 14:52 schrieb Mamta Thakur >: > > Hi All, > > We recently upgraded the Neo4j version to 2.0.3 and SDN to 3.1.0. Data > upgrade happened successfully. > We were able to run some of the APIs successfully where as some gave > issues. > > > org

[Neo4j] findAllByPropertyValue Deprecated in SDN 3.1.0, throws error

2014-06-26 Thread Mamta Thakur
Hi All, We recently upgraded the Neo4j version to 2.0.3 and SDN to 3.1.0. Data upgrade happened successfully. We were able to run some of the APIs successfully where as some gave issues. org.springframework.data spring-data-neo4j 3.1.0.RELEASE Code: Iterator repoItr = memberRepos

Re: [Neo4j] Upgrading neo4j 1.9.3 to 2.0.3 fails with Invalid log format version found, expected 3 but was 2

2014-06-18 Thread Mamta Thakur
On Tuesday, June 17, 2014 8:51:36 PM UTC+5:30, Michael Hunger wrote: > > No, as you have a clean shutdown all the data is in the store. > > Sent from mobile device > > Am 17.06.2014 um 16:55 schrieb Mamta Thakur >: > > Hi Michael, > > Does that mean I will loose

Re: [Neo4j] Upgrading neo4j 1.9.3 to 2.0.3 fails with Invalid log format version found, expected 3 but was 2

2014-06-17 Thread Mamta Thakur
ansaction against an index, like > creating > an index and deleting it again, e.g. from java code or the shell. > > db.index().forNodex("foo").delete() > > > > Thanks a lot > > Michael > > Am 17.06.2014 um 09:59 schrieb Mamta Thakur >: > > Hi

[Neo4j] Upgrading neo4j 1.9.3 to 2.0.3 fails with Invalid log format version found, expected 3 but was 2

2014-06-17 Thread Mamta Thakur
Hi, I have been trying to upgrade neo4j from 1.9.3 to 2.0.3. SDN from 2.3.1.RELEASE to 3.1.0.RELEASE. Followed the steps listed @ http://docs.neo4j.org/chunked/stable/deployment-upgrading.html#explicit-upgrade I try bringing up the server with the upgrade configuration.There are a few new fol