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
3) And in some cases, it is ignoring a lot of errors [solved by #4064 ]
/zowe/bin/zwe start -c 'FILE(./zowe.yaml)' -l /logs/zwe-start-20241030T075233.log
mkdir: FSUM6404 directory "/logs/zwe-start-20241030T075233.log": EDC5117I File exists. (errno2=0x053B006C)
touch: file "/logs/zwe-start-20241030T075233.log/zwe-start-20241030T080058.log": EDC5135I Not a directory. (errno2=0x0594003C)
chmod: FSUM6180 file "/logs/zwe-start-20241030T075233.log/zwe-start-20241030T080058.log": EDC5135I Not a directory. (errno2=0x0594003C)
WARNING: cannot write to /logs/zwe-start-20241030T075233.log/zwe-start-20241030T080058.log
...
WARNING: cannot write to /logs/zwe-start-20241030T075233.log/zwe-start-20241030T080058.log
Temporary directory '/tmp/.zweenv-5880' created.
Zowe will remove it on success, but if zwe exits with a non-zero code manual cleanup would be needed.
===============================================================================
ERROR: fileExists path=/logs/zwe-start-20241030T075233.log/zwe-start-20241030T080058.log, err=135
...
ERROR: fileExists path=/logs/zwe-start-20241030T075233.log/zwe-start-20241030T080058.log, err=135
InternalError: stack overflow
at fileExists (/zowe/bin/libs/fs:205)
at writeLog (/zowe/bin/libs/common:119)
at printRawMessage (/zowe/bin/libs/common:157)
at printError (/zowe/bin/libs/common:166)
...
The text was updated successfully, but these errors were encountered:
There is a room for
zwe
logging improvement:1) Sometimes it is working
2) Sometimes not
3) And in some cases, it is ignoring a lot of errors [solved by #4064 ]
The text was updated successfully, but these errors were encountered: