4.2.x - Starting mobile viewer error

0
I'm having this error when I start the mobile viewer: http://localhost:8080/index-mobile-preview.html Something I should do differently or is this a bug? java.io.IOException: Bad pathname at java.io.WinNTFileSystem.canonicalize0(Native Method) at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:396) at java.io.File.getCanonicalPath(File.java:559) at ja.c(SourceFile:113) at ja.processRequest(SourceFile:39) at iZ.a(SourceFile:63) at com.mendix.core.MxRuntime.processRequest(SourceFile:900) at com.mendix.m2ee.server.handler.RuntimeHandler.handle(RuntimeHandler.java:44) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111) at org.eclipse.jetty.server.Server.handle(Server.java:351) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454) at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:890) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:944) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:634) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:230) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:77) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:609) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:45) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534) at java.lang.Thread.run(Thread.java:662)
asked
1 answers
0

Yes this is a bug, we did spot something ourselves too but we are curious under which circumstances this occurs for you. Is the file actually present on your filesystem (under deployment/web) ? Can you file a ticket with reproduction?

answered