zowe / launcher

Eclipse Public License 2.0
0 stars 4 forks source link

InternalError: invalid opcode (op=0, pc=0) #72

Closed ccc13481 closed 1 year ago

ccc13481 commented 1 year ago

Hi

I got a little further with zowe 2.5.

Now I got a new error:

2023-03-22 23:39:54 C009232 INFO ZWEL0021I Zowe Launcher starting
2023-03-22 23:39:54 C009232 INFO ZWEL0023I Zowe YAML config file is 'FILE(/YCPU/var/zowe/GS-zowe-2.5.0.yaml)' 2023-03-22 23:39:54 C009232 INFO ZWEL0024I HA_INSTANCE_ID is 'ycpu'
2023-03-22 23:39:54 C009232 INFO ZWEL0017I ROOT_DIR is '/usr/lpp/zowe/zowe-2.5.0'
2023-03-22 23:39:54 C009232 INFO ZWEL0069I Configuration is valid
2023-03-22 23:39:54 C009232 INFO ZWEL0058I WORKSPACE_DIR is '/tmp/zowe/workspace'
InternalError: invalid opcode (op=0, pc=0)

2023-03-22 23:40:17 C009232 INFO ZWEL0018I Zowe instance prepared successfully
2023-03-22 23:40:25 C009232 ERROR ZWEL0029E start component list is empty

Any way to debug this?

BR Frank Allan Rasmussen Danske Bank

balhar-jakub commented 1 year ago

There is this linked issue: https://github.com/zowe/zowe-install-packaging/issues/3178 where we saw similar problem.

ccc13481 commented 1 year ago

Thank you.

In yaml change useConfigmgr: true to useConfigmgr: false

fixed this.

BR Frank Allan Rasmussen Danske Bank