You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connection loses after a while: ** (Bolt.Sips.Exception) Port {:sslsocket, {:gen_tcp, #Port<0.25>, :tls_connection, :undefined}, [#PID<0.2789.0>, #PID<0.2786.0>]} is closed
#105
Closed
Papillon6814 opened this issue
Jun 18, 2022
· 5 comments
For bugs, do a quick search and make sure the bug has not yet been reported.
Finally, be nice and have fun!
Environment
Elixir version (elixir -v): 1.13.4
Neo4j and version (Neo4j 3.5.3, etc.): 4
Connection scheme (bolt://, bolt+routing:// or neo4j://): bolt://neo4j-*****.neo4j.io:7687
Bolt.Sips version (mix deps): 2.0
Operating system: Alpine (Docker) for Google App Engine
Current behavior
The error occurs in a production environment. When we just deployed the container, the production server can access to AuraDB. But after a while (some minutes or hours later), the server cannot access to it with this error:
** (Bolt.Sips.Exception) Port {:sslsocket, {:gen_tcp, #Port<0.25>, :tls_connection, :undefined}, [#PID<0.2789.0>, #PID<0.2786.0>]} is closed
Do you know some hints to resolve the problem?
Expected behavior
The server can access to AuraDB properly.
The text was updated successfully, but these errors were encountered:
retry_linear_backoff can be used but not w/o much help, w/o understanding the real cause.
A little more detail would help. For example if you connect to a neo4j cluster, and if so what type of connection do you use when you discover the timeout; read/write, routing and so on.
An error stack with more details than you provided may give a better idea of the error.
I'm curious if other members of this community have encountered similar errors with AuraDB?!
Unfortunately I am not familiar with this neo4j host nor have I invested in testing it further, sorry.
Thank you for your the reply.
The error log in App Engine is this:
** (MatchError) no match of right hand side value: %Bolt.Sips.Internals.Error{code: nil, connection_id: nil, function: :goodbye, message: "goodbye: Unknown failure: \"Can't close port\"\n", type: :protocol_error}
I continue researching the factor of the issue, if i find a solution, I write it here.
Thank you.
Precheck
Environment
bolt://
,bolt+routing://
orneo4j://
): bolt://neo4j-*****.neo4j.io:7687Current behavior
The error occurs in a production environment. When we just deployed the container, the production server can access to AuraDB. But after a while (some minutes or hours later), the server cannot access to it with this error:
Do you know some hints to resolve the problem?
Expected behavior
The server can access to AuraDB properly.
The text was updated successfully, but these errors were encountered: