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.2014

[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__. If

[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. dependency groupIdorg.springframework.data/groupId artifactIdspring-data-neo4j/artifactId

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

2014-06-26 Thread Mamta Thakur
schrieb Mamta Thakur ghazal...@gmail.com javascript:: 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. dependency groupIdorg.springframework.data

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

2014-06-26 Thread Mamta Thakur
updated your graph it still runs with the indexing type strategy So either stick with the deprecated method or Switch the strategy to label based in your spring config Make a backup first if you go with option 2 Sent from mobile device Am 26.06.2014 um 15:37 schrieb Mamta Thakur ghazal

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
: 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 ghazal...@gmail.com javascript:: Hi Michael, Does that mean I will loose the existing index as well? How would any of my queries work? I fixed some

[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

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
, 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 ghazal...@gmail.com javascript:: 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