The version of Gremlin that ships with OrientDB is 2.6.0; you're trying to use features from Gremlin 3, which is not supported with OrientDB.
- Craig - On Nov 20, 2015 08:28, "subhash padala" <[email protected]> wrote: > > > Am trying to render the graph from OrientDB through the Gremlin server > and configured the gremline-serer as below > > channelizer: org.apache.tinkerpop.gremlin.server.channel.HttpChannelizer > > graphs: { > > graph: conf/orient.properties} > > > > > > Orient.properties : > > > gremlin.graph=org.apache.tinkerpop.gremlin.orientdb.OrientGraph > > orient-url=remote:localhost/soak_test > > > > and when i start the gremlin server , am getting below error > > > GraphFactory could not instantiate this Graph implementation [class > org.apache.tinkerpop.gremlin.orientdb.OrientGraph] > > java.lang.RuntimeException: GraphFactory could not instantiate this Graph > implementation [class org.apache.tinkerpop.gremlin.orientdb.OrientGraph] > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
