Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 54402 invoked from network); 17 Jul 2000 07:07:59 -0000 Received: from unknown (HELO buffy.i-tao.com) (qmailr@195.52.72.135) by locus.apache.org with SMTP; 17 Jul 2000 07:07:59 -0000 Received: (qmail 19680 invoked from network); 17 Jul 2000 07:06:43 -0000 Received: from user39-128.jakinternet.co.uk (HELO ron) (212.41.39.128) by 195.52.72.135 with SMTP; 17 Jul 2000 07:06:43 -0000 Message-ID: <000c01bfefbd$e75f40a0$1100a8c0@ron> From: "Ron Chan" To: References: <32637708.963750079672.JavaMail.root@helios> Subject: Re: Xerces 1.1.2 does not work Date: Mon, 17 Jul 2000 08:09:08 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 This came from an earlier message.... ****** Xerces changed it's handling of SystemIDs, so that filenames are no longer valid... only URLs. Try using: "file:///D:/projects//index.xml" ******* but it did not work for me, however when I left out the drive letter it did work I have a test system running on c:\home\project\htdocs when I put in /home/project/htdocs as the document root, Xerces 1.1.2 worked for me but I think it will only work if the rest of the system runs from the same drive hope this helps Ron Ron Chan mailto:rchan@i-tao.com www.i-tao.com i-tao ltd 4 Skyline Village Limeharbour London E14 9TS UK 44 (0)20 7537 2233 office 44 (0)79 6807 2040 mobile ----- Original Message ----- From: Pedro E. G�mez To: ; Cocoon Sent: Sunday, July 16, 2000 1:21 PM Subject: Xerces 1.1.2 does not work > I have installed cocoon 1.7.x, xalan 1.1 and xerces 1.1.2 and the system does not work propertly, when i try to see /cocoon/samples/index.xml i get following error: > > Error found handling the request. > > org.xml.sax.SAXParseException: File "D:/Apache/jakarta-tomcat/webapps/ROOT/cocoon/samples/index.xml" not found. > at org.apache.cocoon.parser.AbstractParser.fatalError(AbstractParser.java:105) > at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:998) > at org.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(Defa ultEntityHandler.java:499) > at org.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:303) > at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:860) > at org.apache.cocoon.parser.XercesParser.parse(XercesParser.java:84) > at org.apache.cocoon.parser.AbstractParser.parse(AbstractParser.java:83) > at org.apache.cocoon.producer.ProducerFromFile.getDocument(ProducerFromFile.jav a:78) > at org.apache.cocoon.Engine.handle(Engine.java, Compiled Code) > at org.apache.cocoon.Cocoon.service(Cocoon.java:167) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java, Compiled Code) > at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559) > at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection (Ajp12ConnectionHandler.java:156) > at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338 ) > at java.lang.Thread.run(Thread.java:479) > > > It works fine with the sampe configuration but with xerces_1_0_3.jar > > What can I do? or Cocoon does not work with xerces 1.1.2 ? > > Thanks. > > ______________________________________ > Message sent with Misiva. > Visit us at http://www.pragma.com.co/misiva >