How to check the log file of the RV daemon that BW is connecting to?

How to check the log file of the RV daemon that BW is connecting to?

book

Article ID: KB0087738

calendar_today

Updated On: 01-14-2017

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
"Arguments conflict" RV exception seen in BW. To understand the root cause of the argument conflict, check the RVD log file for details.

Issue/Introduction

How to check the log file of the RV daemon that BW is connecting to?

Resolution

Go to the HTTP browser interface for RVD by clicking on http://localhost:7580.

On the browser interface you will see links, such as Clients,Services and Current Log. If you click the Service link --you should see --Service 7500 and the network parameters.

Try to bring up the node and your BW application. When you see the conflict occur, click the "Current Log" link on the browser interface and in these RVD logs you should see the reason for the conflict.

If your RVD web interface is not using the HTTP port 7580, you can find the port by using the netstat command. The same PID will be listening to two TCP ports. One of them is the listen port such as 7500 (default), the other one is this web interface HTTP port, such as 7580.