Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 29697 invoked from network); 9 Nov 2006 17:00:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Nov 2006 17:00:33 -0000 Received: (qmail 30938 invoked by uid 500); 9 Nov 2006 17:00:43 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 30897 invoked by uid 500); 9 Nov 2006 17:00:43 -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 30882 invoked by uid 99); 9 Nov 2006 17:00:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 09:00:43 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [32.97.182.146] (HELO e6.ny.us.ibm.com) (32.97.182.146) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 09:00:28 -0800 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e6.ny.us.ibm.com (8.13.8/8.12.11) with ESMTP id kA9H0P9n017329 for ; Thu, 9 Nov 2006 12:00:25 -0500 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by westrelay02.boulder.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id kA9GxITA376686 for ; Thu, 9 Nov 2006 09:59:18 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id kA9GxIe0031321 for ; Thu, 9 Nov 2006 09:59:18 -0700 Received: from [127.0.0.1] (sig-9-48-60-182.mts.ibm.com [9.48.60.182]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id kA9GxFBu031013 for ; Thu, 9 Nov 2006 09:59:17 -0700 Message-ID: <45535E60.7070109@apache.org> Date: Thu, 09 Nov 2006 08:59:12 -0800 From: Daniel John Debrunner User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: derby-dev Subject: DDM object 0x1232 is not supported, DERBY-1326, DERBY-2063 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I thought I would fix DERBY-2063 (ShutDownDBWhenNSShutsDownTest failing) by converting it to a standalone test using the client server decorator. Starting the with just the simple fixture testEngineShutdownDoesNotTakeDownNS I hit a network server/client bug that running the test through the old harness did not see. I hit the error when the test attempts to re-open connections after shutting down the engine but not the network server. Is this a known issue, the DDM 1232 not supported error? Thanks, Dan. Caused by: org.apache.derby.client.am.DisconnectException: The DDM object 0x1232 is not supported. The connection has been terminated. at org.apache.derby.client.net.NetConnectionReply.doObjnsprmSemantics(Unknown Source) at org.apache.derby.client.net.NetConnectionReply.parseCommonError(Unknown Source) at org.apache.derby.client.net.NetConnectionReply.parseSecurityCheckError(Unknown Source) at org.apache.derby.client.net.NetConnectionReply.parseSECCHKreply(Unknown Source) at org.apache.derby.client.net.NetConnectionReply.readSecurityCheck(Unknown Source) at org.apache.derby.client.net.NetConnection.readSecurityCheckAndAccessRdb(Unknown Source) at org.apache.derby.client.net.NetConnection.flowSecurityCheckAndAccessRdb(Unknown Source) at org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(Unknown Source) at org.apache.derby.client.net.NetConnection.flowConnect(Unknown Source) at org.apache.derby.client.net.NetConnection.(Unknown Source) at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(Unknown Source) ... 32 more