ZWEGENER could not load the configuration #4240
Replies: 7 comments 2 replies
-
Hello, could you share the It might be a problem with templating, but I am not able to reproduce it on our system. Regards, Martin |
Beta Was this translation helpful? Give feedback.
-
Hello, I am attaching the ZOWE.YAML file. |
Beta Was this translation helpful? Give feedback.
-
Hi, there are several problems:
zowe:
setup:
certificate:
# Type of certificate storage. Valid values are: PKCS12, JCERACFKS. APIML additionally supports: JCEKS, JCECCAKS, JCECCARACFKS, or JCEHYBRIDRACFKS
type: PKCS12
pkcs12:
# **COMMONLY_CUSTOMIZED**
# Keystore directory
directory: /zowe/keystore
# # Lock the keystore directory to only accessible by Zowe runtime user and group.
lock: true
# **COMMONLY_CUSTOMIZED**
# # Certificate alias name. Optional, default value is localhost.
# # Note: please use all lower cases as alias.
# name: localhost
# **COMMONLY_CUSTOMIZED**
# # Keystore password. Optional, default value is password.
# password: password
# **COMMONLY_CUSTOMIZED**
# # Alias name of self-signed certificate authority. Optional, default value is local_ca.
# # Note: please use all lower cases as alias.
# caAlias: local_ca
# **COMMONLY_CUSTOMIZED**
# # Password of keystore stored self-signed certificate authority. Optional, default value is local_ca_password.
# caPassword: local_ca_password
# # Distinguished name for Zowe generated certificates. All optional.
dname:
caCommonName: ""
commonName: ""
orgUnit: ""
org: ""
locality: ""
state: ""
country: ""
# # Validity days for Zowe generated certificates
validity: 3650
# # Domain names and IPs should be added into certificate SAN
# # If this field is not defined, zwe init command will use
# # zowe.externalDomains .
san:
# # sample domain name
- xxxx.xxxx.xxxx.xxxx
# # sample IP address
- 10.x.x.x.x RecommendationRun
|
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you so much it helped me. Now I am getting error in using pkcs12 ZWEL0318E - Couldn't parse file '/u/xxxx/zowe.yaml': while parsing a block ma zowe..yaml file Prior running this , Should i be building the keystore ? |
Beta Was this translation helpful? Give feedback.
-
Hi, directory: /zowe/keystore
# # Lock the keystore directory to only accessible by Zowe runtime user and group.
lock: true The correct version is the directory: /zowe/keystore
# # Lock the keystore directory to only accessible by Zowe runtime user and group.
lock: true Related to keystore, if the keystore does not exist, you will need one. Otherwise if it is already there, you can use existing one. |
Beta Was this translation helpful? Give feedback.
-
Hello, Instead of PKCS12 i tried using Scenario 3 and got this below message. Is there anything need to be looked in ?
|
Beta Was this translation helpful? Give feedback.
-
Hello
Is it possible to use ZOWE Explorer even without running ZOWE on mainframe?
Editing is parallel?
…On Wed, 19 Mar 2025, 14:07 Martin Zeithaml, ***@***.***> wrote:
Hi,
the YAML syntax is case and indentation sensitive. This error message is
reporting, that the zowe.setup.dataset.certificate is nested under
zowe.setup.dataset, where it is not allowed. You need to move the
certificate section to be under zowe.setup.
What editor are use using for modifying zowe.yaml file? I can recommend
VSCode with Zowe Explorer Extension, where you can edit the USS files and
there is a feature for (un)commenting multiple lines: if you are editing
example-zowe.yaml file and use this feature (Ctrl + /), the properties
are correctly shifted and you will more likely avoid the schema validation
errors.
—
Reply to this email directly, view it on GitHub
<#4240 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BPU4JXY7BTBC2AFVLBKNJ332VE6W3AVCNFSM6AAAAABZDJDFQSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENJUHE2TMNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was trying to load the ZOWE configuration using JCL but it is ending up with the error message.
READY
ISPSTART CMD(%ZWEGEN00 generate verbose )
ISPF system data set allocation error - press Enter to continue.
Log file allocation error - ISPF will operate without a log data set.
Data set 'TECH.XXXXX.SPFLOG1.LIST' in use by another user, try later.
execio * diskr myschema (finis stem !contentToRead.
execio * diskr myschema (finis stem !contentToRead.
execio * diskr myconfig (finis stem !contentToRead.
ConfigMgr is about to add a configuration.
ConfigMgr added a configuration.
ConfigMgr is about to set trace level to 1.
ConfigMgr set trace level to 1.
ConfigMgr is about to load your schemas.
ConfigMgr loaded your schemas.
ConfigMgr is about to set the member name for parameter library.
ConfigMgr set the parameter library member name.
ConfigMgr is about to process your configuration.
ConfigMgr has processed your configuration.
ConfigMgr is about to load your configuration.
ConfigMgr could not load your configuration.
status = 2
ISPD117
The initially invoked CLIST ended with a return code = 8
======
CEE3608I The following messages pertain to the invocation command run-time optio
CEE3606I The string ' CELQPTBL' was too long and was ignored.JSON: write error, rc -1, return code 0, reason code 00000000
JSON: write error, rc -1, return code 0, reason code 00000000
JSON: write error, rc -1, return code 0, reason code 00000000
==============
overload mgr=0x1C4D3668 config=01C4D44F0 pathElement=0x5008695214
before read YAML mgr=0x1C4D3668 file=/u/xxxxx/zowe.yaml
yaml doc at 0x1B7DAC68, allowMissing=0 wasMissing=0
overlay = 0x50086956C4 tail=0x50086952A4 nullAllowed=0
before read YAML mgr=0x1C4D3668 file=/zowe/files/defaults.yaml
yaml doc at 0x1B7DACD8, allowMissing=0 wasMissing=0
Overload status = 0
returning evalblock at 0x1B537E30
00000000 00000000 00000022 00000001 00000000 F2000000 00000000 00000000 000000
Not sure what exactly is missing here due to which the configuration loading is failing. Is there a place to check where the configuration load trace can be found and see the place where it is failing ?
Beta Was this translation helpful? Give feedback.
All reactions