Armadik commented on PR #4651:
URL: https://github.com/apache/zeppelin/pull/4651#issuecomment-2139392787

   @jongyoul 
   
   I'm not good at web technologies, but it seems that this PR broke the web 
interface. I launch notepad, and after some time it becomes unavailable for 
changes, restarting the page helps, in the logs I only see:
   
   `<html>
   <body>
   <!--StartFragment--><div aria-expanded="true" tabindex="-1" 
style="box-sizing: border-box; min-width: 0px; min-height: 0px; flex: 0 0 auto; 
color: rgb(227, 227, 227); font-family: monospace; font-size: 12px; font-style: 
normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 
400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; 
text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 
0px; white-space: normal; background-color: rgb(0, 74, 119); 
text-decoration-thickness: initial; text-decoration-style: initial; 
text-decoration-color: initial;"><span class="source-code" style="box-sizing: 
border-box; min-width: 0px; min-height: 0px; font-family: 
var(--source-code-font-family); white-space: pre-wrap; font-size: 
var(--source-code-font-size) !important; line-height: 1.2;"><span 
class="console-message-anchor" style="box-sizing: border-box; min-width: 0px; 
min-height: 0px; float: right; text-align: right; max-width: 10
 0%; margin-left: 4px;"><button class="devtools-link text-button link-style" 
jslog="Link; context: script-location; track: click" role="link" tabindex="-1" 
title="https://zeppelin.dev.analytics.crpt.tech/scripts/vendor.e8bbdaad8068699d.js:51";
 style="box-sizing: border-box; min-width: 0px; min-height: 0px; font: inherit; 
cursor: pointer; margin: 0px; height: unset; border: none; border-radius: 2px; 
padding: 0px !important; color: var(--sys-color-primary); background: none; 
flex: 0 0 auto; white-space: nowrap; text-decoration: underline; 
outline-offset: 2px; outline: none; word-break: break-all;"><br 
class="Apple-interchange-newline">vendor.e8bbdaad8068699d.js:51</button> 
</span><span class="console-message-text" style="box-sizing: border-box; 
min-width: 0px; min-height: 0px; color: var(--override-error-text-color) 
!important;">Uncaught <span class="object-value-error source-code" 
style="box-sizing: border-box; min-width: 0px; min-height: 0px; font-family: 
var(--source-code-font-family
 ); white-space: pre-wrap; font-size: var(--source-code-font-size) !important; 
line-height: 1.2;"><div style="box-sizing: border-box; min-width: 0px; 
min-height: 0px;">ReferenceError: autoApply is not defined
   <span style="box-sizing: border-box; min-width: 0px; min-height: 0px;">    
at n._onCloseHandler (<button class="devtools-link text-button link-style" 
jslog="Link; context: script-location; track: click" role="link" tabindex="-1" 
title="https://zeppelin.dev.analytics.crpt.tech/scripts/vendor.e8bbdaad8068699d.js:51:134262";
 style="box-sizing: border-box; min-width: 0px; min-height: 0px; font: inherit; 
cursor: pointer; margin: 0px; height: unset; border: none; border-radius: 2px; 
padding: 0px !important; color: var(--sys-color-primary); background: none; 
flex: 0 0 auto; white-space: nowrap; text-decoration: underline; 
outline-offset: 2px; outline: none; word-break: 
break-all;">vendor.e8bbdaad8068699d.js:51:134262</button>)
   </span><span style="box-sizing: border-box; min-width: 0px; min-height: 
0px;">    at WebSocket.&lt;anonymous&gt; (<button class="devtools-link 
text-button link-style" jslog="Link; context: script-location; track: click" 
role="link" tabindex="-1" 
title="https://zeppelin.dev.analytics.crpt.tech/scripts/vendor.e8bbdaad8068699d.js:21:5609";
 style="box-sizing: border-box; min-width: 0px; min-height: 0px; font: inherit; 
cursor: pointer; margin: 0px; height: unset; border: none; border-radius: 2px; 
padding: 0px !important; color: var(--sys-color-primary); background: none; 
flex: 0 0 auto; white-space: nowrap; text-decoration: underline; 
outline-offset: 2px; outline: none; word-break: 
break-all;">vendor.e8bbdaad8068699d.js:21:5609</button>)</span></div></span></span></span></div><div
 class="" role="group" style="box-sizing: border-box; min-width: 0px; 
min-height: 0px; flex: 0 0 auto; color: rgb(227, 227, 227); font-family: 
monospace; font-size: 12px; font-style: normal; font-variant-ligatu
 res: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: 
normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; 
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: 
normal; background-color: rgb(0, 74, 119); text-decoration-thickness: initial; 
text-decoration-style: initial; text-decoration-color: initial;"><span 
class="monospace stack-preview-container width-constrained" style="display: 
inline-block; --monospace-font-size: 12px; --monospace-font-family: monospace; 
--source-code-font-size: 12px; --source-code-font-family: monospace; width: 
1497px; box-sizing: border-box; min-width: 0px; min-height: 0px; font-family: 
var(--monospace-font-family); font-size: var(--monospace-font-size) 
!important;">
     | n._onCloseHandler | @ | vendor.e8bbdaad8068699d.js:51
   -- | -- | -- | --
     | (анонимная) | @ | vendor.e8bbdaad8068699d.js:21
   
   </span></div><!--EndFragment-->
   </body>
   </html>`
   
   
   However, I cannot reproduce the problem locally. It is reproduced only on 
the instance in k8s and ldap integration, I don’t understand how this can be 
connected.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to