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

Selenium on Raspberry Pi using Mono (C#)

I'have written a C# pogram using selenium. It works perfelcty fine when using it on windows, but not on the Rapsberry Pi. [It works without the selenium part]. Here is the code: var options = new FirefoxOptions(); …
0
votes
1 answer

Spring App cloudfoundry : connection refused

I've a spring boot app running on cloudfoundry and I've to connect to an LDAP server to retrieve some user info, but when trying to connect to LDAP server it gives connection refused exception or for that matter for any external URL connection it…
Deepesh
  • 41
  • 1
  • 2
  • 9
0
votes
1 answer

Django + Vagrant VM suddenly says Errno 111: connection refused

I'm sure this is my fault, but my system has been working for months and now does not work. I've looked in Django docs and here on stackoverflow, and I understand the issue that 'connection refused' means nobody is listening on the socket; but I…
Bill Torcaso
  • 135
  • 1
  • 8
0
votes
2 answers

Getting strange connection refused behavior

I have a express nodejs application that has just recently exhibited strange 'connection refused' behavior. It probably is related to my upgrade of nodejs - to version 6.10.0 (and I also tried 7.9.0). Even if the upgrade is the start of the cause, I…
Colin G
  • 309
  • 3
  • 14
0
votes
1 answer

Unable to access Hadoop hdfs file system through map reduce java program

My Hadoop version is - 2.6.0 -cdh5.10.0 I am using a Cloudera Vm. I am trying to access the hdfs file system through my code to access the files and add it as input or a cache file. When I try to access the hdfs file through command line am able to…
0
votes
1 answer

file_get_html failed to open stream: Connection refused in

I got this function to get some info from a external URL. Problems is, if the website got robots no-index this function crashes which crashes the foreach loop afterwards. Error msg: Warning: file_get_contents(http://webontwerp-arnhem.nl/contact):…
0
votes
1 answer

InstagramApi using Python: How to set up proxy server?

I am newbie to Instagram Api. I am trying to figure out how to set proxy for InstagramApi using Python. Below is the basic code which I got from github. When I executed this code I got an error. I think I need to include proxy server. How can I…
Naveen Gabriel
  • 679
  • 2
  • 9
  • 25
0
votes
1 answer

Hortonworks Data Platform 2.5: HBase services stopped due to failed connection

I set up a new Hadoop Cluster (containing 6 machines) with HDP 2.5. The Installation worked well and the first minutes everything seemed to work properly. But after a few minutes, two of the HBase services stopped working: HBase /…
D. Müller
  • 3,336
  • 4
  • 36
  • 84
0
votes
3 answers

Rails local server doesnt run : could not connect to server: Connection refused

My local server is not working anymore for my rails app. I get the following error message : could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port…
David Geismar
  • 3,152
  • 6
  • 41
  • 80
0
votes
0 answers

filebeat can't connect to logstash

I have Filebeat on my server and Logstash on another server on docker. Here is my filebeat.yml output: logstash: enabled: true hosts: - :5044 tls: certificate_authorities: -…
Mairon
  • 621
  • 8
  • 21
0
votes
0 answers

Yarn can't connect to Hadoop HDFS?

I am running one of the examples (pi) that came with Hadoop. The program doesn't respond, as it looks like it gets no response back due to connection with HDFS maybe? yarn jar…
nikk
  • 2,627
  • 5
  • 30
  • 51
0
votes
1 answer

IBM Container , "Connection refused" when SSH to the public IP

I'm using IBM Bluemix and Docker. [My goal] I want to create a container. I found from the website that we could use SSH to login as "root" user. So I guess I could also install maven and MySQL on this container. Though IBM Container is a Docker…
Yu Zhang
  • 113
  • 1
  • 12
0
votes
1 answer

RabbitMQ on Docker: Pika hangs on connection when given port, connection refused without port

I am trying to connect to a queue using pika, run on my local box, and rabbitmq run in a docker container. I am able to access rabbitmq on http://0.0.0.0:15677 with both curl commands and by viewing it in a web browser, so I know that rabbitmq looks…
hotPocket
  • 69
  • 1
  • 1
  • 6
0
votes
1 answer

mysql.connector.errors.interfaceerror 2003

My summer project is to put data into SQL for processing. Unfortunately I can not establish a connection to the SQL with mysql connector. The python file I am testing with are two lines: import mysql.connector db1 =…
NacMacFeegle
  • 191
  • 10
0
votes
1 answer

Connection Refused Elasticsearch 2.2

I have my ES 2.2 installed on my digital ocean droplet.My ES config file looks like below # ---------------------------------- Network ----------------------------------- # # Set the bind address to a specific IP (IPv4 or IPv6): # network.host:…
arpit joshi
  • 1,987
  • 8
  • 36
  • 62