You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Bruno Crapart <br...@chreurope.com> on 2001/04/27 13:55:00 UTC

Help !

What does it mean ?

java.io.IOException: The filename, directory name, or volume label syntax is
incorrect
        at java.io.Win32FileSystem.canonicalize(Native Method)
        at java.io.File.getCanonicalPath(File.java:437)
        at org.apache.tomcat.util.FileUtil.safePath(FileUtil.java:184)
        at org.apache.tomcat.core.Context.getRealPath(Context.java:794)
        at
org.apache.tomcat.request.StaticInterceptor.requestMap(StaticInterceptor.jav
a:1
91)
        at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:820
)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:77
1)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onn
ectionHandler.java:210)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Thread.java:484)

In advance thanks for your help.

Bruno

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: Wanting to write the JNLP support code for the Jakarta project

Posted by Jon Stevens <jo...@latchkey.com>.
on 4/27/01 1:09 PM, "Mauro Marinilli" <co...@marinilli.com> wrote:

> Hello Everybody,
> 
> I am a serious Java developer with many years of working experience on Java.
> I am currently working with JNLP, the new remote launching protocol
> developed at Sun, that currently reached version "1.0.1 early access".
> Said briefly the protocol allows applications to be launched via a URL
> pointing to a special JNLP file (implemented as an XML file).
> This protocol needs some server-side support, in form of servlets, that
> basically should recognize some HTTP GETs with some little novelty in them,
> as the Sun's JNLP specification describes in detail.
> 
> Well, this is my very first contact, so it is maybe too early to talk about
> practical details. Let's get ot the point. I would like to help writing the
> server-side implementation of this protocol for the Apache server.
> Please, let me know what is the standard way to follow. Pardon me if I have
> chosen the wrong list (it seems quite a common mistake :) ) despite I've
> read carefully the mail-related documents.. I know one have to study the
> existing code, but what then?
> I'll answer to any question/ provide further personal data, etc.
> 
> Thanks for your attention,
> 
> Mauro Marinilli

This is the right list for that question.

You might want to join the Jakarta Commons project mailing lists and see if
they are interested in hosting your project. If not, your best bet is to
simply put it up on sourceforge.net

thanks,

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Wanting to write the JNLP support code for the Jakarta project

Posted by Mauro Marinilli <co...@marinilli.com>.
Hello Everybody,

I am a serious Java developer with many years of working experience on Java.
I am currently working with JNLP, the new remote launching protocol
developed at Sun, that currently reached version "1.0.1 early access".
Said briefly the protocol allows applications to be launched via a URL
pointing to a special JNLP file (implemented as an XML file).
This protocol needs some server-side support, in form of servlets, that
basically should recognize some HTTP GETs with some little novelty in them,
as the Sun's JNLP specification describes in detail.

Well, this is my very first contact, so it is maybe too early to talk about
practical details. Let's get ot the point. I would like to help writing the
server-side implementation of this protocol for the Apache server.
Please, let me know what is the standard way to follow. Pardon me if I have
chosen the wrong list (it seems quite a common mistake :) ) despite I've
read carefully the mail-related documents.. I know one have to study the
existing code, but what then?
I'll answer to any question/ provide further personal data, etc.

Thanks for your attention,

Mauro Marinilli



----- Original Message -----
From: "Jon Stevens" <jo...@latchkey.com>
To: <ge...@jakarta.apache.org>
Sent: Friday, April 27, 2001 9:01 PM
Subject: Re: Help !


> on 4/27/01 4:55 AM, "Bruno Crapart" <br...@chreurope.com> wrote:
>
> > What does it mean ?
> >
> > java.io.IOException: The filename, directory name, or volume label
syntax is
> > incorrect
> >       at java.io.Win32FileSystem.canonicalize(Native Method)
> >       at java.io.File.getCanonicalPath(File.java:437)
> >       at org.apache.tomcat.util.FileUtil.safePath(FileUtil.java:184)
> >       at org.apache.tomcat.core.Context.getRealPath(Context.java:794)
>
> It means you are posting to the wrong mailing list.
>
> -jon
>
> --
> If you come from a Perl or PHP background, JSP is a way to take
> your pain to new levels. --Anonymous
> <http://jakarta.apache.org/velocity/ymtd/ymtd.html>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: Help !

Posted by Jon Stevens <jo...@latchkey.com>.
on 4/27/01 4:55 AM, "Bruno Crapart" <br...@chreurope.com> wrote:

> What does it mean ?
> 
> java.io.IOException: The filename, directory name, or volume label syntax is
> incorrect
>       at java.io.Win32FileSystem.canonicalize(Native Method)
>       at java.io.File.getCanonicalPath(File.java:437)
>       at org.apache.tomcat.util.FileUtil.safePath(FileUtil.java:184)
>       at org.apache.tomcat.core.Context.getRealPath(Context.java:794)

It means you are posting to the wrong mailing list.

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org