Romiko, the gremlin plugin is currently separate from the Neo4J-Server it will be included with one of the next releases. Until then please go to. https://github.com/neo4j/neo4j-gremlin-plugin
build the jar using maven and then copy that to your servers plugins directory. The gremlin file you can see is used for the "console" of the webadmin-UI. Looking forward to your .net Query Language. Cheers Michael Am 10.06.2011 um 01:46 schrieb Romiko Derbynew: > 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 _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

