File write operations through java on a mounted location keeps on failing on Yosemite -


my web project development , debugging setup requires mounting file location on centos vm running on development system , writing files mounted location. used work fine till few days when on maverick. upgraded yosemite(10.10.3) , file write operations on mounted location keeps on failing randomly. failure not consistent occurs high frequency , development setup rendered useless. same file operation times out once or twice may succeed on second or third try problem not mounted location gets unmounted because not mount location in later attempts , file write succeeds automatically on own.

i keep on getting following stack trace( pasting few relevant calls top of call stack)

caused by: java.io.ioexception: operation timed out @ java.io.fileoutputstream.writebytes(native method) @ java.io.fileoutputstream.write(fileoutputstream.java:345) @ org.apache.commons.io.ioutils.copylarge(ioutils.java:1489) @ org.apache.commons.io.ioutils.copylarge(ioutils.java:1465) @ org.apache.commons.io.ioutils.copy(ioutils.java:1440) 

could me wrong yosemite or wrong doing. help, ideas, thoughts highly appreciated otherwise need go maverick mean loosing data , development setup , doing again on maverick.

can create file in location? try this: file f=new file("the location");


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -