Hello,
Our Galaxy instance has not been able to restart since this morning. Looking at the logs, the only thing that has changed lately was when I had attempted to configure a new visualization. Then, restarting Galaxy with run.sh hit this error (including a few previous lines):
galaxy.tools.imp_exp DEBUG 2015-04-22 13:46:11,164 Loaded history import tool: __IMPORT_HISTORY__ galaxy.web.base.pluginframework INFO 2015-04-22 13:46:11,165 VisualizationsRegistry, loaded plugin: charts galaxy.visualization.registry INFO 2015-04-22 13:46:11,166 <galaxy.visualization.registry.VisualizationsConfigParser object at 0x7f8238d7ec50>, plugin disabled: Circster. Skipping... galaxy.web.base.pluginframework INFO 2015-04-22 13:46:11,167 VisualizationsRegistry, loaded plugin: graphview galaxy.web.base.pluginframework INFO 2015-04-22 13:46:11,167 VisualizationsRegistry, loaded plugin: phyloviz galaxy.web.base.pluginframework INFO 2015-04-22 13:46:11,168 VisualizationsRegistry, loaded plugin: scatterplot galaxy.visualization.registry INFO 2015-04-22 13:46:11,169 <galaxy.visualization.registry.VisualizationsConfigParser object at 0x7f8238d7ec50>, plugin disabled: Sweepster. Skipping... galaxy.web.base.pluginframework INFO 2015-04-22 13:46:11,170 VisualizationsRegistry, loaded plugin: trackster galaxy.jobs.manager DEBUG 2015-04-22 13:46:11,170 Starting job handler galaxy.jobs INFO 2015-04-22 13:46:11,170 Handler 'main' will load all configured runner plugins galaxy.jobs.runners.state_handler_factory DEBUG 2015-04-22 13:46:11,171 Loaded 'failure' state handler from module galaxy.jobs.runners.state_handlers.resubmit galaxy.jobs.runners DEBUG 2015-04-22 13:46:11,171 Starting 4 LocalRunner workers galaxy.jobs DEBUG 2015-04-22 13:46:11,171 Loaded job runner 'galaxy.jobs.runners.local:LocalJobRunner' as 'local' Traceback (most recent call last): File "/var/project/galaxy-dist/lib/galaxy/webapps/galaxy/buildapp.py", line 44, in app_factory app = UniverseApplication( global_conf = global_conf, **kwargs ) File "/var/project/galaxy-dist/lib/galaxy/app.py", line 136, in __init__ self.job_manager = manager.JobManager( self ) File "/var/project/galaxy-dist/lib/galaxy/jobs/manager.py", line 23, in __init__ self.job_handler = handler.JobHandler( app ) File "/var/project/galaxy-dist/lib/galaxy/jobs/handler.py", line 32, in __init__ self.dispatcher = DefaultJobDispatcher( app ) File "/var/project/galaxy-dist/lib/galaxy/jobs/handler.py", line 715, in __init__ self.job_runners = self.app.job_config.get_job_runner_plugins( self.app.config.server_name ) File "/var/project/galaxy-dist/lib/galaxy/jobs/__init__.py", line 586, in get_job_runner_plugins module = __import__( module_name ) File "/var/project/galaxy-dist/lib/galaxy/jobs/runners/pbs.py", line 32, in <module> raise Exception( egg_message % str( e ) ) Exception: The 'pbs' runner depends on 'pbs_python' which is not installed or not configured properly. Galaxy's "scramble" system should make this installation simple, please follow the instructions found at: http://wiki.galaxyproject.org/Admin/Config/Performance/Cluster Additional errors may follow: ['pbs_python']
At the moment I cannot use the web server, so I cannot configure anything there. Is there some way to disable the visualization temporarily (like some flag to change to FALSE somewhere)? Does anyone know what might cause this problem, if it is not the visualization?
Many thanks!