galaxy.jobs.handler INFO 2013-07-06 12:35:32,033 job handler stop queue started
Traceback (most recent call last):
File "/inside/depot4/galaxy/lib/galaxy/webapps/galaxy/buildapp.py", line 35, in app_factory
app = UniverseApplication( global_conf = global_conf, **kwargs )
File "/inside/depot4/galaxy/lib/galaxy/app.py", line 164, in __init__
self.job_manager = manager.JobManager( self )
File "/inside/depot4/galaxy/lib/galaxy/jobs/manager.py", line 36, in __init__
self.job_handler.start()
File "/inside/depot4/galaxy/lib/galaxy/jobs/handler.py", line 34, in start
self.job_queue.start()
File "/inside/depot4/galaxy/lib/galaxy/jobs/handler.py", line 77, in start
self.__check_jobs_at_startup()
File "/inside/depot4/galaxy/lib/galaxy/jobs/handler.py", line 92, in __check_jobs_at_startup
& ( model.Job.handler == self.app.config.server_name ) ):
File "/inside/depot4/galaxy/eggs/SQLAlchemy-0.7.9-py2.7-linux-x86_64-ucs2.egg/sqlalchemy/orm/query.py", line 2341, in instances
fetch = cursor.fetchall()
File "/inside/depot4/galaxy/eggs/SQLAlchemy-0.7.9-py2.7-linux-x86_64-ucs2.egg/sqlalchemy/engine/base.py", line 3204, in fetchall
l = self.process_rows(self._fetchall_impl())
File "/inside/depot4/galaxy/eggs/SQLAlchemy-0.7.9-py2.7-linux-x86_64-ucs2.egg/sqlalchemy/engine/base.py", line 3171, in _fetchall_impl
return self.cursor.fetchall()
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8b in position 404: ordinal not in range(128)