-
Notifications
You must be signed in to change notification settings - Fork 42
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
Issue: Sporadically issue with Zowe editor (An unknown error occured: undefined) #981
Comments
Please open the developer console of the browser (usually, f12) and check the network tab. |
@1000TurquoisePogs is the screenshot helpful? Do you have any idea how to solve the problem? |
Hi yes it is helpful. |
Hi @1000TurquoisePogs What else can I check? |
Hi, Did your issue with Zowe editor got fixed? |
Hi apologies for the long wait on this one but, are either of you using a high-availability configuration in which there might be more than one copy of ZSS or app-server running at the same time? We had bugs in the past where cookies would not be usable between multiple servers, causing one to be okay with a request, and the other to think of it as unauthenticated. That particular bug is to be fixed in v2.15.0 releasing shortly. |
Hi, thank you for replying, we are not using high-availability configuration. BPXTLS failed: rc=-1, return code=139, reason code=0x0be802af also, I see ZWED0070I - User=undefined (org.zowe.zlux.auth.trivial): Session authenticate successful MVS-Explorer and USS-Explorer works, its just MVS-Editor which has issue ' An unknown error occurred: undefined '. In Developer console of the browser, I see Any advice on this issue? Thanks |
Okay that's a very interesting error you get. 02AF JREnvDirty The specified function is not supported in an address space where a load was done that is not program controlled. Action: Make sure that programs being loaded into this address space are defined as program controlled. And, ZSS, the server that's being used, is a program-controlled server. So, why did it lose program control status? Not sure but, I'm going to open an issue there to research further. |
By chance, is the file |
Exactly, we did refer to the below link and checked it seems to be ok |
Not sure if this is whats happening to you, but I learned that some programs can interfere with the program control state of another running program such as Zowe. |
Hi, thank you very much for helping on the issue and sorry for the delay in reply. |
So is this resolved as a config/privilege issue? @lv198 - is this resolution satisfactory?? |
@1000TurquoisePogs can you elaborate on the program trying to "uncontrol" zowe? |
Hello @1000TurquoisePogs Yes solution is satisfactory, was a privilege problem. |
What file owner? I'm getting the same issue every time in Editor, both for USS and MVS files |
I just switched the configuration to ATTLS and Editor is working. What could be the reason, that it fails with TLS, but not with ATTLS? |
Describe the bug
Sporadically after stopping/starting Zowe, I get the following error message in the Zowe editor:
"An unknown error occured: undefined" as seen in the screenshot . The issue can only be resolved with restarting Zowe (sometimes several times). In the Zowe log, I get the following message: failed to verify signature with status 53817348 - Signature is not correct
Steps to Reproduce
Still not really sure as it only occurs sporadically.
Expected behavior
Editor should work as expected.
Screenshots (if needed)
Logs
I can get Logs if needed...
Describe your environment
node --version
): v18.18.2java -version
): 1.8.0_341Additional context
The text was updated successfully, but these errors were encountered: