We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In zowe/zlux#981 we see a comment where Zowe cannot do an action because upon ZSS being requested, it prints out message
BPXTLS failed: rc=-1, return code=139, reason code=0x0be802af
Which is:
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.
Is it possible that ZSS could have the program control status on startup, and then somehow lose its program control status at runtime?
The text was updated successfully, but these errors were encountered:
Could be related.
Sorry, something went wrong.
No branches or pull requests
In zowe/zlux#981 we see a comment where Zowe cannot do an action because upon ZSS being requested, it prints out message
BPXTLS failed: rc=-1, return code=139, reason code=0x0be802af
Which is:
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.
Is it possible that ZSS could have the program control status on startup, and then somehow lose its program control status at runtime?
The text was updated successfully, but these errors were encountered: