Hi, I'm trying to run a Gremlin command from Java:
g.command(new OCommandGremlin("g.V").execute()); But this results in an OCommandExecutorNotFoundException (see below). I have no idea what I'm doing wrong, any help is appreciated. Cheers, Emiel Exception in thread "main" com.orientechnologies.orient.core.command.OCommandExecutorNotFoundException: Cannot find a command executor for the command request: gremlin.g.V at com.orientechnologies.orient.core.command.OCommandManager.getExecutor(OCommandManager.java:103) at com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.command(OAbstractPaginatedStorage.java:1394) at com.orientechnologies.orient.core.command.OCommandRequestTextAbstract.execute(OCommandRequestTextAbstract.java:67) at model.GremlinCommands.test(GremlinCommands.java:14) at model.SmartLearningNetwork.<init>(SmartLearningNetwork.java:65) at application.main(application.java:17) -- --- 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 orient-database+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.