Re: [Neo4j] Add to Index REST API Question

2011-03-11 Thread Peter Neubauer
Kevin, could you provide the REST sequence you are doing, so I could reproduce the case? Basically, inserting a node, creating an index, adding the ndoe to it and retrieve it. Is that possible? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Massimo Lusetti
On Thu, Mar 10, 2011 at 9:58 PM, Massimo Lusetti mluse...@gmail.com wrote: On Thu, Mar 10, 2011 at 6:11 PM, Axel Morgner a...@morgner.de wrote: Hi, I'm getting an InvalidRecordException org.neo4j.kernel.impl.nioneo.store.InvalidRecordException: Node[5] is neither firstNode[37781] nor

Re: [Neo4j] Big index solutions?

2011-03-11 Thread Peter Neubauer
Nice Ashwin, sounds like a great ac, will definitily keep track of it. If I do a Neo4j Index provider for JDBM2, would you be able to help me to tweak it to behave good? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn  

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Johan Svensson
Hi, I am assuming no manual modifying of log files or store files at runtime or between shutdowns/crashes and startups has been performed. What filesystem are you running this on (and with what configuration)? Massimo since you say it happen more and more if the db grows can you write a test

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Massimo Lusetti
On Fri, Mar 11, 2011 at 10:14 AM, Johan Svensson jo...@neotechnology.com wrote: Hi, I am assuming no manual modifying of log files or store files at runtime or between shutdowns/crashes and startups has been performed. Sure. What filesystem are you running this on (and with what

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Axel Morgner
Hi Johan, here are some config details: System is Ubuntu 10.10 uname -a Linux dev1 2.6.35-28-generic #49-Ubuntu SMP Tue Mar 1 14:39:03 UTC 2011 x86_64 GNU/Linux Filesystem is ext4 on an SSD 03:00.0 SATA controller: JMicron Technology Corp. JMB361 AHCI/IDE (rev 02) Host: scsi0 Channel: 00

Re: [Neo4j] Big index solutions?

2011-03-11 Thread Massimo Lusetti
On Fri, Mar 11, 2011 at 10:12 AM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Nice Ashwin, sounds like a great ac, will definitily keep track of it. If I do a Neo4j Index provider for JDBM2, would you be able to help me to tweak it to behave good? Did it really fail Lucene with

Re: [Neo4j] Big index solutions?

2011-03-11 Thread Peter Neubauer
No, things are not failing, it is just that in big insertion scenarios the index lookup when joining nodes together into relationships, there is often just an exact index needed in order to do that. We have good experiences with Lucene, but when importing e.g. big OpenStreetMap datasets, we need

Re: [Neo4j] Big index solutions?

2011-03-11 Thread Mattias Persson
2011/3/11 Massimo Lusetti mluse...@gmail.com On Fri, Mar 11, 2011 at 10:12 AM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Nice Ashwin, sounds like a great ac, will definitily keep track of it. If I do a Neo4j Index provider for JDBM2, would you be able to help me to tweak

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Tobias Ivarsson
Please tell me that you have the database file in the state they were in when this happened. That you have not tried to repair the database in any way. If you do, could you please send me those database files off-list (dropbox or similar, or contact me directly to discuss how to transfer it). I

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Massimo Lusetti
On Fri, Mar 11, 2011 at 10:49 AM, Tobias Ivarsson tobias.ivars...@neotechnology.com wrote: Please tell me that you have the database file in the state they were in when this happened. That you have not tried to repair the database in any way. If you do, could you please send me those database

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Axel Morgner
Hi Tobias, I sent you more detailed information off the list. Greetings Axel On 11.03.2011 10:49, Tobias Ivarsson wrote: Please tell me that you have the database file in the state they were in when this happened. That you have not tried to repair the database in any way. If you do, could

Re: [Neo4j] InvalidRecordException

2011-03-11 Thread Tobias Ivarsson
I need at least these two files: neostore.nodestore.db neostore.relationshipstore.db -tobias On Fri, Mar 11, 2011 at 11:26 AM, Massimo Lusetti mluse...@gmail.comwrote: On Fri, Mar 11, 2011 at 10:49 AM, Tobias Ivarsson tobias.ivars...@neotechnology.com wrote: Please tell me that you have

[Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Chris Gioran
Greeting fellow graphistas, Keeping up with the release schedule, today we present the fourth milestone towards the 1.3 “Abisko Lampa” version of Neo4j. The most important feature of this release is of course the expansion of the storage layer to allow for even more entities, but also includes

Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Jonah H. Harris
On Fri, Mar 11, 2011 at 9:02 AM, Chris Gioran chris.gio...@neotechnology.com wrote: The most important feature of this release is of course the expansion of the storage layer to allow for even more entities, Hey Chris, This sounds great. Is it checked into SVN? I'd like to see the

Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Tobias Ivarsson
It is in git: https://github.com/neo4j/graphdb Neo4j moved from svn to git a little over a month ago. Cheers, Tobias On Fri, Mar 11, 2011 at 3:21 PM, Jonah H. Harris jonah.har...@myyearbook.com wrote: On Fri, Mar 11, 2011 at 9:02 AM, Chris Gioran chris.gio...@neotechnology.com wrote:

Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Jonah H. Harris
On Fri, Mar 11, 2011 at 9:23 AM, Tobias Ivarsson tobias.ivars...@neotechnology.com wrote: It is in git: https://github.com/neo4j/graphdb Neo4j moved from svn to git a little over a month ago. Doh! I obviously haven't kept up on that. Thanks! -- Jonah H. Harris, VP of Database

Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Javier de la Rosa
On Fri, Mar 11, 2011 at 09:02, Chris Gioran chris.gio...@neotechnology.com wrote: the REST interface for Indexing operations. As always, extended Really great news for REST clients! Now it's our time to implement it. Thank you. -- Javier de la Rosa http://versae.es

Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Max De Marzi Jr.
Hum... webadmin is not coming up for me... This is what I changed in the neo4j-server.propeties. # REST endpoint for the data API # Note the / in the end is mandatory #org.neo4j.server.webadmin.data.uri=http://localhost:7474/db/data/

Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Peter Neubauer
Do you have an existing db? In that case you need to upgrade explicitly... /peter Send from my mobile device, please excuse typos and brevity. On Mar 11, 2011 4:45 PM, Max De Marzi Jr. maxdema...@gmail.com wrote: Hum... webadmin is not coming up for me... This is what I changed in the

Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Joshi Hemant - hjoshi
I have similar problem. I upgraded existing database from 1.2 to 1.3M04 By explicit upgrade, do you mean setting allow_store_upgrade=true in neo4j.properties file? I get only data tab of webadmin. -Hemant -Original Message- From: user-boun...@lists.neo4j.org

Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Max De Marzi Jr.
My Steps: Pulled DB from 1.3.M02 neo4j start fails Turn on allow_store_upgrade=true in neo4j.properties file Configure neo4j-server.propeties specified earlier neo4j start works pulling data from http://neovigator.heroku.com/?neoid=2 works http://neography.org (webadmin) doesn't work On Fri,

[Neo4j] Neo4j OSGI bundle

2011-03-11 Thread Nicolas Jouanin
Hi, I'm planning to use Neo4j under OSGi framework. Because org.neo4j:neo4j defines the needed headers (in MANIFEST.MF), it can be deployed as a bundle on equinox or felix. Unfortunatelly, the bundle doesn't export any package so it's quite unuseful for me as my own bundle can't import them. I

Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Max De Marzi Jr.
Oh and removing the http://neography.org:7474/; from neo4j-server.properties did the trick for me as far as being able to get webadmin to work. Both data and other tabs are coming up fine at http://neography.org On Fri, Mar 11, 2011 at 4:03 PM, Max De Marzi Jr. maxdema...@gmail.com wrote:

Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Peter Neubauer
Great Max, Thanks for putting in the work! /peter Send from my mobile device, please excuse typos and brevity. On Mar 11, 2011 11:41 PM, Max De Marzi Jr. maxdema...@gmail.com wrote: Oh and removing the http://neography.org:7474/; from neo4j-server.properties did the trick for me as far as

Re: [Neo4j] Big index solutions?

2011-03-11 Thread Ashwin Jayaprakash
Ah..well..you see, I haven't used it extensively yet :) But I'm pretty sure that the author of JDBM2 will be of help in that regard. There is another one I have my eyes on - http://code.google.com/p/babudb/ But there's always BerkleyDB. Regards, Ashwin. On Fri, Mar 11, 2011 at 1:12 AM, Peter