To my mind, the crucial bit:

> ----- Root Cause -----
> java.lang.NoClassDefFoundError
>         at java.lang.Class.newInstance0(Native Method)
>         at java.lang.Class.newInstance(Class.java:232)
>         at
> org.apache.avalon.excalibur.component.DefaultComponentFactory.newInsta
> nce(DefaultComponentFactory.java:163)
>         at

There's a component that Cocoon can't find. Make sure that you've got an entry 
something like:

    <map:serializer name="fo2pdf" 
src="org.apache.cocoon.serialization.FOPSerializer" ...

in your sitemap. If not, get that line from the sitemap in the original package and 
try 
again.

HTH. 

Upayavira




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to