Re: [Neo4j] No index provider 'lucene' found with Tomcat/Trinidad

2011-02-17 Thread Michael Hunger
I run into the same issue when starting my test-server from the commandline. Checked that the neo4j-lucene-index-1.3.M02.jar was there with the correct index provider in META-INF/service/org.neo4j.kernel.KernelExtension Any ideas Mattias? Thanks Michael Am 16.02.2011 um 23:15 schrieb Andreas

Re: [Neo4j] No index provider 'lucene' found with Tomcat/Trinidad

2011-02-17 Thread Michael Hunger
Sorry, didn't see your mail (had Andreas' still open for replying). It worked, thanks very much. But funnily the lucene jar is not recognized as dependency by maven for the server (mvn dependency:copy-dependencies). I assume it is added by the server-build project? Cheers Michael Am

Re: [Neo4j] neo4j-spatial status?

2011-02-17 Thread Craig Taverner
Hi David, Great to hear you're interested in using neo4j for the OSM model. I also think it is a great match. However, you are right to assume there are a few missing pieces. Two shortcomings that are relevant to your questions below are: - *Scalability*. We only recently tried to load very

Re: [Neo4j] No index provider 'lucene' found with Tomcat/Trinidad

2011-02-17 Thread Anders Nawroth
Hi! This is included as a dependency: org.apache.servicemix.bundles:org.apache.servicemix.bundles.lucene:jar:3.0.1_2:compile That's an OSGi-friendly packaging of Lucene. /anders On 02/17/2011 09:11 AM, Michael Hunger wrote: Sorry, didn't see your mail (had Andreas' still open for replying).

Re: [Neo4j] IllegalStateException after successful commit

2011-02-17 Thread John Howard
Thanks Mattias David. Yes, am doing tx.success() and tx.finish() when I commit. I also noticed that once I get IllegalStateException, I cant search for any nodes from the graph index. Here's my code snippet when create,index and commit the nodes also when delete the nodes: Create nodes:

Re: [Neo4j] neo4j-spatial status?

2011-02-17 Thread Peter Neubauer
David, as Craig mentioned, we are in the process of profiling insertion into Neo4j Spatial. From the volume side of things, Germany.osm consists of roughly 60M points and 8M ways (a common pattern, even other sets have roughly 10% of the nodes in way count). From the file sizes, planet.osm is 10

Re: [Neo4j] Traversal Question

2011-02-17 Thread Peter Neubauer
Then, you would like to get all the paths that containing any number of single occurrences of REL1...REL4? In that case, I would from the current end of the path, look one relationship further (path.endNode().getRelationships()), and EXCLUDE_CONTINUE include the path if the at least one of the

Re: [Neo4j] No index provider 'lucene' found with Tomcat/Trinidad

2011-02-17 Thread Peter Neubauer
Mmmh, the main issue here I suspect is that the Java Service Loader is not finding the META-INF/services files. It might be that it is not triggered when you add files dynamically to the classloader. That is, the JARs are only scanned at startup time for any non-class files. Could that be an

Re: [Neo4j] Help with exception using BatchInserter

2011-02-17 Thread Massimo Lusetti
On Wed, Feb 16, 2011 at 11:12 AM, Mark Harwood markharw...@gmail.com wrote: However, the underlying Neo4J database doesn't seem to be able to cope with inserting these volumes of data on my available hardware and I don't have (and would hope not to need) 10s of gigabytes of RAM to throw at

Re: [Neo4j] Help with exception using BatchInserter

2011-02-17 Thread Pablo Pareja
Hi Massimo, It's too bad you are running into the same kind of situations, (specially when the conclusion you came up to is that Neo4j just degrades...). However, did you already try dividing the big insertion process into smaller steps? I mean, do you think Neo4j degradation is just proportional

Re: [Neo4j] Help with exception using BatchInserter

2011-02-17 Thread Massimo Lusetti
On Thu, Feb 17, 2011 at 12:54 PM, Pablo Pareja ppar...@era7.com wrote: Hi Massimo, It's too bad you are running into the same kind of situations, (specially when the conclusion you came up to is that Neo4j just degrades...). However, did you already try dividing the big insertion process

Re: [Neo4j] Help with exception using BatchInserter

2011-02-17 Thread Johan Svensson
Hello, I am having a hard time to follow what the problems really are since conversation is split up in several threads. Pablo, you had a problem with batch inserter throwing an exception upon shutdown that I suspected was due to not enough available disk space. Then there was the the to many

Re: [Neo4j] Help with exception using BatchInserter

2011-02-17 Thread Massimo Lusetti
On Thu, Feb 17, 2011 at 3:10 PM, Johan Svensson jo...@neotechnology.com wrote: Hello, I am having a hard time to follow what the problems really are since conversation is split up in several threads. Totally right and sorry about that, I'll start a new thread for my use case. Cheers --

[Neo4j] Slow down on insertion as db grow

2011-02-17 Thread Massimo Lusetti
On Thu, Feb 17, 2011 at 3:10 PM, Johan Svensson jo...@neotechnology.com wrote: Massimo, you had problems with injection that created duplicates due to a synchronization issue. That issue has been resolved and now you are experiencing a slowdown during batch inserter injection? Yep, as I said

[Neo4j] Any Debian developers here?

2011-02-17 Thread Anders Nawroth
Hi! Jacob started working on a proper deb packaging for Neo4j here: https://github.com/jakewins/neo4j-server-debian Me and Jacob would love to bring Neo4j into the Debian package ecosystem, but it seems we need at least some guidance from a Debian developer. So - are there any Debian

Re: [Neo4j] Help with exception using BatchInserter

2011-02-17 Thread Pablo Pareja
Hi, First of all I wanted to thank the Neo4j team for the great support with this mail list. I'm answering here to Johan Svensson reply to the other thread with the same name, (*since this is the original I started before it got replicated somehow*). Pablo, you had a problem with batch inserter

Re: [Neo4j] Onlineback up Error on 1.3M02

2011-02-17 Thread Peter Neubauer
Brendan, is this on Unix or Windows? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your high performance

Re: [Neo4j] Onlineback up Error on 1.3M02

2011-02-17 Thread Brendan
Peter, on windows 7. Should I move the server or the client or both to Linux or Mac to avoid the issue? I prefer to keep the client on windows if possible. Cheers, Brendan Sent from my iPad On 2011-2-18, at 上午12:28, Peter Neubauer peter.neuba...@neotechnology.com wrote: Brendan, is this

Re: [Neo4j] Onlineback up Error on 1.3M02

2011-02-17 Thread Peter Neubauer
Brendan, I am plowing through the Neo4j tests on windows and have seen some files not being released on shutdown of the DB, namely messages.log. Hope to get it prioritized tomorrow, but meanwhile, could you try a linux server and see if the problem persists? Cheers, /peter neubauer GTalk:

Re: [Neo4j] Onlineback up Error on 1.3M02

2011-02-17 Thread Rick Bullotta
NO! ;-) We have to get all of the Windows-specific issues dealt with sometime soon, as there will definitely be some deployments on Windows (we're a mixed Windows/Ubuntu shop right now). -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf

Re: [Neo4j] Onlineback up Error on 1.3M02

2011-02-17 Thread Peter Neubauer
Exactly. It is my ambition to get these yellow dots green! http://win-buildbox.neo4j.org/ Anyway, they were partly RED yesterday, to there is some improvement :) Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn  

Re: [Neo4j] Extracting paths from a subgraph

2011-02-17 Thread Saikat Kanjilal
Marko,Thanks for the help. I've had a chance to play with the gremlin shell a bit with my graph created by neo4j, very cool and powerful indeed, I had some additional questions: 1) I tried a more complicated version of the query below and it worked fine, my question here is does this return

Re: [Neo4j] Extracting paths from a subgraph

2011-02-17 Thread Marko Rodriguez
Hi, 1) I tried a more complicated version of the query below and it worked fine, my question here is does this return a list of WeightedPath objects in the neo4j world, if not how do I convert the list of paths from the gremlin world to the neo4j world, if I have to convert is this trivial

Re: [Neo4j] Extracting paths from a subgraph

2011-02-17 Thread Saikat Kanjilal
Marko,Thanks for the additional insights, a WeightedPath in the neo4j world is a path that contains weights between nodes, in the realm of calculating the shortest path using for example the Dijkstra Algorithm the path weights (in this case the distances) are all summed up and the path with

Re: [Neo4j] Extracting paths from a subgraph

2011-02-17 Thread Marko Rodriguez
Hi again Saikat, a WeightedPath in the neo4j world is a path that contains weights between nodes, in the realm of calculating the shortest path using for example the Dijkstra Algorithm the path weights (in this case the distances) are all summed up and the path with the minimum total

Re: [Neo4j] neo4j-spatial status?

2011-02-17 Thread David Winslow
Thanks for the response; this looks quite helpful. I will write and run some code this weekend and see how far I can get, with the goals of quantifying performance and identifying further improvements that are needed for my project. I will contact you off-list about a skype call. -- David Winslow

[Neo4j] Getting started with Neo4J Spatial

2011-02-17 Thread Nolan Darilek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks. A few months ago, someone pointed me to Neo4J Spatial, though I haven't seriously investigated it until now. I have a few questions both about how to get started, as well as about what is and isn't possible. I'm currently working on a

[Neo4j] Batch Inserter - db scaling issue (not index scaling issue)

2011-02-17 Thread Mark @ Gmail
Hi Johan and others I am having a hard time to follow what the problems really are since conversation is split up in several thread My fault, sorry. I was replying to a message posted before I subscribed to the list so didn't have the orginal poster's email. as I understand it you are saying