local galaxy seems fail to run ----spown error and job is waiting to run for ever

After this command: run.sh start
I’m getting a lot of spawn errors, please see screenshot:

It seems that the service is on, and you can log in. However, any tasks submitted are waiting (grayed out), please see the screenshot:

image

when checking the galaxyctl status, and the supervisorctl status, please see the screenshot:
handler0 FATAL Exited too quickly (process log may have details)
handler1 FATAL Exited too quickly (process log may have details)
sge_handler FATAL Exited too quickly (process log may have details)
special_handler0 FATAL Exited too quickly (process log may have details)
special_handler1 FATAL Exited too quickly (process log may have details)

Looks like there’s a high probability that there’s a mistake in supervisor process management. Hope to get your good suggestions! Thanks!

I looked at the log file repeatedly, and it was related to drmaa lib at first. I remember trying to run the site before, multithreading, trying to write to config/job_conf.xml.
So I deleted
rm config/job_conf.xml

Now it looks like everything is working fine, (of course it still can’t be multithreaded)
image

1 Like

Resources, including Tutorials

:computer: Local Galaxy

@jennaj Thanks for your kind help! It seems that my job_conf.xml is not configured properly. After writing the appropriate parameters into this file, multi-threading for task execution can be initiated.

1 Like