Host did not respond in a timely fashion - check the server status and submit again.

2,582 views
Skip to first unread message

Eric Lee

unread,
Jul 13, 2015, 8:23:12 AM7/13/15
to gremli...@googlegroups.com
Hi, I install Gremlin server 0.9.0 M1. 
(storage backend is Cassandra.)

After I create a remote connection via Gremlin console.
Try to execute some simple commands like :> 1+1
And the response is "Host did not respond in a timely fashion - check the server status and submit again."

Did anyone has the same error? How to solve it?

Attached my trace info:

com.tinkerpop.gremlin.groovy.plugin.RemoteException: Host did not respond in a timely fashion - check the server status and submit again.

at com.tinkerpop.gremlin.console.plugin.DriverRemoteAcceptor.submit(DriverRemoteAcceptor.java:99)

at com.tinkerpop.gremlin.console.commands.SubmitCommand.execute(SubmitCommand.groovy:23)

at org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:215)

at org.codehaus.groovy.tools.shell.Shell.execute(Shell.groovy:103)

at org.codehaus.groovy.tools.shell.Groovysh.super$2$execute(Groovysh.groovy)

at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)

at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)

at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1207)

at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:130)

at org.codehaus.groovy.tools.shell.Groovysh.executeCommand(Groovysh.groovy:180)

at org.codehaus.groovy.tools.shell.Groovysh.execute(Groovysh.groovy:127)

at org.codehaus.groovy.tools.shell.Shell.leftShift(Shell.groovy:121)

at org.codehaus.groovy.tools.shell.ShellRunner.work(ShellRunner.groovy:93)

at org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$work(InteractiveShellRunner.groovy)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)

at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)

at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1207)

at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:130)

at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:150)

at org.codehaus.groovy.tools.shell.InteractiveShellRunner.work(InteractiveShellRunner.groovy:123)

at org.codehaus.groovy.tools.shell.ShellRunner.run(ShellRunner.groovy:57)

at org.codehaus.groovy.tools.shell.InteractiveShellRunner.super$2$run(InteractiveShellRunner.groovy)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)

at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)

at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1207)

at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuperN(ScriptBytecodeAdapter.java:130)

at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnSuper0(ScriptBytecodeAdapter.java:150)

at org.codehaus.groovy.tools.shell.InteractiveShellRunner.run(InteractiveShellRunner.groovy:83)

at org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:215)

at com.tinkerpop.gremlin.console.Console.<init>(Console.groovy:99)

at org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:215)

at com.tinkerpop.gremlin.console.Console.main(Console.groovy:252)


Stephen Mallette

unread,
Jul 13, 2015, 8:42:35 AM7/13/15
to gremli...@googlegroups.com
What's in your config file when you open the remote?

--
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/271013b9-84a2-4dfc-87c2-9275fc87458d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Prabakar K

unread,
Apr 25, 2016, 2:43:34 AM4/25/16
to Gremlin-users
I'm getting the same problem. Anyone has any ideas? I could connect to remote server and do telnet as well. Everything seems fine except that it is not executing any gremlin commands.

>>here is my config file
hosts: [10.40.40.65]
port: 50080
serializer: { className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0, config: { serializeResultToString: true }}

Stephen Mallette

unread,
Apr 25, 2016, 7:11:54 AM4/25/16
to Gremlin-users
Answered as best I could on SO: http://stackoverflow.com/q/36832957/1831717

--
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.

mhtsha...@gmail.com

unread,
Nov 29, 2017, 8:01:41 AM11/29/17
to Gremlin-users
I'm getting the same problem while using Microsoft Azure Cosmos DB with gremlin console.
I'm following the guide create-graph-gremlin-console.
My remote-secure.yaml file:
hosts: [***.documents.azure.com]
port: 433
username: /dbs/graphdb/colls/person
password: <PRIMARY KEY>
connectionPool: {
enableSsl: true}
serializer: { className: org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0, config: { serializeResultToString: true }}


You can see my terminal here.

Florian Hockmann

unread,
Nov 30, 2017, 3:11:26 AM11/30/17
to Gremlin-users
Reply all
Reply to author
Forward
0 new messages