Problem for using bulbs with neo4j server

78 views
Skip to first unread message

kghost

unread,
May 10, 2012, 11:45:23 PM5/10/12
to ne...@googlegroups.com
Hi, 

I am new to bulbs with neo4j sever solution for using graph databases.

I have follow the install document from http://bulbflow.com/download/

However, I just face a problem below after installing bulbs, neo4j, gremlin.


>>> from bulbs.neo4jserver import Graph, Config
>>> config = Config('http://localhost:7474/db/data/')
>>> g = Graph(config)
>>> james = g.vertices.create(name="James")

And then get the error message below.

SystemError: ({'status': '200', 'content-length': '228', 'content-encoding': 'UTF-8', 'server': 'Jetty(6.1.25)', 'access-control-allow-origin': '*', 'content-type': 'application/json'}, '"javax.script.ScriptException: groovy.lang.MissingMethodException: No signature of method: com.tinkerpop.blueprints.pgm.impls.neo4j.Neo4jGraph.setMaxBufferSize() is applicable for argument types: (java.lang.Integer) values: [0]"')

I have search for a while to find the solution and still not works.
Really Hope someone can help me to fix the problem. Thanks!

Peter Neubauer

unread,
May 11, 2012, 1:10:57 AM5/11/12
to ne...@googlegroups.com

Sounds like a version problem.
What version of neo4j and bulbs are you using?

Send from mobile.

kghost

unread,
May 11, 2012, 1:59:45 AM5/11/12
to ne...@googlegroups.com
Hi,

Neo4j - Graph Database Kernel 1.4

bulbs == 0.3-20120511

Should I use the wrong version?

Thanks!

On Friday, May 11, 2012 1:10:57 PM UTC+8, Peter Neubauer wrote:

Sounds like a version problem.
What version of neo4j and bulbs are you using?

Send from mobile.

Peter Neubauer

unread,
May 11, 2012, 2:03:09 AM5/11/12
to ne...@googlegroups.com

Yes,
You should try neo4j 1.7.

Send from mobile.

kghost

unread,
May 11, 2012, 2:14:35 AM5/11/12
to ne...@googlegroups.com
Thanks!

I think it is exactly the problem.


On Friday, May 11, 2012 2:03:09 PM UTC+8, Peter Neubauer wrote:

Yes,
You should try neo4j 1.7.

Send from mobile.

Reply all
Reply to author
Forward
0 new messages