Top "Econnrefused" questions

This tag is for you when you get ECONNREFUSED errors trying to connect to a server with http, https, tcp, or any other tcp-based protocol this.

node.js mysql error: ECONNREFUSED

Why can't I connect to the mysql server? On the same server an Apache/PHP server is running and it …

mysql node.js econnrefused
node.js - handling TCP socket error ECONNREFUSED

I'm using node.js with socket.io to give my web page access to character data served by a TCP …

node.js sockets websocket tcp econnrefused
ECONNREFUSED (Connection refused) android connect to webservice

I am getting connection refused error when trying to connect to webservice using soapui. When I tried using 127.0.0.1 in the …

java android web-services econnrefused
Android ECONNREFUSED (Connection refused)

I have tried to send data to server with this code from my android application. try { HttpClient httpClient = new DefaultHttpClient(); …

java android econnrefused
ECONNREFUSED When Trying to Install Anything with NPM

I'm trying to learn Nodejs, but every time I try installing modules from NodeSchool; specifically "how-to-node" & "learnyounode". I'm getting "…

node.js npm econnrefused
error : connect ECONNREFUSED

I am running a node app with mysql as my database(also using sequelize as ORM). Whenever I run the "…

mysql node.js sequelize.js econnrefused
ECONNREFUSED on running localhost server from NodeJS

I have a NodeJS server up and running on my local machine that is listening to port 50000. From another server, …

javascript node.js localhost econnrefused
MongoError: failed to connect to server [localhost:27017] on first connect (ECONNREFUSED)

I just added MongoDB to the dependencies of my Node.js project created with the npm init command. My index.…

node.js mongodb windows-firewall econnrefused