on 2014 Dec 27 2:25 PM
Hi all,
What is Java Socket Exception Error?
When does this happen?
How can we resolve this Error?
Thanks,
Ancy
Request clarification before answering.
Hi,
A java socket exception occurs when you are making a network call and it fails due to some issue,
The reason for a socket exception could be anything: Most likely issues could be:
1) A proxy configuration which does not allow traffic to get successfully routed to the correct resource
2) Failure to connect to the selected resource due to network issue at the destination server
3) Connection is abruptly terminated by client or server
4)A network port is unavailable.
To resolve this error one must monitor network traffic and determine the exact cause of this issue,
The stack trace generally does not give much useful information.
Regards,
Anushree
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.