From owner-freebsd-java Tue Aug 14 18:43:50 2001 Delivered-To: freebsd-java@freebsd.org Received: from jupiter.linuxengine.net (jupiter.linuxengine.net [209.61.188.254]) by hub.freebsd.org (Postfix) with ESMTP id E28A337B401 for ; Tue, 14 Aug 2001 18:43:33 -0700 (PDT) (envelope-from john@utzweb.net) Received: from jupiterweb.commercevault.com (jupiterweb.commercevault.com [209.61.179.16] (may be forged)) by jupiter.linuxengine.net (8.11.0/8.11.0) with ESMTP id f7F1o4A30929; Tue, 14 Aug 2001 20:50:04 -0500 Date: Tue, 14 Aug 2001 20:50:03 -0500 (CDT) From: John Utz X-X-Sender: To: Marc van Kempen Cc: Greg Lewis , Subject: Re: SV: 1.3.1 patchset 2 (early adopters) In-Reply-To: <3B78BA3D.FF890E20@bowtie.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org it's a 'no classdef' and it helpfully points out that the missing item is a native method. that would imply to me that it's looking for a dll *oops* ld.so that isnt in your LD_LIBRARY_PATH, i run into this sort of thing at work..... On Tue, 14 Aug 2001, Marc van Kempen wrote: > > Before I download the 12M Cocoon 2.0b2 source over my poor 33.6k modem... > > > > Do you know if it works with any other 1.2.2 JDKs (e.g. Linux or Solaris)? > > > > I just want to rule out the possibility that its just incompatible with > > 1.2.2 :). > > > > Ok, no segfault, but this time a missing library: > > ERROR 27916 [cocoon ] (Thread-32): Error compiling sitemap > java.lang.NoClassDefFoundError: javax/naming/NamingException > at java.lang.Class.newInstance0(Native Method) > at java.lang.Class.newInstance(Class.java, Compiled Code) > at > org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstance(DefaultComponentFactory.java, > Compiled Code) > at > org.apache.avalon.excalibur.pool.AbstractPool.newPoolable(AbstractPool.java, > Compiled Code) > at > org.apache.avalon.excalibur.pool.SoftResourceLimitingPool.grow(SoftResourceLimitingPool.java, > Compiled Code) > at > org.apache.avalon.excalibur.pool.SoftResourceLimitingPool.initialize(SoftResourceLimitingPool.java, > Compiled Code) > at > org.apache.avalon.excalibur.component.PoolableComponentHandler.initialize(PoolableComponentHandler.java, > Compiled Code) > at > org.apache.avalon.excalibur.component.ExcaliburComponentSelector.addComponent(ExcaliburComponentSelector.java, > Compiled Code) > at > org.apache.cocoon.sitemap.AbstractSitemap.load_component(AbstractSitemap.java, > Compiled Code) > at > org.apache.cocoon.www.sitemap_xmap$Configurer.configTransformers(sitemap_xmap.java, > Compiled Code) > at > org.apache.cocoon.www.sitemap_xmap.configure(sitemap_xmap.java, Compiled > Code) > at > org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstance(DefaultComponentFactory.java, > Compiled Code) > at > org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initialize(ThreadSafeComponentHandler.java, > Compiled Code) > at > org.apache.cocoon.components.language.generator.GeneratorSelector.addGenerator(GeneratorSelector.java, > Compiled Code) > at > org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.addCompiledComponent(ProgramGeneratorImpl.java, > Compiled Code) > at > org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java, > Compiled Code) > at org.apache.cocoon.sitemap.Handler.run(Handler.java, Compiled > Code) > at java.lang.Thread.run(Thread.java, Compiled Code) > > This seems to be JNDI? > > Is this supposed to be bundled with 1.2.2 or is it a separate library? > > Marc. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > -- John L. Utz III john@utzweb.net Idiocy is the Impulse Function in the Convolution of Life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message