question

Upvotes
1 0 0 1

RSSLNamespace::rsslConnection, status = { state: DOWN, code: NONE, text: "NONE"}

I downloaded the SDK today and have tried to run the tutorial 8 (https://developers.lseg.com/en/api-catalog/refinitiv-real-time/robust-foundation-api-rfa-java/tutorials#tutorial-8-retrieving-level-1-market-price-data) for getting MarketPrice.


However, the login is not succeeding.


I get following log:


*****************************************************************************

* Begin RFA Java StarterConsumer Program *

*****************************************************************************

Loading config DB from Config File:<E:/Downloads/rfaj8.2.5.L1.all.rrg/Tools/RSSLSkyConfig.xml>

RFA Version: 8.2.5.L1.all

Sep 12, 2024 9:45:50 PM com.reuters.rfa.internal.session.SessionImpl processEventQueueDispatchThreadStarted

FINE: com.reuters.rfa.session.RSSLNamespace.rsslSession

Session initialization: Dispatch thread "RSSLNamespace::rsslSession Session EventQueueGroup" started


field dictionary read from RDMFieldDictionary file

enum dictionary read from enumtype.def file

LoginClient: Sending login request...

LoginClient.processEvent: Received Login Response...

LoginClient: Received Login Response - MsgType.REFRESH_RESP

MESSAGE

Msg Type: MsgType.REFRESH_RESP

Msg Model Type: LOGIN

Indication Flags: REFRESH_COMPLETE

Hint Flags: HAS_ATTRIB_INFO | HAS_ITEM_GROUP | HAS_RESP_TYPE_NUM | HAS_STATE

State: OPEN, SUSPECT, NONE, "All connections pending"

Group: 0000

RespTypeNum: 0 (RespType.SOLICITED)

AttribInfo

Name: <username>

NameType: 1 (USER_NAME)

Attrib

ELEMENT_LIST

ELEMENT_ENTRY ApplicationId: 256

ELEMENT_ENTRY Position: <MY_HOST_NAME>

ELEMENT_ENTRY AllowSuspectData: 1

ELEMENT_ENTRY SingleOpen: 1

ELEMENT_ENTRY SupportBatchRequests: 7

ELEMENT_ENTRY SupportOptimizedPauseResume: 1

ELEMENT_ENTRY SupportPauseResume: 1

ELEMENT_ENTRY SupportViewRequests: 1

ELEMENT_ENTRY SupportEnhancedSymbolList: 1

ELEMENT_ENTRY SupportOMMPost: 1

Payload: None

Sep 12, 2024 9:45:50 PM com.reuters.rfa.internal.session.ConnectionHandler createConnections

FINE: com.reuters.rfa.session.RSSLNamespace.rsslSession

Session initialization: acquiring connection "RSSLNamespace::rsslConnection"


Sep 12, 2024 9:45:50 PM com.reuters.rfa.internal.connection.ConnectionImpl processConnectionStatusOpenReqMsg

FINE: com.reuters.rfa.connection.rssl.RSSLNamespace.rsslConnection

Sending CONNECTION_STATUS_MSG, connection name = RSSLNamespace::rsslConnection, status = { state: DOWN, code: NONE, text: "uninitialized"}


Sep 12, 2024 9:45:50 PM com.reuters.rfa.internal.connection.ConnectionImpl processConnectionStatusBase

FINE: com.reuters.rfa.connection.rssl.RSSLNamespace.rsslConnection

Sending CONNECTION_STATUS_MSG, connection name = RSSLNamespace::rsslConnection, status = { state: DOWN, code: NONE, text: "NONE"}


Sep 12, 2024 9:46:05 PM com.reuters.rfa.internal.connection.ConnectionImpl processConnectionStatusBase

FINE: com.reuters.rfa.connection.rssl.RSSLNamespace.rsslConnection

Sending CONNECTION_STATUS_MSG, connection name = RSSLNamespace::rsslConnection, status = { state: DOWN, code: NONE, text: "NONE"}


Could you please help to point out what is going wrong here? Here is my cmd line argument:


-debug true

-configFile E:/Downloads/rfaj8.2.5.L1.all.rrg/Tools/RSSLSkyConfig.xml

-session RSSLNamespace::rsslSession

-user <username>

-runTime 600

-serviceName IDN_SELECTFEED

-itemName IBM.N

-mmt MARKET_PRICE

-rdmFieldDictionary E:/Downloads/rfaj8.2.5.L1.all.rrg/etc/RDM/RDMFieldDictionary

-enumType E:/Downloads/rfaj8.2.5.L1.all.rrg/etc/RDM/enumType.def



#technologyrfa-apijava
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.

1 Answer

· Write an Answer
Upvotes
85.5k 292 53 77

@Prakash Nirala

Thank you for reaching out to us.

The error indicates that the RFA can't establish a connection to the server.

If the application can connect to the server, the log will look like this: log.txt.

Please check the configuration file and make sure the server is running properly.


log.txt (15.6 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.

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.