cancel
Showing results for 
Search instead for 
Did you mean: 

Timeout in RAS Linux

Former Member
0 Kudos

Hi,

How do we increase the timeout for RAS in Linux? There is no clientSDKOptions.xml if we are using Linux version.

Error thrown:

CECORBACommunicationAdapter.request() Throwable - The request timed out because there has been no reply from the server for 600,000 milliseconds.

Best Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

ted_ueda
Employee
Employee
0 Kudos

Copy the clientSDKOptions.xml file over to Linux, make it accessible to your Java process, then specify the directory path where the file is found (not file path) using the Java System property "ras.config".

Then strace the Java process, to ensure your app is accessing the xml file correctly in the expected location.

Sincerely,

Ted Ueda