Hi

using the latest xerces with xmlforms (either mine or the wizard sample) resulted in :

/org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.util.EmptyStackException/
Original exception : java.util.EmptyStackException
at java.util.Stack.peek(Stack.java:82)
at java.util.Stack.pop(Stack.java:64)
at org.apache.xml.utils.DOMBuilder.endElement(DOMBuilder.java:375)
at org.apache.xalan.transformer.TransformerIdentityImpl.endElement(TransformerIdentityImpl.java:1050)
at org.apache.cocoon.xml.AbstractXMLPipe.endElement(AbstractXMLPipe.java:147)
at org.apache.cocoon.xml.AbstractXMLPipe.endElement(AbstractXMLPipe.java:147)
at org.apache.cocoon.transformation.AbstractSAXTransformer.endElement(AbstractSAXTransformer.java:366)
at org.apache.cocoon.components.sax.XMLTeePipe.endElement(XMLTeePipe.java:124)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown So

and eveything else seems working properly in Cocoon with the new xerces in the COMMON/endorsed.

Anyway to get over this exception?
Thanks in advance.

Enke, Michael wrote:

Tomcat looks into all WEB-INF/lib directorys and into $CATALINA_HOME/common/endorsed.
To work properly you must have xerces, xml-apis, xalan and xslt in common/endorsed.
Probably this one are old ones and in latest cocoon you have new one.

But be careful with throwing away your old ones: xml-form doesn't work
with the new xerces. Error was reported and is reproducable. With old libs it is working.

Michael


Jeremy Quinn wrote:

With the latest CVS of cocoon-dev 2.1, I am getting this exception
(below) from TomCat4.1.12 when I access anything in cocoon webapp.

The problem seems to be : "java.lang.VerifyError: Cannot inherit from
final class", while setting up xerces:
"org.apache.xerces.impl.XMLNSDocumentScannerImpl.createContentDispatcher
".

Is someone in the middle of working on something that may be causing
this?

Thanks for any help.

regards Jeremy

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





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

Reply via email to