neumino / rethinkdbdash

An advanced Node.js driver for RethinkDB with a connection pool, support for streams etc.
MIT License
848 stars 109 forks source link

RethinkDB Connection Issue #395

Open jayden000 opened 5 years ago

jayden000 commented 5 years ago

I am using Linux and my console is getting spammed with this error

"Fail to create a new connection for the connection pool. Error:"msg":"Failed to connect to localhost:28015 in less than 20s","message":"Failed to connect to localhost:28015 in less than 20s.","isOperational":true"

even though rehinkdb is up and when I go to make a request through the DB it works So that error makes 0 sense because it isn't an actual error.

dotnetCarpenter commented 4 years ago

@Jayden000 You can test if your Rethink instance is up and listening with netcat. What does nc -zv localhost 28015 give you?

If anything is listening on localhost:28015 you should get: Connection to localhost 28015 port [tcp/*] succeeded!