File requested outside of webroot:

0
Hi guys, I am not trying to upgrade my old project to version 4.2.1 on Windows server, but get this error and cannot find the way to fix it yet. java.lang.SecurityException: File requested outside of webroot: '' would translate to 'C:\ABC\PATH\Acceptance\Application\web\index.html'. at ja.c(SourceFile:114) at ja.processRequest(SourceFile:39) at iZ.a(SourceFile:74) 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(Unknown Source) What did I do wrong? Thank you in advance. Panayu
asked
1 answers
1

Panayu,

Have a look at this post, this contains a similar issue with a solution.

answered