-
Notifications
You must be signed in to change notification settings - Fork 136
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
java.lang.NullPointerException: null error on WebDAV Domain due to jetty 9.4.51 bug #7631
Comments
Hi @geonmo , Thanks for reporting. Do you know how to reproduce the issue? |
Hello, @kofemann , The code to test jetty itself is in issue #9476. (jetty/jetty.project#9476) In my case, I recently experienced a data upload issue slowdown that brought the issue. Currently on our site, roughly 450 uploads are consistently failing with timeouts, and the webdav domain is down every 8 hours, as short as 1 hour and as long as 8 hours. I'm assuming that not that many are failing because the timeout time (7200) is long. I think it might be possible to make the timeout of the webdav transfer task smaller and then test it to keep failing. |
Bumps [org.eclipse.jetty:jetty-servlets](https://github.com/eclipse/jetty.project) from 9.4.51.v20230217 to 9.4.52.v20230823. - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.51.v20230217...jetty-9.4.52.v20230823) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-servlets dependency-type: direct:production ... Fixes: dCache#7631 Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 43a3e44) Signed-off-by: Tigran Mkrtchyan <[email protected]>
Bumps [org.eclipse.jetty:jetty-servlets](https://github.com/eclipse/jetty.project) from 9.4.51.v20230217 to 9.4.52.v20230823. - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.51.v20230217...jetty-9.4.52.v20230823) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-servlets dependency-type: direct:production ... Fixes: #7631 Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 43a3e44) Signed-off-by: Tigran Mkrtchyan <[email protected]>
I've seen the release with the jetty version change, thank you for taking care of it. I'll close this issue. |
Dear dCache staff,
I found some errors on a WebDAV domain.
I don't know if it's due to this bug, but if the number of failed transfers at the WebDAV door increases, at some point the WebDAV domain will stop working and even basic functions like serving SSL certificates won't work.
I googled the error and found that it occurred in jetty 9.4.51 and was fixed in 9.4.52. (jetty/jetty.project#9476)
However, I understand that dCache v9.2 uses jetty 9.4.51.
I strongly request that the jetty version upgrade in the next release of dCache v9.2.
Please also check whether this bug can cause any abnormal behavior of a WebDAV domain.
The webdav hang error has significantly reduced the availability of our site.
Regards,
-- Geonmo
The text was updated successfully, but these errors were encountered: