Hi Nate - Thanks. Our galaxy.ini shows:
job_config_file = config/job_conf.xml
Our job_conf.xml is (which is the same as job_conf.xml.sample_basic) :
<?xml version="1.0"?>
<!-- A sample job config that explicitly configures job running the way it is configured by default (if there is no explicit config). -->
<job_conf>
<plugins>
<plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/>
</plugins>
<handlers>
<handler id="main"/>
</handlers>
<destinations>
<destination id="local" runner="local"/>
</destinations>
</job_conf>
Hmmm, ok weird. We just restart Galaxy for the 5th or 6th time to get a clean log file to send and it works now. Hmmm. I will consider this issue closed. Is there any documention that talks about how the job runner and manager, all work together? I'd like to add some debugging statements in the code so there is more info in the log file.