-
Notifications
You must be signed in to change notification settings - Fork 77
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
WrongMethodTypeException
with blackbird
#142
Comments
WrongMethodTypeException
with blackbird
This is a strange exception message. |
@naveg , a couple more questions: do you use any custom or non-default classloaders, or set the thread context class loader ever? |
@naveg , I would love to help fix this issue, but we will need some more information (some questions above) or ideally a self contained test case showing the issue to dig in - I have never seen an exception like this myself. |
Cannot reproduce, no more info added, closing. May be reopened/refiled with necessary info. |
After upgrading to Java 16 and Jackson 2.12 with Blackbird replacing Afterburner, we are seeing WrongMethodTypeException occur frequently. The strange thing is that this affects only 25-40% of requests. An identical request made repeatedly will fail at that rate.
Example stack trace:
This is occuring in a Dropwizard application.
Happy to provide more information as needed, and will continue to dig and update this issue with what I find.
The text was updated successfully, but these errors were encountered: