Last active
March 27, 2023 17:31
-
-
Save jeanouii/33281441e3204cfef1b0f6a23b848343 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Skip to content | |
All gists | |
Back to GitHub | |
@jeanouii | |
@jeanouii | |
jeanouii/gist:33281441e3204cfef1b0f6a23b848343 | |
Created March 27, 2023 19:29 | |
0 | |
Code | |
Revisions 1 | |
gistfile1.txt | |
support-console-postgres-1 | The files belonging to this database system will be owned by user "postgres". | |
support-console-postgres-1 | This user must also own the server process. | |
support-console-postgres-1 | | |
support-console-postgres-1 | The database cluster will be initialized with locale "en_US.utf8". | |
support-console-postgres-1 | The default database encoding has accordingly been set to "UTF8". | |
support-console-postgres-1 | The default text search configuration will be set to "english". | |
support-console-postgres-1 | | |
support-console-postgres-1 | Data page checksums are disabled. | |
support-console-postgres-1 | | |
support-console-postgres-1 | fixing permissions on existing directory /var/lib/postgresql/data/pgdata ... ok | |
support-console-postgres-1 | creating subdirectories ... ok | |
support-console-postgres-1 | selecting dynamic shared memory implementation ... posix | |
support-console-postgres-1 | selecting default max_connections ... 100 | |
support-console-postgres-1 | selecting default shared_buffers ... 128MB | |
support-console-postgres-1 | selecting default time zone ... Etc/UTC | |
support-console-postgres-1 | creating configuration files ... ok | |
support-console-postgres-1 | running bootstrap script ... ok | |
mean_express | at emitErrorNT (node:internal/streams/destroy:151:8) | |
mean_express | at emitErrorCloseNT (node:internal/streams/destroy:116:3) | |
mean_express | at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { | |
mean_express | parent: Error: connect ECONNREFUSED 172.21.0.2:5432 | |
mean_express | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1300:16) { | |
mean_express | errno: -111, | |
mean_express | code: 'ECONNREFUSED', | |
mean_express | syscall: 'connect', | |
mean_express | address: '172.21.0.2', | |
mean_express | port: 5432 | |
mean_express | }, | |
mean_express | original: Error: connect ECONNREFUSED 172.21.0.2:5432 | |
mean_express | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1300:16) { | |
mean_express | errno: -111, | |
mean_express | code: 'ECONNREFUSED', | |
mean_express | syscall: 'connect', | |
mean_express | address: '172.21.0.2', | |
mean_express | port: 5432 | |
mean_express | } | |
mean_express | } | |
mean_angular | - Generating browser application bundles (phase: setup)... | |
support-console-postgres-1 | performing post-bootstrap initialization ... ok | |
support-console-pgadmin-1 | NOTE: Configuring authentication for SERVER mode. | |
support-console-pgadmin-1 | | |
support-console-pgadmin-1 | pgAdmin 4 - Application Initialisation | |
support-console-pgadmin-1 | ====================================== | |
support-console-pgadmin-1 | | |
support-console-postgres-1 | syncing data to disk ... ok | |
support-console-postgres-1 | | |
support-console-postgres-1 | | |
support-console-postgres-1 | Success. You can now start the database server using: | |
support-console-postgres-1 | | |
support-console-postgres-1 | pg_ctl -D /var/lib/postgresql/data/pgdata -l logfile start | |
support-console-postgres-1 | | |
support-console-postgres-1 | initdb: warning: enabling "trust" authentication for local connections | |
support-console-postgres-1 | You can change this by editing pg_hba.conf or using the option -A, or | |
support-console-postgres-1 | --auth-local and --auth-host, the next time you run initdb. | |
support-console-postgres-1 | waiting for server to start....2023-03-27 17:26:41.885 UTC [56] LOG: starting PostgreSQL 14.7 (Debian 14.7-1.pgdg110+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit | |
support-console-postgres-1 | 2023-03-27 17:26:41.886 UTC [56] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" | |
support-console-postgres-1 | 2023-03-27 17:26:41.905 UTC [57] LOG: database system was shut down at 2023-03-27 17:26:40 UTC | |
support-console-postgres-1 | 2023-03-27 17:26:41.936 UTC [56] LOG: database system is ready to accept connections | |
support-console-postgres-1 | done | |
support-console-postgres-1 | server started | |
support-console-postgres-1 | CREATE DATABASE | |
support-console-postgres-1 | | |
support-console-postgres-1 | | |
support-console-postgres-1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* | |
support-console-postgres-1 | | |
support-console-postgres-1 | waiting for server to shut down...2023-03-27 17:26:44.262 UTC [56] LOG: received fast shutdown request | |
support-console-postgres-1 | .2023-03-27 17:26:44.266 UTC [56] LOG: aborting any active transactions | |
support-console-postgres-1 | 2023-03-27 17:26:44.297 UTC [56] LOG: background worker "logical replication launcher" (PID 63) exited with exit code 1 | |
support-console-postgres-1 | 2023-03-27 17:26:44.297 UTC [58] LOG: shutting down | |
support-console-postgres-1 | 2023-03-27 17:26:44.343 UTC [56] LOG: database system is shut down | |
support-console-postgres-1 | done | |
support-console-postgres-1 | server stopped | |
support-console-postgres-1 | | |
support-console-postgres-1 | PostgreSQL init process complete; ready for start up. | |
support-console-postgres-1 | | |
support-console-postgres-1 | 2023-03-27 17:26:44.417 UTC [1] LOG: starting PostgreSQL 14.7 (Debian 14.7-1.pgdg110+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit | |
support-console-postgres-1 | 2023-03-27 17:26:44.417 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 | |
support-console-postgres-1 | 2023-03-27 17:26:44.418 UTC [1] LOG: listening on IPv6 address "::", port 5432 | |
support-console-postgres-1 | 2023-03-27 17:26:44.423 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" | |
support-console-postgres-1 | 2023-03-27 17:26:44.456 UTC [71] LOG: database system was shut down at 2023-03-27 17:26:44 UTC | |
support-console-postgres-1 | 2023-03-27 17:26:44.485 UTC [1] LOG: database system is ready to accept connections | |
support-console-pgadmin-1 | [2023-03-27 17:26:46 +0000] [1] [INFO] Starting gunicorn 20.1.0 | |
support-console-pgadmin-1 | [2023-03-27 17:26:46 +0000] [1] [INFO] Listening at: http://[::]:80 (1) | |
support-console-pgadmin-1 | [2023-03-27 17:26:46 +0000] [1] [INFO] Using worker: gthread | |
support-console-pgadmin-1 | [2023-03-27 17:26:46 +0000] [91] [INFO] Booting worker with pid: 91 | |
mean_express | Executing (default): SELECT "id", "email", "firstName", "lastName", "cn", "gh", "createdAt", "updatedAt" FROM "Users" AS "User" WHERE "User"."email" = '[email protected]' LIMIT 1; | |
support-console-postgres-1 | 2023-03-27 17:26:56.478 UTC [96] ERROR: relation "Users" does not exist at character 90 | |
support-console-postgres-1 | 2023-03-27 17:26:56.478 UTC [96] STATEMENT: SELECT "id", "email", "firstName", "lastName", "cn", "gh", "createdAt", "updatedAt" FROM "Users" AS "User" WHERE "User"."email" = '[email protected]' LIMIT 1; | |
mean_express | Error | |
mean_express | at Query.run (/api/node_modules/sequelize/lib/dialects/postgres/query.js:50:25) | |
mean_express | at /api/node_modules/sequelize/lib/sequelize.js:311:28 | |
mean_express | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) | |
mean_express | at async PostgresQueryInterface.select (/api/node_modules/sequelize/lib/dialects/abstract/query-interface.js:407:12) | |
mean_express | at async User.findAll (/api/node_modules/sequelize/lib/model.js:1134:21) | |
mean_express | at async User.findOne (/api/node_modules/sequelize/lib/model.js:1228:12) { | |
mean_express | name: 'SequelizeDatabaseError', | |
mean_express | parent: error: relation "Users" does not exist | |
mean_express | at Parser.parseErrorMessage (/api/node_modules/pg-protocol/dist/parser.js:287:98) | |
mean_express | at Parser.handlePacket (/api/node_modules/pg-protocol/dist/parser.js:126:29) | |
mean_express | at Parser.parse (/api/node_modules/pg-protocol/dist/parser.js:39:38) | |
mean_express | at Socket.<anonymous> (/api/node_modules/pg-protocol/dist/index.js:11:42) | |
mean_express | at Socket.emit (node:events:513:28) | |
mean_express | at addChunk (node:internal/streams/readable:324:12) | |
mean_express | at readableAddChunk (node:internal/streams/readable:297:9) | |
mean_express | at Readable.push (node:internal/streams/readable:234:10) | |
mean_express | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) { | |
mean_express | length: 104, | |
mean_express | severity: 'ERROR', | |
mean_express | code: '42P01', | |
mean_express | detail: undefined, | |
mean_express | hint: undefined, | |
mean_express | position: '90', | |
mean_express | internalPosition: undefined, | |
mean_express | internalQuery: undefined, | |
mean_express | where: undefined, | |
mean_express | schema: undefined, | |
mean_express | table: undefined, | |
mean_express | column: undefined, | |
mean_express | dataType: undefined, | |
mean_express | constraint: undefined, | |
mean_express | file: 'parse_relation.c', | |
mean_express | line: '1381', | |
mean_express | routine: 'parserOpenTable', | |
mean_express | sql: `SELECT "id", "email", "firstName", "lastName", "cn", "gh", "createdAt", "updatedAt" FROM "Users" AS "User" WHERE "User"."email" = '[email protected]' LIMIT 1;`, | |
mean_express | parameters: undefined | |
mean_express | }, | |
mean_express | original: error: relation "Users" does not exist | |
mean_express | at Parser.parseErrorMessage (/api/node_modules/pg-protocol/dist/parser.js:287:98) | |
mean_express | at Parser.handlePacket (/api/node_modules/pg-protocol/dist/parser.js:126:29) | |
mean_express | at Parser.parse (/api/node_modules/pg-protocol/dist/parser.js:39:38) | |
mean_express | at Socket.<anonymous> (/api/node_modules/pg-protocol/dist/index.js:11:42) | |
mean_express | at Socket.emit (node:events:513:28) | |
mean_express | at addChunk (node:internal/streams/readable:324:12) | |
mean_express | at readableAddChunk (node:internal/streams/readable:297:9) | |
mean_express | at Readable.push (node:internal/streams/readable:234:10) | |
mean_express | at TCP.onStreamRead (node:internal/stream_base_commons:190:23) { | |
mean_express | length: 104, | |
mean_express | severity: 'ERROR', | |
mean_express | code: '42P01', | |
mean_express | detail: undefined, | |
mean_express | hint: undefined, | |
mean_express | position: '90', | |
mean_express | internalPosition: undefined, | |
mean_express | internalQuery: undefined, | |
mean_express | where: undefined, | |
mean_express | schema: undefined, | |
mean_express | table: undefined, | |
mean_express | column: undefined, | |
mean_express | dataType: undefined, | |
mean_express | constraint: undefined, | |
mean_express | file: 'parse_relation.c', | |
mean_express | line: '1381', | |
mean_express | routine: 'parserOpenTable', | |
mean_express | sql: `SELECT "id", "email", "firstName", "lastName", "cn", "gh", "createdAt", "updatedAt" FROM "Users" AS "User" WHERE "User"."email" = '[email protected]' LIMIT 1;`, | |
mean_express | parameters: undefined | |
mean_express | }, | |
mean_express | sql: `SELECT "id", "email", "firstName", "lastName", "cn", "gh", "createdAt", "updatedAt" FROM "Users" AS "User" WHERE "User"."email" = '[email protected]' LIMIT 1;`, | |
mean_express | parameters: {} | |
mean_express | } | |
mean_angular | ✔ Browser application bundle generation complete. | |
mean_angular | | |
mean_angular | Initial Chunk Files | Names | Size | |
mean_angular | vendor.js | vendor | 6.01 MB | |
mean_angular | polyfills.js | polyfills | 716.28 kB | |
mean_angular | styles.css, styles.js | styles | 684.24 kB | |
mean_angular | main.js | main | 156.98 kB | |
mean_angular | runtime.js | runtime | 14.64 kB | |
mean_angular | | |
mean_angular | | Initial Total | 7.54 MB | |
mean_angular | | |
mean_angular | Lazy Chunk Files | Names | Size | |
mean_angular | src_app_feature_cves_cves_module_ts.js | - | 1.18 MB | |
mean_angular | src_app_feature_cves-new_cves-new_module_ts.js | - | 721.34 kB | |
mean_angular | node_modules_quill_dist_quill_js.js | - | 434.03 kB | |
mean_angular | default-node_modules_swimlane_ngx-datatable___ivy_ngcc___fesm2015_swimlane-ngx-datatable_js.js | - | 347.75 kB | |
mean_angular | src_app_feature_user_user_module_ts.js | - | 72.24 kB | |
mean_angular | default-src_app_feature_contact_contact_service_ts-src_app_shared_customer_tools_ts-node_modu-9c5f2f.js | - | 58.83 kB | |
mean_angular | src_app_feature_resync_resync_module_ts.js | - | 50.57 kB | |
mean_angular | src_app_feature_mailer_mailer_module_ts.js | - | 49.42 kB | |
mean_angular | src_app_feature_contact_contact_module_ts.js | - | 49.32 kB | |
mean_angular | common.js | common | 4.12 kB | |
mean_angular | | |
mean_angular | Build at: 2023-03-27T17:27:05.747Z - Hash: 5c0bb7ee7228a2ba - Time: 28014ms | |
mean_angular | | |
mean_angular | Warning: /frontend/src/app/feature/cves/report-gen/report-gen.component.ts depends on 'jspdf-autotable'. CommonJS or AMD dependencies can cause optimization bailouts. | |
mean_angular | For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies | |
mean_angular | | |
mean_angular | | |
mean_angular | | |
mean_angular | ** Angular Live Development Server is listening on 0.0.0.0:4200, open your browser on http://localhost:4200/ ** | |
mean_angular | | |
mean_angular | | |
mean_angular | ✔ Compiled successfully. | |
@jeanouii | |
Add heading text | |
Add bold text, <Cmd+b> | |
Add italic text, <Cmd+i> | |
Add a quote, <Cmd+Shift+.> | |
Add code, <Cmd+e> | |
Add a link, <Cmd+k> | |
Add a bulleted list, <Cmd+Shift+8> | |
Add a numbered list, <Cmd+Shift+7> | |
Add a task list, <Cmd+Shift+l> | |
Directly mention a user or team | |
Reference an issue or pull request | |
Attach files by dragging & dropping, selecting or pasting them. | |
Styling with Markdown is supported | |
Footer | |
© 2023 GitHub, Inc. | |
Footer navigation | |
Terms | |
Privacy | |
Security | |
Status | |
Docs | |
Contact GitHub | |
Pricing | |
API | |
Training | |
Blog | |
About | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment