Skip to content
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

Need help to have an operational Zowe main server #4175

Open
Jem11111 opened this issue Feb 5, 2025 · 6 comments
Open

Need help to have an operational Zowe main server #4175

Jem11111 opened this issue Feb 5, 2025 · 6 comments
Labels
config question Further information is requested

Comments

@Jem11111
Copy link

Jem11111 commented Feb 5, 2025

Hello,

Can you help me to fix the problems to have an operational Zowe main server ?
I send to you my yaml file and the output of Zowe main server.

Thanks,

Regards.

Jean-Marc Mirande-Ney

@Jem11111
Copy link
Author

Jem11111 commented Feb 5, 2025

SysoutJem.pdf
Yamljem.pdf

@Martin-Zeithaml Martin-Zeithaml transferred this issue from zowe/docs-site Feb 5, 2025
@JoeNemo
Copy link
Contributor

JoeNemo commented Feb 5, 2025

There are messages in your log config problems. Maybe an issue near this part of your yaml with indentation (yaml is sensitive to indentation).
xample:

# - "ERROR"
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# Enable debug mode for Zowe launch scripts
launchScript:
# Set to "debug" or "trace" to display extra debug information
logLevel: "debug"
# Set to "exit" if you'd like startup to exit if any component has an error
in the configure stage, otherwise zwe will warn but continue.
onComponentConfigureFail: "warn"
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# Default Zowe certificate
#
# **NOTE**: these fields can be updated automatically if you pass
# `--update-config` to `zwe init` command. The generated value will base on
# your setup in `zowe.setup.certificate` section.
certificate:
keystore:
type: JCERACFKS
file: "safkeyring:////ZWESVUSR/ZoweKeyring"
password: password
# # alias is the name of your key/cert. When using keyrings, get the Case
Sensitive, Space Sensitive value in a TSO list ring.
alias: ZOWECNPS
truststore:
# truststore usually has same values as keystore (minus alias), but can be
different if desired.
type: JCERACFKS
file: "safkeyring:////ZWESVUSR/ZoweKeyring"
# file: /global/zowe/keystore/localhost/localhost.truststore.p12
password: password
pem:
key: ""
certificate: ""
file: "safkeyring:////ZWESVUSR/ZoweKeyring&CA ROOT 2048 CNP"

@Jem11111
Copy link
Author

Jem11111 commented Feb 6, 2025 via email

@Jem11111
Copy link
Author

Jem11111 commented Feb 6, 2025 via email

@Jem11111
Copy link
Author

Jem11111 commented Feb 6, 2025

@MarkAckert
Copy link
Member

You can comment out the entire pem block when using keyrings with Zowe. If you do that, the schema should pass.

Separately, the pem block is invalid. file is not a valid field and should instead be certificateAuthorities. Don't worry about this if you're sticking to keyrings.

@MarkAckert MarkAckert added question Further information is requested config labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config question Further information is requested
Projects
Status: No status
Development

No branches or pull requests

3 participants