Need to findout what is causing the following exception.
com.ge.dspnet.umf.core.api.CoreException: com.rti.dds.infrastructure.RETCODE_ERROR
at com.ge.dspnet.umf.core.dds.TopicWriterDDS.write(TopicWriterDDS.java:90)
at com.ge.dspnet.umf.core.dds.TopicWriterMetadataDDS.write(TopicWriterMetadataDDS.java:118)
at com.ge.dspnet.umf.core.dds.TopicWriterDataWithMetadataDDS.writeMetadata(TopicWriterDataWithMetadataDDS.java:107)
Hi Robert,
RETCODE_ERROR is the base class for return exceptions in our Java API. If you look at our API docs (write() method), you can see the criteria under which the write() call will throw an exception.
Also, here's the inheritance diagram for the exception classes: exceptions
Any chance you also print out the message associated with the exception?
-sumeet