Skip to content

Java processes keep running after Zowe job is stopped #95

Open
@arxioly

Description

APIML java processes are still working after graceful (using /P) shutdown of Zowe.

Steps to reproduce:

  1. Start Zowe using /S
  2. Wait for the API Catalog to be available
  3. Stop Zowe using /P
  4. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions