RQM HP Loadrunner Adapter 3.0.1.2 Installation Issue
We have RQM 3.0.1.2 and have just installed the HP Loadrunner Adapter 3.0.1.2. I am getting the following message after press the Start Adapter button on the Adapter Console.
"Instantiating an adapter instance...
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying TLS
Successfully created an HTTP client
The adapter is now connected
Created LoadRunner Adapter 3.0.1.1
Stored configuration is out of sync. Adapter is re-registering."
The "Stored configuration is out of sync. Adapter is re-registering." message line will repeat indefinitely until I stop the Adapter.
I believe I followed the installation instructions correctly. And I do have all the correct permissions to install and run the adapter.
This may or may not mean anything but the adapter is for v3.0.1.2 and the error messages says 3.0.1.1.
Does anyone have any ideas as to why I am getting the "Stored configuration is out of sync. Adapter is re-registering." message?
Thanks
Wayne
"Instantiating an adapter instance...
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying TLS
Successfully created an HTTP client
The adapter is now connected
Created LoadRunner Adapter 3.0.1.1
Stored configuration is out of sync. Adapter is re-registering."
The "Stored configuration is out of sync. Adapter is re-registering." message line will repeat indefinitely until I stop the Adapter.
I believe I followed the installation instructions correctly. And I do have all the correct permissions to install and run the adapter.
This may or may not mean anything but the adapter is for v3.0.1.2 and the error messages says 3.0.1.1.
Does anyone have any ideas as to why I am getting the "Stored configuration is out of sync. Adapter is re-registering." message?
Thanks
Wayne
3 answers
We have RQM 3.0.1.2 and have just installed the HP Loadrunner Adapter 3.0.1.2. I am getting the following message after press the Start Adapter button on the Adapter Console.
"Instantiating an adapter instance...
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying TLS
Successfully created an HTTP client
The adapter is now connected
Created LoadRunner Adapter 3.0.1.1
Stored configuration is out of sync. Adapter is re-registering."
The "Stored configuration is out of sync. Adapter is re-registering." message line will repeat indefinitely until I stop the Adapter.
I believe I followed the installation instructions correctly. And I do have all the correct permissions to install and run the adapter.
This may or may not mean anything but the adapter is for v3.0.1.2 and the error messages says 3.0.1.1.
Does anyone have any ideas as to why I am getting the "Stored configuration is out of sync. Adapter is re-registering." message?
Thanks
Wayne
Make sure the URL you are using for the adapter matches the
configured "Public URI" for your RQM application
Also this might be related to Permissions.
Try the resolution mentioned in the technote:
http://www-01.ibm.com/support/docview.wss?uid=swg21516783
Its the same error but for a different RQM adaptor
./Srikanth
Srikanth,
Thanks for the reply. The URL matches and I have the correct permissions.
I had another team member check the installation and it appears correct. We still can't figure out why we get the "Stored configuration is out of sync. Adapter is re-registering." message.
Thanks,
Wayne
Thanks for the reply. The URL matches and I have the correct permissions.
I had another team member check the installation and it appears correct. We still can't figure out why we get the "Stored configuration is out of sync. Adapter is re-registering." message.
Thanks,
Wayne
Srikanth,
Thanks for the reply. The URL matches and I have the correct permissions.
I had another team member check the installation and it appears correct. We still can't figure out why we get the "Stored configuration is out of sync. Adapter is re-registering." message.
Thanks,
Wayne
Wayne,
1) Are you using the Fully qualified domain name(FQDN) for the public URI?
2)Please take a look at http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0m1/index.jsp?topic=%2Fcom.ibm.rational.test.qm.doc%2Ftopics%2Fc_adapter_connection_issues.html
3) Are you able to connect with the command line adapter?
It can be found at
<JazzTeamServerinstall>\server\conf\qm\adapters
File name RQMCommandLineAdapter.zip
Copy and unzip this file on the system running the other adapter
Run the adapter using the same credentials as the one you are using for the other adapter
Once set, try to run the command line adapter and connect to the RQM server in question to the same project area used
Here is an example of the command
start.bat -repository https://<FQDN>:<port>/qm -user rqmuser -password rqmuser -adapterName rqmcmd -projectArea "projectareaname"