Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 54837 invoked from network); 10 Nov 2004 01:32:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Nov 2004 01:32:20 -0000 Received: (qmail 93951 invoked by uid 500); 10 Nov 2004 01:32:13 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 93837 invoked by uid 500); 10 Nov 2004 01:32:12 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 93823 invoked by uid 99); 10 Nov 2004 01:32:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [194.109.24.35] (HELO smtp-vbr15.xs4all.nl) (194.109.24.35) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 09 Nov 2004 17:32:10 -0800 Received: from [10.0.0.151] (guido.xs4all.nl [213.84.14.129]) (authenticated bits=0) by smtp-vbr15.xs4all.nl (8.12.11/8.12.11) with ESMTP id iAA1W8Co045994 for ; Wed, 10 Nov 2004 02:32:08 +0100 (CET) (envelope-from g.schreuder@xs4all.nl) Message-ID: <41916F97.108@xs4all.nl> Date: Wed, 10 Nov 2004 02:32:07 +0100 From: Guido Schreuder User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: JDK 1.3 build fails References: <1d5a0a417aa17006a22ff0a.20041108213417.enycu.tbref@www.dslextreme.com> <4e0aaea3d2a5d0a.20041109090302.enycu.tbref@www.dslextreme.com> <41911702.8040500@xs4all.nl> <3a3f0a81efa2da51a45728a.20041109113137.enycu.tbref@www.dslextreme.com> <41912301.9090301@xs4all.nl> <63060adce6a4d99aa76110a.20041109143950.enycu.tbref@www.dslextreme.com> <86ac0a12c6ca69894aa0920a.20041109145251.enycu.tbref@www.dslextreme.com> In-Reply-To: <86ac0a12c6ca69894aa0920a.20041109145251.enycu.tbref@www.dslextreme.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ralph, i've submitted a patch ( see http://issues.apache.org/bugzilla/show_bug.cgi?id=32138 ) that fixes both problems. Furthermore i've reopened http://issues.apache.org/bugzilla/show_bug.cgi?id=30372 since that is where the new version of icu4j has been introduced. For the time being you can replace the 3.0 version with the "old" 2.8. Worked for me. Guido Ralph Goers wrote: >Ok. I take it back. I let is sit there a little longer and then I do see >the NoSuchMethod error. > > >Ralph Goers said: > > >>I'm not seeing the problems you are. My startup is just hanging. The last >>message I see says the scheduler started. >> >>Guido Schreuder said: >> >> >>>Less funny however is that although i've gotten it build, Cocoon will >>>not startup properly. >>>icu4j-3.0.jar seems to be build with J2SDK 1.4.2_04-b05 and this gives >>>me >>>a >>> Exception in thread "main" >>>java.lang.reflect.InvocationTargetException: >>>java.lang.UnsupportedClassVersionError: com/ibm/icu/text/Normalizer >>>(Unsupported major.minor version 48.0) >>>from Loader.main. Replacing it with icu4j_2_8.jar (created with 1.3.1) >>>works, and gets Cocoon in the air. >>> >>>Even then i still get an exception while starting. >>>- Scheduler Cocoon_$_Tue_Nov_09_20:51:09_CET_2004 started. >>>java.lang.NoSuchMethodError >>> at >>>org.apache.cocoon.components.thread.DefaultRunnableManager$ExecutionInfo.execute(DefaultRunnableManager.java:822) >>> at >>>org.apache.cocoon.components.thread.DefaultRunnableManager.run(DefaultRunnableManager.java:485) >>> at >>>EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown >>>Source) >>> at java.lang.Thread.run(Thread.java:479) >>> >>>Maybe this is related to >>>http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=109990566300277&w=2 >>> >>>Guido >>> >>> >> >> > > > > >