Questions tagged [connection-reset]

159 questions
0
votes
1 answer

Connection reset exception, unknown reason

I have a simple client-server program, but still I get connection reset exception. My brief research over internet/SO I could not conclude what was wrong in my code public class SocketServer { public static void main (String [] args) throws…
JavaDeveloper
  • 5,320
  • 16
  • 79
  • 132
0
votes
0 answers

SSH to docker bridged instance

I'm trying to run some Docker instances to allow Jenkins to perform some jobs on them. I followed this tutorial (http://devopscube.com/docker-containers-as-build-slaves-jenkins/) to achieve it. It's currently creating some new docker instances, but…
rafaelrroa
  • 71
  • 1
  • 3
0
votes
0 answers

Java File uploading - SocketException - Connection reset

I am using apache.cxf webClient .I am trying to upload file in the post API and I am trying to get the uploaded file path in the response. I am calling post method . PostResponse response…
Ramesh
  • 1,872
  • 2
  • 20
  • 33
0
votes
1 answer

Java CharBuffer from socket ERROR_FORMAT

Java: 1.7 OS: Linux (but I don't know which Linux it is) I have a CharBuffer to contain something I read from socket's BufferedReader. Socket was established that for sure, and when I'm trying to dump it, it gives me an ERROR_FORMAT result. After…
RRTW
  • 3,160
  • 1
  • 35
  • 54
0
votes
0 answers

Another File Upload connection timeout ASP.net MVC

I'm build an application with ASP.Net MVC 5. When uploading a big file, well not that big (200MB), the browser gives me a "Connection Reset" error. The hosting is done by Godaddy (Deluxe - shared hosting plan). I searched countless forums and of…
Boby2000
  • 5
  • 1
  • 4
0
votes
3 answers

How to return a List in WCF
I have my WCF service returning data both in XML and JSON format. One functios has to return a List, because I don't know which class will be used to fill this list. So, I have my class: public class WrapHome { public WrapHome() { } …
Piero Alberto
  • 3,823
  • 6
  • 56
  • 108
0
votes
1 answer

Magento "The connection was reset" Error

Hi I am facing issue in Magento it is showing error in Mozilla The connection was reset in Chrome www.mydomain.com page isn’t working www.mydomain.com didn’t send any data. ERR_EMPTY_RESPONSE I have noticed that while loading model we get…
Anil Yadav
  • 39
  • 6
0
votes
1 answer

Exception in thread "main" java.net.SocketException: Connection reset at java.io.BufferedReader.readLine(Unknown Source)

I wrote a basic code in which sender is sending a message to the receiver and the receiver is printing it. I am a naive socket programmer. I looked into various post but still not able to resolve this issue. Here is my code: TCPServer.java import…
Sid
  • 23
  • 1
  • 11
0
votes
1 answer

SocketException trigger by MySQL 5.6.22 using Java-5.0.8 connector

I am using facing a SocketException: connection reset problem after 60sec of idle. My meaning of idle is that I open a connection but do not do anything exception after 60sec (say 61sec) to person a insert/update/select. Do I need to change the SQL…
chj
  • 91
  • 9
0
votes
1 answer

IBM Worklight 6.1 - Worklight deployment fails on SUSE Linux using a remote database

I'm trying to deploy a war file to websphere through worklight using suse linux and a remote database. When I tried to deploy the war file using a remote database(I'm using oracle to test), I'm getting the following error: GetSQLQueryResult failed…
Leo Matos
  • 1
  • 1
0
votes
1 answer

Plesk 12 API cURL Connection Reset

I'm using cURL to make Plesk API requests. When I make a request that requires lengthy action by Plesk (such as creating or removing a subscription), I get a "connection was reset" browser error after about 10 seconds. However, if I try something…
HWD
  • 1,547
  • 7
  • 36
  • 72
0
votes
0 answers

File upload connection reset with Ninja Forms on WordPress

I'm using Ninja Forms plugin in WordPress. I have the add-on File Upload. I am testing the form for large uploads since the site's front end has a file submission form. I tried to upload a 200mb single file, but it keeps on resetting on 5% - 10%. I…
rmednalan
  • 1
  • 1
0
votes
2 answers

Connection Reset error in HttpClient

This is scenario I am testing. The steps are as follows Create an instance of HttpClient(org.apache.commons.httpclient.HttpClient)3.1 Use the instance to get response from a url (http://www.example.com/submitData) Bring down the server hosting the…
BKSingh
  • 527
  • 2
  • 11
  • 20
0
votes
1 answer

Connection reset by peer error while getting data from server

I am getting connection reset by peer error when trying to get the input stream from a server. How do i resolve it ? I didn't get this error for a week ago but suddenly today i don't know what went wrong.Here is a piece of code where i am getting…
user1547566
  • 403
  • 1
  • 6
  • 11
0
votes
0 answers

Download zip returns SocketException: Connection reset

There is a billion of topics about Connection, I've tried so many ways to download this file and always fail. When I disable cookies on my web browser I can't download it, for that reason I believe my problem is with cookies. The function of my…
1 2 3
10
11