I am able to reproduce the last issue opened about the serialization error. I get the following error when trying to add a vertex:
Error: Error during serialization: (was java.lang.IllegalStateException) (through reference chain: java.util.ArrayList[0]->com.thinkaurelius.titan.graphdb.relations.RelationIdenti
fier["inVertexId"]) (Error 599)
at GremlinClient.handleProtocolMessage (/Users/joe/titan/titan/node_modules/gremlin/lib/GremlinClient.js:174:39)
at WebSocketGremlinConnection. (/Users/joe/titan/titan/node_modules/gremlin/lib/GremlinClient.js:120:23)
at emitOne (events.js:96:13)
at WebSocketGremlinConnection.emit (events.js:188:7)
at WebSocketGremlinConnection.handleMessage (/Users/joe/titan/titan/node_modules/gremlin/lib/WebSocketGremlinConnection.js:69:12)
at WebSocketGremlinConnection._this.ws.onmessage (/Users/joe/titan/titan/node_modules/gremlin/lib/WebSocketGremlinConnection.js:46:20)
at WebSocket.onMessage (/Users/joe/titan/titan/node_modules/ws/lib/WebSocket.js:418:14)
at emitTwo (events.js:106:13)
at WebSocket.emit (events.js:191:7)
I am able to reproduce the last issue opened about the serialization error. I get the following error when trying to add a vertex:
This is what my gremlin-server.yaml looks like: