Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 51166 invoked from network); 28 Sep 2006 19:06:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2006 19:06:27 -0000 Received: (qmail 34518 invoked by uid 500); 28 Sep 2006 19:06:22 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 34486 invoked by uid 500); 28 Sep 2006 19:06:22 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 34372 invoked by uid 99); 28 Sep 2006 19:06:22 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Sep 2006 12:06:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:42880] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id CA/9A-17533-32D1C154 for ; Thu, 28 Sep 2006 12:06:14 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E18C27141F4 for ; Thu, 28 Sep 2006 19:01:51 +0000 (GMT) Message-ID: <7122675.1159470111921.JavaMail.jira@brutus> Date: Thu, 28 Sep 2006 12:01:51 -0700 (PDT) From: "Sunitha Kambhampati (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1728) Test derbynetmats/testSecMec fails with message: security mechanism '8' not supported In-Reply-To: <23349481.1155931636236.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1728?page=all ] Sunitha Kambhampati updated DERBY-1728: --------------------------------------- Fix Version/s: 10.2.1.5 10.3.0.0 > Test derbynetmats/testSecMec fails with message: security mechanism '8' not supported > -------------------------------------------------------------------------------------- > > Key: DERBY-1728 > URL: http://issues.apache.org/jira/browse/DERBY-1728 > Project: Derby > Issue Type: Bug > Affects Versions: 10.2.1.5 > Environment: Linux SLES 9 - IBM JDK 131 SR10 > Reporter: Stan Bradbury > Priority: Minor > Fix For: 10.2.1.5, 10.3.0.0 > > > Testing of 10.2.1.0 beta on SLES 9 and IBM JDK 1.3.1 SR10 fails with *many* diffs. Might be related to the problem listed in DERBY-1496 (message format differences?) however most lines of the DIFF report the following message that is NOT reported in 1496: security mechanism '8' not supported. > A few messages for reference: > ********* Diff file derbyall/derbynetmats/DerbyNet/derbynetmats/testSecMec.diff > *** Start: testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:14 *** > 10a11 > > T9: jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=neelima;password=le > e;securityMechanism=8; - EXCEPTION security mechanism '8' not supported > 23a25,26 > > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;password=hobbe > s;securityMechanism=8; - EXCEPTION security mechanism '8' not supported > > TEST_DS (user=calvin;password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism() sec > urity mechanism '8' not supported > 31a35,36 > > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;securityMechan > ism=8; - EXCEPTION security mechanism '8' not supported > > TEST_DS (user=calvin,securityMechanism=8)EXCEPTION testSecurityMechanism() security mechanism > '8' not supported > --- ABOUT 50 LINES SKIPPED -- > 187a223,224 > > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:password=hobbes;securityMe > chanism=8; - EXCEPTION security mechanism '8' not supported > > TEST_DS (password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism() security mechan > ism '8' not supported > 195a233,234 > > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:;securityMechanism=8; - EX > CEPTION null userid not supported > > TEST_DS (,securityMechanism=8)EXCEPTION testSecurityMechanism() security mechanism '8' not sup > ported > 197 del > < Testing with derby.drda.securityMechanism=INVALID_VALUE > 198 del > < EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec > hanism. > 199 del > < ----- > 200 del > < Testing with derby.drda.securityMechanism= > 201 del > > ---- ABOUT 80 lines removed -- > > Test USRSSBPWD_with_BUILTIN - derby.drda.securityMechanism=STRONG_PASSWORD_SUBSTITUTE_SECURITY > > Turning ON Derby BUILTIN authentication > > EXCEPTION getConnectionWithSecMec() security mechanism '8' not supported > > ----- > > Testing with derby.drda.securityMechanism=INVALID_VALUE > > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec > hanism. > > ----- > > Testing with derby.drda.securityMechanism= > > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, , for derby.drda.securityMechanism. > > Completed testSecMec > Test Failed. > *** End: testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:55 *** -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira