Return-Path: Delivered-To: apmail-jakarta-httpclient-user-archive@www.apache.org Received: (qmail 74130 invoked from network); 2 Jan 2007 17:22:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jan 2007 17:22:15 -0000 Received: (qmail 80600 invoked by uid 500); 2 Jan 2007 17:22:21 -0000 Delivered-To: apmail-jakarta-httpclient-user-archive@jakarta.apache.org Received: (qmail 80414 invoked by uid 500); 2 Jan 2007 17:22:20 -0000 Mailing-List: contact httpclient-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: "HttpClient User Discussion" Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-user@jakarta.apache.org Received: (qmail 80390 invoked by uid 99); 2 Jan 2007 17:22:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jan 2007 09:22:20 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of venkat.forums@gmail.com designates 64.233.184.229 as permitted sender) Received: from [64.233.184.229] (HELO wr-out-0506.google.com) (64.233.184.229) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jan 2007 09:22:11 -0800 Received: by wr-out-0506.google.com with SMTP id i28so322007wra for ; Tue, 02 Jan 2007 09:21:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=upKN809Ps3F6+RlXv8tRowgcx+Eg8n1723b//4Iin8Gi3A75V+FD977UhP7INe5bJVn19ymRsTMQqDdKVF3AoRgGV3bwJJCiZpF6BDrvYeoWhi7CUQ7Bm30WrBWx9QOToxO6rD087qyPGElzW9J4weNGCqX+Bu/577sBQomve9Y= Received: by 10.78.18.3 with SMTP id 3mr1958929hur.1167758509867; Tue, 02 Jan 2007 09:21:49 -0800 (PST) Received: by 10.78.204.6 with HTTP; Tue, 2 Jan 2007 09:21:49 -0800 (PST) Message-ID: <4daa5f120701020921j438d197do14a2f386f00c0293@mail.gmail.com> Date: Tue, 2 Jan 2007 22:51:49 +0530 From: "venkat naidu" To: httpclient-user-help@jakarta.apache.org, httpclient-user@jakarta.apache.org Subject: Aapache HTTP clent-3.0.1Test cases are failing on IBM AIX 5.2 machine MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_145612_7253989.1167758509753" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_145612_7253989.1167758509753 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, When i ran the Apache HTTP client-3.0.1 test cases on IBM Aix 5.2machine , around 29 tests are failing and they are throwing following exception, All test cases are throwing same exception, please help me in this issue. unknown CA ================ Exception ========================================= javax.net.ssl.SSLHandshakeException: unknown CA at com.ibm.jsse.br.a(Unknown Source) at com.ibm.jsse.b.a(Unknown Source) at com.ibm.jsse.b.write(Unknown Source) at java.io.BufferedOutputStream.flushBuffer( BufferedOutputStream.java:81) at java.io.BufferedOutputStream.flush( BufferedOutputStream.java:139) at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(Unknown Source) at org.apache.commons.httpclient.HttpMethodBase.writeRequest(Unknown Source) at org.apache.commons.httpclient.HttpMethodBase.execute(Unknown Source) at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Unknown Source) at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(Unknown Source) at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source) at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source) at org.apache.commons.httpclient.params.TestSSLTunnelParams.testTunnellingParamsAgentLevel(Unknown Source) ================================================================================ And the test which are throwing this error are as follows : ======================Test cases throwing exception ================================== 1) testTunnellingParamsAgentLevel 2) testTunnellingParamsHostLevel 3) testTunnellingParamsHostHTTP10AndMethodHTTP11 4) testSimpleGet 5) testGetHostAuthConnKeepAlive 6) testGetHostAuthConnClose 7) testGetHostInvalidAuth 8) testGetInteractiveHostAuthConnKeepAlive 9) testGetInteractiveHostAuthConnClose 10) testGetProxyAuthHostAuthConnKeepAlive 11) testGetAuthProxy 12) testGetProxyAuthHostAuthConnClose 13) testGetProxyAuthHostInvalidAuth 14) testGetInteractiveProxyAuthHostAuthConnKeepAlive 15) testGetInteractiveProxyAuthHostAuthConnClose 16) testSimplePost 17) testPostHostAuthConnKeepAlive 18) testPostHostAuthConnClose 19) testPostHostInvalidAuth 20) testPostInteractiveHostAuthConnKeepAlive 21) testPostInteractiveHostAuthConnClose 22) testPostAuthProxy 23) testPostProxyAuthHostAuthConnKeepAlive 24) testPostProxyAuthHostAuthConnClose 25) testPostProxyAuthHostInvalidAuth 26) testPostInteractiveProxyAuthHostAuthConnKeepAlive 27) testPostInteractiveProxyAuthHostAuthConnClose 28) testPreemptiveAuthProxy 29) testGetProxyAuthHostAuthHTTP10 ================================================================================ Thanks in advance Venkat ------=_Part_145612_7253989.1167758509753--