Hi,
Is anybody else seeing this error:
org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.ArrayIndexOutOfBoundsException: 56155896
cause: java.lang.ArrayIndexOutOfBoundsException: 56155896
when they try to access the woody flow example:
http://localhost:8080/cocoon/samples/woody/form1.flow
The stack trace says:
org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.ArrayIndexOutOfBoundsException: 56155896
at org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.processXMLPipeline(AbstractCachingProcessingPipeline.java:293)
at org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.process(AbstractProcessingPipeline.java:492)
at org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode.invoke(SerializeNode.java:147)
...
Caused by: java.lang.ArrayIndexOutOfBoundsException: 56155896
at org.apache.xml.utils.IntStack.peek(IntStack.java:148)
at org.apache.xml.dtm.ref.sax2dtm.SAX2DTM.comment(SAX2DTM.java:2206)
etc.
I did a build clean from the latest CVS. Any clues as to what's wrong?
Thanks,
--Michael