File "/galaxy/srv/galaxy/server/lib/galaxy/config/schema.py", line 48, in _read_schema
with open(path) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/galaxy/srv/galaxy/server/lib/galaxy/config/../config_schema.yml'
File "/galaxy/srv/galaxy/server/lib/galaxy/util/yaml_util.py", line 25, in include
with open(filename) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/galaxy/srv/galaxy/server/lib/galaxy/config/../uwsgi_schema.yml'
File "/galaxy/srv/galaxy/server/lib/galaxy/util/yaml_util.py", line 25, in include
with open(filename) as f:
FileNotFoundError: [Errno 2] No such file or directory: '/galaxy/srv/galaxy/server/lib/galaxy/config/../job_config_schema.yml'
cp /galaxy/srv/galaxy/server/lib/galaxy/webapps/galaxy/config_schema.yml /galaxy/srv/galaxy/server/lib/galaxy/
cp /galaxy/srv/galaxy/server/lib/galaxy/webapps/galaxy/uwsgi_schema.yml /galaxy/srv/galaxy/server/lib/galaxy/
cp /galaxy/srv/galaxy/server/lib/galaxy/webapps/galaxy/job_config_schema.yml /galaxy/srv/galaxy/server/lib/galaxy/
/galaxy/srv/galaxy/server/lib/galaxy/webapps/galaxy/
changed: [galaxy01.educloud.no] => {
"msg": "Galaxy version changed from '' to '60ab1d5b7ae4385ca31307b0c23c52c979e337eb'"
}
failed to download http://cvmfs0-psu0.galaxyproject.org/cvmfs/singularity.galaxyproject.org/data/6b/81f0681da21040ce0b4a31c3602255a19c5032P (9 - host returned HTTP error)
unexpected HTTP error code 200 - please check the stratum 0 health
galaxy_systemd_zergling_env
and galaxy_zergpool_listen_addr
. In the latest version where mule is the only systemd mode, there is only galaxy_systemd_env
variable. I am using it but the DRMAA_LIBRARY_PATH=....
variable which I set there is now missing in the galaxy.service file. Is this correct?
# systemd
galaxy_systemd_mode: mule
__galaxy_systemd_memory_limit_merged:
mule: 32
galaxy_systemd_env: "DRMAA_LIBRARY_PATH=/galaxy/srv/drmaa/lib/libdrmaa.so.1"
#galaxy_zergpool_listen_addr: 127.0.0.1:8080
galaxy_restart_handler_name: "Restart Galaxy"
#galaxy_systemd_zergling_env: "DRMAA_LIBRARY_PATH=/srv/drmaa/lib/libdrmaa.so.1"
Hello all. I've been experimenting with using mamba instead of conda on pulsar and running tool tests (not in parallel) to get environments to install. It has been great and fast but at one point there was an error:
LockError:
LOCKERROR: It looks like conda is already doing something.
The lock ['/mnt/pulsar/deps/_conda/pkgs/cache.pid1069995.conda_lock'] was found. Wait for it to finish before continuing.
As far as I could see there were no conda processes running, and as soon as I deleted the lock file things worked again but in the meantime several of my test jobs failed because their environments had not installed. I'm wondering if it's safe to use mamba as the conda exec.