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

Java 11 issues (?) #7

Open
SevereOverfl0w opened this issue Feb 25, 2019 · 1 comment
Open

Java 11 issues (?) #7

SevereOverfl0w opened this issue Feb 25, 2019 · 1 comment

Comments

@SevereOverfl0w
Copy link

❯ clojure -A:user/find-deps http-kit                                               Mon Feb 25 15:12:02 GMT 2019 [client-loop] ERROR - select exception, should not happen
java.lang.IllegalStateException: Client/Server mode has not yet been set.
        at java.base/sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:98)
        at org.httpkit.client.HttpClient.finishConnect(HttpClient.java:395)
        at org.httpkit.client.HttpClient.run(HttpClient.java:472)
        at java.base/java.lang.Thread.run(Thread.java:834)
Mon Feb 25 15:12:02 GMT 2019 [client-loop] ERROR - select exception, should not happen
java.lang.IllegalStateException: Client/Server mode has not yet been set.
        at java.base/sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:98)
        at org.httpkit.client.HttpClient.finishConnect(HttpClient.java:395)
        at org.httpkit.client.HttpClient.run(HttpClient.java:472)
        at java.base/java.lang.Thread.run(Thread.java:834)
Mon Feb 25 15:12:02 GMT 2019 [client-loop] ERROR - select exception, should not happen
java.lang.IllegalStateException: Client/Server mode has not yet been set.
        at java.base/sun.security.ssl.SSLEngineImpl.beginHandshake(SSLEngineImpl.java:98)
        at org.httpkit.client.HttpClient.finishConnect(HttpClient.java:395)
        at org.httpkit.client.HttpClient.run(HttpClient.java:472)
        at java.base/java.lang.Thread.run(Thread.java:834)
@SevereOverfl0w
Copy link
Author

works if I add a dependency on http-kit 2.4.0-alpha3

holyjak added a commit to holyjak/find-deps that referenced this issue Feb 4, 2020
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