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

ResponseProcessing Failed to convert a response into an exception #8348

Closed
hyder opened this issue Feb 8, 2024 · 1 comment · Fixed by #8357
Closed

ResponseProcessing Failed to convert a response into an exception #8348

hyder opened this issue Feb 8, 2024 · 1 comment · Fixed by #8357
Assignees
Labels
4.x Version 4.x bug Something isn't working MP P2
Projects

Comments

@hyder
Copy link

hyder commented Feb 8, 2024

Environment Details

  • Helidon Version: 4.0.5
  • Helidon MP
  • JDK version: Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 21.0.1+12.1
  • OS: Ubuntu
  • Docker version (if applicable):

Problem Description

When returning a Response with 204, but some content is returned anyway, tests fail with the error: ResponseProcessing Failed to convert a response into an exception

Steps to reproduce

https://github.com/helidon-io/helidon-cloudbank/pull/1/files#diff-e30cbc5f82170a6be47936061f1eb6c9e8218618ba2fbdea8a358fea776ad68aR71

@github-actions github-actions bot added this to Triage in Backlog Feb 8, 2024
@m0mus m0mus added bug Something isn't working P2 4.x Version 4.x MP labels Feb 8, 2024
@m0mus m0mus moved this from Triage to High priority in Backlog Feb 8, 2024
@tomas-langer
Copy link
Member

When no content status is used and entity sent, the connection gets broken and the next request on that connection fails with invalid status (-1).
This may be reproducible in SE as well.

@tomas-langer tomas-langer moved this from High priority to Sprint Scope in Backlog Feb 9, 2024
Backlog automation moved this from Sprint Scope to Closed Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x bug Something isn't working MP P2
Projects
Backlog
  
Closed
Development

Successfully merging a pull request may close this issue.

3 participants