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
Sonali Thakur wrote:
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?
Hi Sonali, You can do this, but you'll need to go directly to the job runner's web interface to do it, either directly to the port on which it's running, or (preferably) set up a separate proxy for it. --nate
Thanks in advance.
Regards -Sonali
_______________________________________________ galaxy-user mailing list galaxy-user@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-user
participants (2)
-
Nate Coraor
-
Sonali Thakur