question

Upvotes
Accepted
1 1 1 4

RSSL Channel read failed

What could possibly cause this error:

(ComponentName) RSSL_Adapter: (Severity) Error: RSSL Channel read failed on connection "RSSL_0x7ff2400dbfc0".  Channel will be closed.  (Internal debug info: "<Impl/ripcsrvr.c:5616> ripcRead() failed: (104)", errno: 104)

Any time this error happens, it always reconnects back.

16:00:14.352519 WARN  mds.mdm3.Mdm3Logger - RFA/ZZZ: Connection is down
16:00:14.355050 INFO  mds.mdm3.Mdm3Logger - RFA/ZZZ: User XXX login success, Connection Down
16:00:14.355099 INFO  mds.mdm3.Mdm3Logger - RFA/ZZZ: User XXX login success, User: XXX on RSSL_0x7ff2400dbfc0 StreamState: Open(Accepted) plus DataState: Suspect
16:00:14.431764 INFO  mds.mdm3.Mdm3Logger - RFA/ZZZ: Connection is up
16:00:14.433272 INFO  mds.mdm3.Mdm3Logger - RFA/ZZZ: User XXX login success, Login accepted by host YYY.
16:00:14.433321 INFO  mds.mdm3.Mdm3Logger - RFA/ZZZ: User XXX login success, User: XXX on RSSL_0x7ff2400dbfc0 StreamState: Open(Accepted) plus DataState: Ok<br>

Could the heavy traffic slowing down the consumer be the culprit?

treprfarfa-apirssl
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.

Hello @tao.yang

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

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
11.3k 25 9 14

The error indicates that RFA's transport layer cannot read data from RSSL channel from the socket with system error 104. System Error 104 should be ECONNRESET (Connection reset by peer). It indicates that the peer (server) has disconnected the connection.

This could be a network or server issue so you need to contact the network or server team to verify the problem. The server should log the reason of the disconnection.

The heavy traffic slowing down the consumer could also be the cause of the disconnection. The server such as Elektron or TREP component has a mechanism to cut a connection, once the consumer cannot consume data fast enough (read data from socket connection). In this case, you can verify if the application is able to handle the number of incoming events via the number return from the dispatch() function. It is the estimated number of pending event in the event queue at that time. If the number continues increasing during the heavy traffic, you need to make the processEvent() more efficient by moving slow or process-heavy code to another thread.

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
1 1 1 4

Thanks very much for your reply.

Sometimes the error is 11:

[Mon Jan  9 16:00:06 2017]: (ComponentName) RSSL_Adapter: (Severity) Error: RSSL Channel read failed on connection "RSSL_0x7f50fa3a65c0".  Channel will be closed.  (Internal debug info: "<Impl/ripcsrvr.c:5616> ripcRead() failed: (11)", errno: 11)

Does it mean something else?

Where can I get the explanations of the all the error code? Is there any way I can see the Impl/ripcsrvr.c ?

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.

This is a new question:

https://community.developers.refinitiv.com/questions/12445/ripcread-failed-11.html

and the answer has been provided.

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.