On Tue, 2003-10-28 at 18:14, Jeff Ramsdale wrote: > "Bruno Dumon" <[EMAIL PROTECTED]> wrote in message > news:<[EMAIL PROTECTED]>... > > This exception is thrown if parsing the form definition file failed > > for some reason, the exception which caused this is provided as a > > nested exception, see below... > > <snip> > > > does the stacktrace go any further? Normally you should see a message > > "caused by:" followed by the exception which caused this problem. > > I thought I looked for it and didn't find it. But I checked again and my > bad: > > Caused by: java.lang.NullPointerException > > at > org.apache.cocoon.woody.util.DomHelper$LocationTrackingDOMParser.setLoca > tion(DomHelper.java:304) <snip/> > ----------- > > Still stuck. Does that help you any?
Yep, very much. > Incidentally, I did the > registration example for Woody and received a similar, though slightly > different, error. I'll post it in a another reply in this thread. The problem is caused by a different behaviour from Xerces, most likely because you have an older version on the classpath. Have you put the xerces that comes with Cocoon (in lib/endorsed) in Tomcat's endorsed library directory? -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
