[Bug 3086] New: CNFE when running web-storage-service with jetty 9.4.0.M0

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Jul 8 12:06:26 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3086

            Bug ID: 3086
           Summary: CNFE when running web-storage-service with jetty
                    9.4.0.M0
           Product: Thermostat
           Version: hg
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Thermostat
          Assignee: unassigned at icedtea.classpath.org
          Reporter: sgehwolf at redhat.com
                CC: thermostat at icedtea.classpath.org

When running "thermostat web-storage-service" I see a ClassNotFoundException
being thrown with jetty 9.4.0.M0

Reproducer:
1. Apply diff [1]
2. Build thermostat
3. Run "thermostat web-storage-service"
4. Observe CNFE

[1]
diff --git a/pom.xml b/pom.xml
--- a/pom.xml
+++ b/pom.xml
@@ -273,7 +273,7 @@
     <httpcomponents.core.version>4.3.2</httpcomponents.core.version>
     <httpcomponents.client.version>4.3.4</httpcomponents.client.version>
     <gson.version>2.2.2</gson.version>
-    <jetty.version>9.1.0.v20131115</jetty.version>
+    <jetty.version>9.4.0.M0</jetty.version>
     <jetty-schemas.version>3.1.M0</jetty-schemas.version>
     <!-- web-endpoint-plugin requires the javax.servlet bundle to be started.
          Jetty 9 drags in version 3.1.0. That is, if you change the jetty

The exception looks like this:
2016-07-08 14:05:01.351:WARN:oejw.WebAppContext:Thread-8: Failed startup of
context
o.e.j.w.WebAppContext at 2a2d4952{/thermostat/storage,null,null}{/home/sgehwolf/Documents/thermostat/clones/thermostat-jerboaa/distribution/target/image/webapp}
java.lang.ClassNotFoundException: org.eclipse.jetty.webapp.WebInfConfiguration
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at org.eclipse.jetty.util.Loader.loadClass(Loader.java:65)
    at
org.eclipse.jetty.webapp.WebAppContext.loadConfigurations(WebAppContext.java:931)
    at
org.eclipse.jetty.webapp.WebAppContext.preConfigure(WebAppContext.java:451)
    at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:520)
    at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
    at
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
    at org.eclipse.jetty.server.Server.start(Server.java:437)
    at
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:106)
    at
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:93)
    at org.eclipse.jetty.server.Server.doStart(Server.java:404)
    at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
    at
com.redhat.thermostat.web.endpoint.internal.JettyContainerLauncher.doStartContainerAndDeployWar(JettyContainerLauncher.java:214)
    at
com.redhat.thermostat.web.endpoint.internal.JettyContainerLauncher.startContainerAndDeployWar(JettyContainerLauncher.java:125)
    at
com.redhat.thermostat.web.endpoint.internal.JettyContainerLauncher.access$000(JettyContainerLauncher.java:77)
    at
com.redhat.thermostat.web.endpoint.internal.JettyContainerLauncher$1.run(JettyContainerLauncher.java:99)
    at java.lang.Thread.run(Thread.java:745)
server shutdown complete: /home/sgehwolf/.thermostat/data/db
log file is here: /home/sgehwolf/.thermostat/logs/db.log
Failed to start embedded jetty instance

Not sure yet if this is a Jetty or thermostat problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160708/9043ba01/attachment-0001.html>


More information about the distro-pkg-dev mailing list