0
votes
0answers
84 views

How to solver error “Connection reset by peer” in Facebook API for Android?

Always when my network is running with low bandwidth network when i try to connect to Facebook API in Android SDK i get the error: connection reset by peer. I don't know which method in Facebook API ...
0
votes
0answers
58 views

Java Connection reset on XP. Lengthen timeout

I have noticed and read queries relating to java socket connection reset but they don't seem to cover my situation. I have a Windows XP java client having a socket to a Linux C server program ...
0
votes
0answers
121 views

asp.net connection to localhost interrupted, connection was reset

First of all, thanks to all on stack overflow up till now I have found all of my questions were already answered here but now I finally have one I can't find the solution and its probably because its ...
0
votes
1answer
664 views

web service client encounters a 'java.net.SocketException: Connection reset'

problem We have a java ee app deployed on Weblogic server 10.3.1 which provides HTTP web service. Let's just call it 'server'. Another java app deployed on tomcat on another machine, which will make ...
4
votes
2answers
131 views

ColdFusion 10 Communications link failure to MySQL

We are migrating some websites onto a cloud infrastructure running Windows 2008 virtual machines. These websites all run on ColdFusion with MySQL databases. They currently are running in our CoLo ...
0
votes
0answers
151 views

Error “The connection was reset” after restoring website to Ubuntu Virtual Server by using Akeeba

I install my website into a Virtual Server (I use Ubuntu VirtualBox) by using Restoration function of Akeeba, then I got error: "The connection was reset" when login to the web page. Can anyone give ...
0
votes
1answer
228 views

Java.net.SocketException connection reset GPS

I know this question has already been asked, but the answer given to that person was to use read(), until a EOF. I applied this answer and my server still sends "Connection reset". For those that are ...
1
vote
1answer
862 views

Apache Mina java.io.IOException: Connection reset by peer

I am using MINA 2.0.0 M6 and there are lots of exceptions as follows in the log file. In my application, nothing should be sent to the client from MINA as every client that connects will ...
3
votes
2answers
661 views

Connection reset by peer (502) in RESTful Web Service

I have a RESTful WCF service (.NET 3.5), which has a function that is supposed to return a list of patient details by matching with the search criteria I have provided. I am facing a issue, wherein if ...
1
vote
1answer
869 views

Connection reset from TCP socket in an android service

I am using a thread launched from android local Service,after I let my phone goes to sleep mode,then reuse it later after a while I get connection reset in my server side. I am looking why it happens ...
3
votes
1answer
733 views

Python urllib2.open Connection reset by peer error

I'm trying to scrape a page using python The problem is, I keep getting Errno54 Connection reset by peer. The error comes when I run this code - ...
0
votes
1answer
72 views

Connection Resets Everytime I Try to Edit Common.js, Wikimedia 1.17 [closed]

I've recently downloaded and installed the wikimedia (v1.17) on my server space, and I wanted to edit common.js to add some extra functionality. Unfortunately, when I try to save the common.js page ...
2
votes
1answer
768 views

Check if connection is Closed !

I've written a Delphi (2009) app with Indy (TCPServer/Client). And I have a problem at the level of TCPServer : it detects the deconnection(after a reboot of the PC) of the Client only when the client ...
1
vote
3answers
256 views

connection reset for concurrent usage by two users GAE

I am trying to access same python web app in GAE from firefox and IE with different user login and when I start the IE session I get the following error with IE going standstill. why? error: (10054, ...