I saw the reference to c:\tomcat and couldn't resist... However, I am sure that you would have thought twice about mv'ing the jar.
. . . OK, I got nothin here... -----Original Message----- From: Patrick Casey [mailto:[EMAIL PROTECTED] Sent: Tue 9/13/2005 4:30 PM To: 'Tapestry users' Subject: RE: Sudden Parser problems with Tapestry I don't think being on Linux would have saved me from this one. Just dropping the gnu parser .jar file in .lib narfed Tapestry, so unless Linux does some sort of double-secret interaction with the tomcat classloader I think I'd have hit this same problem there as well. --- Pat > -----Original Message----- > From: Mark Stang [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 13, 2005 3:13 PM > To: Tapestry users; Tapestry users > Subject: RE: Sudden Parser problems with Tapestry > > Install Linux ;-) > > > -----Original Message----- > From: Patrick Casey [mailto:[EMAIL PROTECTED] > Sent: Tue 9/13/2005 3:55 PM > To: 'Tapestry users' > Subject: Sudden Parser problems with Tapestry > > > > Anybody know what to make of this? It's on page that uses > contrib.:Pallette, a page that I've been using for months with no problems > and haven't altered in weeks, but all of a sudden today it started > failing. > The relevant part of the stack (see below) seems to indicate some sort of > URI parsing problem, but I can't figure out how to resolve it: > > > > at > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.j > av > a:683) > > at java.lang.Thread.run(Unknown Source) > > Caused by: org.apache.tapestry.util.xml.DocumentParseException: Unable to > parse jar:file:C:/tomcat > 5.30/shared/lib/tapestry-contrib- > 3.0.3.jar!/org/apache/tapestry/contrib/pale > tte/Palette.script: URI was not reported to parser for entity [document] > > at > org.apache.tapestry.util.xml.RuleDirectedParser.parse(RuleDirectedParser.j > av > a:179) > > at > org.apache.tapestry.util.xml.RuleDirectedParser.parse(RuleDirectedParser.j > av > a:127) > > at > org.apache.tapestry.script.ScriptParser.parse(ScriptParser.java:115) > > at > org.apache.tapestry.engine.DefaultScriptSource.parse(DefaultScriptSource.j > av > a:74) > > ... 54 more > > Caused by: org.xml.sax.SAXParseException: URI was not reported to parser > for > entity [document] > > at gnu.xml.aelfred2.SAXDriver.warn(SAXDriver.java:934) > > at > gnu.xml.aelfred2.SAXDriver.startExternalEntity(SAXDriver.java:631) > > at gnu.xml.aelfred2.XmlParser.pushURL(XmlParser.java:3358) > > at gnu.xml.aelfred2.XmlParser.doParse(XmlParser.java:159) > > at gnu.xml.aelfred2.SAXDriver.parse(SAXDriver.java:320) > > at gnu.xml.aelfred2.XmlReader.parse(XmlReader.java:294) > > at javax.xml.parsers.SAXParser.parse(Unknown Source) > > at > org.apache.tapestry.util.xml.RuleDirectedParser.parse(RuleDirectedParser.j > av > a:173) > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
