Hi everyone,

I'm trying to run a Cypher query in an embedded neo4j. The initialization 
works fine, but the code throw an error on this line

    Result result = mGraphDb.execute( "match (n {name: 'Duane Nickull, I 
Braineater'}) return n, n.name" );

I get a "java.lang.UnsupportedOperationException: No query engine 
installed." error.

I spent HOURS to verify that all my dependencies are absolutely surely 
right. I verified it again before writing this message.
I tried with two versions : 2.3.1 and 2.2.8 and I get the same behavior.


Question 1 : is there a version not so old, but older (nevermind) which 
works better ?
Question 2 : is there a subtle thing I missed for versions 2.2.8 or 2.3.1 ?

FYI, here's my dependency for 2.3.1 version :
neo4j-io(2.3.1) 
neo4j-consistency-check(2.3.1) 
neo4j-consistency-check-legacy(2.3.1) 
neo4j-lucene-index(2.3.1) 
neo4j-kernel(2.3.1) 
neo4j-jmx(2.3.1) 
asm(5.0.2) 
neo4j-primitive-collections(2.3.1) 
neo4j-logging(2.3.1) 
neo4j-unsafe(2.3.1) 
neo4j-graph-algo(2.3.1) 
commons-lang3(3.0) 
neo4j-udc(2.3.1) 
neo4j-graph-matching(2.3.1) 
neo4j-cypher(2.3.1) 
opencsv(2.3) 
neo4j-csv(2.3.0) 
neo4j-cypher-compiler-2.3(2.3.1) 
neo4j-cypher-compiler-2.2_2.11(2.2.6) 
neo4j-cypher-compiler-1.9_2.11(2.0.5) 
neo4j-cypher-frontend-2.3(2.3.1) 
concurrentlinkedhashmap-lru(1.4.2) 
neo4j-codegen(2.3.1) 
neo4j-function(2.3.1) 
parboiled-scala_2.11(1.1.7) 
parboiled-core(1.1.7) 
scala-library(2.11.7) 
scala-reflect(2.11.7) 
scala-parser-combinators_2.11(1.0.4) 


In advance, thank you

P-A

-- 
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 email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to