Last active
August 29, 2015 14:15
-
-
Save samhamilton/6aee8d2a55c32c49feca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Created new Visit with ID [101802] in session [8e2707045c6f2a14599623e73a507e36] | |
WARN 16/02/15 17:32:56.103 [RequestHandlerThread[20]]: Untrapped Error in Servlet | |
org.moqui.BaseException: Could not find root screen for host [devwww.example.com] | |
at org.moqui.impl.screen.ScreenRenderImpl.rootScreenFromHost(ScreenRenderImpl.groovy:114) | |
at org.moqui.impl.screen.ScreenRenderImpl.render(ScreenRenderImpl.groovy:148) | |
at org.moqui.impl.webapp.MoquiServlet.doScreenRequest(MoquiServlet.groovy:65) | |
at org.moqui.impl.webapp.MoquiServlet.doGet(MoquiServlet.groovy:35) | |
at javax.servlet.http.HttpServlet.doHead(HttpServlet.java:274) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) | |
at net.winstone.core.ServletConfiguration.execute(ServletConfiguration.java:270) | |
at net.winstone.core.SimpleRequestDispatcher.forward(SimpleRequestDispatcher.java:290) | |
at net.winstone.core.listener.RequestHandlerThread.processRequest(RequestHandlerThread.java:212) | |
at net.winstone.core.listener.RequestHandlerThread.run(RequestHandlerThread.java:143) | |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:266) | |
at net.winstone.util.BoundedExecutorService$1.run(BoundedExecutorService.java:81) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) | |
at java.lang.Thread.run(Thread.java:745) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<webapp-list> | |
<webapp name="webroot" http-port="8080" https-enabled="false"> | |
<root-screen host="(?!.*devwww\.host88\.net).*" location="component://webroot/screen/webroot.xml"/> | |
</webapp> | |
<webapp name="webpublic" http-port="8080" https-enabled="false"> | |
<root-screen host="devwww\.host88\.net" location="component://webpublic/screen/webpublic.xml"/> | |
</webapp> | |
</webapp-list> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment