You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2020/02/20 22:13:47 UTC

[GitHub] [tinkerpop] dzmitry-lahoda edited a comment on issue #1250: fix for https://issues.apache.org/jira/browse/TINKERPOP-2192

dzmitry-lahoda edited a comment on issue #1250: fix for https://issues.apache.org/jira/browse/TINKERPOP-2192
URL: https://github.com/apache/tinkerpop/pull/1250#issuecomment-589374674
 
 
   ```
   Gremlin Information: 0 : Start call 26421
   Gremlin Information: 0 : Got result for call 26264
   Gremlin Information: 0 : Not handled error Gremlin.Net.Driver.Exceptions.ServerUnavailableException: No connection to the server available which most likely means that the server is completely unavailable.
      at Gremlin.Net.Driver.ConnectionPool.GetConnectionFromPool() in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\ConnectionPool.cs:line 115
      at Gremlin.Net.Driver.ConnectionPool.GetAvailableConnectionAsync() in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\ConnectionPool.cs:line 59
      at Gremlin.Net.Driver.GremlinClient.SubmitAsync[T](RequestMessage requestMessage) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\GremlinClient.cs:line 83
      at FSharp.Control.Tasks.TaskBuilder.tryWith@169.Invoke(Unit unitVar0)
   Gremlin Information: 0 : Start call 26422
   Gremlin Information: 0 : Error(from aggregate) 26421 Gremlin.Net.Driver.Exceptions.ServerUnavailableException: No connection to the server available which most likely means that the server is completely unavailable.
      at <StartupCode$Gremlin-Net-FSharp>.$Library.Gremlin-Net-Driver-IGremlinClient-SubmitAsync@90-2.Invoke(Exception _arg2) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net.FSharp\Library.fs:line 106
      at FSharp.Control.Tasks.TaskBuilder.tryWith@169.Invoke(Unit unitVar0)
      at FSharp.Control.Tasks.TaskBuilder.StepStateMachine`1.nextAwaitable()
   --- End of stack trace from previous location where exception was thrown ---
      at Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync[T](IGremlinClient gremlinClient, String requestScript, Dictionary`2 bindings) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\GremlinClientExtensions.cs:line 137
      at Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync(IGremlinClient gremlinClient, String requestScript, Dictionary`2 bindings) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\GremlinClientExtensions.cs:line 98
   Gremlin Information: 0 : Not handled error Gremlin.Net.Driver.Exceptions.ServerUnavailableException: No connection to the server available which most likely means that the server is completely unavailable.
      at Gremlin.Net.Driver.ConnectionPool.GetConnectionFromPool() in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\ConnectionPool.cs:line 115
      at Gremlin.Net.Driver.ConnectionPool.GetAvailableConnectionAsync() in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\ConnectionPool.cs:line 59
      at Gremlin.Net.Driver.GremlinClient.SubmitAsync[T](RequestMessage requestMessage) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\GremlinClient.cs:line 83
      at FSharp.Control.Tasks.TaskBuilder.tryWith@169.Invoke(Unit unitVar0)
   Gremlin Information: 0 : Error(from aggregate) 26416 Gremlin.Net.Driver.Exceptions.ServerUnavailableException: No connection to the server available which most likely means that the server is completely unavailable.
      at <StartupCode$Gremlin-Net-FSharp>.$Library.Gremlin-Net-Driver-IGremlinClient-SubmitAsync@90-2.Invoke(Exception _arg2) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net.FSharp\Library.fs:line 106
      at FSharp.Control.Tasks.TaskBuilder.tryWith@169.Invoke(Unit unitVar0)
      at FSharp.Control.Tasks.TaskBuilder.StepStateMachine`1.nextAwaitable()
   --- End of stack trace from previous location where exception was thrown ---
      at Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync[T](IGremlinClient gremlinClient, String requestScript, Dictionary`2 bindings) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\GremlinClientExtensions.cs:line 137
      at Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync(IGremlinClient gremlinClient, String requestScript, Dictionary`2 bindings) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\GremlinClientExtensions.cs:line 98
   Gremlin Information: 0 : Not handled error System.InvalidOperationException: Recevied data deserialized into null object message. Cannot operated on it.
      at Gremlin.Net.Driver.Connection.ThrowMessageDeserializedNull() in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\Connection.cs:line 140
      at Gremlin.Net.Driver.Connection.Parse(Byte[] received) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\Connection.cs:line 122
      at Gremlin.Net.Driver.Connection.ReceiveMessagesAsync() in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\Connection.cs:line 107
      at Gremlin.Net.Driver.ProxyConnection.SubmitAsync[T](RequestMessage requestMessage) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\ProxyConnection.cs:line 44
      at Gremlin.Net.Driver.GremlinClient.SubmitAsync[T](RequestMessage requestMessage) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\GremlinClient.cs:line 85
      at FSharp.Control.Tasks.TaskBuilder.tryWith@169.Invoke(Unit unitVar0)
   Gremlin Information: 0 : Got result for call 26288
   Run 26424                               
   Gremlin Information: 0 : Start call 26424
   Gremlin Information: 0 : Error(from aggregate) 26418 Gremlin.Net.Driver.Exceptions.ServerUnavailableException: No connection to the server available which most likely means that the server is completely unavailable.
      at <StartupCode$Gremlin-Net-FSharp>.$Library.Gremlin-Net-Driver-IGremlinClient-SubmitAsync@90-2.Invoke(Exception _arg2) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net.FSharp\Library.fs:line 106
      at FSharp.Control.Tasks.TaskBuilder.tryWith@169.Invoke(Unit unitVar0)
      at FSharp.Control.Tasks.TaskBuilder.StepStateMachine`1.nextAwaitable()
   --- End of stack trace from previous location where exception was thrown ---
      at Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync[T](IGremlinClient gremlinClient, String requestScript, Dictionary`2 bindings) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\GremlinClientExtensions.cs:line 137
      at Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync(IGremlinClient gremlinClient, String requestScript, Dictionary`2 bindings) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\GremlinClientExtensions.cs:line 98
   Gremlin Information: 0 : Got result for call 26313
   Gremlin Information: 0 : Error(from aggregate) 26420 Gremlin.Net.Driver.Exceptions.ServerUnavailableException: No connection to the server available which most likely means that the server is completely unavailable.
      at <StartupCode$Gremlin-Net-FSharp>.$Library.Gremlin-Net-Driver-IGremlinClient-SubmitAsync@90-2.Invoke(Exception _arg2) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net.FSharp\Library.fs:line 106
      at FSharp.Control.Tasks.TaskBuilder.tryWith@169.Invoke(Unit unitVar0)
      at FSharp.Control.Tasks.TaskBuilder.StepStateMachine`1.nextAwaitable()
   --- End of stack trace from previous location where exception was thrown ---
      at Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync[T](IGremlinClient gremlinClient, String requestScript, Dictionary`2 bindings) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\GremlinClientExtensions.cs:line 137
      at Gremlin.Net.Driver.GremlinClientExtensions.SubmitAsync(IGremlinClient gremlinClient, String requestScript, Dictionary`2 bindings) in E:\src\tinkerpop\gremlin-dotnet\src\Gremlin.Net\Driver\GremlinClientExtensions.cs:line 98
   Gremlin Information: 0 : Got result for call 26327
   Run 26425                               
   Gremlin Information: 0 : Start call 26425
   Gremlin Information: 0 : Got result for call 26325
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services