[galaxy-dev] error after pulling latest updates

2013-06-05 Thread Branden Timm
Hi All, Just did an update to HEAD, and upon restarting the daemons received the following messages: galaxy.jobs.handler DEBUG 2013-06-05 10:55:31,478 recovering job 2083 in condor runner Traceback (most recent call last): File

Re: [galaxy-dev] error after pulling latest updates

2013-06-05 Thread Branden Timm
I was able to work around this error by hacking the condor job runner, there were two obvious errors. First, in recover(), galaxy_id_tag was not being set (hence the NameError). Second, the same method was invoking self.__old_job_state with one argument when it clearly expects two. The

Re: [galaxy-dev] error after pulling latest updates

2013-06-05 Thread Nate Coraor
On Jun 5, 2013, at 2:11 PM, Branden Timm wrote: I was able to work around this error by hacking the condor job runner, there were two obvious errors. First, in recover(), galaxy_id_tag was not being set (hence the NameError). Second, the same method was invoking self.__old_job_state with