Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

EDC5112I Resource temporarily unavailable.; _errno= X'00000070' (112) error

807589Jul 9 2008
Our application is a simple JRIO code which writes into a VSAM file. The jar which does this job is also housed under the Mainframe. For the past few months we are getting the below exception


EDC5112I Resource temporarily unavailable.; errno= X'00000070' (112), errno2= X'00000000' (0)
at com.ibm.recordio.os390nonvsam.NativeException.throwIoExWithUntranslatedMessage(NativeException.java(Compiled Code))
at com.ibm.recordio.os390nonvsam.NativeException.rethrow(NativeException.java(Compiled Code))
at com.ibm.recordio.os390nonvsam.FileOutputRecordStream.flush(FileOutputRecordStream.java(Compiled Code))
at com.aviva.nui.transformer.FixedFileFormatter.writefile(FixedFileFormatter.java(Compiled Code))
at com.aviva.nui.transformer.FixedFileFormatter.generateFixLengthIndexFeedFile(FixedFileFormatter.java(Compiled Code))
at com.aviva.nui.transformer.AFEndPoint.execute(AFEndPoint.java(Compiled Code))
at com.aviva.nui.af.bridging.EndpointCallerJava.callIn(Unknown Source)
at com.aviva.nui.af.RequestContext.callEndpoint(Unknown Source)
at com.aviva.nui.af.AFMain.callIn(Unknown Source)

I have found from an IBM forum the below description


The forum had the decription as :

External Symptoms:
msgedc5112i error may be raised when using jrio .
Systems with High Processing or Low CP Processing
Resource Availability.

When using JRIO you may encounter:
Loader:main:IOException:EDC5112I
Resource temporarily unavailable.;
errno= X'00000070' (112), _errno2= X'0594003D' (93585469)

I am not really sure what the two errnos say and what difference does it make if they are different.

The solution that was given for above issue was : update recordio.jar and libJrioOS390.so

Can some one please help me with the above error.The problem is this error does not occur always. It happens occasionaly only. Say 3 or 4 times a month.

Many thanks in advance

chilloutnhell
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 6 2008
Added on Jul 9 2008
0 comments
393 views