Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2001 07:42:21 +0200
From:      Marc van Kempen <marc@bowtie.nl>
To:        Greg Lewis <glewis@eyesbeyond.com>
Cc:        java@freebsd.org
Subject:   Re: SV: 1.3.1 patchset 2 (early adopters)
Message-ID:  <3B78BA3D.FF890E20@bowtie.nl>
References:  <JMECIKDMHABEGCKCLGJJEELHCCAA.alexander.hall@home.se> <3B780979.CD591A5B@bowtie.nl> <20010814024835.A5716@misty.eyesbeyond.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B78BA3D.FF890E20>