-
IndexOutOfBoundsException at registerClient EMA
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…
-
Facing "InvalidUsageExceptionImpl" Exception while application reconnects to reuters
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…
-
unregister() causes internal stack trace
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…
-
Exception Type='OmmJsonConverterException', Text='Failed to convert JSON message'
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 =…
-
DSS API connection failed
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…
-
Exception handling during asyncio tasks
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(…
-
NullPointerException emaj 3.6.1.2 processing directory domain message
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…
-
Error processing message
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…
-
Uncaught UnicodeEncodeError on Python 2 in debug statement
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 and I am getting a System.TypeLoadException Exception
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…
-
I/O exception (java.net.SocketException) occurs while connecting to API and Connection is reset a...
...fter three attempts While executing the sample code to connect with REST API getting the below exception- The same code had worked earlier. INFO: I/O exception (java.net.SocketException) caught when processing request to {s}->https://hosted.datascopeapi.reuters.com:443: Connection reset Sep 06, 2017 3:24:39 PM…
-
Getting java.lang.NoSuchFieldError: INSTANCE exception on Apache layer while connecting using Ke...
...ystore. Hi, We are facing an issue while creating the market data session in linux environment. The same application when run on my dvelopment environment, it runs fine. But when deployed in another linux environment, it is getting an exception on Apache layer as follows. Exception in thread "Thread-293"…
-
.Net System.AccessViolationException when calling OMMProvider.Submit on a RespMsg containing a s...
...tatus. I have a provider which has multiple clients connecting and each requesting a set of RICs. If they overlap (i.e. the 2nd client requests a RIC that the first client is already watching), and the response was a status message (i.e. a price wasn't available), then I attempt to replay a status message using the…
-
ThomsonReuters.Desktop.SDK.DataAccess.TinyIoCResolutionException while running a .NET Data API app
When I try running my .NET Data API application it fails with the following exception: <ThomsonReuters.Desktop.SDK.DataAccess.TinyIoCResolutionException>: Unable to resolve type: ThomsonReuters.Desktop.SDK.DataAccess.IInternalDataServices What may be the reason for that?
-
Exception while subscribing for news
I am writing a consumer application for reading news from EMA , i am getting a below exception loggerMsg TimeStamp: 13:31:51.825 ClientName: ChannelCallbackClient Severity: Success Text: Received ChannelUp event on channel Channel_1 Instance Name Consumer_1_1 Connected component version: ads2.6.11.L1.linux.tis.rrg 64-bit…