Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 14212 invoked from network); 15 Apr 2008 20:56:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Apr 2008 20:56:51 -0000 Received: (qmail 94214 invoked by uid 500); 15 Apr 2008 20:56:51 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 94188 invoked by uid 500); 15 Apr 2008 20:56:51 -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 94179 invoked by uid 99); 15 Apr 2008 20:56:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 13:56:51 -0700 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.18.43.133] (HELO sca-es-mail-2.sun.com) (192.18.43.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 20:56:07 +0000 Received: from fe-sfbay-09.sun.com ([192.18.43.129]) by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m3FKuJkH029669 for ; Tue, 15 Apr 2008 13:56:19 -0700 (PDT) Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0JZD00C01WTC6700@fe-sfbay-09.sun.com> (original mail from Richard.Hillegas@Sun.COM) for derby-dev@db.apache.org; Tue, 15 Apr 2008 13:56:19 -0700 (PDT) Received: from richard-hillegas-computer.local ([129.150.16.254]) by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JZD008KGWTJBL10@fe-sfbay-09.sun.com> for derby-dev@db.apache.org; Tue, 15 Apr 2008 13:56:07 -0700 (PDT) Date: Tue, 15 Apr 2008 13:56:05 -0700 From: Rick Hillegas Subject: Re: running unit tests on IBM Java 6 on Ubuntu 7 In-reply-to: <480501E0.6030409@sun.com> Sender: Richard.Hillegas@Sun.COM To: derby-dev@db.apache.org Message-id: <48051665.9010706@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT References: <4804E52E.3040708@sun.com> <480501E0.6030409@sun.com> User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) X-Virus-Checked: Checked by ClamAV on apache.org Rick Hillegas wrote: > Myrna van Lunteren wrote: >> On 4/15/08, Rick Hillegas wrote: >> >>> I am trying to run unit tests on the IBM Java 6 platform on Ubuntu 7. I >>> notice that this combination is not recorded in our list of "known >>> good" >>> platforms: >>> http://wiki.apache.org/db-derby/PlatformTestsDerby However, >>> I suspect that that page is not kept up-to-date and someone is probably >>> successfully testing on this combination. I am seeing JMX related >>> errors. >>> Any advice would be appreciated. Here's what I'm seeing. Thanks-Rick >>> >>> There were 3 errors: >>> 1) >>> noSpecialCollation(org.apache.derbyTesting.functionTests.tests.lang.TableFunctionTest)java.lang.InternalError: >>> >>> Failed to get bean info. >>> >> >> For what it's worth, although I run with ibm 1.6, incl. on Linux, I >> don't currently have Ubuntu on any machine...While there are some >> troubles reported with these tests, (see DERBY-3545, DERBY-3595) and >> there have been other troubles with ibm1.6 this one is new to me. >> >> Myrna >> > Thanks Myrna and Manjula. The problems I'm seeing are not related to > those issues. I get the JMX-related error when I run > GrantRevokeDDLTest also. > > Regards, > -Rick For the record, I have no trouble running Derby regression tests on IBM Java 5 on Ubuntu 7--that is, if I run with the fix to DERBY-3616. Regards, -Rick