Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

something about netty and tomcat and APR #331

Closed
Areii opened this issue Jun 27, 2016 · 2 comments
Closed

something about netty and tomcat and APR #331

Areii opened this issue Jun 27, 2016 · 2 comments
Milestone

Comments

@Areii
Copy link

Areii commented Jun 27, 2016

i usepushy 0.7.3andnetty-tcnative-boringssl-static 1.1.33.Fork17 and spring boot(tomcat embed) .it's working well.
and then ,i package my server to a war and deploy on tomcat 8.0.35 ( linux centos6.5 ,openssl 1.0.2h).
it throws some exceptions like:
java.lang.ClassNotFoundException: org.eclipse.jetty.alpn.ALPN$Provider

i think that it because tomcat8 which on linux doesn't use netty-tcnative-boringssl-static(apr in it) and it(tomcat) use linux own APR.and tomcat 8 doesn't support http2.0 until tomcat9.

Is my opinion right?

@jchambers
Copy link
Owner

This is, unfortunately, a known issue with netty-tcnative. I'll try to advertise it more prominently on our side shortly.

@jchambers jchambers modified the milestone: v0.8 Jul 28, 2016
jchambers pushed a commit that referenced this issue Jul 29, 2016
jchambers pushed a commit that referenced this issue Jul 29, 2016
@jchambers
Copy link
Owner

I updated the docs in dc3e957; while I'm still hoping the upstream issue will be fixed soon, I think this is all we can really do in the meantime.

Thanks again!

123avi pushed a commit to 123avi/pushy that referenced this issue Aug 18, 2016
123avi pushed a commit to 123avi/pushy that referenced this issue Aug 22, 2016
123avi pushed a commit to 123avi/pushy that referenced this issue Aug 22, 2016
cleanup, reformat , remove redundant plugin from pom

minor cleanup

Made `ApnsClient#sendNotification` generic.

Updated to Netty 4.1.4 and tcnative fork 19.

Replaced the "known issues" section with a "using Pushy inside an application container" section. Closes jchambers#331.

Rolled back fancy flush thresholds.

minor refactor

Updated the README for v0.8.

Exclude .gitignore files from jars.

[maven-release-plugin] prepare release pushy-parent-0.8

[maven-release-plugin] prepare for next development iteration

Drop the fancy hostname workaround for Travis (since they've updated their images lately).
123avi pushed a commit to 123avi/pushy that referenced this issue Aug 23, 2016
cleanup, reformat , remove redundant plugin from pom

minor cleanup

Made `ApnsClient#sendNotification` generic.

Updated to Netty 4.1.4 and tcnative fork 19.

Replaced the "known issues" section with a "using Pushy inside an application container" section. Closes jchambers#331.

Rolled back fancy flush thresholds.

minor refactor

Updated the README for v0.8.

Exclude .gitignore files from jars.

[maven-release-plugin] prepare release pushy-parent-0.8

[maven-release-plugin] prepare for next development iteration

Drop the fancy hostname workaround for Travis (since they've updated their images lately).
123avi pushed a commit to 123avi/pushy that referenced this issue Sep 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants