You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a startup error Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server which followed a message ZWEAM510E Invalid key alias 'localhost'.
I needed to fix my zowe.yaml for the proper alias name; however, I noticed that the STC, ZWE1SV remains active even while services fail to start. Should Zowe services detect this scenario and shutdown automatically with a non-zero return code?
The text was updated successfully, but these errors were encountered:
Is the ZWE1SV general started task for the whole Zowe server, or is it a specific service? Also is the service being restarted? Because if yes, we already have somewhere issue to make sure zowe launcher doesn't restart failed services in certain cases that are unrecoverable.
Is the ZWE1SV general started task for the whole Zowe server
Yes. In my case though, I'm only starting API ML related services, e.g. discovery, gateway, catalog, and ZAAS I believe. Since this startup failure meant that nothing in the Zowe STC was usable, I expected everything to shutdown with an error.
I get a startup error
Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server
which followed a messageZWEAM510E Invalid key alias 'localhost'
.I needed to fix my
zowe.yaml
for the proper alias name; however, I noticed that the STC,ZWE1SV
remains active even while services fail to start. Should Zowe services detect this scenario and shutdown automatically with a non-zero return code?The text was updated successfully, but these errors were encountered: