Our Reuters client code is rfaj7.5.1, and the JDK development and compilation version is JDK1.7, which was originally deployed on the Windows Server machine and executed normally. After migrating to the Linux suse machine, the JDK version is JDK8.0. The program has not changed or the old program is used. Obtaining Reuters data ratings and interest rate data is very unstable. Sometimes the data is obtained successfully, sometimes it is not.
(1) Is it related to the JDK version? Or are there any restrictions on Reuters?
(2) Can you capture the action we called, the reason for the failure, and whether there is a log record on the Reuters side.
(3) There is another problem: the configuration and intermediary Reuters intermediate service connection is to maintain the connection IP and port through a graphical interface of rrBAK. Is there a file configuration, because the graphical interface can be opened after the server is deployed to the production machine
now i changed rfaj7.5.1 to rfaj7.6, also replaced the libs of java project from rfaj7.5 to rfaj7.6, then i changed the jdk version from 8.0 to 1.7 in suse linux ,but the result was still random success. for example, I ran programe ten times , and the result was eight times success, but two times failure. if i didn't changed anything, still used jdk8.0 and rfaj7.5 client, the result was seven times success,but three times failure. please help us, thank you