Open
Description
APIML java processes are still working after graceful (using /P
) shutdown of Zowe.
Steps to reproduce:
- Start Zowe using
/S
- Wait for the API Catalog to be available
- Stop Zowe using
/P
- Check for runnning java processes under Zowe user in USS by issuing following command:
ps -ef | grep java
Expected result:
Zowe Launcher stopped all Zowe processes.
Zowe version: 2.9.0
The logs from shutdown:
2023-08-08 10:59:37 <ZWELNCH:83951752> ZWESVUSR INFO ZWEL0014I termination command received
2023-08-08 10:59:37 <ZWELNCH:83951752> ZWESVUSR INFO ZWEL0015I console listener stopped
2023-08-08 10:59:37 <ZWELNCH:83951752> ZWESVUSR INFO ZWEL0008I stopping components
CEE5205S The signal SIGTERM was received.
2023-08-08 09:05:51 <ZWELS:50397341> ZWESVUSR INFO (zwe-internal-start-component) starting component gateway ...
CEE5205S The signal SIGTERM was received.
2023-08-08 09:05:49 <ZWELS:83951759> ZWESVUSR INFO (zwe-internal-start-component) starting component api-catalog ...
CEE5205S The signal SIGTERM was received.
2023-08-08 09:05:50 <ZWELS:50397305> ZWESVUSR INFO (zwe-internal-start-component) starting component discovery ...
2023-08-08 10:59:40 <ZWELNCH:83951752> ZWESVUSR INFO ZWEL0004I component gateway(67174550) terminated, status = 36608
2023-08-08 10:59:40 <ZWELNCH:83951752> ZWESVUSR INFO ZWEL0002I component gateway stopped
2023-08-08 10:59:40 <ZWELNCH:83951752> ZWESVUSR INFO ZWEL0004I component api-catalog(16842944) terminated, status = 36608
2023-08-08 10:59:40 <ZWELNCH:83951752> ZWESVUSR INFO ZWEL0002I component api-catalog stopped
2023-08-08 10:59:41 <ZWELNCH:83951752> ZWESVUSR INFO ZWEL0004I component discovery(33620027) terminated, status = 36608
2023-08-08 10:59:41 <ZWELNCH:83951752> ZWESVUSR INFO ZWEL0002I component discovery stopped
2023-08-08 10:59:41 <ZWELNCH:83951752> ZWESVUSR INFO ZWEL0009I components stopped
2023-08-08 10:59:41 <ZWELNCH:83951752> ZWESVUSR INFO ZWEL0022I Zowe Launcher stopped
Metadata
Assignees
Labels
Type
Projects
Status
New
Activity