question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Connection Errors with 4.1.60.Final

See original GitHub issue

Expected behavior

  • No errors

Actual behavior

  • After upgrading from netty .59 to .60 due to a vulnerability, when running our integration tests (vert.x, WebClient test rest controller). No other dependencies or code changed
  • We got vert,x errors io.vertx.core.VertxException: Connection was closed Unfortunately, we don’t get a stack trace.
  • Using postman when stopping in debugger (only test thread stopped), we get “socket hang up”
  • When reverting to .59 test work fine.

Steps to reproduce

  • Run our integration tests

Minimal yet complete reproducer code (or URL to code)

  • n.a.

Netty version

  • 4.1.60.Final

JVM version (e.g. java -version)

  • adopt-openjdk-1.8

OS version (e.g. uname -a)

  • Windows 10, Build 1909

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
normanmaurercommented, Mar 20, 2021

Ok I think we can close this now as this is clearly a vert.x bug. See eclipse-vertx/vert.x#3865

1reaction
normanmaurercommented, Mar 19, 2021

Sure but that still means that the header impl of vertx is broken as it just always assume it’s a CharSequence which is not correct imho

Am 19.03.2021 um 21:12 schrieb Eric Fenderbosch @.***>:

Yes, but previously the content-length header was being passed to VertxHttpHeaders from HttpObjectDecoder as a String, not a Long.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Read more comments on GitHub >

github_iconTop Results From Across the Web

connection reset when sync huge amount data to redis by ...
Would someone like to tell me how to solve this problem? Maybe, the biggest problem is the data sync policy. Hope someone give...
Read more >
What is the right way to upgrade netty and its components for ...
Our spring boot (cloud) application uses rx-netty, whose version is 0.4.20 . And it sets netty and its components to version 4.1.5.Final ....
Read more >
coursier/coursier - Gitter
Another problem! when I add .addClassifiers(Classifier.javadoc, Classifier.sources) to a Fetch , it will fetch only the classifiers, but not the primary jars.
Read more >
Http2Exception (Netty API Reference (4.1.14.Final)) - javadoc.io
Exception thrown when an HTTP/2 error was encountered. ... Otherwise the error is considered a connection error and a Http2Exception is returned.
Read more >
MongoSocketOpenException: Exception opening socket
I have installed mongodb and getting below error after starting my SpringBootApplication. Can anyone please help me on ... Final.jar:4.1.60.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found