question

Upvotes
Accepted
5 2 2 4

Re-Login with E-SDK 1.5.0L1 Java on ERT Connection

Hi I am developng an Java EMA application in order to consume data from ERT. The service discovery and Item registration works fine, but after 300 seconds I get kicked out.

I cannot find in the documentation the proper way (in Java) to renew the login token. I have the Login message received containing the first token and the (Unix) time when it will expire but I do not know what to do with this. How do i send a new LoginReq? What shoud be contained? The user/password/appId or the old token?

I have experimented with the consumer example 430, but the consumer.reissue call leads to a NullPointer exception.

Does anyone have a working example for this?

Thanks and kind reagrds

Frank

elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-api
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 @f.heuschen

Thank you for your participation in the forum. Is the reply 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.

Thanks,


AHS

@f.heuschen

Hi,

Thank you for your participation in the forum.

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

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

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Hello @f.heuschen

Thank you for your participation in the forum. Is the reply 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.

Thanks,


AHS

Upvotes
Accepted
9.6k 10 7 7

Hello @f.heuschen

It is possible that EMA does not receive new token from EDP gateway e.g. network issue or EDP gateway sends new token too late when TREP authentication token has expired already. By default, EMA requests a new access token by multiplying the token’s published timeout by 0.8 which is every 4 minutes(token expire in 5 minutes) according to TokenReissueRatio parameter of Consumer. Hence, EMA requests token once before the token expires. Please try to increase the number of request token by adjusting TokenReissueRatio parameter e.g. 0.3(try to request token 3 times within in 5 minutes).

If the problem still occurs even adjusting TokenReissueRatio parameter, please contact ERT in Cloud support team who can help you to investigate the server side by opening the ticket via Product Support | MyRefinitiv . Select Product as Elektron Real Time in Cloud.

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
9.6k 10 7 7

Hello @f.heuschen

EMA sends the refresh token to proactively obtain a new access token prior to the published expiration timeout(300 seconds) to keep the ERT connection. Hence, the application does nothing about re-login as shown in the figure below:

For more details, please refer to section 6.3.3 Refreshing the Access Token and Sending a Login Reissue in EMA Java Developers Guide

You can try example450__MarketPrice__QueryServiceDiscovery to consume data from ERT. Please refer to EMA Quick Start - Connecting to Elektron Real Time in Cloud for more details to run the example.



loginreissue.jpg (182.0 KiB)
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
5 2 2 4

Hello @Pimchaya.Wongrukun

many thanks for your answer. Actually I have based my application on example450__MarketPrice__QueryServiceDiscovery and it works fine. Nevertheless, yesterday the application ceased to receive updates and in the log I found:

RDMLogin stream was closed with status message
username (some lenghty string)
usernameType 1

State: Closed/Suspect/Timeout - text: "TREP authentication token has expired."
loggerMsgEnd

Which led me to believe that I had to manage this myself.

What could be the reason for this?

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.