Skip to content

Instantly share code, notes, and snippets.

@royki
Created July 28, 2022 09:30
Show Gist options
  • Save royki/c0132f8b8b42362ee81e809794506489 to your computer and use it in GitHub Desktop.
Save royki/c0132f8b8b42362ee81e809794506489 to your computer and use it in GitHub Desktop.
Blockscout v4.1.5 Error
blockscout_1  | The database for Explorer.Repo has already been created
blockscout_1  | 
blockscout_1  | 09:22:36.701 [info]  Migrations already up
blockscout_1  | 2022-07-28T09:22:46.892 application=tzdata [info] tzdata release in place is from a file last modified Fri, 22 Oct 2021 02:20:47 GMT. Release file on server was last modified Wed, 16 Mar 2022 13:36:02 GMT.
blockscout_1  | 2022-07-28T09:22:48.772 application=que [info] [Que] Booting Que
blockscout_1  | 2022-07-28T09:22:48.772 application=que [info] [Que] Booting Server Supervisor for Workers
blockscout_1  | 2022-07-28T09:22:48.812 application=explorer [info] tx/per day chart: collect records for txs per day stats
blockscout_1  | 2022-07-28T09:22:48.812 application=explorer [info] tx/per day chart: earliest date 2021-07-29 00:00:00Z
blockscout_1  | 2022-07-28T09:22:48.812 application=explorer [info] tx/per day chart: latest date 2021-07-29 23:59:59Z
blockscout_1  | 2022-07-28T09:22:48.868 application=explorer [info] tx/per day chart: min/max block numbers [12813723, 12830324]
blockscout_1  | 2022-07-28T09:22:48.889 [warning] Description: 'Authenticity is not established by certificate path validation'
blockscout_1  |      Reason: 'Option {verify, verify_peer} and cacertfile/cacerts is missing'
blockscout_1  | 
blockscout_1  | 2022-07-28T09:22:48.900 application=db_connection [info] Postgrex.Protocol (#PID<0.988.0>) disconnected: ** (DBConnection.ConnectionError) client #PID<0.1189.0> exited
blockscout_1  | 2022-07-28T09:22:48.900 [notice] Application explorer exited: Explorer.Application.start(:normal, []) returned an error: shutdown: failed to start child: Explorer.Chain.Events.Listener
blockscout_1  |     ** (EXIT) an exception was raised:
blockscout_1  |         ** (MatchError) no match of right hand side value: {:error, %Postgrex.Error{connection_id: nil, message: nil, postgres: %{code: :invalid_catalog_name, file: "postinit.c", line: "880", message: "database \"volta\" does not exist", pg_code: "3D000", routine: "InitPostgres", severity: "FATAL", unknown: "FATAL"}, query: nil}}
blockscout_1  |             (explorer 0.0.1) lib/explorer/chain/events/listener.ex:15: Explorer.Chain.Events.Listener.init/1
blockscout_1  |             (stdlib 3.17) gen_server.erl:423: :gen_server.init_it/2
blockscout_1  |             (stdlib 3.17) gen_server.erl:390: :gen_server.init_it/6
blockscout_1  |             (stdlib 3.17) proc_lib.erl:226: :proc_lib.init_p_do_apply/3
blockscout_1  | 2022-07-28T09:22:48.901 [notice] Application cbor exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.902 [notice] Application con_cache exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.902 [notice] Application spandex_ecto exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.902 [notice] Application que exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.902 [notice] Application ex_utils exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.902 [notice] Application memento exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.903 [notice] Application mnesia exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.903 [notice] Application prometheus_ecto exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.903 [notice] Application prometheus_ex exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.904 [notice] Application prometheus exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.904 [notice] Application quantile_estimator exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.904 [notice] Application postgrex exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.904 [notice] Application nimble_csv exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.904 [notice] Application poison exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.904 [notice] Application phoenix_html exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.904 [notice] Application math exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.905 [notice] Application ecto_sql exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.906 [notice] Application db_connection exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.906 [notice] Application connection exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.906 [notice] Application ecto exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.906 [notice] Application dataloader exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.906 [notice] Application comeonin exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.907 [notice] Application briefly exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.907 [notice] Application bcrypt_elixir exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.907 [notice] Application tesla exited: :stopped
blockscout_1  | 2022-07-28T09:22:48.908 [notice] Application runtime_tools exited: :stopped
blockscout_1  | ** (Mix) Could not start application explorer: Explorer.Application.start(:normal, []) returned an error: shutdown: failed to start child: Explorer.Chain.Events.Listener
blockscout_1  |     ** (EXIT) an exception was raised:
blockscout_1  |         ** (MatchError) no match of right hand side value: {:error, %Postgrex.Error{connection_id: nil, message: nil, postgres: %{code: :invalid_catalog_name, file: "postinit.c", line: "880", message: "database \"volta\" does not exist", pg_code: "3D000", routine: "InitPostgres", severity: "FATAL", unknown: "FATAL"}, query: nil}}
blockscout_1  |             (explorer 0.0.1) lib/explorer/chain/events/listener.ex:15: Explorer.Chain.Events.Listener.init/1
blockscout_1  |             (stdlib 3.17) gen_server.erl:423: :gen_server.init_it/2
blockscout_1  |             (stdlib 3.17) gen_server.erl:390: :gen_server.init_it/6
blockscout_1  |             (stdlib 3.17) proc_lib.erl:226: :proc_lib.init_p_do_apply/3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment