Re: Concurrent TimeoutException on connection to gremlin server remotely


sarthak...@...
 

Hi Stephen,
Thanks for replying. I was able to solve this issue but I'm not certain how this was causing an error.

I'm connecting to `remote-objects.yaml` file from my java code. I recently added a property
```
connectionPool: {
channelizer: Channelizer.WebSocketChannelizer
}
```

After removing this, the system is again back to normal. I got this value from Doc: http://tinkerpop.apache.org/docs/3.2.9/reference/#connecting-via-remotegraph
Topic: Connecting via Java > Configuration

I am not able to understand how this value is making system unavailable even though my gremlin-server is in a working state. It's like the request doesn't even go to gremlin-server.

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.