espeed / bulbs

A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.
http://bulbflow.org
Other
622 stars 83 forks source link

No such ServerPlugin: \\"CypherPlugin\\ #123

Closed himmatrana closed 10 years ago

himmatrana commented 10 years ago

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}')

espeed commented 10 years ago

I updated the Cypher path for Neo4j 2 https://github.com/espeed/bulbs/commit/ee06540c704b3bba52a7f5b8b9b970a612c91881

Is the Gremlin Plugin working with Neo4j 2 Server?

espeed commented 10 years ago

Did that fix it?

himmatrana commented 10 years ago

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/espeed/bulbs/issues/123#issuecomment-34835620 .

Regards,

Himmat Singh Rana