Stephan Walters created ZEPPELIN-5599: -----------------------------------------
Summary: Error 404 when trying to run note after web-socket disconnect/reconnect Key: ZEPPELIN-5599 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5599 Project: Zeppelin Issue Type: Bug Affects Versions: 0.10.0 Reporter: Stephan Walters Attachments: image-2021-12-02-12-42-54-725.png When using the new angular front-end, the user is unable to run any paragraphs after a web-socket disconnect/reconnect. When attempting to run a paragraph, the user receives an Error 404 popup and the paragraph goes into a pending mode. !image-2021-12-02-12-42-54-725.png! The msg sent to the server from the client is as follows: {code:java} {"op":"RUN_PARAGRAPH","msgId":"mkto9-15","data":{"id":"paragraph_1638362191972_1752166287","paragraph":"%spark\nsc.version","config":{"colWidth":12,"editorMode":"ace/mode/scala","fontSize":9,"results":{},"enabled":true,"editorSetting":{"language":"scala","editOnDblClick":false,"completionKey":"TAB","completionSupport":true},"tableHide":false},"params":{}},"principal":"admin","ticket":"7ddcdda2-8e81-41cd-ae43-541c0c2fff70","roles":"[\"admin\"]"} {code} The socket msg returned by the server is as follows: {code:java} { "op": "ERROR_INFO", "data": { "info": "HTTP 404 Not Found" }, "ticket": "anonymous", "principal": "anonymous", "roles": "" } {code} The server logs is as follows: {noformat} INFO [2021-12-02 10:41:23,185] ({qtp27319466-110} NotebookServer.java[onClose]:472) - Closed connection to 10.99.20.14:40800 (1006) Disconnected INFO [2021-12-02 10:43:41,018] ({qtp27319466-112} NotebookService.java[runParagraph]:346) - Start to run paragraph: paragraph_1638362191972_1752166287 of note: null WARN [2021-12-02 10:43:41,018] ({qtp27319466-112} AuthorizationService.java[getRunners]:247) - No noteAuth found for noteId: null WARN [2021-12-02 10:43:41,018] ({qtp27319466-112} AuthorizationService.java[getRunners]:247) - No noteAuth found for noteId: null WARN [2021-12-02 10:43:41,018] ({qtp27319466-112} SimpleServiceCallback.java[onFailure]:50) - HTTP 404 Not Found {noformat} Happy to assist with more detail when and where needed. -- This message was sent by Atlassian Jira (v8.20.1#820001)