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
1
vote
1 answer

Can't connect to EC2 Instance via Browser. Via terminal works fine

I launched an EC2 instance on Amazon Web Services and want to deploy Confluence on a Ubuntu 18.04 Server. Almost everything is set up now. I just need the last step: I need to call http://{ec2-public-ip}:8090 from my browser to do the last steps…
1
vote
0 answers

ERR_CONNECTION_REFUSED - Localhost:8080, firebaseID seems involved

I have a problem trying to connect my firebase with mongoDB, which I got the code right with connections working, tried using SwaggerUI to post and get and its fine. Firebase also stores the right information, however first I got a Cors error were…
1
vote
1 answer

Load Testing: unstable error "Connection refused"

Enviroment: Ubuntu 18.04.1, DigitalOcean: RAM 2Gb + 2CPU Nginx (OpenResty) + Lua What I'm doing: I tried to send simple POST request like this by HTTPS: (this is format of YandexTank) [Host: myserver.com] [Content-Type:…
Ivan
  • 625
  • 1
  • 5
  • 18
1
vote
0 answers

Atlassian Community

We were looking for a plugin that could help us to integrate Jira and Jenkins. Thanks to plugin Jira issue updater. But while configuring this plugin, we are facing below error Started by user admin Running as SYSTEM Building in workspace…
1
vote
1 answer

Camunda web app refusing connection on localhost

suddenly my Camunda web app is refusing connection. When I do localhost:8080, I get ERR_CONNECTION_REFUSED by localhost http://localhost:8081/ is working (where my Spring Boot application is offering REST API). ____ …
farahm
  • 1,326
  • 6
  • 32
  • 70
1
vote
0 answers

Redis Cluster - can't establish connection Redis master-slave

Hello I'm trying to create 6 node Redis Cluster with 3 master and 3 slave nodes. I'm using Redis-server 5.0.5 version. - In master nodes I have this configuration # Redis configuration file example. bind 192.168.77.21 protected-mode no port…
1
vote
1 answer

Python Flask-Restful application with Kubernetes - Connection refused

I first ssh into the Master Node. When I run kubectl get svc I get the output for NAME, TYPE, CLUSTER-IP, EXTERNAL-IP, PORT(S), AGE: python-app-service LoadBalancer 10.110.157.42 5000:30008/TCP 68m I then run curl…
ShadyBears
  • 3,955
  • 13
  • 44
  • 66
1
vote
1 answer

Connection Refused in pythonAnwhere

Uing BAsh console i installed Steem Module for Python3.6 and everything seems right but when i try to run my python script in Pythonanywhere it says there is problem connecting with api.steemit.com but the script works fine in my PC. code …
Sandiph Bamrel
  • 137
  • 1
  • 13
1
vote
1 answer

Docker SQLSTATE[08006] for pgsql service only from php service

Not sure if my title is accurate, but here's my issue. I am running a basic laravel site on Docker and cannot get the site itself to connect to the PostgreSQL service. I will post my docker-compose.yml below. When i run php artisan migrate i get no…
ryanpitts1
  • 862
  • 1
  • 16
  • 33
1
vote
1 answer

Login register android app cant coonect to local server (connection refused)

This application registers users in a database. When I click the register button, I get Connection Refused error in my logs. My login and register localhost IP is : 127.0.0.1. I searched many websites and articles and they wrote >> you should…
1
vote
0 answers

Connection refused to host: localhost

java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused: connect Server code: TaxService taxService = new TaxService(); Registry registry =…
Luiza
  • 27
  • 2
1
vote
0 answers

Docker service: Failed to connect to localhost using browsers due to not supporting IPv6

I am following the Docker tutorial for Docker services. After running the services using the following command: docker stack deploy -c docker-compose.yml getstartedlab I can access it using curl: curl -4 http://localhost:4000 but couldn't access…
Abdollah
  • 4,579
  • 3
  • 29
  • 49
1
vote
1 answer

Connection timed out when running socket client on another network

My problem is that I get the "java.net.ConnectException: Connection refused: connect" Exception when I run the client on another network (my phones hotspot). It works fine on the same network, I think its a problem with the firewall, but even after…
WinnieThePooh
  • 187
  • 1
  • 10
1
vote
1 answer

Can't install matplotlib nor upgrade pip

I am on a laptop with Ubuntu 18.04, and using python 3.6.5 although I also have Python 2.7.15rc1. Before attempting to install matplotlib I ran: sudo apt-get update && sudo apt-get upgrade which executed without errors. Then I tried to install…
Sirplentifus
  • 153
  • 2
  • 11
1
vote
1 answer

JDBC hive connection error in beeline through knox

I'm a newbie to hdp and knox. My HDP environment description: HDP version - 2.6 HS2 is enabled Hive transport mode - HTTP Knox installed via ambari SSL is not enabled non Kerberized instance Issue: I'm trying to connect to HIVE via beeline. The…