RQM-Selenium Adapter is running , why the machine is not listed in run option ?
I have a setup which use RQM Junit Selenium Adapter I configured and it was running fine , after sometime I started to notice that my tests are not running , when I investigated I saw that the machine is not getting identified . I tried stopping the adapter and restarting the same .. no luck I don't see the machine listed .. but adapter says connected
Launching Adapter...
java version "1.6.0"
Java(TM) SE Runtime Environment (build pwa6460sr14-20130705_01(SR14))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows Server 2003 amd64-64 jvmwa646
0sr14-20130704_155156 (JIT enabled, AOT enabled)
J9VM - 20130704_155156
JIT - r9_20130517_38390
GC - GA24_Java6_SR14_20130704_1138_B155156)
JCL - 20130618_01
Adapter is reconnecting. Using saved configuration information from configISL.ini
Attempting to create SSL_TLS context
Successfully created an HTTP client
Attempting to create SSL_TLS context
The adapter is now connected
Created JUnit Selenium Adapter
|
6 answers
Are you in the same project area in RQM that your Selenium adapter is pointing too? You can have a Selenium adapter be running perfectly fine, but if it is configured for one project area and you are in another it will not show up as usable.
Comments
Jagadish R Rao
commented Jul 02 '14, 3:10 p.m.
Hi Patrick
I am in the same project area where the adapter is confirmed . Is JVM causing any issues is there any minimum version ? I am using 1.6 JDK
Jagadish,
Ara
Jagadish R Rao
commented Jul 03 '14, 1:20 p.m.
Hi Ara
I requested the RQM administrator to restart once .. post that it is working fine till now and yes I can see the Execution - Adapter console it keeps flickering between green and Yellow
Thanks
Jagadish
|
Hi,
I do face the similar issue when trying to run a Testcase from RQM. where in the adapter console it show the status as online. But in the testcase execution window (Run) you will see the machine name not showing up. attached is the snapshot of the same. Is there any workaround to this issue. |
Here is our RQM adapter connector console output.
|
Tried restarting the jazz server and could see that the adapter is trying to connect to the server.
|
Looking at the RftAdapter.log could see the below entry and it look to be something relating to security issue. For detailed reference I am attaching the entire log (RftAdapter.log) file with this post. **********Copying the last line of the code****************
... 95 more
java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
by CN=RQM Server Name, OU=Root Certificate, OU=RQM Server NameNode03Cell, OU=RQM Server NameNode03, O=IBM, C=US is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error
|
Finally our team has sorted out this to be an issue with certificate only.
It is explained in the tech note below This was related to RFT 8.6.0.6 being sensitive to the self signed certificate presented by RQM. ------Connecting Rational Quality Manager Adapter with Rational Test Workbench ------- https://www.ibm.com/developerworks/community/blogs/nfrsblog/entry/Connecting_Rational_Quality_Manager_Adapter_with_Rational_Test_Workbench?lang=en ------Error connecting Rational Quality Manager Adapter with Rational Test Workbench and Rational Performance Tester------ http://www-01.ibm.com/support/docview.wss?uid=swg21977386 |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.