You have to look into log files for the stacktrace of the original exception (ArrayIndexOutOfBoundException, not ProcessingException). Stacktrace helps find bugs fast. Cocoon log files are under WEB-INF/logs directory. Please examine them for the exception stacktrace.
Regards, Vadim > -----Original Message----- > From: Graaf, Edgar de (Fin) [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 22, 2002 10:48 AM > To: '[EMAIL PROTECTED]' > Subject: ArrayIndexOutOfBoundException in CocoonServlet > > Hi, > > First of all I could not reach bugzilla. I will post this there later... > > Today I experimented a bit with xsp. During this experiment > ArrayIndexOutOfBoundException in the CocoonServlet. The exception occures > when I change something in my xml. This XML provides the data for a Cocoon > application I made. When you again change something in the xml reload and > change it back then the problem is solved!? (untill you again want to change > the xml). > > Edgar > > By the way the application enables you to keep your information about the > tags (xsp tags). It enables you to fast find a certain tag and its meaning. > > I have included the xsp and xml you need (when you are going to try it out). > You have to add the following code to your sitemap: > ======== > > <map:match pattern="taglibrary.xsl"> > <map:generate type = "serverpages" src="stylesheets/logica.xsp"/> > <map:serialize type="xml"/> > </map:match> > > <map:match pattern="taglibrary.html"> > <map:generate src="docs/tags.xml"/> > <map:transform src="cocoon:/taglibrary.xsl"/> > <map:transform src="stylesheets/taglibrary2html.xsl"/> > <map:serialize/> > </map:match> > > > The exception: > ============== > > Cocoon 2 - Internal server error > > type fatal > message Failed to execute pipeline. > description org.apache.cocoon.ProcessingException: Failed to execute > pipeline.: java.lang.ArrayIndexOutOfBoundsException > sender org.apache.cocoon.servlet.CocoonServlet > source Cocoon servlet > request-uri > /cocoon/cocoonProject/taglibrary.html > path-info > cocoonProject/taglibrary.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]