RQM Selenium Adaptor- CLM-6.0.5
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
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
This is the 1st time, I am trying to do the setup.
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
no does not have !
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.