[Neo4j] How To Properly Shutdown Neo4J

2011-12-09 Thread Kevin Dieter
Hi, I am running neo4j v1.4.2 as a Windows service and seem to be unable to cleanly shutdown and restart the service. If I stop and then restart the Windows service, I get the following in the messages.log file and it proceeds to go through the recovery process (which can take anywhere from 15 to

Re: [Neo4j] Delete All Node 0 Relationships in webadmin or cURL

2011-11-09 Thread Kevin Dieter
http://twitter.com/peterneubauer > > http://www.neo4j.org - NOSQL for the Enterprise. > http://startupbootcamp.org/- Öresund - Innovation happens HERE. > > > > On Tue, Nov 8, 2011 at 9:35 PM, Kevin Dieter > wrote: > > Hi, > > > > I had a bu

[Neo4j] Delete All Node 0 Relationships in webadmin or cURL

2011-11-08 Thread Kevin Dieter
Hi, I had a bug in my application code that resulted in many relationships being created to/from node 0 in my neo4j graph. Is there a straightforward way to delete all of node 0's relationships? I know how to do this through the REST API, but in this case I would like to do it either through the

Re: [Neo4j] REST traverse deprecation

2011-11-02 Thread Kevin Dieter
Hi, We use the REST traversal API extensively. One of our core use cases is to find all paths between two nodes. We are a .Net shop so we rely on the REST API, and are currently using a .Net neo4j library from about 18 months ago that we have customized to our needs. I have seen other recent th

Re: [Neo4j] Unable to Get Backup to Run

2011-05-21 Thread Kevin Dieter
ut the problem. > > Are you seeing more/other stacktraces btw? Could you post full stacktraces? > > 2011/5/20 Kevin Dieter > > > Hi, > > > > I am trying to set up a scheduled backup for my neo4j database and I have > > been unable to get the backup to run. &

[Neo4j] Unable to Get Backup to Run

2011-05-20 Thread Kevin Dieter
Hi, I am trying to set up a scheduled backup for my neo4j database and I have been unable to get the backup to run. See below for the commands I am running (first to do a full backup and then incremental). The weird thing is that I was able to run the full backup, and incremental successfully la

Re: [Neo4j] Performance Issues with REST API

2011-05-17 Thread Kevin Dieter
; Phone +46 704 106975 > LinkedIn http://www.linkedin.com/in/neubauer > Twitter http://twitter.com/peterneubauer > > http://www.neo4j.org - Your high performance graph database. > http://startupbootcamp.org/ - Öresund - Innovation happens HERE. > http://www.thoug

[Neo4j] Performance Issues with REST API

2011-05-17 Thread Kevin Dieter
eap size to 4GB. Any pointers on where I should look to get more insight into the server performance? Any tips on tuning the server to improve performance? Are there known graph characteristics that cause slower performance when traversing? Other ideas? Thanks, Kevin Dieter

Re: [Neo4j] Neo4j 1.3 GA Released!

2011-04-13 Thread Kevin Dieter
Hi, I am having trouble starting 1.3 on windows. I have downloaded and tried all three versions and each give me the same message: "java" -Xmx30m -jar "C:\neo4j\neo4j-community-1.3\bin\\wrapper.jar" -t "..\conf\neo4j-wrapper.conf" Unable to access jarfile C:\neo4j\neo4j-community-1.3\bin\\wrappe

Re: [Neo4j] Neo4J Server on Windows 64-bit

2011-04-12 Thread Kevin Dieter
- Your high performance graph database. > http://startupbootcamp.org/- Öresund - Innovation happens HERE. > http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. > > > > On Tue, Apr 12, 2011 at 4:29 AM, Kevin Dieter > wrote: > > Hi, >

[Neo4j] Neo4J Server on Windows 64-bit

2011-04-11 Thread Kevin Dieter
Hi, I have limited Java knowledge, so hopefully this question makes sense. I am deploying Neo4J on a Windows 64-bit server. I have successfully deployed it by downloading a trial license for the Windows 64-bit version of the Tanuki Wrapper. Everything is set up and working fine. My question is

[Neo4j] Finding a Path Between Nodes (filtered by relationship property)

2011-03-21 Thread Kevin Dieter
Hi, I am using the REST API from a .Net application and have a need to find paths between nodes and I would like to include or exclude relationships based on a property value. For example: 1. Node1 has an outgoing relationship of type "Friend", with relationship property userGroupId= 111 t

Re: [Neo4j] Beer and Talk

2011-03-14 Thread Kevin Dieter
Northern Virginia / Washington DC area On Mon, Mar 14, 2011 at 8:36 AM, Andreas Kollegger < andreas.kolleg...@neotechnology.com> wrote: > Anyone on the east coast of the States? Washington, Philly, NYC, maybe even > Boston? > > On Mar 14, 2011, at 1:32 PM, Emil Eifrem wrote: > > > On Mon, Mar 14,

[Neo4j] Add to Index REST API Question

2011-03-10 Thread Kevin Dieter
Hi, I have a .Net application that makes heavy use of entities (nodes) and relationships between them. I am currently using a SQL database to manage this, but I know it won't scale the way I need it to, so I am looking to implement Neo4j as a solution. I am using the server and REST APIs and I'v