If you encounter problems when using COBOL container for batch troubleshooting, there are a number of options that are available to you.
com.ibm.ws.batch.ilc.*=all
com.ibm.websphere.batch.ilc.*=all
com.ibm.ws.batch.ilc.impl.LEChildEnvironment.invokeProcedure=all
Returned from procedure {name}, duration=1335875 ns, rc=0
The reported duration includes the execution time of the COBOL procedure and of the surrounding container code.
Error | Suggested solution |
---|---|
com.ibm.websphere.batch.ilc.ILContainerException: mkfifo failed with rc=-1 | Ensure that the ${GRID_JOBLOG_ROOT}/joblogs directory exists and is writeable by the WebSphere® Application Server SR user ID. |
com.ibm.websphere.batch.ilc.ILContainerException: LEChildEnvironment.create failed (CEEPIPI function:0x5A rc:0x0000006F rsn:0x5B400002) | Ensure that PIPIENV is on the LIBPATH (server_region_libpath) and is executable by the WebSphere Application Server SR user ID. |
java.lang.UnsatisfiedLinkError: LECENV (Not found in java.library.path) | Ensure that libLECENV.so is on the LIBPATH (server_region_libpath) and is executable by the WebSphere Application Server SR user ID. |