remotegraph - invalid opprocessor - with traversal()

330 views
Skip to first unread message

Cristian Tarsoaga

unread,
Jul 18, 2016, 8:25:37 PM7/18/16
to Gremlin-users
Hi everyone,

I try to connect to titan via remotegraph and use traversal()

Graph graph = RemoteGraph.open(confFile); //ok
List<Vertex> vertices = graph.traversal().V().toList(); //server error

but the server returns a response exception

78881 [gremlin-server-worker-1] WARN  org.apache.tinkerpop.gremlin.server.handler.OpSelectorHandler  - Invalid OpProcessor requested [traversal]
org
.apache.tinkerpop.gremlin.server.op.OpProcessorException: Invalid OpProcessor requested [traversal]
        at org
.apache.tinkerpop.gremlin.server.handler.OpSelectorHandler.decode(OpSelectorHandler.java:84)



Debugging the server code, I noticed that the processor ('traversal') is not found in the processors list, which contains ""(standard op processor), "session" and "control" 

Any idea?

Thanks,
Chris




Stephen Mallette

unread,
Jul 19, 2016, 7:49:21 AM7/19/16
to Gremlin-users
if you are on Titan 1.0, that won't work. RemoteGraph was recently introduced in 3.2.0 and titan 1.0 is still on the 3.0.x line. You would have to try out this PR:


which is based on 3.2.0 if you wanted to test out RemoreGraph.

--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/f60ef76e-6e71-4032-a75e-aadeec281f56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Cristian Tarsoaga

unread,
Jul 19, 2016, 11:13:05 AM7/19/16
to Gremlin-users
Indeed, I am using titan 1.0 (tinkerpop 3.0.1) so I guess that's the problem

thanks a lot!
Chris

Reply all
Reply to author
Forward
0 new messages