> From: Michael Cortez [mailto:[EMAIL PROTECTED]]
> 
> Now that I've solved my DocBook rendering problem, I'm getting a new
> problem.
> 
> Approximately every other request fails with a null pointer exception.
> Attached below is the full stack trace.
> 
> I noticed, combing through it that it was either trying to setup or
use
> caching, but my setup is using the Xindice access (which from the
> documentation, I believed could not be cached.)  So is it possible
that
> cocoon is "trying" to cache or "use" a cache, but can't?

Don't think so. You have document() function somewhere, and for some
reason, Cocoon failed to resolve the document:

> at
>
org.apache.cocoon.components.xslt.XSLTProcessorImpl.resolve(XSLTProcesso
rImp
> l.java:428)

What cocoon version do you have? Or, what is the version of the
XSLTProcessorImpl class? You can browse cvs.apache.org to see the source
of this class if you don't have src distro.

Vadim


> Is there a way to force caching off (so that I can test my
hypothesis?)
> 
> 
> 
> Thanks,
> --
> Mike
> 
> 
> ============================
> The org.apache.cocoon.www.sitemap_xmap notifies that
> org.apache.cocoon.ProcessingException says:
> 
> Exception during processing of cocoon://ogc-gen/Item13
> 
> More precisely:
> 
> org.apache.cocoon.ProcessingException: Exception during processing of
> cocoon://ogc-gen/Item13: java.lang.NullPointerException
> ============================
> 
> 
> Full stack trace:
> ============================
> Original exception : java.lang.NullPointerException
> at
>
org.apache.cocoon.components.xslt.XSLTProcessorImpl.resolve(XSLTProcesso
rImp
> l.java:428)
...
> at
>
org.apache.cocoon.xml.AbstractXMLPipe.endDocument(AbstractXMLPipe.java:9
1)
> at
>
org.apache.cocoon.sitemap.ContentAggregator.generate(ContentAggregator.j
ava:
> 157)
...


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

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

Reply via email to