I have a setting in which some applications communicate with each other through a Tibco rendezvous. Applications interact using certified messaging. My problem is that my two receivers have recently begun to demonstrate the behavior that they will receive with error 27, and not allowed when they want to confirm the message (the first message in certified messaging is not certified, we took into account that).
I searched the Internet to find people with the same error, and I found a lot, but they all get an error when trying to create a tibco transport. I can create the transport very well, but I can not confirm the received messages over it.
In our environment both tibco 7.X and 8.X are used, mixed several times. This problem occurs when peers use the same version of tibco and when they use different versions. It is not displayed for all applications, but when it appears for the application, it remains “broken”. Canceling the registrar files for both the sender and the recipient does nothing. We are still getting an error. Both the sender and the recipient have the correct permissions to write to (and create) register files. We connect to constantly working rvds. Sender and receiver are on different machines. Communication worked flawlessly in the past, but at some point she stopped doing it. The application is in java, and we use the tibrvj.jar auto-native libraries.
Error
...
Caused by: TibrvException [error = 27, message = Not permitted]
at com.tibco.tibrv.TibrvImplCmTPortC.natConfirmMsg (Native Method)
at com.tibco.tibrv.TibrvImplCmTPortC.confirmMsg (TibrvImplCmTPortC.java:304)
at com.tibco.tibrv.TibrvCmListener.confirmMsg (TibrvCmListener.java:88)
....
I know that you ask me: “What have you done to get this started,” and my answer is “I don’t know.”
Any input would be appreciated.
Thanks.
source share