<div dir="ltr">Hello list!<div><br></div><div>I've built WAR-file from current master and trying to deploy it using Jetty8 in Ubuntu.</div><div>When I try to open URL in browser I get message 'GraphHopper API offline?' and errors in log file:</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">2015-01-10 20:00:23.706:WARN:oejd.WebAppDeployer:WebAppDeployer is deprecated. Use WebAppProvider<br>2015-01-10 20:00:23.707:INFO:oejs.Server:jetty-8.1.3.v20120416<br>2015-01-10 20:00:23.750:INFO:oejw.WebInfConfiguration:Extract jar:file:/var/lib/jetty8/webapps/root.war!/ to /var/cache/jetty8/data/jetty-0.0.0.0-8080-root.war--any-/webapp<br>2015-01-10 20:00:24.350:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for , did not find org.apache.jasper.servlet.JspServlet<br>2015-01-10 20:00:24.367:WARN:oejw.StandardDescriptorProcessor:Could not instantiate listener com.graphhopper.http.GuiceServletConfig<br>java.lang.ClassNotFoundException: com.graphhopper.http.GuiceServletConfig<br>        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)<br>        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)<br>        at java.security.AccessController.doPrivileged(Native Method)<br>        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)<br>        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)<br>        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)<br>        at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:424)<br>        at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:377)<br>        at org.eclipse.jetty.server.handler.ContextHandler.loadClass(ContextHandler.java:1471)<br>        at org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitListener(StandardDescriptorProcessor.java:1839)<br>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>        at java.lang.reflect.Method.invoke(Method.java:606)<br>        at org.eclipse.jetty.webapp.IterativeDescriptorProcessor.visit(IterativeDescriptorProcessor.java:80)<br>        at org.eclipse.jetty.webapp.IterativeDescriptorProcessor.process(IterativeDescriptorProcessor.java:67)<br>        at org.eclipse.jetty.webapp.MetaData.resolve(MetaData.java:332)<br>        at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1219)<br>        at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:699)<br>        at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:454)<br>        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)<br>        at org.eclipse.jetty.deploy.WebAppDeployer.scan(WebAppDeployer.java:309)<br>        at org.eclipse.jetty.deploy.WebAppDeployer.doStart(WebAppDeployer.java:189)<br>        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)<br>        at org.eclipse.jetty.util.component.AggregateLifeCycle.doStart(AggregateLifeCycle.java:63)<br>        at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:53)<br>        at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:91)<br>        at org.eclipse.jetty.server.Server.doStart(Server.java:262)<br>        at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:59)<br>        at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1215)<br>        at java.security.AccessController.doPrivileged(Native Method)<br>        at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1138)<br>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)<br>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>        at java.lang.reflect.Method.invoke(Method.java:606)<br>        at org.eclipse.jetty.start.Main.invokeMain(Main.java:457)<br>        at org.eclipse.jetty.start.Main.start(Main.java:602)<br>        at org.eclipse.jetty.start.Main.main(Main.java:82)<br>2015-01-10 20:00:24.372:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{,file:/var/cache/jetty8/data/jetty-0.0.0.0-8080-root.war--any-/webapp/},file:/var/lib/jetty8/webapps/root.war<br>2015-01-10 20:00:24.372:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{,file:/var/cache/jetty8/data/jetty-0.0.0.0-8080-root.war--any-/webapp/},file:/var/lib/jetty8/webapps/root.war<br>2015-01-10 20:00:24.396:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /unroot, did not find org.apache.jasper.servlet.JspServlet<br>2015-01-10 20:00:24.399:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/unroot,file:/var/lib/jetty8/webapps/unroot/},file:/var/lib/jetty8/webapps/unroot/<br>2015-01-10 20:00:24.399:INFO:oejsh.ContextHandler:started o.e.j.w.WebAppContext{/unroot,file:/var/lib/jetty8/webapps/unroot/},file:/var/lib/jetty8/webapps/unroot/<br>2015-01-10 20:00:24.414:INFO:oejs.AbstractConnector:Started <a href="http://SelectChannelConnector@0.0.0.0:8080">SelectChannelConnector@0.0.0.0:8080</a></blockquote><div><br></div><div>As you can see I've changed WAR-file name to root.war but no effect.</div><div>Please help me with this issue. </div></div></div>