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

learn more… | top users | synonyms

0
votes
2answers
30 views

Android Java App - java.net.SocketException: Permission denied

Using MYSQL for my android app: MainActivity. public class MainActivity extends Activity implements OnClickListener { Button login; EditText username, password; TextView status; HttpPost httppost; ...
0
votes
1answer
23 views

TCP NTP Java Socket Program

I have this code about a Server-Client NTP project I'm working on... I initialize the socket but I get java.net.SocketException: Socket is not connected this error. Any clues? Can anyone please ...
0
votes
0answers
11 views

Uploading file to FTP with VB.NET

I'm getting errors when trying to upload a file to FTP Server with the next VB.NET code: Dim miUri As String = "ftp://ftp.mydomain.com/folder/file.jpg" Dim miRequest As Net.FtpWebRequest = ...
0
votes
0answers
13 views

c3p0 can not create enough connection on mac osx

I used hibernate,c3p0 deployed in JBoss AS 7 on the production environment,database system is Oracle11g library version: c3p0-0.9.1 JBoss 7.1.3.Final hibernate 3.5.6-Final Hibernate.cfg.xml ...
0
votes
0answers
13 views

Socket exception unhandled error in vb.net with mysql database

I have completed my project on PC and have transferred it to a laptop. the problem is when i transfer the project it gives me an socket exception unhandled error in vb.net every time at the start, and ...
0
votes
1answer
54 views

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: Address family not supported by protocol family: connect This specific ...
1
vote
1answer
53 views

java.net.socketException:operation time out when running app on real device

this code works fine on emulator, but on real device it gives java.net.SocketException:the operation timed out ive got a php script running on my xampp server. package com.example.new1; ...
0
votes
1answer
44 views

Socket Programming and RMI Issues while Binding

I need to call an RMI method to Transfer a File to the Server(Running the RMI method) form the Client Here is the Code RegisterMain : The java File having the RMI Method Transfer : Client class ...
0
votes
0answers
27 views

Display java.net.SocketException in browser

I'm trying to return an excel file from a Servlet to the user. However because the file is very large it takes a long time to return to the user and I get a java.net.SocketException because the ...
2
votes
1answer
135 views

Connect PC and Android phone with bluetooth(c#)

I am trying to connect my computer with android phone to transmit some data. For computer programming language i have chosen c#. On computer the code looks like this: var ...
0
votes
0answers
68 views

Exception when running .NET 4.0 application from network share

I have a .NET 4.0 C# console application. The application is deployed to a network file share (which I believe is a Windows 2000 Server file server) like this: ...
-1
votes
1answer
32 views

Moon APNs SocketException

I have tried for some days to solve this. Searched everything that has something to do with MoonAPNs, but my specific Error none of you have had. As Title says I am using Moon APNs to send Push ...
0
votes
1answer
83 views

Java SocketException Maximum number of datagram sockets reached

I have a java app program run on centos 6.3 and tomcat 7 as the app container, currently I meet one error : java.io.socketexception Maximum number of datagram sockets reached we use MulticastSocket ...
1
vote
1answer
73 views

java.net.SocketException: Host is unresolved?

I had created a user in FileZilla Server App.It's server Address is "127.0.0.1" and it's port is "14147".I can connect to it from FileZilla and also browse it in my browser whitout any problem.But I ...
0
votes
1answer
46 views

Sending and receiving that same data by the same program, over a network socket

I'm trying to send a data packet, and receive that same data packet, by a java program over a socket. The point is to measure the time it takes to go over the network and return to my program itself. ...
-3
votes
0answers
82 views

Socket Java Read blocks, and Passing Objects between threads, I got fired because of them [closed]

Anyway, I have been fired from my job because of the following design issues, so you would tell me is it fair or not. I used the socket API function read() to read data from a client, and I was ...
1
vote
0answers
65 views

Media Player socket exception in Samsung Grand

we are playing media through a local proxy server. Everything was fine till the new Samsung Grand device. In that specific device we are getting a Socket exception as following: 4-04 17:55:35.646: ...
1
vote
0answers
53 views

Hadoop C++ Pipes, SocketException: Broken pipe

I am running a Hadoop Pipes job on Ubuntu 12.04 but am getting a Broken Pipe error when the reducer kicks in: 2013-04-17 10:40:38,088 INFO org.apache.hadoop.mapred.ReduceTask: Merging 0 segments, 0 ...
0
votes
1answer
27 views

Socket exception while Load testing

While load testing with JMeter we are receiving Non HTTP response code: java.net.SocketException for all the requests once peak load is reached. Here is the server config: JMeter -> F5 (load ...
0
votes
0answers
33 views

Retry getting response from service limited number of times

I have application that needs response form web service, but if socket timeout exception occurred, it needs to retry, but no more then N times (in my case 3). I solved the problem with recursion, but ...
0
votes
1answer
25 views

NoRouteToHost Exception

I can SSH and PING a machine running Fedora 18, but whenever I try connect to it using Sockets, I get NoRouteToHostException (I tried Java and C++, and I get the same error). Any ideas? I have looked ...
0
votes
1answer
86 views

Boost ASIO and UDP Errors

I've got two test programs (A & B)that are nearly identical, that use the same boost asio UDP async code. Here is the receive call: _mSocket.async_receive_from( ...
1
vote
1answer
415 views

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 message broadcasting application to test whether or not it works, but ...
0
votes
0answers
32 views

Delegation : Communication/socket error between Web and App server

We have Web and App (WCF) servers and delegation is configured between them on AD. User principal name delegation type is used. All servers are Windows Server 2008 R2. Everything works fine if we ...
0
votes
1answer
60 views

OSNetworkSystem_connect fail: Timeout

I am developing simple android app. In emulator its running fine but when I am trying to run in the mobile device, its giving OSNetworkSystem_connect fail: Timeout error. I have googled for solution ...
0
votes
0answers
104 views

HttpRequestFactory setReadTimeout can't increase past 59 seconds

I'm running into issues using Spring RestTemplate for client side REST calls when the server takes too long to respond. Upon receiving the request the server has to retrieve a file from store, ...
0
votes
2answers
154 views

C/C++ to Java Socket Error

I am attempting to make socket communication between a Java server and a C client. When I sent text from client to server, for example "AAAAA" I am taking error below. Why is it not working? I can run ...
0
votes
1answer
178 views

SocketException connecting to SFTP server: name is valid, but no data of the requested type was found

I am trying to connect my sftp server using SharpSsh library, but I'm getting following error: System.Net.Sockets.SocketException (0x80004005): The requested name is valid, but no data of the ...
-1
votes
1answer
89 views

Can Socket still be used after Timeout?

Is it possible to continue using a .NET Socket after synchronous Send/Receive method throws a SocketException because of exceeding the specified Send/Receive Timeout? Here it is said that methods will ...
-1
votes
1answer
29 views

WSAGetLastError() returns 64?

When i use WSAGetLastError() in my application, it returns 64. Can anyone please explain what 64 means? the client is getting disconnected when we get this error?
1
vote
0answers
353 views

PC-Android server-client, BluetoothSocket::connect() throw an exception

I can not initiate the bluetooth connection between Java server(using bluecove 2.1.1 on Windows 7 x64, external bluetooth dongle) and Android client(OS version 2.3.6). Device discovery works ...
0
votes
0answers
887 views

java.net.SocketException: Address family not supported by protocol family: connect in swing application which uses HtmlUnit

Following is my class for extracting data from a web url: public class collector implements Runnable { WebClient webClient; public collector() { } @Override public void run() { try { ...
3
votes
0answers
679 views

java.net.SocketException: sendto failed: EPIPE (Broken pipe) over a data connection to localhost

In my Android app I want to read an audio stream and parse its shoutcast metadata. I got it working using a StreamProxy as in NPR project: ...
0
votes
0answers
82 views

Developing a vnc-client with authentication

I try to develop my own vnc-client. The only thing that I want to be able to do at the moment, is to perform a click on a remote ios-device running veency. I got so far that the connection can be ...
1
vote
0answers
42 views

Actively Refused Connections

I know this question has been asked several times before, but my case is a little odd. I have a machine listening to X.X.X.X:8080, which acts as a load-balancer and redirects requests to two other ...
1
vote
1answer
364 views

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 used 20000. Normal connections such as below works just fine. But does not allow for me to choose the ...
1
vote
1answer
964 views

java.net.SocketException: recvfrom failed: ECONNRESET from PhoneGap's FileTransfer

The program throws an exception when executing the following function: testDownloadFunc: function() { console.log("testDownload"); var remoteFile = ...
0
votes
1answer
89 views

SocketException: Network not reachable

I developped a small Gui application that downloads log files from a remote server. The Application works fine if I start it from within the Netbeans IDE 7.2 (no connection problems) But if I start ...
0
votes
0answers
238 views

Coldfusion 10 throwing Software caused connection abort: socket write error

We recently upgraded two of our ColdFusion 9 servers to ColdFusion 10 servers and now I get the error "Software caused connection abort: socket write error" 10-20 times per day, on the cfcontent tag ...
0
votes
1answer
2k views

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: W/System.err(27255): java.net.SocketException: sendto failed: ...
0
votes
1answer
273 views

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] Socket accept failed java.net.SocketException: Too many open ...
0
votes
2answers
432 views

java.net.SocketException: Connection reset with TelnetOutputStream [duplicate]

Possible Duplicate: What’s causing my java.net.SocketException: Connection reset? public void sendJobs(String hostname, int port, String username, String password, String folderName, ...
0
votes
0answers
114 views

Android Socket : The socket is closed

I made the mobile phone sharing the 3G networking to the PC via USB and the mobile's ip is: 192.168.42.129. And the mobile phone is the socket server and the PC is a client. Client will send a message ...
0
votes
1answer
197 views

Android: Socket is closed

PCClient : public class PCServer { /** * @param args */ static Socket socket = null; private static String ip = "192.168.42.129"; private static int port = 18181; public static void main(String[] ...
-1
votes
1answer
390 views

SocketException in Java: Transferring files through TCP/IP

I am attempting to transfer a file from one computer to another using TCP/IP. I have written the code in java as shown below. However, the code does not work and after using multiple catch blocks I ...
0
votes
0answers
241 views

solr, solrj: I/O exception (java.net.SocketException) caught when processing request: Connection reset

I have a multi-threaded application in solrj 4. The threads (max 25) share one connection to HttpSolrServer. Each thread is running one query. This worked fine for a while, until it finally crashed ...
0
votes
0answers
76 views

setting SecurityManager Permissions from the java code

I am running a Applet which does Socket connection i am getting Exception java.security.AccessControlException: access denied (java.net.SocketPermission xxx.xxx.xxx.xxx:80 connect,resolve) I ...
0
votes
1answer
102 views

Java HTTPS Connection Forwarding

I'm writing a simple program in Java that receives connection requests from a browser (like Firefox), parses the request for statistical info, then forwards the request to the original destination. ...
1
vote
1answer
87 views

problems SocketException was unhandled

I was doing work in csharp, where I made a form with registration of users in the database, so when I opened this form button was used to refer to actually see the data of the users in the database, ...
0
votes
1answer
159 views

Am I having a SocketTimeoutException in Android because the phone is switching network connections?

I have an Android app which, as part of its core functionality, makes ASP.NET WebService calls. I have authored the app successfully using ksoap2 to make the calls and it does what I need it to. Our ...

1 2 3 4 5