Top "Socketexception" questions

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

SocketException: Permission Denied?

My LogCat reads: 08-19 09:29:01.964: WARN/System.err(311): java.net.SocketException: Permission denied 08-19 09:29:02.204: WARN/System.err(311): at org.apache.harmony.…

android url inputstream permission-denied socketexception
Android : Socket - java.net.SocketException: sendto failed: EPIPE (Broken pipe)

I am trying to make connection with server using socket. The connection pipe is broken as shown below exceptions. 01-31 14:47:16.536: …

java android sockets socketexception
SocketTimeout with opened connection in MongoDB

I've a Java application that performs some aggregations on MongoDB, but sometimes it just hangs and throw a SocketTimeout exception. …

java mongodb mongodb-java socketexception
I m getting java.net.SocketException: Connection reset exception while running a load test using Jmeter

I m running a load test on login page of my application for 100 users out of 100 20 users are passing rest 80 …

jmeter performance-testing socketexception
java.net.SocketTimeoutException in okhttp

Here it takes so much time to get data from json. When deleted and again installed it will get json …

android json okhttp socketexception okhttp3
java.net.ConnectException - Connection Refused Android Emulator

I have an android emulator I'm running from eclipse and just trying to connect to a simple socket server I …

sockets android-emulator socketexception
Java Socket, binding to local port

I am trying to bind the Socket on the client side to any particular local port, in this code I …

java sockets client port socketexception
Why are localhost connections blocked by the firewall?

When I listen on a port on localhost, Windows will popup a dialogue in which the user must add my …

.net sockets tcp firewall socketexception
Java SocketException: No buffer space available

My java code use several threads, each thread run a ServerSocket and goes in accept. These threads communicate each other …

java buffer space socketexception
HttpWebRequest Issue: System lacked sufficient buffer space or because a queue was full

I am using a service to pull in a list of hotels in the form of an XML document. All …

c# asp.net .net httpwebrequest socketexception