Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 22043 invoked from network); 16 Mar 2007 15:26:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2007 15:26:39 -0000 Received: (qmail 85400 invoked by uid 500); 16 Mar 2007 15:26:41 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 85370 invoked by uid 500); 16 Mar 2007 15:26:39 -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 85353 invoked by uid 99); 16 Mar 2007 15:26:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 08:26:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 08:26:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 79366714082 for ; Fri, 16 Mar 2007 08:26:09 -0700 (PDT) Message-ID: <4972654.1174058769494.JavaMail.jira@brutus> Date: Fri, 16 Mar 2007 08:26:09 -0700 (PDT) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2435) network server boot fails indicating authentication must be set up even when authentication is fully defined in derby.properties In-Reply-To: <18395542.1173463869487.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481651 ] Rick Hillegas commented on DERBY-2435: -------------------------------------- Committed derby-2435-01.diff at subversion revision 519004. Derbyall and the junit tests ran cleanly except for the DerbyNetClient run of checkDataSource30. That test failed beginning with this error: *** Start: checkDataSource30 jdk1.4.2_12 DerbyNetClient derbynetmats:jdk14 2007-03-15 14:31:10 *** 293 del < FAIL incorrect connection object returned for Statement.getConnection() 293a293,296 > FAIL incorrect connection object returneException in thread "main" org.apache.derby.client.am.XaException: XAER_NOTA : Error executing a XAResource.start(), server returned XAER_NOTA. > Caused by: org.apache.derby.client.am.SqlException: Error executing a XAResource.start(), server returned XAER_NOTA. > ... 4 more I re-ran the test against the classtree and against the jar files and was unable to reproduce the failure. I think it is unlikely that my changes introduced this heisenbug into this test. > network server boot fails indicating authentication must be set up even when authentication is fully defined in derby.properties > -------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-2435 > URL: https://issues.apache.org/jira/browse/DERBY-2435 > Project: Derby > Issue Type: Bug > Components: Network Server, Security > Affects Versions: 10.3.0.0 > Reporter: Daniel John Debrunner > Assigned To: Rick Hillegas > Priority: Critical > Attachments: derby-2435-01.diff > > > Booting the server using the default to install a security manager fails even when the derby.properties is in the current directory with these contents. > derby.connection.requireAuthentication=true > derby.authentication.provider=BUILTIN > derby.user.SA=sapwd > derby.user.MARY=marypwd > The documentation on authentication indicates this is the preferred way to setup authentication for a server machine. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.