Top "Socketexception" questions

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

Address family not supported by protocol family - SocketException on a specific computer

In an app which I have programmed, I have a java.net.SocketException on a specific computer: java.net.SocketException: …

java sockets socketexception
java.net.SocketException: No buffer space available (maximum connections reached?): connect

Hi I am using Apache HTTP Client 4.0 to upload some files on a server based on HTTPS protocol. The uploaded …

java sockets connection httpclient socketexception
WCF: System.Net.SocketException - Only one usage of each socket address (protocol/network address/port) is normally permitted

I have a WCF service and a Web application. Web application makes calls to this WCF service in a continous …

asp.net wcf socketexception
Could not get a resource from the pool(SocketTimeoutException:)

I'm running multiple worker threads(around 10) to access the data from the redis Q. For the i'm using infinte timeout …

java redis socketexception jedis
java.net.SocketException socket is closed

I am sending Object for client to server modifying that object at server side and resending it to client. Sending …

java socketexception
java.net.SocketTimeoutException: Read timed out

I have an application with client server architecture. The client use Java Web Start with Java Swing / AWT and the …

java tomcat sockets socketexception objectinputstream
Too many open files ( ulimit already changed )

I'm working on a debian server with tomcat 7 and java 1.7. This is an application that recieves several TCP connections, each …

socketexception ulimit
JavaMail API to iMail -- java.net.SocketException: Permission denied: connect

I am having trouble getting an application to use the JavaMail API to send out some files in a more …

java jakarta-mail permission-denied socketexception
java.net.SocketException: socket closed TCP Client Server Communication

I am creating a java client/server application over TCP where we have two sockets: One is for exchanging messages. …

java sockets tcp client-server socketexception