Skip to content

Instantly share code, notes, and snippets.

@matzew
Created March 24, 2017 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matzew/49d61b6d01862e59edb547752dc4d6bd to your computer and use it in GitHub Desktop.
Save matzew/49d61b6d01862e59edb547752dc4d6bd to your computer and use it in GitHub Desktop.
Caused by: java.lang.NoClassDefFoundError: Could not initialize class io.netty.handler.ssl.JdkAlpnApplicationProtocolNegotiator
at io.netty.handler.ssl.JdkSslContext.toNegotiator(JdkSslContext.java:283) [netty-handler-4.1.6.Final.jar:4.1.6.Final]
at io.netty.handler.ssl.JdkSslClientContext.<init>(JdkSslClientContext.java:261) [netty-handler-4.1.6.Final.jar:4.1.6.Final]
at io.netty.handler.ssl.SslContext.newClientContextInternal(SslContext.java:751) [netty-handler-4.1.6.Final.jar:4.1.6.Final]
at io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:406) [netty-handler-4.1.6.Final.jar:4.1.6.Final]
at com.relayrides.pushy.apns.ApnsClientBuilder.build(ApnsClientBuilder.java:430) [pushy-0.9.2.jar:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment