Created
March 24, 2021 18:36
-
-
Save pmazumder3927/edcd386f0f438613458011db173fba5d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-03-24T18:32:29.505530+00:00 app[web.1]: {"type":"startup","timestamp":"2021-03-24T18:32:29.144+0000","level":"error","detail":{"kind":"catalog_migrate","info":{"internal":{"statement":"CREATE FUNCTION hdb_catalog.gen_hasura_uuid() RETURNS uuid AS\n'select gen_random_uuid()' LANGUAGE SQL;\n\nALTER TABLE hdb_catalog.hdb_version\nALTER COLUMN hasura_uuid\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.event_log\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.event_invocation_logs\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.hdb_action_log\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.hdb_cron_events\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.hdb_cron_event_invocation_logs\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.hdb_scheduled_events\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.hdb_scheduled_event_invocation_logs\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n","prepared":false,"error":{"exec_status":"FatalError","hint":"No function matches the given name and argument types. You might need to add explicit type casts.","message":"function gen_random_uuid() does not exist","status_code":"42883","description":null},"arguments":[]},"path":"$","error":"database query error","code":"unexpected"}}} | |
2021-03-24T18:32:29.507611+00:00 app[web.1]: {"type":"unstructured","timestamp":"2021-03-24T18:32:29.144+0000","level":"info","detail":"Stopping immortal SchemeUpdate.listener thread"} | |
2021-03-24T18:32:29.507613+00:00 app[web.1]: {"internal":{"statement":"CREATE FUNCTION hdb_catalog.gen_hasura_uuid() RETURNS uuid AS\n'select gen_random_uuid()' LANGUAGE SQL;\n\nALTER TABLE hdb_catalog.hdb_version\nALTER COLUMN hasura_uuid\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.event_log\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.event_invocation_logs\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.hdb_action_log\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.hdb_cron_events\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.hdb_cron_event_invocation_logs\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.hdb_scheduled_events\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n\nALTER TABLE hdb_catalog.hdb_scheduled_event_invocation_logs\nALTER COLUMN id\nSET DEFAULT hdb_catalog.gen_hasura_uuid();\n","prepared":false,"error":{"exec_status":"FatalError","hint":"No function matches the given name and argument types. You might need to add explicit type casts.","message":"function gen_random_uuid() does not exist","status_code":"42883","description":null},"arguments":[]},"path":"$","error":"database query error","code":"unexpected"} | |
2021-03-24T18:32:29.695548+00:00 heroku[web.1]: Process exited with status 1 | |
2021-03-24T18:32:29.852326+00:00 heroku[web.1]: State changed from starting to crashed | |
2021-03-24T18:32:30.569874+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=fearsha-hasura.herokuapp.com request_id=262e7ba5-98d4-43d9-a7f9-3b5448c7de54 fwd="45.56.150.128" dyno= connect= service= status=503 bytes= protocol=https | |
2021-03-24T18:32:31.441669+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=hasura.fearsha.com request_id=54627f09-e6f1-4c52-8d49-508d7f912fa9 fwd="45.56.150.128" dyno= connect= service= status=503 bytes= protocol=http | |
2021-03-24T18:32:31.986227+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=hasura.fearsha.com request_id=6adc8024-38b1-4813-b460-3ed64b415b6f fwd="45.56.150.128" dyno= connect= service= status=503 bytes= protocol=http | |
2021-03-24T18:32:38.706179+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=hasura.fearsha.com request_id=18b98d87-0120-4856-829c-31bdfc4cd507 fwd="45.56.150.128" dyno= connect= service= status=503 bytes= protocol=http | |
2021-03-24T18:32:39.187668+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=hasura.fearsha.com request_id=1ebe01fc-7dbd-4a78-9312-a5c4584caa19 fwd="45.56.150.128" dyno= connect= service= status=503 bytes= protocol=http |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment