Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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?

0 votes


Accepted answer

Permanent link
 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

1 vote

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 562

Question asked: May 10 '13, 11:02 a.m.

Question was seen: 5,181 times

Last updated: May 10 '13, 11:05 a.m.

Confirmation Cancel Confirm