The most recent content from our members.
IndexOutOfBoundsException at registerClient EMA : API EMA 3.6.3.1 JAVA Windows We experience since this morning (May the 9th) an IndexOutOfBoundsException when trying to use registerClient. The source code, library and configuration file have not changed since April, the 28th. Can you check please ? And can you give us the…
Hi All, We are using rmds client script to get market rate data for our application. In unit test case, while application tries to reconnect to reuters we are facing an exception "rfa::common::InvalidUsageExceptionImpl" from RFA library used. And this is very rare and random issue. And we are not able to reproduce it. Need…
I have written the simplest code example that returns a refresh message and it gets a internal stack trace on unregister(). What's wrong in these 40 lines? OnMsgTest onMsgTest = new OnMsgTest(ommConsumer, symbol);<br /> long handle = ommConsumer.registerClient(reqMsg.serviceName(source).name(symbol), onMsgTest); and later…
When i try to subscribe to ALINN.PA i receive this exception : Exception Type='OmmJsonConverterException', Text='Failed to convert JSON message: {"ID":24187,"Type":"Error","Text":"JSON Converter unexpected value: Invalid date value: 2022-11, code =…
I am not able to hit refinitiv from PaSS and getting below error ResourceAccessException: 15:26:35.857: [APP/PROC/WEB.0] 2022-09-05 09:56:35 ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is…
Hello. In following code example objs variable will be empty (the results of all tasks will be lost), because one of the tasks raised exception. How can I come over that? For example, so that one of the tasks returns a normal answer, and the other returns just None. Thank you. tasks_gather = asyncio.gather(…
Hi Dev Team, Recently we have encountered a NullPointerException processing directory domain message. This happened after one of the services on TREP 3.5 was renamed so we suspect TREP sent a message that included a Delete for that old service name that was being renamed which caused the app to crash or at least that is…
Hello, I had an issue whereby I missed a BLANK check and the code threw an exception at which point no more messages were processed. Seems wrong for calling code to not handle the exception Code snippet here with BLANk check added final short fid = (short) fieldEntry.fieldId(); final String name = fieldEntry.name(); if…
In Eikon Python 1.0.1, at eikon.json_requests line 114, there is a call to logger.debug('HTTP Response:{}'.format(response.text)) that is not wrapped in a try: except UnicodeEncodeError call (as is the case with most other calls, see e.g. lines 90-94). If the HTTP request returns a value with a non-ASCII Unicode value this…
Trying to use DSS SDK Seach in project targeting .Net Standard 2.1 and I am getting a System.TypeLoadException Exception Tried changing the target to .Net Framework 4.5.1 and I am getting the same exception I copied and referenced all the DLLs as directed in the Getting Started docs. System.TypeLoadException: Could not…
It looks like you're new here. Sign in or register to get started.