Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 51067 invoked from network); 7 Sep 2006 17:06:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 17:06:55 -0000 Received: (qmail 1725 invoked by uid 500); 7 Sep 2006 17:06:53 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 1698 invoked by uid 500); 7 Sep 2006 17:06:53 -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 1687 invoked by uid 99); 7 Sep 2006 17:06:53 -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 10:06:53 -0700 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.207.91] (HELO web31911.mail.mud.yahoo.com) (68.142.207.91) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 07 Sep 2006 10:06:52 -0700 Received: (qmail 45481 invoked by uid 60001); 7 Sep 2006 17:06:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=L2uaIECMXp79p9vVoad231ofByi0c/anqWSTV898bizI5cVJzpVVObTNrAmmL1j/VNuNJ1vlH7ZHX3WCgggryM4D+u6oCQXhhRaSLo/PBXtdQgvb5Xf/o05xyPK8xNhtEGZ+/DKlaml0RbyCdK5bJCicUbYaNkAV56ydPPszmLg= ; Message-ID: <20060907170631.45479.qmail@web31911.mail.mud.yahoo.com> Received: from [209.217.94.81] by web31911.mail.mud.yahoo.com via HTTP; Thu, 07 Sep 2006 10:06:31 PDT Date: Thu, 7 Sep 2006 10:06:31 -0700 (PDT) From: Leslie Software Reply-To: Leslie Software Subject: Re: ClassFormatError while performing a SQL insert To: Derby Discussion In-Reply-To: <45002A85.5000109@amberpoint.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Iteresting. I though that was a strange error to be getting when running SQL. Does that mean that Derby is generating Java code from the SQL to do the actual work? Ian ----- Original Message ---- From: Bryan Pendleton > 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.