Clustering in Neo4j

瀏覽次數:42 次
跳到第一則未讀訊息

Navrattan Yadav

未讀,
2014年3月12日 凌晨4:40:582014/3/12
收件者:ne...@googlegroups.com
hi i am using Neo4j 2.0. i use Java Api to create database ( node and relation) GraphDatabaseFactory.
i want to cluster the db . is it possible ?  

i am not using any Neo4j server nor RestAPI.

Michael Hunger

未讀,
2014年3月12日 清晨5:09:182014/3/12
收件者:ne...@googlegroups.com
--
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+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Navrattan Yadav

未讀,
2014年3月12日 清晨5:19:002014/3/12
收件者:Neo4J
thanks Michael.


--
You received this message because you are subscribed to a topic in the Google Groups "Neo4j" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neo4j/FBzd7B1JyME/unsubscribe.
To unsubscribe from this group and all its topics, send an email to neo4j+un...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Thanks and Regards

Navrattan Yadav

Navrattan Yadav

未讀,
2014年3月13日 凌晨4:15:382014/3/13
收件者:ne...@googlegroups.com
i try to use HighlyAvailableGraphDatabaseFactory but got following error.. i tryed but not found any jar in 2.0 for class   RequestContext

Exception in thread "main" java.lang.NoClassDefFoundError: org/neo4j/com/RequestContext
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2521)
at java.lang.Class.privateGetPublicMethods(Class.java:2641)
at java.lang.Class.getMethods(Class.java:1457)
at sun.misc.ProxyGenerator.generateClassFile(ProxyGenerator.java:426)
at sun.misc.ProxyGenerator.generateProxyClass(ProxyGenerator.java:323)
at java.lang.reflect.Proxy.getProxyClass0(Proxy.java:636)
at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:722)
at org.neo4j.kernel.ha.HighlyAvailableGraphDatabase.create(HighlyAvailableGraphDatabase.java:165)
at org.neo4j.kernel.InternalAbstractGraphDatabase.run(InternalAbstractGraphDatabase.java:304)
at org.neo4j.kernel.ha.HighlyAvailableGraphDatabase.<init>(HighlyAvailableGraphDatabase.java:157)
at org.neo4j.graphdb.factory.HighlyAvailableGraphDatabaseFactory$1.newDatabase(HighlyAvailableGraphDatabaseFactory.java:47)
at org.neo4j.graphdb.factory.GraphDatabaseBuilder.newGraphDatabase(GraphDatabaseBuilder.java:197)
at com.migrate.work.Migrate.sample(Migrate.java:19)
at com.migrate.work.Migrate.main(Migrate.java:52)
Caused by: java.lang.ClassNotFoundException: org.neo4j.com.RequestContext
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
回覆所有人
回覆作者
轉寄
0 則新訊息