It's all about the answers!

Ask a question

RQM Selenium Adaptor- CLM-6.0.5


Manoj Panda (39336662) | asked Feb 17 '18, 11:05 a.m.
JAZZ DEVELOPER

Hi,
 I am unable to start the adoptor. here is the error.

C:\RQMJUnitSeleniumAdapter>start.bat -repository https://mapanda3:9443/qm -userid manoj
Launching Adapter...

java version "1.8.0"
Java(TM) SE Runtime Environment (build pwa6480sr4fp10-20170727_01(SR4 FP10))
IBM J9 VM (build 2.8, JRE 1.8.0 Windows 7 amd64-64 Compressed References 2017072
2_357405 (JIT enabled, AOT enabled)
J9VM - R28_20170722_0201_B357405
JIT  - tr.r14.java_20170722_357405
GC   - R28_20170722_0201_B357405_CMPRSS
J9CL - 20170722_357405)
JCL - 20170726_01 based on Oracle jdk8u144-b01
Adapter is reconnecting. Using saved configuration information from Config2.ini
Exception in thread "main" java.lang.RuntimeException: BASE64 input is invalid b
ecause it is the wrong size
        at com.ibm.rqm.adapter.library.connection.Base64.decode(Base64.java:163)

        at com.ibm.rqm.adapter.commandline.QMCommandLineAdapter.main(QMCommandLi
neAdapter.java:297)
The adapter did not run, exited unexpectedly, or was killed.
This can happen if java.exe was not found in the PATH,
or if java.exe is too old or not compatible (the version of JAVA required is 1.5
 or later),
or Configuration File does not have write permissions,
or some other error occurred.

3 answers



permanent link
Somashakar Kannan (962) | answered Feb 19 '18, 9:36 a.m.

It looks like there was argument BASE64 given for the first time, when the adapter was started.  BASE64 also seems to be invalid.  Please check for the same.


Comments
Manoj Panda commented Feb 19 '18, 9:48 a.m.
JAZZ DEVELOPER

This is the 1st time,  I am trying to do the setup.


Somashakar Kannan commented Feb 19 '18, 11:07 a.m.

Does your username or password contain '!" mark, if then can you follow the steps in the below link.
https://jazz.net/forum/questions/172940/rqm-selenium-adaptor-has-an-error-to-start-up-how-to-solve-it


Manoj Panda commented Feb 19 '18, 11:25 a.m.
JAZZ DEVELOPER

no does not have !


permanent link
Donald Nong (14.5k414) | answered Feb 21 '18, 12:22 a.m.

If you copy the command line from somewhere else, try typing it manually. I suspect that some special characters are hidden in your command line. The command that you use should produce an "invalid parameter" error since it expects "-user", not "-userid". At least this is true for version 6.0.5.


permanent link
Donald Nong (14.5k414) | answered Feb 21 '18, 1:07 a.m.

You should also check the selenium.properties file carefully and see what changes have been made there.

Your answer


Register or to post 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.