After running setup_irods.sh and providing the required information, I'm confronted with this error message:
============================================================================
Could not start iRODS server.
Starting iRODS server...
Confirming catalog_schema_version... Success
WARNING: Validation Failed for [/var/lib/irods/.irods/irods_environment.json]
: against [
https://schemas.irods.org/configuration/v2/service_account_environment.json]
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:765)
WARNING: Validation Failed for [/etc/irods/server_config.json]
: against [
https://schemas.irods.org/configuration/v2/server_config.json]
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:765)
WARNING: Validation Failed for [/etc/irods/hosts_config.json]
: against [
https://schemas.irods.org/configuration/v2/hosts_config.json]
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:765)
WARNING: Validation Failed for [/etc/irods/host_access_control_config.json]
: against [
https://schemas.irods.org/configuration/v2/host_access_control_config.json]
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:765)
WARNING: Validation Failed for [/etc/irods/database_config.json]
: against [
https://schemas.irods.org/configuration/v2/database_config.json]
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:765)
iRODS server failed to start.
Install problem:
Cannot start iRODS server.
Found 0 processes:
There are no iRODS servers running.
Abort.
============================================================================
So the next time through, when prompted for 'Schema Validation Base URI', I set it to off and got this error message:
============================================================================
Could not start iRODS server.
Starting iRODS server...
Confirming catalog_schema_version... Success
Skipped JSON Configuration Validation [off]
iRODS server failed to start.
Install problem:
Cannot start iRODS server.
============================================================================
While comparing my file in /var/lib/irods/.irods/irods_environment.json to [
https://schemas.irods.org/configuration/v2/service_account_environment.json], I noticed that my file includes attributes that start with irods_server_*, but the file on
irods.org does not. This is my best guess at what is going wrong, but have don't have any ideas about how to fix it.
Attached is a picture of my complete irods_environment.json file.
Thanks in advance.
TL;DR - Why won't the JSON validate? :/