-
Bug
-
Resolution: Fixed
-
Blocker
-
None
Introduced in https://github.com/jenkinsci/jenkins/pull/6694
This line returns false since Jetty 10 upgrade:
Because it fails to load the required Jetty classes, there's been at least package name changes if not more.
Steps to reproduce:
1. Create an agent with websocket checkbox enabled
2. Form validation will reply with "WebSocket support is not enabled in this Jenkins installation"
If you enable a FINE log recorder for `jenkins.websocket.WebSockets` you get a class not found exception
- causes
-
JENKINS-69543 CPU pegged handling WebSocket agent connection due to thread-unsafe code
-
- Closed
-
- links to
[JENKINS-68933] Jetty 10 upgrade breaks websockets support
Description |
Original:
This line returns false since Jetty 10 upgrade:
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/jenkins/websocket/WebSockets.java#L89 Because it fails to load the required Jetty classes, there's been at least package name changes if not more. Steps to reproduce: 1. Create an agent with websocket checkbox enabled 2. Form validation will reply with "WebSocket support is not enabled in this Jenkins installation" If you enable a FINE log recorder for `jenkins.websocket.WebSockets` you get a class not found exception |
New:
Introduced in https://github.com/jenkinsci/jenkins/pull/6694
This line returns false since Jetty 10 upgrade: https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/jenkins/websocket/WebSockets.java#L89 Because it fails to load the required Jetty classes, there's been at least package name changes if not more. Steps to reproduce: 1. Create an agent with websocket checkbox enabled 2. Form validation will reply with "WebSocket support is not enabled in this Jenkins installation" If you enable a FINE log recorder for `jenkins.websocket.WebSockets` you get a class not found exception |
Description |
Original:
Introduced in https://github.com/jenkinsci/jenkins/pull/6694
This line returns false since Jetty 10 upgrade: https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/jenkins/websocket/WebSockets.java#L89 Because it fails to load the required Jetty classes, there's been at least package name changes if not more. Steps to reproduce: 1. Create an agent with websocket checkbox enabled 2. Form validation will reply with "WebSocket support is not enabled in this Jenkins installation" If you enable a FINE log recorder for `jenkins.websocket.WebSockets` you get a class not found exception |
New:
Introduced in https://github.com/jenkinsci/jenkins/pull/6694
This line returns false since Jetty 10 upgrade: https://github.com/jenkinsci/jenkins/blob/76e5c98dd3c92ee892c7d094d246602be2e1dc79/core/src/main/java/jenkins/websocket/WebSockets.java#L89 Because it fails to load the required Jetty classes, there's been at least package name changes if not more. Steps to reproduce: 1. Create an agent with websocket checkbox enabled 2. Form validation will reply with "WebSocket support is not enabled in this Jenkins installation" If you enable a FINE log recorder for `jenkins.websocket.WebSockets` you get a class not found exception |
Assignee | New: Jesse Glick [ jglick ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "jenkins #6780 (Web Link)" [ 27924 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Assignee | Original: Jesse Glick [ jglick ] | New: Basil Crow [ basil ] |
Remote Link | Original: This issue links to "jenkins #6780 (Web Link)" [ 27924 ] |
Remote Link | New: This issue links to "jenkinsci/jenkins#6801 (Web Link)" [ 27981 ] |
Remote Link | New: This issue links to "jenkinsci/jenkins#6801 (Web Link)" [ 28030 ] |