Integration of RQM with RTRT
Hi Team,
I am integrating RQM with RTRT, we already have the adapter for RQM , in RTRT installation files
location for the same:: installation dir:\IBM\TestRealTime\RQMAdapter\TestRTadapter\startTestRTAdapter
while running the batch file it showing the following error
could not read the config file [file: log4j.properties]
How should I troubleshoot it?
One answer
Hi Krunal,
The RQM adapter will try to load the log4j.properties from the directory:
%TESTRTDIR%\RQMAdapter\TestRTadapter\log4j.properties
So first verify that %TESTRTDIR% is set correctly, for example if you installed Test Real Time into the default direrectory you need to set the environment variable TESTRTDIR to "C:\Program Files (x86)\IBM\TestRealTime"
The script "startTestRTAdapter.bat" does check that the environment variable TESTRTDIRis set so it is probbaly set to the wrong value.
Hope this helps,
Simon
The RQM adapter will try to load the log4j.properties from the directory:
%TESTRTDIR%\RQMAdapter\TestRTadapter\log4j.properties
So first verify that %TESTRTDIR% is set correctly, for example if you installed Test Real Time into the default direrectory you need to set the environment variable TESTRTDIR to "C:\Program Files (x86)\IBM\TestRealTime"
The script "startTestRTAdapter.bat" does check that the environment variable TESTRTDIRis set so it is probbaly set to the wrong value.
Hope this helps,
Simon