From derby-user-return-5043-apmail-db-derby-user-archive=db.apache.org@db.apache.org Thu Sep 07 14:20:18 2006 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 92734 invoked from network); 7 Sep 2006 14:20:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 14:20:18 -0000 Received: (qmail 35125 invoked by uid 500); 7 Sep 2006 14:20:16 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 35095 invoked by uid 500); 7 Sep 2006 14:20:16 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 35084 invoked by uid 99); 7 Sep 2006 14:20:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 07:20:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [204.174.16.202] (HELO mailout2.parasun.com) (204.174.16.202) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 07:20:16 -0700 Received: from cpe-24-143-157-032.cable.alamedanet.net ([24.143.157.32] helo=[127.0.0.1]) by mailout2.parasun.com with esmtp (Exim 4.54) id 1GLKjQ-0007df-Un for derby-user@db.apache.org; Thu, 07 Sep 2006 07:19:53 -0700 Message-ID: <45002A85.5000109@amberpoint.com> Date: Thu, 07 Sep 2006 07:19:49 -0700 From: Bryan Pendleton User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Derby Discussion Subject: Re: ClassFormatError while performing a SQL insert References: <20060907141113.14029.qmail@web31909.mail.mud.yahoo.com> In-Reply-To: <20060907141113.14029.qmail@web31909.mail.mud.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > java.lang.ClassFormatError: Invalid method Code length 69936 in class There is a hard limit in the JDK class-file format of 64K, and there are some known issues in Derby which can cause the generated code to exceed these limits. Tremendous improvements have been made in this area over recent months; are you able to try your test with the latest trunk code or with the 10.2 release beta? We'd love to have more testing of the beta release! http://wiki.apache.org/db-derby/TenTwoRelease thanks, bryan