Disc space problem on z/OS dependency build
I am running a z/OS dependency build but I am encountering an error:
CRJAZ0040E An I/O error occurred while the stream was being preprocessed. More information: EDC5133I No space left on device.
The compile directory though has plenty of space. What is the error from then?
|
Accepted answer
The dependency build uses the system temp directory to temporarily store log files before attaching them to the build result in RTC. So if the temp directory is small it is possible for larger log files to cause a disc space error like what is seen above. If the temp directory cannot be increased, the Java VM arguments in the build definition can be updated to include "-Djava.io.tmpdir=<some other directory>" to alter the temp directory used by the dependency build.
~Spencer Spencer Murata selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.