Nope, WinXP Pro and D: is NTFS.

Yunhua Sang a écrit :
Are you using Vista and the D:\ is FAT32?

I saw strange behaviors on this combination some times ago.


On Wed, Mar 19, 2008 at 4:45 PM, José Paumard <[EMAIL PROTECTED]> wrote:
  
Hi all,

Let's take the simple following case :

Start.tml :

<t:eventlink t:event="refresh">refresh</t:eventlink>
<t:menu />

Menu.tml :
<t:eventlink t:event="refresh">refresh</t:eventlink>

Start.java :
    @OnEvent(value="refresh")
    Class refresh() {
        return Start.class ;
    }

Menu.java :
    @OnEvent(value="refresh")
    Class refresh() {
        return Start.class ;
    }

The 1st link is start:refresh
The 2nd link is start.menu:refresh

Clicking on the 1st refresh link, refreshes the page normally.

Clicking on the 2nd refresh link gives this stack trace.

Any thoughts / comments / advice ?

Thank you,

José

 WARN - EXCEPTION
java.io.IOException: Syntaxe du nom de fichier, de répertoire ou de volume
incorrecte
    at java.io.WinNTFileSystem.canonicalize0(Native Method)
    at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:395)
    at java.io.File.getCanonicalPath(File.java:531)
    at org.mortbay.util.FileResource.getAlias(FileResource.java:176)
    at org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252)
    at org.mortbay.http.HttpContext.getResource(HttpContext.java:2118)
    at
org.mortbay.jetty.servlet.WebApplicationContext.getResource(WebApplicationContext.java:785)
    at
org.mortbay.jetty.servlet.ServletHandler.getResource(ServletHandler.java:735)
    at
org.mortbay.jetty.servlet.ServletHandler$Context.getResource(ServletHandler.java:1082)
    at
org.apache.tapestry.internal.services.ContextImpl.getResource(ContextImpl.java:43)
    at $Context_118c8c11254.getResource($Context_118c8c11254.java)
    at $Context_118c8c111c0.getResource($Context_118c8c111c0.java)
    at
org.apache.tapestry.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:56)
    at $RequestHandler_118c8c111c5.service($RequestHandler_118c8c111c5.java)
    at
org.apache.tapestry.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:93)
    at
org.apache.tapestry.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:1)
    at
org.apache.tapestry.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:77)
    at
org.apache.tapestry.internal.services.CheckForUpdatesFilter.service(CheckForUpdatesFilter.java:106)
    at $RequestHandler_118c8c111c5.service($RequestHandler_118c8c111c5.java)
    at $RequestHandler_118c8c111bc.service($RequestHandler_118c8c111bc.java)
    at
org.apache.tapestry.services.TapestryModule$12.service(TapestryModule.java:941)
    at
org.apache.tapestry.internal.services.IgnoredPathsFilter.service(IgnoredPathsFilter.java:62)
    at
$HttpServletRequestFilter_118c8c111bb.service($HttpServletRequestFilter_118c8c111bb.java)
    at
$HttpServletRequestHandler_118c8c111bd.service($HttpServletRequestHandler_118c8c111bd.java)
    at
$HttpServletRequestHandler_118c8c111ba.service($HttpServletRequestHandler_118c8c111ba.java)
    at org.apache.tapestry.TapestryFilter.doFilter(TapestryFilter.java:168)
    at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
    at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
    at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
    at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
    at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
    at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
    at org.mortbay.http.HttpServer.service(HttpServer.java:909)
    at org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
    at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
    at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
    at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245)
    at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
    at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
WARN - Alias request of
'file:/D:/workspace-eclipse/webapp-test/src/main/webapp/start.menu:refresh'
for
'file:/D:/workspace-eclipse/webapp-test/src/main/webapp/start.menu:refresh'

--------------------------------------------------------------------- To
unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]
    

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to