Products | Versions |
---|---|
TIBCO Rendezvous | - |
Not Applicable | - |
Check if your application has run out of memory. On Linux, if the RV application runs out of memory, the OS will "RST" the TCP connection between the RV daemon and the RV client.
If running a RV Java application and you have a "slow" consumer (a lot of messages pending on the RV client side) you may run into this error when the RV client runs out of native memory.
If your issue is not caused by running out of memory, collect the following information for TIBCO Support to review:
1). tcpdump captured on RVD or client box, if client and daemon are running on the same box, run tcpdump with "-i 127.0.0.1"
2). strace –fvall –ttT –o strace.log –p <application_pid>
3). daemon log
4). application log