cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Java Socket Exception Error

Former Member
0 Likes
263

Hi all,

What is Java Socket Exception Error?

When does this happen?

How can we resolve this Error?

Thanks,

Ancy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

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