Hi, I checked out a refresh copy of latest galaxy-dist, but I found the following error in the log file after I ran Galaxy: galaxy.jobs.handler ERROR 2013-01-27 10:10:19,168 Job runner is not loadable: galaxy.jobs.runners.lwr Traceback (most recent call last): File "/home/galaxy/galaxy-dist/lib/galaxy/jobs/handler.py", line 447, in _load_plugin module = __import__( module_name ) File "/home/galaxy/galaxy-dist/lib/galaxy/jobs/runners/lwr.py", line 232 worker = threading.Thread( ( name="LwrJobRunner.thread-%d" % i ), target=self.run_next ) ^ SyntaxError: invalid syntax Luobin
There were some problems with backing out of recent LWR changes. They have been re-added correctly in galaxy-central. If you require the use of the LWR, I would suggest pulling in changes from galaxy-central through be7625f376d16cefa2fb4984fa6483f37b4b71d4. If you do not require the LWR I believe this error message will not cause any additional problems and should go away with the next dist or whenever galaxy-dist catches up with these more recent changesets. -John On Sun, Jan 27, 2013 at 12:20 PM, Luobin Yang <yangluob@isu.edu> wrote:
Hi,
I checked out a refresh copy of latest galaxy-dist, but I found the following error in the log file after I ran Galaxy:
galaxy.jobs.handler ERROR 2013-01-27 10:10:19,168 Job runner is not loadable: galaxy.jobs.runners.lwr Traceback (most recent call last): File "/home/galaxy/galaxy-dist/lib/galaxy/jobs/handler.py", line 447, in _load_plugin module = __import__( module_name ) File "/home/galaxy/galaxy-dist/lib/galaxy/jobs/runners/lwr.py", line 232 worker = threading.Thread( ( name="LwrJobRunner.thread-%d" % i ), target=self.run_next ) ^ SyntaxError: invalid syntax
Luobin
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
participants (2)
-
John Chilton
-
Luobin Yang