Hi all,
We have a process that occassionally throws an I/O Exception when
trying to lock a Linux file for writing.
java.io.IOException: Input/output error
at sun.nio.ch.FileChannelImpl.lock0(Native Method)
at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl .java:
882)
at java.nio.channels.FileChannel.tryLock(FileChannel. java:962)
at
com.pdx.science.utils.SyncFileWriter.write(SyncFil eWriter.java:5

at
com.pdx.science.pm.learning.PMResultRecorder.recor d(PMResultRecorder.java:
49)
at
com.pdx.science.pm.learning.SVMModelSelector.proce ssValueSet(SVMModelSelector.java:
279)
at
com.pdx.science.pm.learning.SVMModelSelector.proce ss(SVMModelSelector.java:
17

at
com.pdx.science.pm.learning.SVMModelSelector.run(S VMModelSelector.java:
134)
at
com.pdx.science.pm.learning.SVMModelSelector.main( SVMModelSelector.java:
589)
We'd love to know what is actually happening (network error, NFS
error...) Is there any more information that can be obtained from the
I/O Exception? How does one get it?
Thanks,
Alejandrina