Hi
I'm using a ModalWindow for an user input -popup. The problem is that when i
call AjaxRequestTarget.show(ModalWindow), i get an IOException from deep
within jetty. Here's how it looks in the console:
13:33:56.139 WARN!!
java.io.IOException: Tiedostonimen, hakemistonimen tai levynimen syntaksi ei
kelpaa. TRANSLATION: The syntax of file, path or disk name is wrong.
at java.io.WinNTFileSystem.canonicalize0(Native Method)
at java.io.Win32FileSystem.canonicalize(Unknown Source)
at java.io.File.getCanonicalPath(Unknown Source)
at org.mortbay.util.FileResource.getAlias(FileResource.java:148)
at org.mortbay.http.HttpContext.getResource(HttpContext.java:803)
at
org.mortbay.jetty.servlet.WebApplicationContext.getResource(WebApplicationContext.java:1246)
at
org.mortbay.jetty.servlet.ServletHandler.getResource(ServletHandler.java:711)
at
org.mortbay.jetty.servlet.ServletHandler.getResourceAsStream(ServletHandler.java:736)
at
org.mortbay.jetty.servlet.ServletHandler$Context.getResourceAsStream(ServletHandler.java:949)
at
org.apache.wicket.util.resource.WebExternalResourceStream.getInputStream(WebExternalResourceStream.java:98)
at
org.apache.wicket.request.target.resource.ResourceStreamRequestTarget.respond(ResourceStreamRequestTarget.java:131)
at
org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:103)
at
org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1097)
at org.apache.wicket.RequestCycle.step(RequestCycle.java:1166)
at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1245)
at org.apache.wicket.RequestCycle.request(RequestCycle.java:489)
at
org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:319)
at
org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:121)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
at
org.mortbay.jetty.servlet.WebApplicationHandler$Chain.doFilter(WebApplicationHandler.java:342)
at
org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:111)
at
ordermanager.util.EntityManagerFilter.doFilterInternal(EntityManagerFilter.java:60)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:75)
at
org.mortbay.jetty.servlet.WebApplicationHandler$Chain.doFilter(WebApplicationHandler.java:334)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:286)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
at org.mortbay.http.HttpServer.service(HttpServer.java:879)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:789)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520)
13:33:56.143 WARN!! Alias request of 'file:/C:/workspace/ordermanager/:/0'
for 'file:/C:/workspace/ordermanager/:/0'
I'm assuming this has to do with the images the ModalWindow is using.
Any ideas?
--
View this message in context:
http://www.nabble.com/IOException-from-ModalWindow-tf4757540.html#a13604927
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]