Products | Versions |
---|---|
TIBCO InConcert | - |
Not Applicable | - |
Resolution:
The error means the arguments passed to Rendezvous are incorrect. The IC_TIBRV_* settings in icconfig.xml and icrepconfig.xml need to be checked. Look for control characters in the text files or missing XML end tags. Validating the XML config files with a browser is a quick test of the correctness of the XML.
For example the following was provided by IE 7:
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
End tag 'IC_TIBRV_DAEMON' does not match the start tag 'tibrv'. Error processing resource 'file:///C:/Logs/SR_1-A80VVN/icre...
<IC_TIBRV_DAEMON default="tcp:40200"/>tcp:40200</IC_TIBRV_DAEMON>
---------------------------------...