Re: [Neo4j] neo4j REST server configuration

2010-08-11 Thread Peter Neubauer
Mmh, seems we should stresstest the server and Grizzly with e.g. http://www.soapui.org and see if we can reproduce the scenario, if there is no obvious hint to this. Will try to set it up ... Cheers, /peter neubauer COO and Sales, Neo Technology GTalk:      neubauer.peter Skype      

Re: [Neo4j] neo4j REST server configuration

2010-08-11 Thread Brock Rousseau
Thanks Peter. Let us know if there is anything else we can provide in the way of logs or diagnosis from our server. -Brock On Tue, Aug 10, 2010 at 11:51 PM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Mmh, seems we should stresstest the server and Grizzly with e.g.

Re: [Neo4j] neo4j REST server configuration

2010-08-11 Thread Jim Webber
Perhaps something as simple as a Grinder script might help? Jim On 11 Aug 2010, at 17:57, Brock Rousseau wrote: Thanks Peter. Let us know if there is anything else we can provide in the way of logs or diagnosis from our server. -Brock On Tue, Aug 10, 2010 at 11:51 PM, Peter Neubauer

Re: [Neo4j] neo4j REST server configuration

2010-08-11 Thread Peter Neubauer
Nice, will try that out Jim! Grinder seems cool. Cheers, /peter neubauer COO and Sales, Neo Technology GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer

Re: [Neo4j] neo4j REST server configuration

2010-08-11 Thread Jacob Hansson
So the current status is that David has got neo4j REST running on Jetty with all tests passing. We've also searched through the code, and found that there are no interrupt() calls in the jersey source, while there are a few on the grizzly side. There is one in particular that we have been looking

Re: [Neo4j] neo4j REST server configuration

2010-08-11 Thread Brock Rousseau
Hi Jacob, Would you be able to email me that patch? It's probably easier for me to throw it on our server and let you know how it goes rather than you guys having to try and reproduce it. Rough data for our server: ~1.5 billion relationships ~400 million nodes ~1,200 transactions per minute

[Neo4j] GSoC work result, Featuring Gephi Neo4j

2010-08-11 Thread Martin Skurla
Hi all, My name is Martin Škurla and this summer I was working on GSoC project called Adding support for Neo4j in Gephi. I would like to introduce to all of you an article summarizing all implemented features including these under the hood, pictures of dialogs, common use cases and future plans.

Re: [Neo4j] neo4j REST server configuration

2010-08-11 Thread David Montag
Hi Brock, If you svn update to the latest version of the REST component, apply the patch I'll send to you, and rebuild it as per Jacob's previous instructions, then it should use Jetty instead. Keep in mind that this was a quick fix done today, so it might break down for the same or other

Re: [Neo4j] neo4j REST server configuration

2010-08-11 Thread Brock Rousseau
Hey David, No worries about the disclaimer. I am getting a runtime error on startup though due to the lack of the Jetty libraries. Any special instructions there or should I just grab them from Jetty's website? Also, would any of you be available via gchat some time in the next 24 hours so I can

[Neo4j] Use of LuceneFulltextIndexBatchInserter

2010-08-11 Thread Paddy
Hi, I would like to use the LuceneFulltextIndexBatchInserter instead of the LuceneIndexBatchInserter to allow fulltext lucene indexing. How can I initialize the LuceneFulltextIndexBatchInserter ? the example on http://wiki.neo4j.org/content/Batch_Insert gives an example for the

Re: [Neo4j] neo4j REST server configuration

2010-08-11 Thread David Montag
Hi Brock, Ok, that should have been taken care of by Maven, let me have a look at that. It should of course work to just mvn install:install-file them yourself into your repository. But I'll have a look at that. I'm free for gchat any time today if you want. David On Thu, Aug 12, 2010 at 12:29

Re: [Neo4j] neo4j REST server configuration

2010-08-11 Thread David Montag
Hi Brock, Sorry, I misread your e-mail, I thought you said compile time. I should at least have breakfast before answering any e-mails :) So, a runtime error. What library/class is missing? Could you provide us with the error, it would help. You can grab Jetty 6.1.25 and put it in lib, if