ZWEL0029E early at startup #3925
Replies: 8 comments
-
Could you verify, if the launcher starts with |
Beta Was this translation helpful? Give feedback.
-
Yes, it does
|
Beta Was this translation helpful? Give feedback.
-
One more question, please - What are the possible conditions that may cause ZWEL0029E to appear? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
There should be only one possible condition, no components are enabled. Let's show this on the simplified yaml: zowe:
# setup datasets, certificates etc.
setup:
dataset:
# ...
# general setting
runtimeDirectory: /path/to/zowe
# ...
# And components, which could be enabled or disabled
components:
gateway:
enabled: false
app-server:
enabled: false
another-component:
enabled: false
# And so on An attempt to run zowe with this yaml must end with If you have at least 1 component enabled, then it is a bug. Related to the doc problem, there is a pull request to document missing codes, the suggestion from the pull request says: |
Beta Was this translation helpful? Give feedback.
-
If the previous comment isnt the solution, can you add "ZLDEBUG=ON" as a line in the ZWESLSTC JCL, such as above or below the CONFIG line? That will turn some debugging on. You can turn on even more debugging by turning this "info" to "trace" zowe-install-packaging/example-zowe.yaml Lines 411 to 413 in 1f9ad77 Anyway, that would help us determine what happens in the events leading up to ZWEL029E. |
Beta Was this translation helpful? Give feedback.
-
Hello support, Thanks for the suggestion, here are the logs |
Beta Was this translation helpful? Give feedback.
-
Could you try to start the Zowe with |
Beta Was this translation helpful? Give feedback.
-
Hi Martin, I am re-installed product from scratch and issue is gone so I am closing this discussion. |
Beta Was this translation helpful? Give feedback.
-
Hello team,
I just installed Zowe v2.16 on our zPDT, first start of main task was ok but now it terminates quickly with ZWEL0029E message
I did no changes in configuration inbetween successful and unsuccessful runs
Any suggestions are gratefully appreciated!
Thanks in advance!
Pavel
Beta Was this translation helpful? Give feedback.
All reactions