How to fix duplicate local network error seen during RVRD startup without deleting the store file.

How to fix duplicate local network error seen during RVRD startup without deleting the store file.

book

Article ID: KB0092887

calendar_today

Updated On:

Products Versions
TIBCO Rendezvous -
Not Applicable -

Description

Description:
During the RVRD startup, if an old store file with duplicate local network is used then we see the warning as "XXXXXX already defined". While the presence of duplicate LAN records will not cause errors during daemon operations, it is symptomatic of past problems during configuration. To resolve this issue, we can either restart the RVRD with a new store file and reconfigure or follow the steps below to remove the duplicate entry.

Issue/Introduction

How to fix duplicate local network error seen during RVRD startup without deleting the store file.

Resolution

Steps to clean the store file when there the duplicate local networks defined.

1). Make a backup of the store file.
2). Connect to the HTTP interface of the RVRD.
3). Navigate to XML Configuration page.
4). Make a backup of the XML configuration.
5). Delete the local network i.e. contents within tags <local-network name ...> and </local-network> ,including these tags in the HTTP interface.
6). Click on the "XML Configure" button. Check the log file to ensure that local network is deleted.
7). Restart the RVRD.
8). Now RVRD should have the duplicate entry in the local network section.
9). Delete this local network either using the Routers page or XML Configuration page.
10). Navigate to XML Configuration page.
11). Copy the local network section from the backup XML taken in step 4 and paste it inside the router tag in the XML Configuration page.
12). Click on the "XML Configure" button. Check the logs to ensure that local network is created and subjects are imported/exported correctly.