cancel
Showing results for 
Search instead for 
Did you mean: 

messaging.api.exception.MessagingException: java.net.SocketException: Connection reset.

santosh_k3
Active Participant
0 Kudos

Hi All,

I am getting this error message in MONI.

Its a synchronous scenario RFC<-->PI<--->SOAP

I am getting this error message in the respone message.

"com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.net.SocketException: Connection reset."

only few of the messages are getting failed , remaining all are getting processed successfully and the ThirdParty application server is not down.

What are the possibilites for getting this error.

could this be

1) Is it because of Network issues?

2) Whether the response is not reached with in the time?

Please throw some light on this.

Accepted Solutions (1)

Accepted Solutions (1)

naveen_chichili
Active Contributor
0 Kudos

Hi Sai,

You might need to check below threads.Also there is a chance of getting timeout if the payload is huge and has connection problem to your webservice.

http://scn.sap.com/thread/3242806

http://scn.sap.com/message/10997847

https://scn.sap.com/thread/3390569

Note 1405895 - Large messages from SOAP receiver channel fail

Thanks and Regards,

Naveen.

santosh_k3
Active Participant
0 Kudos

Hi All,

Thanks for your replies:

@Naveen:

http://scn.sap.com/message/10997847  is helpful

>>Also there is a chance of getting timeout if the payload is huge and has connection problem to your webservice.

Payload is smaller only.

I am checking with the Network team on the connectivity problem.

Will let you on this.

Thanks

Sai

Answers (3)

Answers (3)

former_member818073
Discoverer
0 Kudos

It is a connection issue maybe. You can try to resend the failed messages.

Former Member
0 Kudos

Hi Sai,

Can you do one thing..can you ask your infrastructure team to do the find out the trace details ..if there are any connection break ...ask them to do the telnet and find out the trace details ...and if you are using vpn to connect to the system ..ask them to get the details of vpn also.Sometimes,many people use vpn to connect to the system.If there are 3 or 4 people using same vpn id and password than connection prob will be there.In short,in case of VPN if the number of open ports are filled and you want to c onnect to vpn than it is not possible.

Check this scenerio also.

Regards,

Abhi

iaki_vila
Active Contributor
0 Kudos

Hi Sai,

The best to know the cause is using a tracing software like fiddler or wireshark in order to get more information about the exception and where the problem could be. The problem could be several things like an antivirus, firewalls with determinate rules about the traffic that could stop some messages not all, etc.

Regards.