TheOnlyArtz / Seday

A socket.io / Express / discord.js / RethinkDB app full example of how dashboards should work.
42 stars 12 forks source link

Fail to create a new connection for the connection pool #2

Closed Bruno-Marley closed 5 years ago

Bruno-Marley commented 5 years ago

When I use "node main.js" the following error appears in the console: Creating a pool connected to localhost:28015 Server is listening on port 3000 Entering slow growth mode Fail to create a new connection for the connection pool. Error:{"msg":"Failed to connect to localhost:28015\nFull error:\n{\"code\":\"ECONNREFUSED\",\"errno\":\"ECONNREFUSED\",\"syscall\":\"connect\",\"address\":\"127.0.0.1\",\"port\":28015}","message":"Failed to connect to localhost:28015\nFull error:\n{\"code\":\"ECONNREFUSED\",\"errno\":\"ECONNREFUSED\",\"syscall\":\"connect\",\"address\":\"127.0.0.1\",\"port\":28015}.","isOperational":true}

And when I enter "http://localhost:3000/" this message appears: ReqlDriverError: None of the pools have an opened connection and failed to open a new one.

ETLegacyy commented 5 years ago

@BrunoMarley289 have you ran rethinkdb? Also what operating system are you using?

Bruno-Marley commented 5 years ago

I already solved the problem thanks, the issue can be closed.

lingeswrn commented 5 years ago

I already solved the problem thanks, the issue can be closed.

I am getting the same error. can you please explain how to resolve this?

splatboydev commented 3 years ago

Me too

TheOnlyArtz commented 3 years ago

Hey! You guys probably need to create a RethinkDB database on your systems, please check out RethinkDB's website for installation instructions @splatboy20081 @lingeswrn