Facebook
From Kingslayer, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 126
  1. poseidon@DESKTOP-LEPB06B:~/cineplexx-backend$ docker-compose up
  2. Starting cineplexx-backend_redis_1 ... done
  3. Starting cineplexx-backend_node_1    ... done
  4. Starting cineplexx-backend_mysql_1 ... done
  5. Starting cineplexx-backend_php-fpm_1 ... done
  6. Starting cineplexx-backend_nginx_1   ... done
  7. Attaching to cineplexx-backend_redis_1, cineplexx-backend_mysql_1, cineplexx-backend_node_1, cineplexx-backend_php-fpm_1, cineplexx-backend_nginx_1
  8. nginx_1    | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
  9. nginx_1    | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
  10. nginx_1    | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
  11. nginx_1    | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
  12. mysql_1    | 2024-04-03 15:58:47+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.36-1.el8 started.
  13. nginx_1    | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version
  14. mysql_1    | 2024-04-03 15:58:47+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
  15. mysql_1    | 2024-04-03 15:58:47+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.36-1.el8 started.
  16. php-fpm_1  | /usr/lib/python2.7/site-packages/supervisor/options.py:461: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
  17. php-fpm_1  |   'Supervisord is running as root and it is searching '
  18. mysql_1    | '/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock'
  19. mysql_1    | 2024-04-03T15:58:47.601731Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
  20. mysql_1    | 2024-04-03T15:58:47.601747Z 0 [Warning] [MY-011069] [Server] The syntax '--character-set-client-handshake' is deprecated and will be removed in a future release.
  21. mysql_1    | 2024-04-03T15:58:47.602461Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
  22. mysql_1    | 2024-04-03T15:58:47.602478Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.36) starting as process 1
  23. mysql_1    | 2024-04-03T15:58:47.607391Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
  24. nginx_1    | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
  25. nginx_1    | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
  26. nginx_1    | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
  27. nginx_1    | /docker-entrypoint.sh: Configuration complete; ready for start up
  28. mysql_1    | 2024-04-03T15:58:47.653917Z 1 [ERROR] [MY-012526] [InnoDB] Upgrade is not supported after a crash or shutdown with innodb_fast_shutdown = 2. This redo log was created with MySQL 5.7.44, and it appears logically non empty. Please follow the instructions at http://dev.mysql.com/doc/refman/8.0/en/upgrading.html
  29. mysql_1    | 2024-04-03T15:58:47.653958Z 1 [ERROR] [MY-012930] [InnoDB] Plugin initialization aborted with error Generic error.
  30. php-fpm_1  | 2024-04-03 15:58:47,863 CRIT Supervisor is running as root.  Privileges were not dropped because no user is specified in the config file.  If you intend to run as root, you can set user=root in the config file to avoid this message.
  31. redis_1    | 1:C 03 Apr 2024 15:58:46.756 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
  32. redis_1    | 1:C 03 Apr 2024 15:58:46.756 * Redis version=7.2.4, bits=64, commit=00000000, modified=0, pid=1, just started
  33. redis_1    | 1:C 03 Apr 2024 15:58:46.756 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
  34. redis_1    | 1:M 03 Apr 2024 15:58:46.756 * monotonic clock: POSIX clock_gettime
  35. redis_1    | 1:M 03 Apr 2024 15:58:46.756 * Running mode=standalone, port=6379.
  36. redis_1    | 1:M 03 Apr 2024 15:58:46.756 * Server initialized
  37. redis_1    | 1:M 03 Apr 2024 15:58:46.756 * Loading RDB produced by version 7.2.4
  38. redis_1    | 1:M 03 Apr 2024 15:58:46.756 * RDB age 4 seconds
  39. redis_1    | 1:M 03 Apr 2024 15:58:46.756 * RDB memory usage when created 0.83 Mb
  40. redis_1    | 1:M 03 Apr 2024 15:58:46.756 * Done loading RDB, keys loaded: 0, keys expired: 0.
  41. redis_1    | 1:M 03 Apr 2024 15:58:46.756 * DB loaded from disk: 0.000 seconds
  42. redis_1    | 1:M 03 Apr 2024 15:58:46.756 * Ready to accept connections tcp
  43. php-fpm_1  | 2024-04-03 15:58:47,864 INFO supervisord started with pid 7
  44. mysql_1    | 2024-04-03T15:58:48.117769Z 1 [ERROR] [MY-010334] [Server] Failed to initialize DD Storage Engine
  45. mysql_1    | 2024-04-03T15:58:48.117909Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
  46. mysql_1    | 2024-04-03T15:58:48.117931Z 0 [ERROR] [MY-010119] [Server] Aborting
  47. mysql_1    | 2024-04-03T15:58:48.118188Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.36)  MySQL Community Server - GPL.
  48. cineplexx-backend_node_1 exited with code 0
  49. cineplexx-backend_mysql_1 exited with code 1
  50. php-fpm_1  | 2024-04-03 15:58:48,867 INFO spawned: 'php-fpm' with pid 9
  51. php-fpm_1  | [03-Apr-2024 15:58:48] NOTICE: fpm is running, pid 9
  52. php-fpm_1  | [03-Apr-2024 15:58:48] NOTICE: ready to handle connections
  53. php-fpm_1  | 2024-04-03 15:58:49,889 INFO success: php-fpm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  54. nginx_1    | 2024/04/03 15:58:48 [emerg] 1#1: host not found in upstream "vapc-php-fpm:9000" in /etc/nginx/conf.d/default.conf:2
  55. nginx_1    | nginx: [emerg] host not found in upstream "vapc-php-fpm:9000" in /etc/nginx/conf.d/default.conf:2
  56. cineplexx-backend_nginx_1 exited with code 1
  57.