How to solve Neo4jError: read ECONNRESET
See original GitHub issueSince we started using this driver we are getting following error frequently.
{ Neo4jError: read ECONNRESET
at new Neo4jError (D:\home\site\wwwroot\node_modules\neo4j-driver\lib\v1\error.js:76:132)
at newError (D:\home\site\wwwroot\node_modules\neo4j-driver\lib\v1\error.js:66:10)
at NodeChannel._handleConnectionError (D:\home\site\wwwroot\node_modules\neo4j-driver\lib\v1\internal\ch-node.js:330:41)
at emitOne (events.js:121:20)
at TLSSocket.emit (events.js:211:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickDomainCallback (internal/process/next_tick.js:218:9) code: 'ServiceUnavailable', name: 'Neo4jError' }
Is there any way to fix this ? We are using connectionPoolSize = 0 while creating driver. Also using nodejs promise way run the neo4j queries and doing session.close() every time.
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (4 by maintainers)
Top Results From Across the Web
Neo4j JavaScript Bolt driver ECONNRESET, buffer closed
I am sending around 300+ write and one read queries to the ... Error: Error: read ECONNRESET { Error: read ECONNRESET at Neo4jError....
Read more >Solved: HTTP API returns read ECONNRESET - Neo4j - 38087
Solved : Hello, community! I'm using Neo4j 4.0 and trying to load nodes through HTTP API. I'm making a POST request to -...
Read more >[error]read ECONNRESET when using Node.js Tool Installer ...
I am using DevOps Server 2019 on-prem., with a separate build server. I am getting this error when using the Node.js Tool Installer...
Read more >Connection lost - read ECONNRESET (Node.JS Error)
This is a node.js application im running on my local PC not on any azure service, However i am connecting to an azure...
Read more >gremlin javascript - Error: read ECONNRESET at TLSWrap ...
gremlin javascript - Error: read ECONNRESET at TLSWrap.onStreamRead - websocket error · Comments · The fix.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We are good on this. Thank you.
Sorry to dig up an old thread – is this now possible?
Edit: found it, thanks: https://github.com/neo4j/neo4j-javascript-driver/pull/380