0

ssl not working on ubooquity 2.xx

synobooks 7 years ago updated 7 years ago 1

Hi I tried to add ssl for ubooquity 2.xx but it gives an error after i added the keystore


These are my logs


20170916 23:32:16 [qtp977552154-31] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:16 [qtp977552154-31] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=9<=200,i=0,q=0}
20170916 23:32:16 [qtp977552154-34] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:16 [qtp977552154-34] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=10<=200,i=0,q=2}
20170916 23:32:16 [qtp977552154-37] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:16 [qtp977552154-37] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=12<=200,i=4,q=0}
20170916 23:32:16 [qtp977552154-40] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:16 [qtp977552154-40] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=12<=200,i=5,q=0}
20170916 23:32:21 [qtp977552154-38] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:21 [qtp977552154-38] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=12<=200,i=5,q=0}
20170916 23:32:21 [qtp977552154-43] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:21 [qtp977552154-43] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=12<=200,i=5,q=0}
20170916 23:32:21 [qtp977552154-44] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:21 [qtp977552154-39] WARN  o.e.j.util.thread.QueuedThreadPool - 
java.lang.NoClassDefFoundError: Could not initialize class sun.security.ssl.SupportedEllipticCurvesExtension
at sun.security.ssl.HelloExtensions.<init>(HelloExtensions.java:82) ~[na:1.8.0_121]
at sun.security.ssl.HandshakeMessage$ClientHello.<init>(HandshakeMessage.java:245) ~[na:1.8.0_121]
at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:220) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:966) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$1.run(Handshaker.java:963) ~[na:1.8.0_121]
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_121]
at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416) ~[na:1.8.0_121]
at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:726) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:322) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:231) ~[jetty-server-9.4.0.v20161208.jar.5781133623726093274.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:261) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:150) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:112) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) ~[jetty-io-9.4.0.v20161208.jar.1829525625271196658.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:122) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecutingExecutionStrategy.invoke(ExecutingExecutionStrategy.java:58) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:201) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:133) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590) ~[jetty-util-9.4.0.v20161208.jar.2263628946069793232.tmp:9.4.0.v20161208]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
20170916 23:32:21 [qtp977552154-44] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=12<=200,i=3,q=0}
20170916 23:32:21 [qtp977552154-39] WARN  o.e.j.util.thread.QueuedThreadPool - Unexpected thread death: org.eclipse.jetty.util.thread.QueuedThreadPool$2@bc294e6 in qtp977552154{STARTED,8<=12<=200,i=3,q=0}



Is keystore not supported in ubooquity 2.xx? It used to work fine in ubooquity 1.10.1

Managed to fix it by upgrading the version of java. Latest version fixed it