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

alpn-boot jar causing conflict with jdbc (Oracle) connection #59

Open
nkmittal opened this issue Jul 8, 2019 · 0 comments
Open

alpn-boot jar causing conflict with jdbc (Oracle) connection #59

nkmittal opened this issue Jul 8, 2019 · 0 comments

Comments

@nkmittal
Copy link

nkmittal commented Jul 8, 2019

I am using a Docker environment to build my Play 2.5.x (Scala 2.11.11) server where from the server I connect to AWS RDS Oracle instance Version 12.1.0.1. When I add alpn-boot (alpn-boot-8.1.13.v20181017.jar) jar to Java boot classpath (required by apns-http2) I observe that sometimes my server can't connect to RDS instance. It does not happen always but happens intermittently. I am using "ojdbc7.jar" for Oracle JDBC driver. ‘alpn’ stands for Application Layer Protocol negotiation and this jar is needed for connecting as client over HTTP/2 to a remote server (Refer: http://www.eclipse.org/jetty/documentation/current/alpn-chapter.html).
I use JVM option "-J-Xbootclasspath/p:lib/alpn-boot-8.1.13.v20181017.jar" to add the jar to boot classpath.
Has anyone observed such kind of issue ?

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

1 participant