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
2 answers

How do I open a specific port on RHEL 6.4?

I'm setting up the remote connection to oracle database and it requires that the connection should be established through port 1521 by default. However, i'm getting the error repeatly: [Oracle JDBC Driver]Error establishing socket to host and port:…
Anh
  • 15
  • 3
0
votes
1 answer

Connection Refused While connecting Host Through Net::FTP in perl

When I run below code through perl script at that time I always get error like connection refused so please any body can suggest to solve this issue. ftp_check.pl: #!/usr/bin/perl use strict; use warnings; use Net::FTP; my $host =…
0
votes
1 answer

Cannot connect to remote Neo4j server using neo4j-shell

I have Neo4j 2.3.2 installed on a server whose firewall has ports 1337, 7474, 7473 open (verified using ncat). I can access the web-based console remotely and can access the shell locally, but I cannot access the shell remotely. Namely, when running…
equaeghe
  • 1,644
  • 18
  • 37
0
votes
0 answers

How to make IP free to receive data, WiFiDirect Android

I work with and Android WiFiDirect app. I changed strongly given WiFiDirectDemo to make fallowing things: group owner is the one to send data to rest of peers, while pictre is sent, new activity is created, moving picture with onTouch forces to…
Adrian G
  • 9
  • 1
  • 4
0
votes
1 answer

Jmeter Connection to http://IP:8080 refused

I tested website performance with Jmeter 2.13, I have never used Jmeter before, When I set the number of thread is 500, it is OK, ans when set 750, there are some errors shows below. During the tests, my CPU ,bandwidth, memory,IO are not full. I…
0
votes
2 answers

Connection refused on spring-client with docker and gradle

I build a spring-server and a spring-client with eureka on docker and I try to connect the client to the server. When I try this in my build.gradle: docker { maintainer = 'Me' baseImage = 'java:8' } distDocker { exposePort 8080 …
Plasmaschnee
  • 57
  • 1
  • 2
  • 11
0
votes
0 answers

Artifactory behind nginx - connection refused

I have an Artifactory running on a server on port 8081. I need to have the standard http access, so there is also nginx acting as a reverse proxy with those simple rules: incoming port 80 -> redirect to 443 (http -> https) incoming port 443 -> proxy…
Martin Melka
  • 7,177
  • 16
  • 79
  • 138
0
votes
1 answer

java.rmi.ConnectException: Connection refused to host:

I'm using Cisco Netflow Collector software and it was collecting netflow data as expected until server admin disabled iptables and security admin enabled firewall for the server. Now it is giving below exception. The collector is running on…
0
votes
1 answer

Connecting to Docker container connection refused - but container is running

I am running 2 spring boot applications: A client and rest-api. The client communicates to the rest-api which communicates to a mongodb database. All 3 tiers are running inside docker containers. I launch the containers normally specifying the…
Kingamere
  • 9,496
  • 23
  • 71
  • 110
0
votes
1 answer

Openshift jbossews cartridge connection refused from outside but reachable from localhost

My jbossews cartridge is suddenly no more available through the webbrowser but when logged in via SSH it seems to be reachable: What I've done so far: When I gear restart my cartrdige, I get Found 127.3.72.129:8080 listening port. wget…
Locked
  • 186
  • 13
0
votes
0 answers

ERR_CONNECTION_REFUSED on computer

I am currently encountering a very strange error. I am using Google Chrome and Firefox for testing on my local computer. On my root server there's Debian installed and as panel vesta control panel. I've associated my domain with the panel and…
MRXI
  • 109
  • 1
  • 3
  • 11
0
votes
1 answer

Can't connect to Tigase server running on EC2 Instance: Connection Refused

After installing Tigase on an AWS EC2 instance I keep getting the error message 'connection refused' when I try to connect to it using an xmpp client. The instance is attached to a security group with rules to allow traffic to the necessary ports…
smeis
  • 151
  • 9
0
votes
2 answers

Codename one Connection Refused

Quick question about Codename One. How would I handle a Connection Refused error? I have all the response listeners and they are overridden in the ConnectionRequest object, but when a connection refused error occurs it isn't going through my code…
user5002863
0
votes
2 answers

IBM bluemix secure gateway service not working on the internet

I have setup IBM bluemix secure gateway service to invoke REST service hosted on company intranet. The secure gateway service works on the company intranet. But when I try to use it over the internet, it clocks for a long time and thereafter…
jeet
  • 629
  • 1
  • 4
  • 15
0
votes
1 answer

Apache httpd connection refused during stress test using jmeter

Now, I do stress test using jemter in windows(jmeter.bat). Number of Threads = 100 Ramp-up period = 0 Loop count = 1000 But raise connection refused error in jmeter, after 20~30 seconds. I can not find connection refused error in…
ash84
  • 787
  • 3
  • 12
  • 33