2015-04-30 08:57:35.111:WARN:oejuc.AbstractLifeCycle:main: FAILED org.eclipse.jetty.server.ServerConnector$ServerConnectorManager@5a24ad9b: java.lang.NoClassDefFoundError: org/eclipse/jetty/util/thread/NonBlockingThreadThe fix was to add a Maven dependency for jetty-util. Apparently, jetty-server doesn't include it as a dependency; it just fails at runtime if it's not there.
Thursday, April 30, 2015
Jetty missing NonBlockingThread
Got this error trying to start up a Jetty server:
Subscribe to:
Post Comments (Atom)
Jekyll Pages List
Getting a list of pages in a Jekyll site is easy, but paring that down to just the top-level files and the index pages is tricky. {% for p...
-
To enable cross-origin requests in a self-contained Jetty jar file with Jersey REST services (to allow calls from Swagger-UI). Create a COR...
-
Installing an app you've developed on an actual Android device is documented pretty well , but I tripped over a missing step (c) for Lin...
-
Got this error trying to start up a Jetty server: 2015-04-30 08:57:35.111:WARN:oejuc.AbstractLifeCycle:main: FAILED org.eclipse.jetty.serve...
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.