Hello everyone! I am trying to set my galaxy instance but after running ansible the UI does not initialize. Checking the logs, I see I am getting the following message:
Apr 20 00:08:40 mygalaxy uwsgi[4207]: *** uWSGI is running in multiple interpreter mode ***
Apr 20 00:08:40 mygalaxy uwsgi[4207]: spawned uWSGI master process (pid: 4207)
Apr 20 00:08:40 mygalaxy uwsgi[4207]: spawned uWSGI worker 1 (pid: 5014, cores: 4)
Apr 20 00:08:40 mygalaxy uwsgi[4207]: probably another instance of uWSGI is running on the same address (127.0.0.1:4010)
I’ve looked into the uwsgi configuration but I can’t see what’s wrong with it:
uwsgi:
buffer-size: 16384
die-on-term: true
enable-threads: true
farm: job-handlers:1,2
hook-master-start: unix_signal:2 gracefully_kill_them_all
hook-master-start: unix_signal:15 gracefully_kill_them_all
master: true
module: galaxy.webapps.galaxy.buildapp:uwsgi_app()
mule: lib/galaxy/main.py
mule: lib/galaxy/main.py
offload-threads: 2
processes: 1
py-call-osafterfork: true
pythonpath: /gpfs/mygalaxy.usegalaxy.es/galaxy/server/lib
socket: 127.0.0.1:8080
static-map: /static=/gpfs/mygalaxy.usegalaxy.es/galaxy/server/static
static-map: /favicon.ico=/gpfs/mygalaxy.usegalaxy.es/galaxy/server/static/favicon.ico
static-safe: client/galaxy/images
threads: 4
thunder-lock: true
virtualenv: /gpfs/mygalaxy.usegalaxy.es/galaxy/venv
Does anyone know if I’m missing something?
Thank you kindly!