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

Got java.io.UncheckedIOException: java.io.EOFException with JDK 11 #36

Open
unidevel opened this issue Jan 29, 2025 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@unidevel
Copy link
Contributor

When running the release-note command with JDK 11, I got the error frequently.

Seems related to this issue => https://webtide.com/openjdk-11-and-tls-1-3-issues/

The error logs: https://github.com/unidevelqq/presto/actions/runs/13026096998/job/36335452029

2025-01-29T06:57:13.298Z	INFO	main	com.facebook.presto.release.tasks.GenerateReleaseNotesTask	Fetching Github commits
2025-01-29T06:57:33.493Z	INFO	main	com.facebook.airlift.bootstrap.LifeCycleManager	Life cycle stopping...
2025-01-29T06:57:33.496Z	INFO	main	com.facebook.airlift.bootstrap.LifeCycleManager	Life cycle stopped.
2025-01-29T06:57:33.496Z	ERROR	main	Bootstrap	Uncaught exception in thread main
java.io.UncheckedIOException: java.io.EOFException: HttpConnectionOverHTTP@30a8ae9f::DecryptedEndPoint@6e24e7df{api.github.com/140.82.114.5:443<->/10.1.0.127:38450,OPEN,fill=-,flush=-,to=10607/60000}
	at com.facebook.airlift.http.client.StringResponseHandler.handle(StringResponseHandler.java:76)
	at com.facebook.airlift.http.client.StringResponseHandler.handle(StringResponseHandler.java:34)
	at com.facebook.airlift.http.client.jetty.JettyHttpClient.execute(JettyHttpClient.java:531)
	at com.facebook.presto.release.git.GithubGraphQlAction.githubApi(GithubGraphQlAction.java:183)
	at com.facebook.presto.release.git.GithubGraphQlAction.listCommits(GithubGraphQlAction.java:136)
	at com.facebook.presto.release.tasks.GenerateReleaseNotesTask.run(GenerateReleaseNotesTask.java:130)
	at com.facebook.presto.release.tasks.AbstractReleaseCommand.run(AbstractReleaseCommand.java:50)
	at com.facebook.presto.release.PrestoReleaseService.main(PrestoReleaseService.java:38)
Caused by: java.io.EOFException: HttpConnectionOverHTTP@30a8ae9f::DecryptedEndPoint@6e24e7df{api.github.com/140.82.114.5:443<->/10.1.0.127:38450,OPEN,fill=-,flush=-,to=10607/60000}
	at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.earlyEOF(HttpReceiverOverHTTP.java:338)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1577)
	at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.shutdown(HttpReceiverOverHTTP.java:209)
	at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.process(HttpReceiverOverHTTP.java:147)
	at org.eclipse.jetty.client.http.HttpReceiverOverHTTP.receive(HttpReceiverOverHTTP.java:73)
	at org.eclipse.jetty.client.http.HttpChannelOverHTTP.receive(HttpChannelOverHTTP.java:133)
	at org.eclipse.jetty.client.http.HttpConnectionOverHTTP.onFillable(HttpConnectionOverHTTP.java:155)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:[103](https://github.com/unidevelqq/presto/actions/runs/13026096998/job/36335452029#step:7:104))
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:411)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:305)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
	at java.base/java.lang.Thread.run(Thread.java:829)
@unidevel unidevel added the bug Something isn't working label Jan 29, 2025
@unidevel unidevel self-assigned this Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant