espeed / bulbs

A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.

Home Page:http://bulbflow.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No such ServerPlugin: \\"CypherPlugin\\

himmatrana opened this issue · comments

I am getting this error after updating neo4j server to 2.0

traceback:

return graph.cypher.execute(query,params)

File "/home/himmat/virtualenv/django1.5/local/lib/python2.7/site-packages/bulbs/neo4jserver/cypher.py", line 32, in execute
return self.client.cypher(query, params)
File "/home/himmat/virtualenv/django1.5/local/lib/python2.7/site-packages/bulbs/neo4jserver/client.py", line 404, in cypher
resp = self.request.post(path, params)
File "/home/himmat/virtualenv/django1.5/local/lib/python2.7/site-packages/bulbs/rest.py", line 131, in post
return self.request(POST, path, params)
File "/home/himmat/virtualenv/django1.5/local/lib/python2.7/site-packages/bulbs/rest.py", line 186, in request
return self.response_class(http_resp, self.config)
File "/home/himmat/virtualenv/django1.5/local/lib/python2.7/site-packages/bulbs/neo4jserver/client.py", line 218, in init
self.handle_response(response)
File "/home/himmat/virtualenv/django1.5/local/lib/python2.7/site-packages/bulbs/neo4jserver/client.py", line 250, in handle_response
response_handler(response)
File "/home/himmat/virtualenv/django1.5/local/lib/python2.7/site-packages/bulbs/rest.py", line 39, in not_found
raise LookupError(http_resp)
LookupError: ({'status': '404', 'access-control-allow-origin': '*', 'content-type': 'application/json; charset=UTF-8', 'content-length': '834', 'server': 'Jetty(9.0.5.v20130815)'}, '{\n "message" : "No such ServerPlugin: "CypherPlugin"",\n "exception" : "PluginLookupException",\n "fullname" : "org.neo4j.server.plugins.PluginLookupException",\n "stacktrace" : [ "org.neo4j.server.plugins.PluginManager.extension(PluginManager.java:124)", "org.neo4j.server.plugins.PluginManager.invoke(PluginManager.java:165)", "org.neo4j.server.rest.web.ExtensionService.invokeGraphDatabaseExtension(ExtensionService.java:312)", "org.neo4j.server.rest.web.ExtensionService.invokeGraphDatabaseExtension(ExtensionService.java:134)", "java.lang.reflect.Method.invoke(Method.java:606)", "org.neo4j.server.rest.transactional.TransactionalRequestDispatcher.dispatch(TransactionalRequestDispatcher.java:132)", "org.neo4j.server.rest.security.SecurityFilter.doFilter(SecurityFilter.java:112)", "java.lang.Thread.run(Thread.java:744)" ]\n}')

I updated the Cypher path for Neo4j 2 ee06540

Is the Gremlin Plugin working with Neo4j 2 Server?

Did that fix it?

fixed.

Thanks.

On Wed, Feb 12, 2014 at 9:01 AM, James Thornton notifications@github.comwrote:

Did that fix it?

Reply to this email directly or view it on GitHubhttps://github.com//issues/123#issuecomment-34835620
.

Regards,

Himmat Singh Rana