Top "Socketexception" questions

SocketException is the superclass of all other socket related exceptions and may be thrown during socket creation or setting options.

No connection could be made because the target machine actively refused it?

Sometimes I get the following error while I was doing HttpWebRequest to a WebService. I copied my code below too. …

c# .net asp.net-web-api2 socketexception system.net.webexception
What's causing my java.net.SocketException: Connection reset?

We are seeing frequent but intermittent java.net.SocketException: Connection reset errors in our logs. We are unsure as to …

java sockets socketexception connection-reset
java.net.SocketException: Connection reset

I am getting the following error trying to read from a socket. I'm doing a readInt() on that InputStream, and …

java sockets networking connection socketexception
How to solve "Connection reset by peer: socket write error"?

When I am reading the file content from server it returns the following error message: Caused by: java.net.SocketException: …

java servlets socketexception
java.net.SocketException: Connection reset by peer: socket write error When serving a file

I am trying to implement an HTTP Server using Sockets. If the Client (For example a browser) requests a directory …

java sockets socketexception
ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error

I am getting the following error frequently while retrieving file object from database column. How can I resolve this problem? …

java tomcat socketexception connection-reset
Only one usage of each socket address (protocol/network address/port) is normally permitted?

I've been looking for a serious solution on google and i only get "Regisrty solutions" kind of stuff which i …

c# sockets tcp tcplistener socketexception
WSACancelBlockingCall exception

Ok, I have a strange exception thrown from my code that's been bothering me for ages. System.Net.Sockets.SocketException: …

c# multithreading sockets socketexception
Getting "SocketException : Connection reset by peer" in Android

My app needs to contact the same device it is working on, via http://127.0.0.1/... (a localhost url). For some reason, …

android localhost socketexception peer
java.net.SocketException: No buffer space available (maximum connections reached?): JVM_Bind

Tomcat is running a webapp under Windows. After a few days (under very low load), the exception mentioned in the …

windows tomcat jvm socketexception connection-leaks