Re: [Neo4j] Re: Neo4j Spatial regression tests - XaDataSourceManager has been shut down

2014-01-15 Thread Keith Strini
Same results. My steps are very straight forward git clone https://github.com/neo4j/spatial.git mvn clean install It builds all of it but once it runs the insert osm data test, and the rest of the suite I get those errors. I run the command prompt as administrator so there shouldn't be any i

Re: [Neo4j] Re: Neo4j Spatial regression tests - XaDataSourceManager has been shut down

2014-01-15 Thread Michael Hunger
Looks like a permission problem Can you try mvn clean install Sent from mobile device Am 16.01.2014 um 06:51 schrieb Keith Strini : > Hmm. Yeah I can't get spatial to build. Neo4J 2.0.0 windows binary runs fine > in my environment but during the Neo4JSpatial build in the surefire reports I >

Re: [Neo4j] Re: Neo4j Spatial regression tests - XaDataSourceManager has been shut down

2014-01-15 Thread Keith Strini
Hmm. Yeah I can't get spatial to build. Neo4J 2.0.0 windows binary runs fine in my environment but during the Neo4JSpatial build in the surefire reports I see: *TestOSMImport*<<< ERROR! org.neo4j.gis.spatial.SpatialDatabaseException: java.io.IOException: Cannot overwrite: C:\Java\Neo4j\spatial\ta

Re: [Neo4j] Re: Neo4j Spatial regression tests - XaDataSourceManager has been shut down

2014-01-15 Thread Michael Hunger
No internal class Sent from mobile device Am 16.01.2014 um 04:01 schrieb Keith Strini : > Where is the XADataSourceManager being set? From a properties file? > > > On Wed, Jan 15, 2014 at 4:57 PM, Michael Hunger > wrote: >> I think this will be fixed in the next minor release (2.0.1) the com

Re: [Neo4j] Re: Neo4j Spatial regression tests - XaDataSourceManager has been shut down

2014-01-15 Thread Keith Strini
Where is the XADataSourceManager being set? From a properties file? On Wed, Jan 15, 2014 at 4:57 PM, Michael Hunger < michael.hun...@neopersistence.com> wrote: > I think this will be fixed in the next minor release (2.0.1) the commit is > already in master. > > Michael > > Am 15.01.2014 um 22:12

[Neo4j] Scheduling staff at a workplace

2014-01-15 Thread Brennan Kinney
Hi, fairly new to databases in general but I think a graph database might be the right type to go with. I would HUGELY appreciate any feedback even it's only how to handle a specific issue I have. At the casino I work for we have a list of names and to the right is columns representing blocks o

Re: [Neo4j] Cypher querry performance with multi-label intersection

2014-01-15 Thread Michael Hunger
Could you explain your use-cas why you have that many labels. Just curious, as this is not really a graph-use-case ? I wonder if it makes sense to split the query up by the most limiting label first and then filter the others afterwards. > MATCH (n:Label5) // most limiting label WHERE n::Label2

Re: [Neo4j] Re: Neo4j Spatial regression tests - XaDataSourceManager has been shut down

2014-01-15 Thread Michael Hunger
I think this will be fixed in the next minor release (2.0.1) the commit is already in master. Michael Am 15.01.2014 um 22:12 schrieb Keith Strini : > Here are the surefire reports that show what other errors accompany it. > > > On Saturday, January 11, 2014 1:33:14 PM UTC-8, Craig Taverner wr

[Neo4j] Re: Neo4j Spatial regression tests - XaDataSourceManager has been shut down

2014-01-15 Thread Keith Strini
Craig, I am seeing the same thing. I tried with a clean install of Neo4J 2.0.0 Windows Binary + git clone Neo4J Spatial and the regression test errors prevent me from completing the build of the Neo4J Spatial libraries. Keith On Saturday, January 11, 2014 1:33:14 PM UTC-8, Craig Taverner wro

[Neo4j] Cypher querry performance with multi-label intersection

2014-01-15 Thread ioannafilipidi
Hi all, I have a databese with 15 million nodes. Also i have 750 different labels. Every node may have 5-32 labels. When i execute the querry MATCH (n:Labe1:Label2:..:Label20) RETURN n the response time is really slow. Its about 200-400 sec. Is something i can do to improve this performanc

[Neo4j] Re: Neo4j Spatial regression tests - XaDataSourceManager has been shut down

2014-01-15 Thread Keith Strini
Here are the surefire reports that show what other errors accompany it. On Saturday, January 11, 2014 1:33:14 PM UTC-8, Craig Taverner wrote: > > Hi, > > Has anyone else seen this. Latest code for neo4j/spatial regression tests > are generating warnings many times over during the runs. All are t

[Neo4j] Slow create performance running Neo4j 2.0.0 inside a VM

2014-01-15 Thread Bill Scheidel
I posted this on StackOverflow but thought I would put here as well in case anybody has any ideas. Creating 2 nodes and one relationship in an empty database is taking 150ms to 170ms. This is making it really hard to run unit tests efficiently so I'm looking for any suggestions to speed things

Re: [Neo4j] Neo4j within Cytoscape 3.x

2014-01-15 Thread Georg Summer
I used the /lib of the community edition. I added all the libs as a maven dependency and if I try to deploy the app I get the following missing dependency: package=ch.qos.logback.classic. If I add the dependency for this lib I get the next dependency missing and so on and so on. When it started

Re: [Neo4j] Neo4j within Cytoscape 3.x

2014-01-15 Thread Peter Neubauer
Hi Georg, Cytoscape not correctly resolving dependencies looks cumbersome. Do you know what more dependencies there could be? You can always download a server neo4j distribution, look into the /lib directory there and add all of these? /peter G: neubauer.peter S: peter.neubauer P: +46 704 106

[Neo4j] Neo4j within Cytoscape 3.x

2014-01-15 Thread Georg Summer
Neo4j Version: 2.0.0 Cytoscape Version: 3.0.1 Maven: 3.1.1 Java: 1.7.0_45 OpenJDK Runtime Environment (IcedTea 2.4.3) (ArchLinux build 7.u45_2.4.3-1-x86_64) Eclipse: 4.3.1 GOAL: The goal is to create an app for cytoscape 3.x (curr 3.0.1) that is able to connect to an instance of neo4j. APPROAC

[Neo4j] Re: regarding Performance and Product Evaluation

2014-01-15 Thread Ami
Thanks for the reply Max. basically our system will be a mail box view. relationships will be like all the generic relation ships find in a mail communication like "To","From" between client and user and mail chain relation between mails etc. right now i am using the community version for my ex

[Neo4j] Re: regarding Performance and Product Evaluation

2014-01-15 Thread Ami
Thanks for the reply Max. basically our system will be a mail box view. relationships will be like all the generic relation ships find in a mail communication like "To","From" between client and user and mail chain relation between mails etc. right now i am using the community version for my ex

[Neo4j] Re: Route planner software based on neo4j

2014-01-15 Thread Angelo Immediata
Hi Craig Thank you for replying me Regarding to Neo4j Spatial I thing I was not too much clear. I'm interested in Neo4J Spatial and in all its all spatial functions; I'm not too much worried about the addition of other nodes. What I didn't understand when using Neo4J Spatial is if I can use my