I have an application using RTI DDS using dynamic data
to set my messages.
When I try to send a string that was 300kb
in a file I get the following error code:
com.rti.dds.infrastructure.RETCODE_OUT_OF_RESOURCES
at com.rti.dds.util.Utilities.rethrow(Unknown Source) ~[nddsjava.jar:?]
at com.rti.dds.infrastructure.RETCODE_ERROR.check_return_codeI(Unknown Source) ~[nddsjava.jar:?]
at com.rti.dds.dynamicdata.DynamicData.set_string(Unknown Source) ~[nddsjava.jar:?]
I have searched on their forum and tried all changes I can think of to my QOS policy file to avoid this error, of which none have worked.
I figured the best way to now go about solving this problem is getting to the root cause of the problem, however I have hit a wall and can't figure out if it is OS related, a memory leak, or what.
Does anyone have any idea what may be causing me this issue with RTI DDS?