Getting Error while Starting the Selenium adapter :
Hi ,
I am trying to install the selenium adaptor. i want to execute the selenium test scripts by using RQM Server.
I am getting the error while running the command "start.bat -configFile Config2.ini" .
The error message i am getting is "The specified repository URL must use the public URI of the server: https://<server Name>/qm"
Here is the error message i am getting :
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\CAF\adapters>start.bat -configFile Config2.ini
Launching Command Line Adapter...
java version "1.6.0"
Java(TM) SE Runtime Environment (build pwa6460sr9ifix-20110211_02(SR9+IZ94423))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 amd64-64 jvmwa6460sr9-20101
124_69295 (JIT enabled, AOT enabled)
J9VM - 20101124_069295
JIT - r9_20101028_17488ifx2
GC - 20101027_AA)
JCL - 20110211_02
Adapter is reconnecting. Using saved configuration information from Config2.ini
Successfully created an HTTP client
The adapter is now connected
The specified repository URL must use the public URI of the server: https://<Server Name>/qm
The command line 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.
Please refer to the readme.txt file in the adapter package.
Comments
Dev K
May 27 '13, 5:17 a.m.Any help would be greatly appreciated. Thanks in advance.
Piotr Aniola
May 27 '13, 5:53 a.m.Have you tried checking if JVM is on the path?
Are you able to run java -version from your "adapters" folder?
Also, please post the contents of your Config2.inifile.
Dev K
May 28 '13, 7:24 a.m.Thank you so much Piotr for your reply ! . The issue was with the server name ...actually i was giving port number also with server name that's why it was showing error like "The specified repository URL must use the public URI of the server: "