Re: DUCC org.apache.uima.util.InvalidXMLException and no logs

2014-11-28 Thread Simon Hafner
2014-11-27 11:44 GMT-06:00 Eddie Epstein eaepst...@gmail.com: Those are the only two log files? Should be a ducc.log (probably with no more info than on the console), and either one or both of the job driver logfiles: jd.out.log and jobid-JD-jdnode-jdpid.log. If for some reason the job driver

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

[ANNOUNCE] DKPro Core 1.7.0 released

2014-11-28 Thread Pedro Santos
We are pleased to announce the release of DKPro Core, version 1.7.0 (ASL GPL) a collection of interoperable software components for natural language processing (NLP) based on the Apache UIMA framework. . http://code.google.com/p/dkpro-core-asl . http://code.google.com/p/dkpro-core-gpl

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.

Re: DUCC doesn't use all available machines

2014-11-28 Thread Eddie Epstein
Now you are hitting a limit configured in ducc.properties: # Max number of work-item CASes for each job ducc.threads.limit = 500 62 job process * 8 threads per process = 496 max concurrent work items. This was put in to limit the memory required by the job driver. This value can probably be