From coehler@iiic.ethz.ch Tue May 23 07:33:41 2000 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 51452 invoked from network); 23 May 2000 07:33:41 -0000 Received: from rif-giga.iiic.ethz.ch (HELO iiic.ethz.ch) (root@129.132.179.2) by locus.apache.org with SMTP; 23 May 2000 07:33:41 -0000 Received: from CO (laptop-nv-tmp.inf.ethz.ch [129.132.124.105]) by iiic.ethz.ch (8.9.3/8.9.3) with SMTP id JAA06935 for ; Tue, 23 May 2000 09:33:40 +0200 (MET DST) Message-Id: <3.0.1.32.20000523093510.00edb888@rif.iiic.ethz.ch> X-Sender: coehler@rif.iiic.ethz.ch X-Mailer: Windows Eudora Pro Version 3.0.1 (32) [G] Date: Tue, 23 May 2000 09:35:10 +0200 To: cocoon-dev@xml.apache.org From: Christoph Oehler Subject: Re: Cocoon 1.7.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Anyone? >I am not using Cocoon 1.x anymore, and frankly, I am a bit out of touch how >things was done... > >Where is the mapping from /manuals/ to /c:/da/apps/apache/htdocs/manual/ ?? > >Is that done in the Apache engine, jserv or Cocoon. Wasn't there a DocumentRoot >somewhere?? > >Sorry I can't be more of a help. > >Niclas > >Christoph Oehler wrote: > >> > >> >Off-list.... >> > >> >The Java Runtime will interpret C: as a protocol, and it won't be found. >> > >> >Try something like, >> >file:///c:/da/apps/apache/htdocs/manual/samples/index.xml >> > >> >But I don't know where/how you are obtaining the url anyway, so... Good Luck. >> > >> >Niclas >> >> In the browser I enter the URL something like this: >> http://domain.ch/manual/samples/index.xml >> >> The requested file is located at: >> c:/da/apps/apache/htdocs/manual/samples/index.xml >> >> I guess, that Cocoon translates the url to the actual path but the >> SUN-Parser doesn't recognize it as a path. >> >> >Christoph Oehler wrote: >> > >> >> Sorry guys, don't want to bother you ... but does anyone have any idea?? >> >> >> >> Thank's a lot!! >> >> >> >> Greetings >> >> Christoph >> >> >> >> >Hi >> >> > >> >> >We just upgraded from 1.7.2 to 1.7.4. When we try to check out the >> >> >index.xml in the samples, we get the following stacktrace: >> >> > >> >> >java.net.MalformedURLException: no protocol: >> >> >c:/da/apps/apache/htdocs/manual/samples/index.xml >> >> > at java.net.URL.(Unknown Source) >> >> > at java.net.URL.(Unknown Source) >> >> > at java.net.URL.(Unknown Source) >> >> > at com.sun.xml.parser.InputEntity.init(InputEntity.java:140) >> >> > at com.sun.xml.parser.Parser.parseInternal(Parser.java:462) >> >> > at com.sun.xml.parser.Parser.parse(Parser.java:283) >> >> > at >> org.apache.cocoon.parser.SunXMLParser.parse(SunXMLParser.java:86) >> >> > 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:840) >> >> > at com.livesoftware.jrun.JRun.runServlet(JRun.java, Compiled Code) >> >> > at >> com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java:116) >> >> > at >> >> >> >com.livesoftware.jrun.JRunGeneric.handleProxyConnection(JRunGeneric.java:78) >> >> > at >> >> >> >com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(JR >> >> >unProxyServiceHandler.java:102) >> >> > at >> >> >> >com.livesoftware.jrun.service.ThreadConfigHandler.run(ThreadConfigHandler.ja >> >> >va, Compiled Code) >> >> > >> >> > >> >> >Any ideas?? >> >> > >> >> >greetings >> >> >Christoph >> >> > >> >> > >> > >> > >> > > > >