you seem to have the infamous endorsed libs problem. Try the environment check mentioned at http://wiki.cocoondev.org/Wiki.jsp?page=NoMoreDtmIdError to be sure. Also a short overview about solutions is given. A more complete description of the problem can be found at http://wiki.cocoondev.org/Wiki.jsp?page=EndorsedLibsProblem.
Joerg
Gabriel Egolf wrote:
Hello all.
I'm in the last stages of development on a rather large project, and for some time now have been plagued by a rather annoying problem. I'm not sure even how the problem began, but I'll try to give as much information as possible and hopefully one of you has run across it in the past. Generally, the problem manifests itself as a blank page containing nothing but the XML PI (<?xml version="1.0" encoding="utf-8"?>). Occasionally, I'll get the contents of 2 unrelated pages together. Unfortunately, this problem seems to be a completely random occurence, and usually a server restart will solve it temporarily.
Here's my software environment: JDK 1.4.1_02 Jetty 4.2.9 Cocoon 2.0.4
I've supplied an error trace from my error.log at the end of this message. If you've seen this before, please let me know how you fixed it.
Thanks.
Gabriel Egolf Developer Bob Jones University [EMAIL PROTECTED]
...
11587 java.lang.ArrayIndexOutOfBoundsException: -3
11588 at org.apache.xml.utils.IntStack.pop(IntStack.java:127)
11589 at org.apache.xml.dtm.ref.sax2dtm.SAX2DTM.endElement(SAX2DTM.java:1889)
11590 at org.apache.xml.dtm.ref.IncrementalSAXSource_Filter.endElement(IncrementalSAXSource_Filter.java:287)
11591 at org.apache.xalan.transformer.TransformerHandlerImpl.endElement(TransformerHandlerImpl.java:552)
11592 at org.apache.cocoon.xml.AbstractXMLPipe.endElement(AbstractXMLPipe.java:147)
11593 at org.apache.cocoon.sitemap.ContentAggregator.endElem(ContentAggregator.java:329)
11594 at org.apache.cocoon.sitemap.ContentAggregator.generate(ContentAggregator.java:156)
11595 at org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventPipeline.java:250)
11596 at org.apache.cocoon.components.source.SitemapSource.toSAX(SitemapSource.java:381)
11597 at org.apache.cocoon.generation.FileGenerator.generate(FileGenerator.java:143)
11598 at org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventPipeline.java:250)
11599 at org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingStreamPipeline.java:395)
11600 at org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode.invoke(SerializeNode.java:154)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]