Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

connection error when use RQMCopyUtil

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
#############################################

0 votes



6 answers

Permanent link
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.

0 votes


Permanent link
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.

0 votes


Permanent link
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.

0 votes


Permanent link
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.

0 votes


Permanent link
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.

0 votes


Permanent link
Did the request succeed? Sometimes the SSLv3 context is resolved and this error message can be ignored.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jun 04 '10, 11:28 p.m.

Question was seen: 7,772 times

Last updated: Jun 04 '10, 11:28 p.m.

Confirmation Cancel Confirm