Ducc: Rename failed

2014-11-28 Thread Simon Hafner
When running DUCC in cluster mode, I get Rename failed. The file mentioned in the error message exists in the txt.processed/ directory. The mount is via nfs (rw,sync,insecure). org.apache.uima.resource.ResourceProcessException: Received Exception In Message From Service on Queue:ducc.jd.queue.75

Re: Ducc: Rename failed

2014-11-28 Thread Eddie Epstein
To debug, please add the following option to the job submission: --all_in_one local This will run all the code in a single process on the machine doing the submit. Hopefully the log file and/or console will be more informative. On Fri, Nov 28, 2014 at 1:41 PM, Simon Hafner reactorm...@gmail.com

Re: Ducc: Rename failed

2014-11-28 Thread Simon Hafner
2014-11-28 14:18 GMT-06:00 Eddie Epstein eaepst...@gmail.com: To debug, please add the following option to the job submission: --all_in_one local This will run all the code in a single process on the machine doing the submit. Hopefully the log file and/or console will be more informative.