Questions tagged [connectionexception]
48 questions
1
vote
1 answer
Exception in wildfly log CONNECT check.proxyradar.com:80
it was appearing a strange exception in log related to chek.proxyradar.com, in my server I'm not using nothing related to proxyradar...
This is exception:
2016-12-03 10:38:10,394 ERROR [io.undertow.request] (default I/O-2) UT005071: Undertow request…

RoberV
- 587
- 5
- 22
1
vote
1 answer
the 'vfpoledb.1' provider is not registered on the local machine. yet it is
I'm getting this error:
the 'vfpoledb.1' provider is not registered on the local machine. 64-bit
When running an app from a Windows 2012 Server (x64). The VFP driver is installed.
I even uninstalled it and reinstalled it through the command line…

A.G.
- 2,089
- 3
- 30
- 52
1
vote
0 answers
ava.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: , port: '80'
I am obtaining the below exception while consuming a web service:
HTTP transport error: java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'abc.def.ghi.com', port: '80'
I check the wsdl and it has a…

Rahul
- 49
- 1
- 5
1
vote
0 answers
Python Geocoders Not Working
I am trying to access geolocation of addresses input by the User in my Django App.
The App was working fine with pygeocoder. Suddenly, the app has started giving problems.
Traceback (most recent call last):
File "", line 1, in
…

Ishaan
- 11
- 1
1
vote
1 answer
twitter4j API - Connection refused
I am running a code which lets my Webapp post a status update on behalf of the user. The code is working perfectly fine locally but when I bring it on the Windows Server 2012 R2, I get a ConnectionException.
15-Sep-2015 18:40:59.128 SEVERE…

Adrian6
- 11
- 2
1
vote
0 answers
doctrine:database:create return ConnectionException and MysqliException
command php app/console doctrine:database:create
return errors:
[Doctrine\DBAL\Exception\ConnectionException]
An exception occured in driver: No such file or directory
[Doctrine\DBAL\Driver\Mysqli\MysqliException]
No such file or directory…

user4301988
- 11
- 4
1
vote
1 answer
requests.exceptions.ConnectionError: HTTPConnectionPool
I have a python script like so:
#!/usr/bin/python
import sys
import requests
if len(sys.argv) < 2:
print 'usage: python %s ' % (sys.argv[0])
sys.exit(2)
print '%-15s %20s' % ('URL_PAGE', 'STATUS')
FileName =…

MLSC
- 5,872
- 8
- 55
- 89
1
vote
1 answer
Unable to connect from log4j2 Client GUI to my application
OS: OSX Mavericks
IDE: Netbeans 8.0 (Build 201403101706)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
log4j: 2.0rc1
I am unable to connect from the log4j2 Client GUI, regardless of whether running it as a JConsole Plug-in, or running…

Arthur
- 595
- 1
- 7
- 17
1
vote
1 answer
Connection Timed out while connecting two systems on same network via sockets in java
I have a code which has 2 classes, SocketDemo and ServerSocketDemo, when the client (SocketDemo) tried to connect to the server (ServerSocketDemo), it waits for a few seconds and then throws
java.net.ConnectionException : Connection timed out
At…

Gagan93
- 1,826
- 2
- 25
- 38
1
vote
1 answer
Connection Closed while trying to download string from URL
I want to translate a string from one language to another. I tried this code:
input = clipoard_word;
string languagePair = "en|bn";
string url =…
user1960072
1
vote
3 answers
Socket closed unexpectedly
I am writting a test program for a server. At the test app, I try to connect a great number of clients to the server, but after a while a get all kind of errors like these :
Connection reset by peer: socket write error …

klaus johan
- 4,370
- 10
- 39
- 56
0
votes
1 answer
Getting "java.net.ConnectException: Connection refused" while using Jenkins plugin for Gitea as well as GitLab
On adding Gitea Server (using Gitea jenkins plugin), it does not connect to Gitea server instance giving "java.net.ConnectException: Connection refused" error.
So, I thought this might be an error of Gitea jenkins plugin and tried this for GitLab,…

deepak khaneja
- 11
- 1
0
votes
1 answer
Flutter MQTT Unhandled Exception: mqtt-client::ConnectionException: The connection must be in the Connected state in order to perform this operation
I'm new in flutter/dart. I'm try to publish a Message via MQTT but still get Unhandled Exception: mqtt-client::ConnectionException: The connection must be in the Connected state in order to perform this operation. error.
The connection to the MQTT…

Gropi
- 1
0
votes
1 answer
Java.net.ConnectException: Keycloak's Client gets Connection refused on Docker while Auth routing
If I have a Keycloak server running in local docker desktop and a client application running locally (non dockerized scenario), It works fine.
If I have Keycloak server and a client application running in local docker desktop, It throws
Caused by:…

Harish Raj
- 1,565
- 3
- 17
- 27
0
votes
0 answers
MessagingException & ConnectionException
I keep getting this Exception :
javax.mail.MessagingException: Unrecognized SSL message, plaintext connection?
If i replace imaps with imap i get javax.mail.MessagingException: 220 *********** ESMTP MAIL Service ready at Tue, 16 Nov 2021 14:46:44…