Hello,

We recently pulled the latest changes from the galaxy repository in to our new server
Our configuration is we have 1 jobrunner and 3 webservices.

While running Manage Jobs tool under Admin I encountered traceback error and fix the same following your
changeset 4461:8cc9544dd81d
Added 2 lines in controller.py
        if not trans.app.config.get_bool( "enable_job_running", True ):
            return trans.show_error_message( 'This Galaxy instance is not configured to run jobs.  If using multiple servers, please directly access the job running instance to manage jobs.' )

Now after the change I am getting the error message which you have caught as an exception
"This Galaxy instance is not configured to run jobs.  If using multiple servers, please directly access the job running instance to manage jobs"

Can we use Manage Jobs tool using 1 jobrunner and 3 webservices configuration?

Thanks in advance.

Regards
-Sonali