Re: [Neo4j] Server couldn't start after java.lang.OutOfMemoryError

2011-09-06 Thread Nuo Yan
Hey Adriano and everyone, I finally got a chance to monitor/profile the neo4j process with VisualVM when I run my set of tests. It seems that after running the set of tests once, ~ 50M of PermGen was used. However, subsequent test runs simply multiples that, which worries me a little. After th

Re: [Neo4j] Index entry removal after relationship deletion

2011-09-06 Thread Nuo Yan
Thanks. That was what I imagined too. However, I have a test that does: 1. create two nodes (e.g. node 2 and node 3) 2. create a relationship between the two nodes (e.g. rel id 23, type :foo) 3. add the relationship to the foo_rels index, with 2 as the key, 3 as the value (the node ids) on rel id

[Neo4j] multiple lucene index in a transaction doesn't work?!

2011-09-06 Thread nhatvo
I've searched around the forum, and aware of people who are using different indexes for optimization. I am trying modify the EmbeddedNeo4jWithIndexing.java from the samples directory so support multiple indexes and I kept on getting exception whenever I try to commit the transaction. My use case

Re: [Neo4j] Index entry removal after relationship deletion

2011-09-06 Thread Linan Wang
as far as i know, no. you need to do it yourself. hint: http://docs.neo4j.org/chunked/1.4.1/indexing-update.html On Wed, Sep 7, 2011 at 1:25 AM, Nuo Yan wrote: > Hey guys, > > When a relationship gets deleted, will it be removed from the index > automatically? My test shows yes, but I want to be

Re: [Neo4j] how Neo4j work for sorting chinese character?

2011-09-06 Thread iamyuanlong
A ha ! I changed the cypher Scala source code by myself . Thank you for your help. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-how-Neo4j-work-for-sorting-chinese-character-tp3309754p3315369.html Sent from the Neo4j Community Discussions mailing

[Neo4j] Index entry removal after relationship deletion

2011-09-06 Thread Nuo Yan
Hey guys, When a relationship gets deleted, will it be removed from the index automatically? My test shows yes, but I want to be absolutely certain. For example, a relationship :foo exists between node A and B and it's indexed on the foo_rels index with key node_a's id and value node_b's id. When

Re: [Neo4j] [Spring Data Graph] Some questions/suggestions about cross-store persistence

2011-09-06 Thread Michael Hunger
Hi Michel, sorry just returned from vacation. the problem with 1) is still - you have to start to define fetch-groups for subgraphs etc and you also have to define cascading rules for updates of relationships. Right now I don't have the resources to add all these things (especially as the dev

Re: [Neo4j] [Spring Data Graph] Some questions/suggestions about cross-store persistence

2011-09-06 Thread Michel Domenjoud
Hello! Is there anybody to answer to my previous email? Thanks! Michel 2011/9/2 Michel Domenjoud > Hi, > I'm currently testing Spring Data Graph, with a focus on polyglot > persistence use cases, in order to give a short presentation at Spring User > Group in Paris on September. > This email

[Neo4j] Neo4j Events this Week 09/06/2011

2011-09-06 Thread Allison Sparrow
*** Hi Everyone, Here are the events organized for this week. If you have any questions regarding participation, feel free to email me at alli...@neotechnology.com * * *LONDON Keynote: Ian Robinson presents @Progressive .NET Tutorials* Wednesday, 7 September @ 0

Re: [Neo4j] Community - count me in!

2011-09-06 Thread Rick Bullotta
Congratulations, Peter! There couldn't be a better champion for Neo4J and the community. -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Peter Neubauer Sent: Tuesday, September 06, 2011 10:33 AM To: Neo4j user discussions; gremlin

[Neo4j] Community - count me in!

2011-09-06 Thread Peter Neubauer
Hi all, Over the last year, the graph community has seen a fantastic surge of interest and activity. We feel that we can and must support all of you more seriously, so I am stepping up as the first of the Neo Technology community team, dedicating more of my time to explicit community support. http

[Neo4j] Neo4j Spatial - GeoProcessing in the making

2011-09-06 Thread Peter Neubauer
Hi all, while trying to come up with a good approach to GeoProcessing in Neo4j Spatial as we wrap up Andreas Wilhelms work from the GSoC, we are experimenting with a dataflow-based lazy approach (using the generic parts of Tinkerpop pipes). This is broken up into filtering operations (that filter o

Re: [Neo4j] Unable to being transaction

2011-09-06 Thread Adriano Henrique de Almeida
Hi Dima, and regarding your second message, the NotFoundException for the phone property, what happens is that, on the beginning you had some nodes without the phone property, and some time after, nodes were created with this phone property, and that's a good thing, each node can have it's own pro

Re: [Neo4j] Unable to being transaction

2011-09-06 Thread Jacob Hansson
Like Bryce mentions, this is due to a problem the transaction manager has encountered, there should be an exception from it sometime before these stack traces show up. If you are able to, look further back in your logs for output from org.neo4j.kernel.impl.transaction.TxManager, there should be a

Re: [Neo4j] Relationship[3] exist but relationship type[2] not found.

2011-09-06 Thread Jacob Hansson
On Tue, Sep 6, 2011 at 11:55 AM, skarab77 wrote: > Hi All, > > I have get the following exception: > > Exception in thread "AWT-EventQueue-0" org.neo4j.graphdb.NotFoundException: > Relationship[1451488] exist but relationship type[2] not found. >at > org.neo4j.kernel.impl.core.NodeManager

[Neo4j] Relationship[3] exist but relationship type[2] not found.

2011-09-06 Thread skarab77
Hi All, I have get the following exception: Exception in thread "AWT-EventQueue-0" org.neo4j.graphdb.NotFoundException: Relationship[1451488] exist but relationship type[2] not found. at org.neo4j.kernel.impl.core.NodeManager.getRelForProxy(NodeManager.java:566) at org.neo4j.k

Re: [Neo4j] Webadmin with embedded neo4j on tomcat 6

2011-09-06 Thread Jacob Hansson
There is no specific workaround for launching the server from within another web container. It looks like there is a ServletContextListener hooked up for java server faces, that triggers when neo4j servers' Jetty instance starts a webapp context, and subsequently fails. I'm assuming the JSF listen