Re: [Neo4j] NullPointerException using javascript neo4j-driver when overflowing connectionPoolSize

2016-09-27 Thread 'Michael Hunger' via Neo4j
Could you please paste this as an github issue for the java driver? On Tue, Sep 27, 2016 at 11:23 PM, Michał Sitarz wrote: > Hi! > > While I was writing unit tests for my app I noticed this exception when > testing more concurrent sessions than connectionPoolSize in

[Neo4j] Embedded Java Api or Server Api with Bolt?

2016-09-27 Thread Shaoliang Nie
I need to use Neo4j with Java as a back-end service. I am pretty new to Neo4j. Should I use the *embedded Java API*( *http://neo4j.com/docs/java-reference/current/javadocs/overview-summary.html*) or* the Java Bolt Driver (**https://github.com/neo4j/neo4j-java-driver**)*? There a related post

[Neo4j] import owl file in neo4j

2016-09-27 Thread Dina Eldemrdash
I'm beginner programmer i want to import owl file in neo4j and searh about keywords if founded in ontology it draw in model -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an

[Neo4j] Getting indirect routes in neo4j considering the order in which they appear in a route

2016-09-27 Thread Ratul Jain
So I am trying to get indirect routes in my neo4j graph consisting of stop and route nodes. This the link to my graph. Test DB This is how my graph looks like. So to get the shortest

AW: Neo4j fails to start with certain kinds of corruption?? WAS: Re: [Neo4j] Neo4j failed to start under Docker: "Already closed exception"

2016-09-27 Thread Lüdicke , Benjamin
Ja ist klar. Wird alles über Weihnachten verbraten. Von: Alan Robertson [mailto:alan.robertson...@gmail.com] Im Auftrag von Alan Robertson Gesendet: Donnerstag, 22. September 2016 23:56 An: neo4j@googlegroups.com Cc: Michael Hunger Betreff: Neo4j fails to start

[Neo4j] NullPointerException using javascript neo4j-driver when overflowing connectionPoolSize

2016-09-27 Thread Michał Sitarz
Hi! While I was writing unit tests for my app I noticed this exception when testing more concurrent sessions than connectionPoolSize in javascript neo4j-driver. Versions: neo4j - dockerized 3.0.1, image neo4j:3.0 neo4j-driver - 1.0.1 nodejs - tested on 6.6.0 and 6.2.1 Error: 2016-09-27

[Neo4j] Enable port 7474 for embedded applications?

2016-09-27 Thread Joseph Guhlin
I have a comparative genomics database project I'm planning to release, and would like to enable port 7474 so that RNeo4j library (and others) can connect directly to it, without having to also download the correct neo4j version. I can't find it in the API but may have not seen it. I realize