Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 6321 invoked from network); 27 Jul 2009 16:31:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jul 2009 16:31:34 -0000 Received: (qmail 35854 invoked by uid 500); 27 Jul 2009 16:32:39 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 35803 invoked by uid 500); 27 Jul 2009 16:32: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 35795 invoked by uid 99); 27 Jul 2009 16:32:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 16:32:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 16:32:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C82A7234C044 for ; Mon, 27 Jul 2009 09:32:14 -0700 (PDT) Message-ID: <2130436544.1248712334805.JavaMail.jira@brutus> Date: Mon, 27 Jul 2009 09:32:14 -0700 (PDT) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-4321) test nstest generates errors XBM06 re reencryption and 22003 re value outside range for decimal/numeric MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org test nstest generates errors XBM06 re reencryption and 22003 re value outside range for decimal/numeric ------------------------------------------------------------------------------------------------------- Key: DERBY-4321 URL: https://issues.apache.org/jira/browse/DERBY-4321 Project: Derby Issue Type: Improvement Components: Test Affects Versions: 10.5.2.0 Reporter: Myrna van Lunteren Priority: Minor The test nstest (both in embedded and networkserver) ran into a JVM-bug-related error the last few times I tried it; but with a newer jvm I notice it's generating an XBM06 error: XBM06: Startup failed. An encrypted database cannot be accessed without the correct boot password. >From the test's README.txt it shows it is indeed attempting to re-encrypt, but this is failing. The test needs to be tightened up so it doesn't show unusual errors. The test also generates: 22003: The resulting value is outside the range for the data type DECIMAL/NUMERIC(5,0) The test's readme and comments don't indicate this is a negative test, so this too should get tightened/cleaned up. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.