It's all about the answers!

Ask a question

connection error when use RQMCopyUtil


Jiang Ming Zhe (132) | asked Jun 04 '10, 11:28 p.m.
I wanted to copy all assets from one RQM server to another, but failed with connection error. How to fix the problem?
###########################################
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3
Jun 5, 2010 10:57:03 AM org.apache.commons.httpclient.HttpMethodDirector execute
WithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request:
Connection refused: connect
Jun 5, 2010 10:57:03 AM org.apache.commons.httpclient.HttpMethodDirector execute
WithRetry
INFO: Retrying request
Jun 5, 2010 10:57:04 AM org.apache.commons.httpclient.HttpMethodDirector execute
WithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request:
Connection refused: connect
Jun 5, 2010 10:57:04 AM org.apache.commons.httpclient.HttpMethodDirector execute
WithRetry
INFO: Retrying request
Jun 5, 2010 10:57:05 AM org.apache.commons.httpclient.HttpMethodDirector execute
WithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request:
Connection refused: connect
Jun 5, 2010 10:57:05 AM org.apache.commons.httpclient.HttpMethodDirector execute
WithRetry
INFO: Retrying request
Jun 5, 2010 10:57:06 AM com.ibm.rqm.ct.util.Logger logError
SEVERE: Error logging in to source: java.net.ConnectException: Connection refuse
d: connect
#############################################

6 answers



permanent link
Kurtis Martin (1.4k11) | answered Jun 05 '10, 6:13 a.m.
JAZZ DEVELOPER
I've seen this error for the Command-line adapter due to the Java JRE level not being at least 1.5. I bet this is the same issue for RQMCopyUtil. Make sure the jave executable in your path is 1.5 or higher. You can do so at the command-line by typing "java -version". If you are on the machine were RQM is installed, you can use the JRE that is part of RQM. It's located in the "server\jre\bin" directory under your RQM install directory. Place that absolute path at the start of your PATH environment variable and try again.

permanent link
David Richards (31) | answered Jun 07 '10, 10:03 a.m.
I've seen this error for the Command-line adapter due to the Java JRE level not being at least 1.5. I bet this is the same issue for RQMCopyUtil. Make sure the jave executable in your path is 1.5 or higher. You can do so at the command-line by typing "java -version". If you are on the machine were RQM is installed, you can use the JRE that is part of RQM. It's located in the "server\jre\bin" directory under your RQM install directory. Place that absolute path at the start of your PATH environment variable and try again.


I believe the RQMCopyUtil requires 1.6 or higher.

permanent link
Robert Rassmann (9923) | answered Jun 07 '10, 10:40 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
I was seeing this exact same error this morning when using the URLUtility. For me the problem turned out to be that I had forgotten to include the port number in the URL.

permanent link
xiaqing he (6) | answered May 02 '12, 1:49 p.m.
when connect to RQM using URLUtility, we had the error as follows:
------------------------------------------------------------------------------------
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3

------------------------------------------------------------
I had searched this forum, and looks like someone else had experienced the same issue previously. However, the solution/suggestion does not fix my problem.

1) java version is 1.6.0_21 already;
2) had included the port number in the URL already;

Any other suggestion/solutions? Thanks a lot.

permanent link
Hao Wan (1.5k35) | answered May 02 '12, 9:46 p.m.
JAZZ DEVELOPER
have you ever changed the "Connector" section in server/tomcat/conf/server.xml
when connect to RQM using URLUtility, we had the error as follows:
------------------------------------------------------------------------------------
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3

------------------------------------------------------------
I had searched this forum, and looks like someone else had experienced the same issue previously. However, the solution/suggestion does not fix my problem.

1) java version is 1.6.0_21 already;
2) had included the port number in the URL already;

Any other suggestion/solutions? Thanks a lot.

permanent link
Paul Slauenwhite (8.4k12) | answered May 03 '12, 6:00 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Did the request succeed? Sometimes the SSLv3 context is resolved and this error message can be ignored.

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.