Hi,
I am new to bulbs with neo4j sever solution for using graph databases.
However, I just face a problem below after installing bulbs, neo4j, gremlin.
>>> 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!