Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 79863 invoked from network); 8 Jul 2000 10:27:00 -0000 Received: from unknown (HELO mail.antistatic.org) (postfix@195.154.65.150) by locus.apache.org with SMTP; 8 Jul 2000 10:27:00 -0000 Received: from belette (unknown [193.252.35.230]) by mail.antistatic.org (Postfix) with SMTP id E96449998C; Sat, 8 Jul 2000 12:25:19 +0200 (CEST) Message-ID: <001501bfe8c7$05837360$0100a8c0@antistatic.local> From: "Laurent Eskenazi" To: "Cocoon dev" , "Cocoon" Subject: Repost...please help ! Date: Sat, 8 Jul 2000 12:26:46 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Hi! I posted this a while ago but I had no answers....I still have the problem and it's really annoying so I reposted my request. The problem is that on my test server, I randomly get an error on my pages: in www/log/error_log : XSL Error: Could not parse /opt/apache-1.3.11/htdocs/btest/xsl/html/netscape/all-netscape.xsl document! XSL Error: SAX Exception In the browser: org.apache.xalan.xslt.XSLProcessorException: -1 at org.apache.xalan.xslt.XSLTEngineImpl.error(Compiled Code) at org.apache.xalan.xslt.XSLTEngineImpl.processStylesheet(Compiled Code) at org.apache.xalan.xslt.XSLTEngineImpl.process(Compiled Code) at org.apache.cocoon.transformer.XalanTransformer.transform(Compiled Code) at org.apache.cocoon.processor.xslt.XSLTProcessor.process(Compiled Code) at org.apache.cocoon.Engine.handle(Compiled Code) at org.apache.cocoon.Cocoon.service(Compiled Code) at javax.servlet.http.HttpServlet.service(Compiled Code) at org.apache.jserv.JServConnection.processRequest(Compiled Code) at org.apache.jserv.JServConnection.run(Compiled Code) at java.lang.Thread.run(Compiled Code) --------- java.lang.ArrayIndexOutOfBoundsException: -1 at org.apache.xerces.dom.DeferredDocumentImpl.getNodeObject(Compiled Code) at org.apache.xerces.dom.DeferredAttrNSImpl.synchronizeChildren(Compiled Code) at org.apache.xerces.dom.NodeContainer.getFirstChild(Compiled Code) at org.apache.xerces.dom.AttrImpl.getValue(Compiled Code) at org.apache.xalan.xpath.xml.AttList.getValue(Compiled Code) at org.apache.xalan.xslt.Stylesheet.pushNamespaces(Compiled Code) at org.apache.xalan.xslt.StylesheetHandler.startElement(Compiled Code) at org.apache.xalan.xpath.xml.TreeWalker.startNode(Compiled Code) at org.apache.xalan.xpath.xml.TreeWalker.traverse(Compiled Code) at org.apache.xalan.xslt.XSLTEngineImpl.processStylesheet(Compiled Code) at org.apache.xalan.xslt.XSLTEngineImpl.process(Compiled Code) at org.apache.cocoon.transformer.XalanTransformer.transform(Compiled Code) at org.apache.cocoon.processor.xslt.XSLTProcessor.process(Compiled Code) at org.apache.cocoon.Engine.handle(Compiled Code) at org.apache.cocoon.Cocoon.service(Compiled Code) at javax.servlet.http.HttpServlet.service(Compiled Code) at org.apache.jserv.JServConnection.processRequest(Compiled Code) at org.apache.jserv.JServConnection.run(Compiled Code) at java.lang.Thread.run(Compiled Code) The strange thing is that I don't get this error every time but maybe after 30 hits...the stylesheet all-netscape.xsl is ok. Does anybody where this come from ? How to fix it ? My setup: Celeron / RAM 256MB Apache 1.3.11 Jserv 1.1.1 Cocoon 1.7.4 Thanks for your help ! Laurent