openshift-labs / starter-guides

Getting Started with OpenShift for Developers workshop
https://openshift-labs.github.io/starter-guides-html/
Apache License 2.0
135 stars 147 forks source link

mysql for etherpad fails to install #119

Closed ikke-t closed 3 years ago

ikke-t commented 5 years ago

=> sourcing 20-validate-variables.sh ...
--
  | => sourcing 25-validate-replication-variables.sh ...
  | => sourcing 30-base-config.sh ...
  | ---> 14:05:41     Processing basic MySQL configuration files ...
  | => sourcing 60-replication-config.sh ...
  | => sourcing 70-s2i-config.sh ...
  | ---> 14:05:41     Processing additional arbitrary  MySQL configuration provided by s2i ...
  | => sourcing 10-mysql57.cnf ...
  | => sourcing 40-paas.cnf ...
  | => sourcing 50-my-tuning.cnf ...
  | ---> 14:05:42     Starting MySQL server with disabled networking ...
  | ---> 14:05:42     Waiting for MySQL to start ...
  | 2019-03-05T14:05:42.160205Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  | 2019-03-05T14:05:42.172567Z 0 [Note] /opt/rh/rh-mysql57/root/usr/libexec/mysqld (mysqld 5.7.24) starting as process 30 ...
  | 2019-03-05T14:05:42.195457Z 0 [Note] InnoDB: PUNCH HOLE support available
  | 2019-03-05T14:05:42.195499Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  | 2019-03-05T14:05:42.195505Z 0 [Note] InnoDB: Uses event mutexes
  | 2019-03-05T14:05:42.195509Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  | 2019-03-05T14:05:42.195513Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.7
  | 2019-03-05T14:05:42.195519Z 0 [Note] InnoDB: Using Linux native AIO
  | 2019-03-05T14:05:42.195811Z 0 [Note] InnoDB: Number of pools: 1
  | 2019-03-05T14:05:42.195995Z 0 [Note] InnoDB: Using CPU crc32 instructions
  | 2019-03-05T14:05:42.198082Z 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
  | 2019-03-05T14:05:42.212848Z 0 [Note] InnoDB: Completed initialization of buffer pool
  | 2019-03-05T14:05:42.215829Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  | 2019-03-05T14:05:42.255271Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
  | 2019-03-05T14:05:42.260983Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 1271274
  | 2019-03-05T14:05:42.261021Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 1271421
  | 2019-03-05T14:05:42.267285Z 0 [Note] InnoDB: Database was not shutdown normally!
  | 2019-03-05T14:05:42.267306Z 0 [Note] InnoDB: Starting crash recovery.
  | 2019-03-05T14:05:42.708916Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
  | 2019-03-05T14:05:42.708963Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
  | 2019-03-05T14:05:42.715390Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  | ---> 14:05:43     Waiting for MySQL to start ...
  | 2019-03-05T14:05:43.844554Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  | 2019-03-05T14:05:43.847910Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
  | 2019-03-05T14:05:43.847944Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
  | 2019-03-05T14:05:43.848487Z 0 [Note] InnoDB: Waiting for purge to start
  | 2019-03-05T14:05:43.899629Z 0 [Note] InnoDB: 5.7.24 started; log sequence number 1271421
  | 2019-03-05T14:05:43.900263Z 0 [Note] Plugin 'FEDERATED' is disabled.
  | 2019-03-05T14:05:43.903465Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/data/ib_buffer_pool
  | 2019-03-05T14:05:43.907256Z 0 [ERROR] InnoDB: Cannot open '/var/lib/mysql/data/ib_buffer_pool' for reading: No such file or directory
  | 2019-03-05T14:05:43.919998Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
  | 2019-03-05T14:05:43.927167Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
  | 2019-03-05T14:05:43.927207Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
  | 2019-03-05T14:05:43.928579Z 0 [Warning] CA certificate ca.pem is self signed.
  | 2019-03-05T14:05:43.931188Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
  | ---> 14:05:44     Waiting for MySQL to start ...
  | 2019-03-05T14:05:44.544068Z 0 [Warning] Failed to open optimizer cost constant tables
  | 2019-03-05T14:05:44.559254Z 0 [ERROR] Missing system table mysql.proxies_priv; please run mysql_upgrade to create it
  | 2019-03-05T14:05:44.620499Z 0 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
  | 2019-03-05T14:05:44.625135Z 0 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
  | 2019-03-05T14:05:44.627637Z 0 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
  | 2019-03-05T14:05:44.633185Z 0 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
  | 2019-03-05T14:05:44.637398Z 0 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_host_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.639704Z 0 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
  | 2019-03-05T14:05:44.643973Z 0 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.652301Z 0 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_user_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.656270Z 0 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_account_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.659683Z 0 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.663237Z 0 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
  | 2019-03-05T14:05:44.669232Z 0 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.671994Z 0 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
  | 2019-03-05T14:05:44.675799Z 0 [ERROR] Native table 'performance_schema'.'host_cache' has the wrong structure
  | 2019-03-05T14:05:44.678953Z 0 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
  | 2019-03-05T14:05:44.681709Z 0 [ERROR] Native table 'performance_schema'.'objects_summary_global_by_type' has the wrong structure
  | 2019-03-05T14:05:44.683769Z 0 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
  | 2019-03-05T14:05:44.685915Z 0 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
  | 2019-03-05T14:05:44.693077Z 0 [ERROR] Native table 'performance_schema'.'setup_actors' has the wrong structure
  | 2019-03-05T14:05:44.696429Z 0 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure
  | 2019-03-05T14:05:44.698880Z 0 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure
  | 2019-03-05T14:05:44.701082Z 0 [ERROR] Native table 'performance_schema'.'setup_objects' has the wrong structure
  | 2019-03-05T14:05:44.705078Z 0 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure
  | 2019-03-05T14:05:44.707485Z 0 [ERROR] Native table 'performance_schema'.'table_io_waits_summary_by_index_usage' has the wrong structure
  | 2019-03-05T14:05:44.709962Z 0 [ERROR] Native table 'performance_schema'.'table_io_waits_summary_by_table' has the wrong structure
  | 2019-03-05T14:05:44.712346Z 0 [ERROR] Native table 'performance_schema'.'table_lock_waits_summary_by_table' has the wrong structure
  | 2019-03-05T14:05:44.714510Z 0 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure
  | 2019-03-05T14:05:44.716501Z 0 [ERROR] Native table 'performance_schema'.'events_stages_current' has the wrong structure
  | 2019-03-05T14:05:44.719132Z 0 [ERROR] Native table 'performance_schema'.'events_stages_history' has the wrong structure
  | 2019-03-05T14:05:44.721219Z 0 [ERROR] Native table 'performance_schema'.'events_stages_history_long' has the wrong structure
  | 2019-03-05T14:05:44.723200Z 0 [ERROR] Native table 'performance_schema'.'events_stages_summary_by_thread_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.725431Z 0 [ERROR] Native table 'performance_schema'.'events_stages_summary_by_account_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.728087Z 0 [ERROR] Native table 'performance_schema'.'events_stages_summary_by_user_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.730953Z 0 [ERROR] Native table 'performance_schema'.'events_stages_summary_by_host_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.733516Z 0 [ERROR] Native table 'performance_schema'.'events_stages_summary_global_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.735759Z 0 [ERROR] Native table 'performance_schema'.'events_statements_current' has the wrong structure
  | 2019-03-05T14:05:44.737815Z 0 [ERROR] Native table 'performance_schema'.'events_statements_history' has the wrong structure
  | 2019-03-05T14:05:44.740085Z 0 [ERROR] Native table 'performance_schema'.'events_statements_history_long' has the wrong structure
  | 2019-03-05T14:05:44.742682Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_thread_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.745283Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_account_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.750038Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_user_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.752392Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_host_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.754606Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_global_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.756774Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_digest' has the wrong structure
  | 2019-03-05T14:05:44.758867Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_program' has the wrong structure
  | 2019-03-05T14:05:44.760953Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_current' has the wrong structure
  | 2019-03-05T14:05:44.763019Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_history' has the wrong structure
  | 2019-03-05T14:05:44.765374Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_history_long' has the wrong structure
  | 2019-03-05T14:05:44.768655Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_by_thread_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.771651Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_by_account_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.776829Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_by_user_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.779148Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_by_host_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.781455Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_global_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.783567Z 0 [ERROR] Native table 'performance_schema'.'users' has the wrong structure
  | 2019-03-05T14:05:44.785626Z 0 [ERROR] Native table 'performance_schema'.'accounts' has the wrong structure
  | 2019-03-05T14:05:44.790298Z 0 [ERROR] Native table 'performance_schema'.'hosts' has the wrong structure
  | 2019-03-05T14:05:44.792346Z 0 [ERROR] Native table 'performance_schema'.'socket_instances' has the wrong structure
  | 2019-03-05T14:05:44.796088Z 0 [ERROR] Native table 'performance_schema'.'socket_summary_by_instance' has the wrong structure
  | 2019-03-05T14:05:44.801937Z 0 [ERROR] Native table 'performance_schema'.'socket_summary_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.804869Z 0 [ERROR] Native table 'performance_schema'.'session_connect_attrs' has the wrong structure
  | 2019-03-05T14:05:44.807497Z 0 [ERROR] Native table 'performance_schema'.'session_account_connect_attrs' has the wrong structure
  | 2019-03-05T14:05:44.809978Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_global_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.812266Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_by_account_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.814713Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_by_host_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.817561Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_by_thread_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.819913Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_by_user_by_event_name' has the wrong structure
  | 2019-03-05T14:05:44.822866Z 0 [ERROR] Native table 'performance_schema'.'table_handles' has the wrong structure
  | 2019-03-05T14:05:44.827381Z 0 [ERROR] Native table 'performance_schema'.'metadata_locks' has the wrong structure
  | 2019-03-05T14:05:44.830359Z 0 [ERROR] Native table 'performance_schema'.'replication_connection_configuration' has the wrong structure
  | 2019-03-05T14:05:44.832966Z 0 [ERROR] Native table 'performance_schema'.'replication_group_members' has the wrong structure
  | 2019-03-05T14:05:44.836645Z 0 [ERROR] Native table 'performance_schema'.'replication_connection_status' has the wrong structure
  | 2019-03-05T14:05:44.841692Z 0 [ERROR] Native table 'performance_schema'.'replication_applier_configuration' has the wrong structure
  | 2019-03-05T14:05:44.846077Z 0 [ERROR] Native table 'performance_schema'.'replication_applier_status' has the wrong structure
  | 2019-03-05T14:05:44.850236Z 0 [ERROR] Native table 'performance_schema'.'replication_applier_status_by_coordinator' has the wrong structure
  | 2019-03-05T14:05:44.855197Z 0 [ERROR] Native table 'performance_schema'.'replication_applier_status_by_worker' has the wrong structure
  | 2019-03-05T14:05:44.860167Z 0 [ERROR] Native table 'performance_schema'.'replication_group_member_stats' has the wrong structure
  | 2019-03-05T14:05:44.862792Z 0 [ERROR] Native table 'performance_schema'.'prepared_statements_instances' has the wrong structure
  | 2019-03-05T14:05:44.867120Z 0 [ERROR] Native table 'performance_schema'.'user_variables_by_thread' has the wrong structure
  | 2019-03-05T14:05:44.870099Z 0 [ERROR] Native table 'performance_schema'.'status_by_account' has the wrong structure
  | 2019-03-05T14:05:44.873266Z 0 [ERROR] Native table 'performance_schema'.'status_by_host' has the wrong structure
  | 2019-03-05T14:05:44.877812Z 0 [ERROR] Native table 'performance_schema'.'status_by_thread' has the wrong structure
  | 2019-03-05T14:05:44.882206Z 0 [ERROR] Native table 'performance_schema'.'status_by_user' has the wrong structure
  | 2019-03-05T14:05:44.889387Z 0 [ERROR] Native table 'performance_schema'.'global_status' has the wrong structure
  | 2019-03-05T14:05:44.892167Z 0 [ERROR] Native table 'performance_schema'.'session_status' has the wrong structure
  | 2019-03-05T14:05:44.897365Z 0 [ERROR] Native table 'performance_schema'.'variables_by_thread' has the wrong structure
  | 2019-03-05T14:05:44.901386Z 0 [ERROR] Native table 'performance_schema'.'global_variables' has the wrong structure
  | 2019-03-05T14:05:44.905489Z 0 [ERROR] Native table 'performance_schema'.'session_variables' has the wrong structure
  | 2019-03-05T14:05:44.915073Z 0 [Note] Event Scheduler: Loaded 0 events
  | 2019-03-05T14:05:44.916375Z 0 [Note] /opt/rh/rh-mysql57/root/usr/libexec/mysqld: ready for connections.
  | Version: '5.7.24'  socket: '/tmp/mysql.sock'  port: 0  MySQL Community Server (GPL)
  | 2019-03-05T14:05:45.038457Z 2 [Note] Access denied for user 'root'@'localhost' (using password: NO)
  | ---> 14:05:45     MySQL started successfully
  | 2019-03-05T14:05:45.050236Z 3 [Note] Access denied for user 'root'@'localhost' (using password: NO)
  | ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
  | => sourcing 40-datadir-action.sh ...
  | ---> 14:05:45     Running datadir action: upgrade-warn
  | ---> 14:05:45     MySQL server version check passed, both server and data directory are version 5.7.
  | => sourcing 50-passwd-change.sh ...
  | ---> 14:05:45     Setting passwords ...
  | mysql: [Warning] Using a password on the command line interface can be insecure.
  | 2019-03-05T14:05:45.100173Z 4 [Note] Access denied for user 'root'@'localhost' (using password: YES)
  | ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)