Hi Chris,
Thanks for reporting. I could confirm the exception you got by using the console and server files from the distribution. I got the right results, though, when I changed the contents of conf/remote-graph-binary.yaml to:
hosts: [localhost]
port: 8182
serializer: { className: org.apache.tinkerpop.gremlin.driver.ser.GraphBinaryMessageSerializerV1, config: { ioRegistries: [org.janusgraph.graphdb.tinkerpop.JanusGraphIoRegistry], serializeResultToString: true }}
in this way, it matches the configs of gremlin-server in conf/gremlin-server/gremin-server.yaml
I will post a ticket for it.
Best wishes, Marc