```elasticsearch is up-to-date zookeeper is up-to-...
# getting-started
b
Copy code
elasticsearch is up-to-date
zookeeper is up-to-date
Starting mysql ... 
broker is up-to-date
Starting mysql               ... done
schema-registry is up-to-date
Starting kafka-setup         ... 
datahub-gms is up-to-date
mysql-setup is up-to-date
Starting elasticsearch-setup ... done
Starting kafka-setup         ... done
..............
Unable to run quickstart - the following issues were detected:
- datahub-gms is still starting
- mysql-setup is still running
- mysql is not running
b
show output for 'docker logs mysql'
b
2022-07-15T14:10:07.323729Z 0 [Note] mysqld (mysqld 5.7.38) starting as process 1 ...
2022-07-15T141007.325889Z 0 [Note] InnoDB: PUNCH HOLE support available 2022-07-15T141007.325906Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2022-07-15T141007.325909Z 0 [Note] InnoDB: Uses event mutexes 2022-07-15T141007.325911Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier 2022-07-15T141007.325913Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2022-07-15T141007.325915Z 0 [Note] InnoDB: Using Linux native AIO 2022-07-15T141007.326068Z 0 [Note] InnoDB: Number of pools: 1 2022-07-15T141007.326144Z 0 [Note] InnoDB: Using CPU crc32 instructions 2022-07-15T141007.327092Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M 2022-07-15T141007.332309Z 0 [Note] InnoDB: Completed initialization of buffer pool 2022-07-15T141007.333458Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2022-07-15T141007.344393Z 0 [ERROR] InnoDB: Only one log file found. 2022-07-15T141007.344410Z 0 [ERROR] InnoDB: Plugin initialization aborted with error not found 2022-07-15T141007.944923Z 0 [ERROR] Plugin 'InnoDB' init function returned error. 2022-07-15T141007.944952Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2022-07-15T141007.944958Z 0 [ERROR] Failed to initialize builtin plugins. 2022-07-15T141007.944960Z 0 [ERROR] Aborting 2022-07-15T141007.944970Z 0 [Note] Binlog end 2022-07-15T141007.945015Z 0 [Note] Shutting down plugin 'CSV' 2022-07-15T141007.946204Z 0 [Note] mysqld: Shutdown complete
b
seems like mysql has an issue starting up, causing mysql-setup and gms to also glitch as they depend on it working correctly. Are you using the default mysql image? ie you started datahub using
datahub docker quickstart
with no config changes? does stopping all the containers and rerunning help?