-
Notifications
You must be signed in to change notification settings - Fork 306
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
Connection closes with error 'err_connection_closed' in payara-5.2021.1 with using HTTPS protocal and unable to get the response from server / FISH-1515 #5268
Comments
Hi @sameencse, Would you be able to provide the reproducer? |
Hi @shub8968
PS:: the similar bug is already logged here [https://github.com//issues/2625] which mentioned the issue is fixed in 5.2020.2 and 5.20 but it doesn't seems to be |
There is a little confusion here. HTTP/2 without push should work without issues with push disabled. Please make sure that push is disabled with the latest version of Payara. There have been some Grizzly fixes in since 2021.1 If that doesn't work, and is confirmed as such, then this issue is indeed valid |
@lprimak see below image |
Hi @sameencse Would you be able to provide the sample application you are using in order to test the issue? |
@shub8968 Nope, i can't -With payara-5.2021.1 default setting has HTTP/2 Enabled on both HTTP & HTTPS listener
PS:: the similar bug is already logged here [https://github.com//issues/2625] which mentioned the issue is fixed in 5.2020.2 and 5.20 but it doesn't seems to be |
Hi @sameencse, I am able to reproduce this issue. I have raised an internal issue with JIRA |
Thanks @shub8968 for confirming this as bug,
|
is there any way to solve the problem before a release? |
We also encountered this issue, service went down often. We un-ticked https/2 and running stable now. Payara 5 version 2021.1. Also interested in a fix and by when? Thanks |
I am experiencing several issues related to this bug. Is it possible that it is fixed in the next update? |
Hi all, This issue has been resolved in the latest version of Payara Community, 5.2022.3. Please upgrade your environments to resolve this issue. Thanks, |
Description
Recently we upgraded the payara server from 5.194 to 5.2021.1 without modifying anything in domain.xml, and observed few of API calls which will take some time to process before returning response are abruptly closed with 'ERR_CONNECTION_CLOSED' and we are using the HTTPS protocol.
Interestingly this issue is not happening with HTTP protocol, seems to be working
Expected Outcome
Https request should complete without any error message or it should process the request and server should return the response
Current Outcome
After the payara upgrade from 5.194 to 5.2021.1 , we notice in our application most of the API calls with HTTPS (the request which takes more than 45 seconds to send back the response to client are breaking with 'ERR_CONNECTION_CLOSED' in dev console) and causing the application to stop abruptly.
And after disabling the HTTP/2, the application seems to be working fine without any error.
Steps to reproduce
Environment
The text was updated successfully, but these errors were encountered: