Hi,
Still trying to get JSP's working in WebLogic7(SP1)
and Cocoon2.0.4, but now a different error, so a
different post.
I'm trying with JspEngineImplNamedDispatcherInclude
but the method executeJSP is throwing the following:
javax.servlet.ServletException: Original request
not available
when trying to call the include method on the
RequestDispatcher
javax.servlet.RequestDispatcher rd =
context.getNamedDispatcher( servletName );
if (rd != null) {
rd.include( request, response );
In the logs I see the following (which actually seems
to suggest a NullPointerException!)
ERROR (2003-01-02) 17:38.25:581 [access]
(/general_overview.jsp) ExecuteThread: '10' for queue:
'default'/CocoonServlet: Problem with Cocoon servlet
org.apache.cocoon.ProcessingException: Exception
during processing of cocoon://general_overviewjsppage:
java.lang.NullPointerException
at
org.apache.cocoon.components.source.SitemapSource.toSAX(SitemapSource.java:393)
at
org.apache.cocoon.sitemap.ContentAggregator.generate(ContentAggregator.java:148)
at
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEventPipeline.java:250)
at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingStreamPipeline.java:395)
I have a match in my sitemap for *jsppage (which is
part of an aggregate that matches *.jsp) - this works
in JBoss so no problems there. It also works fine for
all other things, only JSP's fail.
Any ideas?
Charlene
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>