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