Top "Socketexception" questions

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

How to correctly close a socket and then reopen it?

I'm developing a game for a class that I am in, and it is about 99% done. However, I realized there …

java sockets client socketexception
Error "java.net.SocketException: Too many open files" at deployment phase in jboss-portal-2.7.2

When start the jboss-portal-2.7.2 at some point in the log message: 2013-01-30 20:32:02,541 ERROR [org.apache.tomcat.util.net.JIoEndpoint] …

java file-io jboss socketexception jboss-portal
Connections checking in c3p0 pool

I'm developing with Java SE application using Hibernate 4 and c3p0 for communication with MariaDB database. It's long running application, …

java hibernate c3p0 socketexception
Exception with web service ( java.net.SocketException Permission denied ) in Android

When I call a Web Service, it returns me this exception: java.net.SocketException Permission denied. I dont know waht …

android web-services socketexception
How to gracefully close an Async Server Socket? C#

I've seen a lot of questions about handling Sockets without object disposed exceptions, so I've decided to take a crack …

c# sockets exception-handling asyncsocket socketexception
How to stop printing exception stack trace on Console?

I wrote a servlet to handle the exceptions occurring in my web app and mapped them in web.xml <…

java tomcat servlets web.xml socketexception
Problem with System.Net.Dns.GetHostEntry(dnsServer) on .NET 4.0

I have been using the following code for months (without problem) in a .NET 2.0/3.5 environment: string server="192.168.1.3"; IPHostEntry ipe = System.…

dns .net-4.0 socketexception
Broadcasting over Wi-Fi Direct

I'm looking at the possibility to broadcast over a Wi-Fi Direct connection between multiple Android devices. I've created a simple …

java android broadcast socketexception wifi-direct
java.net.SocketException: sendto failed: EPIPE (Broken pipe) on Android

I am trying to read data from server socket from client in Android. Here are the snippets of code that …

java android python sockets socketexception
java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer) Over WIFI

When I am sending an image which is converted into string and welcome text with the request. the server do …

android web-services wifi httpclient socketexception