zowe / launcher

Eclipse Public License 2.0
0 stars 4 forks source link

STOP component rejected task busy #81

Closed GilPen closed 4 months ago

GilPen commented 1 year ago

Hello

I would like to be able to stop our own component and restart it because I need to upgrade our component with a new package.

To install the component, I use the "zwe component install" command. The installation works correctly.

When I try to stop a component, I use the modify command from zowe 2.8 documentation F ZWESLSTC,APPL=STOP(ZAAS-CICS) where ZAAS-CICS is one of our own components

The result of the command is SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY SYSCONS 00000080 IEE342I MODIFY REJECTED-TASK BUSY

I understand the modify command is sent to every BPXAS processes and the limit is reached.

Message from IBM documentation IEE342I cm REJECTED-TASK BUSY For a MODIFY command: The current limit on the number of outstanding MODIFY commands for the task has been reached.

On the 1.27 ZOWE version, I wrote a shell which kills the process of our component and on other shell to start it with start-component.sh, it worked correctly.

Environment ZOS 2.4 ZOWE 2.8 nodejs node-v16.17.1-os390-s390x-202210212032 java J8.0_64

Regards Gilles Peniguel

JoeNemo commented 1 year ago

Is this reproducible? Is there an example?

GilPen commented 1 year ago

Hello

This error occurs every time I use the modify command with APPL= argument.

Just below an extract of the MVS LOG

image

Regards Gilles Peniguel

GilPen commented 4 months ago

Hello

I close the ticket. Sorry in fact I started ZOWE with the command : S ZWESLSTC instead of S ZWESLSTC,HAINST=SYSA,JOBNAME=ZWES1SV1. So I created some adress spaces with only the name "ZWESLSTC" that's why ZOS found several adress space names. Now I started some adress space with some different names.

Thank you for your help