question

Upvotes
Accepted
1 0 1 2

Error on ADH 2.6.2 : Error:1002 ripcRead() failure

Hello,

What can be the root cause(s) of this disconnection message:

Session disconnected (route "ROUTE2XXXXXX", host "69.184.254.21", port 14003). Text:<Impl/ripcsrvr.c:7093> Error:1002 ripcRead() failure. Connection reset by peer

Thanks

elektronrefinitiv-realtimetrepADH
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi.

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Else please post again offering further insight into your question.

Thanks

AHS

@pascal.duruisseau

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

Upvotes
Accepted
78.8k 250 52 74

From the TCP port (14003), a provider should be a non-interactive provider. Non-interactive provider will establish a connection to ADH.

I got the same error text (at a different line) if a non-interactive provider exited by closing the channel without closing the login stream.

Session disconnected (route "ripcSession.23", host "xxxx", port 14003). Text:<Impl/ripcsrvr.c:6868> Error:1002 ripcRead() failure. Connection reset by peer 

However, if a non-interactive provider exited by closing the login stream and then closing the channel, ADH will show a different message.

Session disconnected (route "ripcSession.23", host "xxxx", port 14003). Source Application has closed login stream. 

In conclusion, one scenario which can trigger this message in ADH log is that a non-interactive provider mayn't be properly shut down.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
25.3k 87 12 25

The above message means that whatever was connected on that port initiated a disconnection and shutdown the connection.

So, you will need to investigate whatever it was that was connected on that port (e.g. a provider app?)

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.