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 failed to start, check the job driver agent log (the agent managing the System/JobDriver reservation) for more info on what happened.
On Wed, Nov 26, 2014 at 10:06 PM, Simon Hafner <[email protected]> wrote: > When launching the Raw Text example application, it doesn't load with > the following error: > > [ducc@ip-10-0-0-164 analysis]$ MyAppDir=$PWD MyInputDir=$PWD/txt > MyOutputDir=$PWD/txt.processed ~/ducc_install/bin/ducc_submit -f > DuccRawTextSpec.job > Job 50 submitted > id:50 location:5991@ip-10-0-0-164 > id:50 state:WaitingForDriver > id:50 state:Completing total:-1 done:0 error:0 retry:0 procs:0 > id:50 state:Completed total:-1 done:0 error:0 retry:0 procs:0 > id:50 rationale:job driver exception occurred: > org.apache.uima.util.InvalidXMLException at > > org.apache.uima.ducc.common.uima.UimaUtils.getXMLInputSource(UimaUtils.java:246) > > However, there are no logs with a stacktrace or similar, how do I get > hold of one? The only files in the log directory are: > > [ducc@ip-10-0-0-164 analysis]$ cat logs/50/specified-by-user.properties > #Thu Nov 27 03:00:57 UTC 2014 > working_directory=/home/ducc/analysis > process_descriptor_CM=org.apache.uima.ducc.sampleapps.DuccTextCM > driver_descriptor_CR=org.apache.uima.ducc.sampleapps.DuccJobTextCR > cancel_on_interrupt= > process_descriptor_CC_overrides=UseBinaryCompression\=true > process_descriptor_CC=org.apache.uima.ducc.sampleapps.DuccCasCC > log_directory=/home/ducc/analysis/logs > wait_for_completion= > classpath=/home/ducc/analysis/lib/* > process_thread_count=8 > driver_descriptor_CR_overrides=BlockSize\=100000 SendToLast\=true > InputDirectory\=/home/ducc/analysis/txt > OutputDirectory\=/home/ducc/analysis/txt.processed > process_per_item_time_max=20 > > process_descriptor_AE=/home/ducc/analysis/opennlp.uima.OpenNlpTextAnalyzer/opennlp.uima.OpenNlpTextAnalyzer_pear.xml > description=DUCC raw text sample application > process_jvm_args=-Xmx3G -XX\:+UseCompressedOops > > -Djava.util.logging.config.file\=/home/ducc/analysis/ConsoleLogger.properties > scheduling_class=normal > process_memory_size=4 > specification=DuccRawTextSpec.job > > [ducc@ip-10-0-0-164 analysis]$ cat logs/50/job-specification.properties > #Thu Nov 27 03:00:57 UTC 2014 > working_directory=/home/ducc/analysis > process_descriptor_CM=org.apache.uima.ducc.sampleapps.DuccTextCM > process_failures_limit=20 > driver_descriptor_CR=org.apache.uima.ducc.sampleapps.DuccJobTextCR > cancel_on_interrupt= > process_descriptor_CC_overrides=UseBinaryCompression\=true > process_descriptor_CC=org.apache.uima.ducc.sampleapps.DuccCasCC > classpath_order=ducc-before-user > log_directory=/home/ducc/analysis/logs > submitter_pid_at_host=5991@ip-10-0-0-164 > wait_for_completion= > classpath=/home/ducc/analysis/lib/* > process_thread_count=8 > driver_descriptor_CR_overrides=BlockSize\=100000 SendToLast\=true > InputDirectory\=/home/ducc/analysis/txt > OutputDirectory\=/home/ducc/analysis/txt.processed > process_initialization_failures_cap=99 > process_per_item_time_max=20 > > process_descriptor_AE=/home/ducc/analysis/opennlp.uima.OpenNlpTextAnalyzer/opennlp.uima.OpenNlpTextAnalyzer_pear.xml > description=DUCC raw text sample application > process_jvm_args=-Xmx3G -XX\:+UseCompressedOops > > -Djava.util.logging.config.file\=/home/ducc/analysis/ConsoleLogger.properties > scheduling_class=normal > environment=HOME\=/home/ducc LANG\=en_US.UTF-8 USER\=ducc > process_memory_size=4 > user=ducc > specification=DuccRawTextSpec.job >
