Incidentally, we didn't encounter this problem with
jdk1.2.2 but saw it today when we tested jdk1.3RC for
Linux. 

It seems to me that java.net.URL is behaving
diffrently
than before.

So, when everything else fails, try another JVM
like IBM's 1.3. My preliminary test was very
good.

-Alex


--- Florent Goalabr� <[EMAIL PROTECTED]>
wrote:
> Santiago Gala wrote:
> > 
> > Florent Goalabre wrote:
> > 
> > >
> > > When accessing to customize menu,
> > > an error occurs, the message in turbine.log is
> > >
> > > CocoonPortlet: Could not use the following
> > > URL:
>
http://localhost:8080/content/dynamic/customizer/xsp/ui.xml
> > > Could not associate stylesheet to document:
> error reading>
> > >
>
file://usrr/local/src/tomcat/webapps/ROOT/content/dynamic/customizer/xsp/ui-generic.xsl:
> > > java.net.UnknownHostException: home>
> > >
> > 
> > The problem is that the logics to map file to url
> misses one "/", and it tries to find the
> > file: in the host "usr" (or "home"). It gives
> problems either in Linux or Windows. The right
> > url is file:///usr... in linux, and file:///c:/...
> in windows.
> > 
> 
> In which file is it possible to precise these uri ?
> i try /content/dynamic/customizer/xsp/ui.xml
> and   /psml/portletregistry.psml   without any
> success.
> The same error occurs.
> 
> Florent
> 
> 
> --
>
--------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:       
> [EMAIL PROTECTED]
> To unsubscribe:     
> [EMAIL PROTECTED]
> Archives and Other: 
> <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
http://photos.yahoo.com/


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to