can you share :

mvn dependency:tree ?

the only dependency you should need is: org.neo4j:neo4j:2.3.2

and perhaps for testing: org.neo4j:neo4j-kernel:2.3.2:tests +
org.neo4j:neo4j-io:2.3.2:tests


On Thu, Mar 3, 2016 at 3:23 PM, dragon <dikshith...@gmail.com> wrote:

> I am unable to run neo4j 2.3.2 with maven dependencies. I get the below
> error
>
> --
>
> java.lang.NoClassDefFoundError: org/neo4j/function/Supplier
> at org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.newFacade(
> GraphDatabaseFacadeFactory.jav... <http://GraphDatabaseFacadeFactory.java>
> :108)
> at org.neo4j.graphdb.factory.GraphDatabaseFactory.newDatabase(
> GraphDatabaseFactory.java:129)
> at org.neo4j.graphdb.factory.GraphDatabaseFactory$1.newDatabase(
> GraphDatabaseFactory.java:117)
> at org.neo4j.graphdb.factory.GraphDatabaseBuilder.newGraphDatabase(
> GraphDatabaseBuilder.java:185)
> at org.neo4j.graphdb.factory.GraphDatabaseFactory.newEmbeddedDatabase(
> GraphDatabaseFactory.java:79)
> at com.here.neo4j.name.LoadData.convert(LoadData.java:57)
> at com.navteq.cf.foundation.process.Atom$1.run(Atom.java:119)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
> at java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.ClassNotFoundException: org.neo4j.function.Supplier
> at java.net.URLClassLoader.findClass(Unknown Source)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> ... 10 more
>
> --
>
> The maven dependency includes : neo4j, neo4j-kernel, neo4j-io,
> neo4j-lucene-index, neo4j-graph-algo, neo4j-udc, neo4j-graph-matching,
> neo4j-cypher, neo4j-jmx, neo4j-consistency-check, neo4j-unsafe,
> neo4j-primitive-collections (Version 2.3.2)
>
> Any help is appreciated
>
> --
> 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 neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to