It's all about the answers!

Ask a question

Disc space problem on z/OS dependency build


Spencer Murata (2.3k115971) | asked May 10 '13, 11:02 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
 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


permanent link
Spencer Murata (2.3k115971) | answered May 10 '13, 11:05 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
 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


Register or to post 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.