Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 87448 invoked from network); 5 Feb 2007 10:57:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2007 10:57:06 -0000 Received: (qmail 46920 invoked by uid 500); 5 Feb 2007 10:57:13 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 46768 invoked by uid 500); 5 Feb 2007 10:57:12 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 46759 invoked by uid 99); 5 Feb 2007 10:57:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 02:57:12 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of eoghan.glynn@iona.com designates 62.221.12.33 as permitted sender) Received: from [62.221.12.33] (HELO emea-smg1.iona.com) (62.221.12.33) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 02:57:03 -0800 Received: from emea-ems1.ionaglobal.com (dutec.ie [10.2.1.125]) by emea-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id l15BsHBQ013966 for ; Mon, 5 Feb 2007 11:54:17 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: HttpsURLConnectionFactoryTest exception Date: Mon, 5 Feb 2007 10:56:40 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: HttpsURLConnectionFactoryTest exception Thread-Index: AcdJEnFA1qxomYqxT0u89dFX7nmnoQAAFo8AAAAqP5AAADdmYA== From: "Glynn, Eoghan" To: X-Virus-Checked: Checked by ClamAV on apache.org Yep fair point, I'll take care of it. The test was actually inherited from the old Celtix codebase, so it probably due a good ol' spring-clean anyway. Cheers, Eoghan=20 > -----Original Message----- > From: Tully, Gary [mailto:Gary.Tully@iona.com]=20 > Sent: 05 February 2007 10:53 > To: cxf-dev@incubator.apache.org > Subject: RE: HttpsURLConnectionFactoryTest exception >=20 > Can the log be suppressed or redirected or intercepted via a=20 > Handler for this test such that the stack trace does not=20 > appear in the console? > Ideally a stack trace like that on the console with no=20 > failing test should indicate an error in the test. >=20 > Gary. >=20 > -----Original Message----- > From: Glynn, Eoghan [mailto:eoghan.glynn@iona.com] > Sent: 05 February 2007 10:49 > To: cxf-dev@incubator.apache.org > Subject: RE: HttpsURLConnectionFactoryTest exception >=20 >=20 >=20 > No need for any concern Bo, the test expects the keystore not to be > found as its excercising the scenario when the keystore location isn't > explicitly configured, so that the standard JSSE fallback location of > $HOME/.keystore is used instead. > =20 > Cheers, > Eoghan >=20 > > -----Original Message----- > > From: Bozhong Lin [mailto:blin@iona.com] > > Sent: 05 February 2007 10:43 > > To: cxf-dev@incubator.apache.org > > Subject: HttpsURLConnectionFactoryTest exception > >=20 > > During snapshot publish today, I saw following exception=20 > message for=20 > > HttpsURLConnectionFactoryTest. Should we be concerned about this=20 > > exception? Though the build was successful. > >=20 > > Regards, > > Bo > >=20 > > [surefire] Running > > org.apache.cxf.transport.https.HttpsURLConnectionFactoryTest > > [surefire] Tests run: 12, Failures: 0, Errors: 0, Time > > elapsed: 5.313 sec [surefire] > >=20 > > java.io.FileNotFoundException: /home/blin/.keystore (No such file or > > directory) > > at java.io.FileInputStream.open(Native Method) > > at java.io.FileInputStream.(FileInputStream.java:106) > > at java.io.FileInputStream.(FileInputStream.java:66) > > at > > org.apache.cxf.transport.https.SSLUtils.loadClientCredential(S > > SLUtils.java:209) > > at > > org.apache.cxf.transport.https.SSLUtils.getKeyStoreManagers(SS > > LUtils.java:118) > > at > > org.apache.cxf.transport.https.JettySslListenerFactory.decorat > > e(JettySslListenerFactory.java:110) > > at > > org.apache.cxf.transport.https.JettySslListenerFactoryTest.tes > > tSetAllDataExceptKeystoreAndTrustStore(JettySslListenerFactory > > Test.java:213) > > at=20 > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess > > orImpl.java:39) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth > > odAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at junit.framework.TestCase.runTest(TestCase.java:164) > > at junit.framework.TestCase.runBare(TestCase.java:130) > > at junit.framework.TestResult$1.protect(TestResult.java:106) > > at > > junit.framework.TestResult.runProtected(TestResult.java:124) > > at junit.framework.TestResult.run(TestResult.java:109) > > at junit.framework.TestCase.run(TestCase.java:120) > > at junit.framework.TestSuite.runTest(TestSuite.java:230) > > at junit.framework.TestSuite.run(TestSuite.java:225) > > at > > junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > > at > > junit.framework.TestResult.runProtected(TestResult.java:124) > > at junit.extensions.TestSetup.run(TestSetup.java:25) > > at=20 > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess > > orImpl.java:39) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth > > odAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at > > org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JU > > nitBattery.java:242) > > at > > org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBa > > ttery.java:216) > > at > > org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215) > > at org.apache.maven.surefire.Surefire.run(Surefire.java:163) > > at org.apache.maven.surefire.Surefire.run(Surefire.java:87) > > at org.apache.maven.surefire.Surefire.run(Surefire.java:63) > > at=20 > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess > > orImpl.java:39) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth > > odAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at > >=20 > org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785) > >=20 > >=20 >=20