java - Any reason why I would not be permitted to confirm a message using Tibco Rendezvous? -


i have setup in applications communicate each other via tibco rendezvous. applications communicate using certified messaging. problem 2 of receivers have started exhibiting behavior error 27, not permitted when want confirm message (the first message in certified message exchange isn't certified, we've accounted that).

i've been looking around internet find people same error, , have found many, error when trying create tibco transport. can create transport fine, can't confirm messages received on it.

our environment uses both tibco 7.x , 8.x, times intermingled. problem appears both when peers use same tibco version , when use different versions. doesn't show applications, when show application, remains "broken". discarding ledger files both sender , receiver nothing. still error. both sender , receiver have proper permissions write (and create the) ledger files. connecting permanently running rvds. sender , receiver on different machines. communication has worked flawlessly in past, @ point, stopped doing so. application in java, , we're using tibrvj.jar auto-native libraries.

the error is

 ... caused by: tibrvexception[error=27,message=not permitted]   @ com.tibco.tibrv.tibrvimplcmtportc.natconfirmmsg(native method)   @ com.tibco.tibrv.tibrvimplcmtportc.confirmmsg(tibrvimplcmtportc.java:304)   @ com.tibco.tibrv.tibrvcmlistener.confirmmsg(tibrvcmlistener.java:88) .... 

i know you're going ask me "what did make start happening", , response "i don't know".

any input appreciated.

thanks.

it may possible tcp connections between 2 rvd servers not possible. can check if can connect 1 other (connect subscriber host publisher)? in experience, cm acknowledgments handled on tcp (please take grain of salt i'm more end user middleware support guy).


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -