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
4
votes
1 answer

dial tcp 127.0.0.1:5000: connect: connection refused

I have hosted a flask web application and when I try to open it from the Firefox browser it says "dial TCP 127.0.0.1:5000: connect: connection refused". But when I try to open the URI in chrome it works fine. What could be the possible reason?
4
votes
0 answers

Getting Connection Refused while doing port forwarding

I have a web service running in my local machine. I created an app that runs on my Android device. Both of them are in the same Wi-Fi. I am able to access the web service from my Android mobile using Chrome. However, when I try to access it from my…
Tech Solver
  • 513
  • 1
  • 5
  • 16
4
votes
1 answer

Neo4j and Gephi Graph Streaming plugin: Connection refused

I am trying to connect Gephi (https://gephi.org/) and Neo4j (via docker) using Gephi's graph Streaming plugin and Neo4j's apoc procedures, as explained here: https://tbgraph.wordpress.com/2017/04/01/neo4j-to-gephi/ . I have already installed the…
vicaba
  • 2,836
  • 1
  • 27
  • 45
4
votes
1 answer

Kubernetes deployment on local Ubuntu cluster

I'm simply trying to install Kubernetes on local Ubuntu cluster using the original documentation.(http://kubernetes.io/docs/getting-started-guides/ubuntu/). The problem is that when i try the kube-up, after creating the binaries, i get the following…
4
votes
2 answers

Laravel Connection Refused Error

I'm aware this is a repeat question, but none of the solutions online seem to be working for me. I'm trying to add authentication to a laravel 5 project (using make:auth) Whenever I try to 'register', I get a SQLSTATE[HY000] [2002] Connection…
Ollie
  • 1,104
  • 7
  • 24
  • 45
4
votes
3 answers

AWS instance connection refused

I have created amazon EC2 instance and able to SSH also using below command ssh -i Ec2CHD5.pem ubuntu@ec2-xx-xx-xxx-xxx.ap-southeast-1.compute.amazonaws.com When I try to ping c2-xx-xx-xxx-xxx.ap-southeast-1.compute.amazonaws.com I am able to do…
Divya
  • 95
  • 1
  • 9
3
votes
1 answer

Firefox connection refused when adding -profile argument to python selenium options

I'm attempting to add options to the startup of my Firefox selenium driver in python to capture crash data. The function I use to startup the driver looks like this: import os from selenium import webdriver from…
Jed
  • 1,823
  • 4
  • 20
  • 52
3
votes
1 answer

org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://localhost:8080/": Connection refused: connect

I'm following the official Spring Boot Kotlin guide (https://spring.io/guides/tutorials/spring-boot-kotlin/) and I'm hitting a wall. Every time I run the simple TestRestTemplate '/' invoke I get this…
SupaHam
  • 1,125
  • 2
  • 12
  • 20
3
votes
1 answer

Connection refused on react docker container

I'm new ro Docker, i'm trying to dockerize my react application - This is my Dockerfile: FROM mhart/alpine-node:latest AS builder WORKDIR /app COPY . . RUN npm install formik RUN npm install axios RUN yarn run build FROM mhart/alpine-node RUN yarn…
dev1
  • 73
  • 1
  • 8
3
votes
0 answers

RabbitMQ: Channel shutdown: connection error

I've setup rabbitmq with spring boot. Everything seems to be working fine in my local environment. But when I deploy it to production I'm getting this error: 31-05-2019 08:26:56.430 [ajp-bio-8009-exec-2] INFO …
Drunken Daddy
  • 7,326
  • 14
  • 70
  • 104
3
votes
1 answer

Spark Connection refused for BlockManager process

I have a 7 node cluster setup on CentOS VMs in on-prem fashion. Earlier the VMs were co-located and everything used to work fine, but since yesterday as the VMs have been spread across the data centre (But in same rack), I am facing Connection…
3
votes
1 answer

Spring Boot Websocket Throws "Connection Refused" in SockJS Client Test

I am working on a Spring Boot Server Project which offered simple REST resources until now. In order to push notifications to the client I want to add a websocket connection. To test this connection I have written a Integration Test using a SockJS…
TardigradeX
  • 707
  • 11
  • 29
3
votes
1 answer

Connection Refused while executing SparkStreaming program using scala

I'm trying to execute a simple wordcount SparkStreaming program in Cloudera VM. I'm using Scala in REPL mode and not using IDE. Here is my code val ssc = new StreamingContext(sc, Seconds(2)) val lines =…
3
votes
3 answers

GET https://www.google-analytics.com/analytics.js net::ERR_CONNECTION_REFUSED

I am facing a big issue on my website. The problem is, because of some reason my analytics code link refuses to talk with the following link: https://www.google-analytics.com/analytics.js and gives me this error in the console: GET…
3
votes
0 answers

Hadoop Connection Refused in VMWare

I am trying to install Sandbox Hadoop in VMWare but getting error as below. safemode: call from sandbox.hortonworks.com/10.0.0.17 to sandbox.hortonworks.com/8020 failed on connection exception : java.net.ConnectException : Connection Refused Getting…
Harshit
  • 692
  • 10
  • 17
1
2
3
21 22