You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jonathan Katchen <jk...@mail.ivillage.com> on 2000/05/30 21:09:38 UTC

install problems : NoSuchMethodError

Im sure this question has been asked a million times before, but...

Im trying to install Cocoon 1.7.4 on Jrun/NT and  get the following error
when I try to view any XML page: 



java.lang.NoSuchMethodError
                     at
org.apache.xml.serialize.BaseMarkupSerializer.serializeNode(BaseMarkupSerial
izer.java:845)
                     at
org.apache.xml.serialize.BaseMarkupSerializer.serialize(BaseMarkupSerializer
.java:421)
                     at
org.apache.cocoon.formatter.HTMLFormatter.format(HTMLFormatter.java:90)
                     at org.apache.cocoon.Engine.handle(Engine.java:319)
                     at org.apache.cocoon.Cocoon.service(Cocoon.java:167)
                     at
javax.servlet.http.HttpServlet.service(HttpServlet.java:865) 

the libraries seem to be in the right place since it did reach Xerces but Im
not sure what else is missing at this point. suggestions?