Command Line Adapter can not connect the server
13:49:43,174 INFO com.ibm.rqm.adapter.library - Successfully created an HTTP client
13:52:52,312 ERROR com.ibm.rqm.adapter.library -
java.net.SocketException: Connection timed out:could be due to invalid address
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:391)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:252)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:239)
at java.net.Socket.connect(Socket.java:543)
at java.net.Socket.connect(Socket.java:493)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:403)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:521)
at com.ibm.net.ssl.www2.protocol.https.b.<init>(b.java:88)
at com.ibm.net.ssl.www2.protocol.https.b.a(b.java:86)
at com.ibm.net.ssl.www2.protocol.https.c.getNewHttpClient(c.java:60)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:774)
at com.ibm.net.ssl.www2.protocol.https.c.connect(c.java:31)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:943)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
at java.net.HttpURLConnection.getResponseMessage(HttpURLConnection.java:445)
at com.ibm.net.ssl.www2.protocol.https.a.getResponseMessage(a.java:55)
at com.ibm.rqm.integration.client.clientlib.RQMConnectionHelper.getFromServer(RQMConnectionHelper.java:452)
at com.ibm.rqm.integration.client.clientlib.RQMConnectionHelper.login(RQMConnectionHelper.java:186)
at com.ibm.rqm.adapter.library.data.ServerInformation.login(ServerInformation.java:66)
at com.ibm.rqm.adapter.library.data.NewRequester.<init>(NewRequester.java:67)
at com.ibm.rqm.adapter.library.data.RQMAdapter.<init>(RQMAdapter.java:45)
at com.ibm.rqm.adapter.commandline.QMCommandLineAdapter.<init>(QMCommandLineAdapter.java:39)
at com.ibm.rqm.adapter.commandline.QMCommandLineAdapter.main(QMCommandLineAdapter.java:96)
13:56:01,447 WARN com.ibm.rqm.adapter.commandline - Failed to save configuration file for the command line adapter
13:56:01,448 ERROR com.ibm.rqm.adapter.commandline - Failed to log in to server at https://9.123.135.167:9443/jazz. Please check the repository URL https://9.123.135.167:9443/jazz, user name zhaibo and its password and try again. Make sure that the Server is available.
Thanks for any help.
One answer
I am sure your problem has been solved but in general there could be multiple reasons for adapter failing to connect.
Refer this link for more info Troubleshooting command-line adapter issues
Refer this link for more info Troubleshooting command-line adapter issues