Hi,
I am currently using the latest version of Neo4J. However, when I run:
curl -v http://localhost:7474/db/data/
I get this response for extensions:
"extensions" : {
}
And when I look in System\Lib, I can see gremlin-0.9.jar.
So, how do I register or configure the server to enable gremlin. Since, when I
try to query it via:
http://localhost:7474/db/data/ext/GremlinPlugin/graphdb/execute_script+
I get no such plugin exists (I also tried to copy the jar file to the plugin
folder, and some little voice told me this is not the right way, since it is in
the system folder already :))
Any help is appreciate, I am looking at creating a .Net Query Language for it
at some point.
No such ServerPlugin: "GremlinPlugin"
org.neo4j.server.plugins.PluginLookupException: No such ServerPlugin:
"GremlinPlugin"
at
org.neo4j.server.plugins.PluginManager.extension(PluginManager.java:108)
at
org.neo4j.server.plugins.PluginManager.describe(PluginManager.java:117)
at
org.neo4j.server.rest.web.ExtensionService.describeGraphDatabaseExtension(ExtensionService.java:287)
at
org.neo4j.server.rest.web.ExtensionService.getGraphDatabaseExtensionDescription(ExtensionService.java:150)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user