On Friday 25 October 2002 16:28, Christian Parpart wrote:

> On Thursday 24 October 2002 5:48 pm, Kjetil inspired the electrons to 
say:
> > On Thursday 24 October 2002 13:50, Christian Parpart wrote:
> > > org.apache.cocoon.ProcessingException: Error compiling sitemap:
> > > java.lang.NoClassDefFoundError
> >
> > Hm, I wonder if it is related to the error I'm seeing. Can I ask
> > which SDK you're using, at what platform?
>
> I was first using Sun Java SDK 1.4.1 for Linux (completely gcc3.2
> build), after getting linkage errors by that binary only version
> against the old libstdc++ (wich, of course, does not exist).

Yeah, I've been through that too... I got that fixed by doing some 
symlinks, it worked, but it isn't pretty. I can dig it up I think if 
you want. 

> This error was raised at "sitemap compilation" at the very beginning

Yep. 

> I had to switch to blackdown jdk 1.3.1. Here I got the error
> described. Blackdown JDK (1.3.1) is binary only distributed, too. but
> it seems that it's not linked against libstdc++.

Yep.


> Well, I'm using Gentoo Linux with latest kernel, but this is probably
> not the point; but Yeah, where (TF) are the wizards now?

Well, there is a big volume here, even wizards can't get through 
everything, I'm afraid. I must admit I really miss their kind advice 
(hint, hint!) :-)

Anyway, I found a wizard elsewhere too, and he told me that he had seen 
this error before in Tomcat < 4.0.2 and Cocoon 2.0.1, and the 
workaround back then was to copy certain files from cocoon/WEB-INF/lib 
to $TOMCAT_HOME/common/lib. I did that, more specifically, this is what 
I did:
cp ../../webapps/cocoon/WEB-INF/lib/xml-apis.jar .
cp ../../webapps/cocoon/WEB-INF/lib/xalan* .
cp ../../webapps/cocoon/WEB-INF/lib/batik* .

(obviously, you have to modify to suit you).

That solved that problem, but only to give me another problem I've been 
struggling with, that I've asked for help about in the message I posted 
with the subject: IOException when installing Cocoon 2.1
So, I get an IOException with 2.1.... 

Best,

Kjetil
-- 
Kjetil Kjernsmo
Astrophysicist/IT Consultant/Skeptic/Ski-orienteer/Orienteer/Mountaineer
[EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
Homepage: http://www.kjetil.kjernsmo.net/


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to