You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
docker-compose -f docker/docker-compose.yml -p dbaudit up
Recreating dbaudit_bastion_1 ... done
Starting dbaudit_postgres_1 ... done
Attaching to dbaudit_bastion_1, dbaudit_postgres_1
postgres_1 |
postgres_1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres_1 |
postgres_1 | 2021-02-03 06:24:26.819 UTC [1] LOG: starting PostgreSQL 12.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 9.2.0) 9.2.0, 64-bit
postgres_1 | 2021-02-03 06:24:26.819 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgres_1 | 2021-02-03 06:24:26.819 UTC [1] LOG: listening on IPv6 address "::", port 5432
postgres_1 | 2021-02-03 06:24:26.821 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres_1 | 2021-02-03 06:24:26.836 UTC [20] LOG: database system was shut down at 2021-02-03 06:22:22 UTC
postgres_1 | 2021-02-03 06:24:26.839 UTC [1] LOG: database system is ready to accept connections
bastion_1 | io.dropwizard.configuration.ConfigurationValidationException: /app/etc/config.yml has an error:
bastion_1 | * encryptionSecret may not be null
bastion_1 |
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.validate(BaseConfigurationFactory.java:238)
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:128)
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:89)
bastion_1 | at io.dropwizard.cli.ConfiguredCommand.parseConfiguration(ConfiguredCommand.java:126)
bastion_1 | at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:74)
bastion_1 | at io.dropwizard.cli.Cli.run(Cli.java:78)
bastion_1 | at io.dropwizard.Application.run(Application.java:93)
bastion_1 | at io.tokern.bastion.BastionApplication.main(BastionApplication.java:47)
bastion_1 | io.dropwizard.configuration.ConfigurationValidationException: /app/etc/config.yml has an error:
bastion_1 | * encryptionSecret may not be null
bastion_1 |
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.validate(BaseConfigurationFactory.java:238)
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:128)
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:89)
bastion_1 | at io.dropwizard.cli.ConfiguredCommand.parseConfiguration(ConfiguredCommand.java:126)
bastion_1 | at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:74)
bastion_1 | at io.dropwizard.cli.Cli.run(Cli.java:78)
bastion_1 | at io.dropwizard.Application.run(Application.java:93)
bastion_1 | at io.tokern.bastion.BastionApplication.main(BastionApplication.java:47)
dbaudit_bastion_1 exited with code 1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
docker-compose -f docker/docker-compose.yml -p dbaudit up
Recreating dbaudit_bastion_1 ... done
Starting dbaudit_postgres_1 ... done
Attaching to dbaudit_bastion_1, dbaudit_postgres_1
postgres_1 |
postgres_1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres_1 |
postgres_1 | 2021-02-03 06:24:26.819 UTC [1] LOG: starting PostgreSQL 12.1 on x86_64-pc-linux-musl, compiled by gcc (Alpine 9.2.0) 9.2.0, 64-bit
postgres_1 | 2021-02-03 06:24:26.819 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgres_1 | 2021-02-03 06:24:26.819 UTC [1] LOG: listening on IPv6 address "::", port 5432
postgres_1 | 2021-02-03 06:24:26.821 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres_1 | 2021-02-03 06:24:26.836 UTC [20] LOG: database system was shut down at 2021-02-03 06:22:22 UTC
postgres_1 | 2021-02-03 06:24:26.839 UTC [1] LOG: database system is ready to accept connections
bastion_1 | io.dropwizard.configuration.ConfigurationValidationException: /app/etc/config.yml has an error:
bastion_1 | * encryptionSecret may not be null
bastion_1 |
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.validate(BaseConfigurationFactory.java:238)
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:128)
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:89)
bastion_1 | at io.dropwizard.cli.ConfiguredCommand.parseConfiguration(ConfiguredCommand.java:126)
bastion_1 | at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:74)
bastion_1 | at io.dropwizard.cli.Cli.run(Cli.java:78)
bastion_1 | at io.dropwizard.Application.run(Application.java:93)
bastion_1 | at io.tokern.bastion.BastionApplication.main(BastionApplication.java:47)
bastion_1 | io.dropwizard.configuration.ConfigurationValidationException: /app/etc/config.yml has an error:
bastion_1 | * encryptionSecret may not be null
bastion_1 |
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.validate(BaseConfigurationFactory.java:238)
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:128)
bastion_1 | at io.dropwizard.configuration.BaseConfigurationFactory.build(BaseConfigurationFactory.java:89)
bastion_1 | at io.dropwizard.cli.ConfiguredCommand.parseConfiguration(ConfiguredCommand.java:126)
bastion_1 | at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:74)
bastion_1 | at io.dropwizard.cli.Cli.run(Cli.java:78)
bastion_1 | at io.dropwizard.Application.run(Application.java:93)
bastion_1 | at io.tokern.bastion.BastionApplication.main(BastionApplication.java:47)
dbaudit_bastion_1 exited with code 1
The text was updated successfully, but these errors were encountered: