I want backup my index file,but I get the follow error.
java.io.IOException: another program lock the file! at 
java.io.FileInputStream.readBytes(Native Method) at 
java.io.FileInputStream.read(Unknown Source) at 
com.common.Utils.copyDirectory(Utils.java:149) at 
com.common.Utils.copyDirectory(Utils.java:138) at 
com.common.Utils.copyDirectory(Utils.java:138) at 
com.index.IndexManager.backDataPolicy(IndexManager.java:398) at 
com.index.IndexManager.indexLoop(IndexManager.java:222) at 
com.Main$1.run(Main.java:48) at java.lang.Thread.run(Unknown Source)
 
How can I backup lucene file in IR thread.

Reply via email to