-
Notifications
You must be signed in to change notification settings - Fork 50
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
Problem after migrate from v2.15.0 to v2.17.0 #3986
Comments
Did the config parms change with correct documentation? Can you include all of your yaml files in this, please? |
Hi Joe. I attach the configuration file zowe.yaml in ascii |
"Error ZWEL0112E: Zowe runtime environment must be prepared first with "zwe internal start prepare" command." indicates a missing file called "instance.env" or another, but it's an internal Zowe file. The error message does not indicate this well and should be improved. An earlier step in the launch failed and we are continuing to investigate. @1000TurquoisePogs FYI. |
The error remains after migrate to 2.18.0+20240814 |
Could you tell us whether "instance.env" or any other assets are missing?? |
Adding onto @JoeNemo 's comment, we're on the same meeting. So the file may not be called directly "instance.env" but it should be a .env file. Doing a:
on the workspace folder should find it. |
Having a $ in the name probably caused the issue because $ is interpreted by shell scripts for variable substitution. Zowe should either protect itself from use of $ in config or document it as forbidden. Your current error just means a server didn't start. Check the logs to determine why. |
It's very strange, because the ports are listening: D TCPIP,,N,CON,SERVER,CLI=ZWE* I also see that it is connected against z/OSMF: D TCPIP,,N,CON,PORT=10443 And I don't see any severe errors in the SysLog of the STC: |
I see
and
I'm guessing you didn't just upgrade Zowe, but also switched to java 17. It says java 8 is required. @balhar-jakub can java 17 be used in zowe v2? I thought it was a goal for more recent revisions of Zowe v2 and I see the servers come up, but the TLS stuff looks confused. |
Hi everyone I switched to Semeru 17 to see if the problem was solved. With Java 8 we don't get those SSL errors, but the result is the same: This is the STC SysLog: I don't see any severe errors, only warnings. |
We have a Zowe v2.15.0 working without problems.
We've replaced it with one v2.17.0 (without modify the yaml configuration file) and now when starting it shows a lot of messages similar to....
ERROR: Error ZWEL0112E: Zowe runtime environment must be prepared first with "zwe internal start prepare" command.
2024-09-03 06:38:45.078 ZWELNCH:16908332 ZWESVUSR INFO ZWEL0004I component gateway(16908331) terminated, status = 28672
2024-09-03 06:38:45.078 ZWELNCH:16908332 ZWESVUSR INFO ZWEL0005I next attempt to restart component gateway in 1 seconds
These are repeated several times until it is finally indicated that the component has not been started....
2024-09-03 06:47:12.633 ZWELNCH:16908332 ZWESVUSR ERROR ZWEL0038E failed to restart component gateway, max retries reached
(The same for app-server, zss, & gateway)
I attach the ZWESLSTC log. ZWESLSTC.SYSLOG.txt
Any ideas to solve it?.
The text was updated successfully, but these errors were encountered: