Questions tagged [connection-refused]

Message received for different reasons when trying unsuccessfully to connect to a server.

Message received for different reasons when trying unsuccessfully to connect to a server.

322 questions
2
votes
1 answer

Can't use docker for a php project

I am tring to use docker because I will need it at work for laravel, and I am trying to get used to it. I created the dockerfile and pasted this from a tutorial that I found online: FROM php:5.6.30-fpm-alpine RUN apk update && apk add…
user11011546
2
votes
3 answers

connection refused while trying to connect Golang to mssql server using docker

I am trying to connect my golang program to a mssql server that I run on a container using docker. the golang is also running on a docker container. the go script seems to be able to successfully connect to the database, but can't perform any…
user10560513
  • 17
  • 1
  • 4
2
votes
2 answers

GKE accessing service

I'm trying to connect one pod to another, but getting a connection refused error. I only run: RavenDB Server Deployment which has: ports: containerPort:8080, protocol: TCP containerPort:38888, protocol:…
user2331234
  • 149
  • 1
  • 1
  • 9
2
votes
0 answers

"Illuminate\Database\QueryException : SQLSTATE[HY000] [2002] Connection refused" Laravel conection from virtual machine

I have Laravel 5.6 and try to connect to MySql from my virtual machine, but it gives to this error when I try "php artisan migrate": "Illuminate\Database\QueryException : SQLSTATE[HY000] [2002] Connection refused" My configuration is good because …
2
votes
1 answer

wildfly crashes with WFLYPRT0053: Could not connect to http-remoting

I have installed the wildfly application server on Ubuntu 16.04; version: 10.1.0.Final, release-version: 2.2.0.Final The server is configured with an port-offset of 100 so that: Http management interface listening on…
user1498532
  • 73
  • 2
  • 7
2
votes
0 answers

Python 3 Mass Email Verification Connection Refused

Im having trouble verifying a mass list of email addresses. The issue is with the error code "connection refused" Every email verification returns Connection refused. Why would this be? Can you give me a solution? No issues with verifying the email…
2
votes
2 answers

arangodb server connection refused

I installed the newest version of ArangoDB on my Mac (macOS High Sierra) and when I try to connect to the server via *localhost:~ davidoff$ arangosh --server.username "root" --server.database _SYSTEM* I get the following error message: Could not…
David
  • 41
  • 5
2
votes
1 answer

Laravel Valet sites connection refused on port 80

Ever since Chrome and Safari started forcing HTTPS redirection on the .dev TLD I've been getting issues connecting to my Laravel Valet sites. Without knowing that Chrome and Safari had done this, I updated Valet to from 1.2 and not thinking to check…
Ben
  • 315
  • 4
  • 19
2
votes
0 answers

H2 refuses connection to localhost

i have this very simple java class where i try to run a H2 DB like this: public static void main(String[] args) { Connection conn = null; try { Class.forName("org.h2.Driver"); Server server =…
Zipfelchen
  • 21
  • 1
  • 5
2
votes
0 answers

Amazon Linux Node.js Server refused to connect

Up until this morning my Node server (EC2 Amazon Linux) was working fine. I fire it up npm start ./bin/www, then connect to it from my browser and its been fine for more than year, no hiccups. This morning it keeps saying ERR Connection Refused. My…
2
votes
1 answer

TypeError: Cannot read property 'headers' of null! MEAN stack

I am making a simple ToDoApp with MEAN (Angular 2) stack but I have a problem with the http.post request. Always when I am running the post method, the current JSON object gets inserted into the database. But right after I get an error message and…
Mensa10
  • 103
  • 1
  • 1
  • 6
2
votes
2 answers

my nodemanager stops after starting

NodeManager in my slave node stops after starting. I have 3 node 1 master and 2 slaves when I use command start-yarn.sh my resourcemanager and nodemanagers start correctly but when I query in hive my mapreduce dont start running and stops at kill…
hiveuser
  • 23
  • 1
  • 5
2
votes
0 answers

Connection refused for 127.0.0.1:5433 postgresql node js

I have node js server that works perfectly on my local machine. While setting up on the server, it throws an error : Connection Refused. Here are the details: pg_config = "postgres://postgres@localhost:5433/crda_test"; or pg_config =…
2
votes
0 answers

Ambari can't start namenode with a connection exception

I have been strapped in this for a few days,I tried a lot of methods on the Internet but it didn't work,so I register on stackoverflow and write my first question. My environment is HDP2.4 and Ubuntu14.04 LTS the log information is like…
jason
  • 21
  • 2
2
votes
2 answers

Node Manager cannot able to start in Hadoop 2.6.0 (Connection refused)

I have installed hadoop 2.6.0 multi-node cluster in EC2 instance(ubuntu 14.04 64 bit). All demons(NameNode,SecondaryNameNode,ResourceManager) in master is up,but in slave machine only DataNode is up NodeManager is shutting down due to connection…
yoganandh
  • 247
  • 1
  • 6
  • 20