{"id":18310950,"url":"https://github.com/jimschubert/docker_mysql_124","last_synced_at":"2025-04-09T12:10:42.038Z","repository":{"id":139902220,"uuid":"55723732","full_name":"jimschubert/docker_mysql_124","owner":"jimschubert","description":null,"archived":false,"fork":false,"pushed_at":"2016-04-07T19:55:18.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T05:46:39.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jimschubert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-07T19:54:40.000Z","updated_at":"2016-04-07T19:55:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"da3a0b75-895d-45aa-b9b2-a06e1f7c019a","html_url":"https://github.com/jimschubert/docker_mysql_124","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Fdocker_mysql_124","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Fdocker_mysql_124/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Fdocker_mysql_124/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2Fdocker_mysql_124/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimschubert","download_url":"https://codeload.github.com/jimschubert/docker_mysql_124/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036066,"owners_count":21037092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T16:15:59.608Z","updated_at":"2025-04-09T12:10:42.021Z","avatar_url":"https://github.com/jimschubert.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pre-reqs\n\n* sbt\n* Java 8\n* Docker Toolbox\n\n# Build\n\n`sbt assembly`\n\n# Run\n\n`docker-compose up`\n\n# Issue\n\nAttempts to communicate with the linked server result in `Got an error reading communication packets`:\n\n```\n$ docker-compose up\nCreating network \"dockermysql124_default\" with the default driver\nCreating dockermysql124_db_1\nBuilding service\nStep 1 : FROM java:8\n ---\u003e 081ce13c85db\nStep 2 : COPY entrypoint.sh /app/bin/entrypoint.sh\n ---\u003e 159b93a3992f\nRemoving intermediate container 85f938c382e0\nStep 3 : COPY target/scala-2.11/finch-sample-assembly-0.0.0.jar /app/bin/service.jar\n ---\u003e 816c7f1b175b\nRemoving intermediate container 8fd8c06b9ea5\nStep 4 : RUN apt-get update \u0026\u0026 apt-get --yes install netcat\n ---\u003e Running in a49adf46908a\nGet:1 http://security.debian.org jessie/updates InRelease [63.1 kB]\nIgn http://httpredir.debian.org jessie InRelease\nGet:2 http://httpredir.debian.org jessie-updates InRelease [142 kB]\nGet:3 http://httpredir.debian.org jessie-backports InRelease [166 kB]\nGet:4 http://httpredir.debian.org jessie Release.gpg [2373 B]\nGet:5 http://httpredir.debian.org jessie Release [148 kB]\nGet:6 http://security.debian.org jessie/updates/main amd64 Packages [290 kB]\nGet:7 http://httpredir.debian.org jessie-updates/main amd64 Packages [4982 B]\nGet:8 http://httpredir.debian.org jessie-backports/main amd64 Packages [614 kB]\nGet:9 http://httpredir.debian.org jessie/main amd64 Packages [9034 kB]\nFetched 10.5 MB in 6s (1586 kB/s)\nReading package lists...\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n  netcat-traditional\nThe following NEW packages will be installed:\n  netcat netcat-traditional\n0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.\nNeed to get 75.3 kB of archives.\nAfter this operation, 194 kB of additional disk space will be used.\nGet:1 http://httpredir.debian.org/debian/ jessie/main netcat-traditional amd64 1.10-41 [66.3 kB]\nGet:2 http://httpredir.debian.org/debian/ jessie/main netcat all 1.10-41 [8962 B]\ndebconf: delaying package configuration, since apt-utils is not installed\nFetched 75.3 kB in 0s (87.6 kB/s)\nSelecting previously unselected package netcat-traditional.\n(Reading database ... 17545 files and directories currently installed.)\nPreparing to unpack .../netcat-traditional_1.10-41_amd64.deb ...\nUnpacking netcat-traditional (1.10-41) ...\nSelecting previously unselected package netcat.\nPreparing to unpack .../netcat_1.10-41_all.deb ...\nUnpacking netcat (1.10-41) ...\nSetting up netcat-traditional (1.10-41) ...\nupdate-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode\nSetting up netcat (1.10-41) ...\n ---\u003e a4fa36318e12\nRemoving intermediate container a49adf46908a\nStep 5 : EXPOSE 8080/tcp\n ---\u003e Running in f40ae1f032eb\n ---\u003e d13b7e31f154\nRemoving intermediate container f40ae1f032eb\nStep 6 : WORKDIR /app/bin\n ---\u003e Running in f597f9c310fe\n ---\u003e 128bb01ec39a\nRemoving intermediate container f597f9c310fe\nStep 7 : ENTRYPOINT ./entrypoint.sh\n ---\u003e Running in fe1b6d668667\n ---\u003e 02c21500642e\nRemoving intermediate container fe1b6d668667\nStep 8 : CMD service\n ---\u003e Running in 43aa75013d1f\n ---\u003e 27ff24694a91\nRemoving intermediate container 43aa75013d1f\nSuccessfully built 27ff24694a91\nCreating dockermysql124_service_1\nAttaching to dockermysql124_db_1, dockermysql124_service_1\ndb_1      | Initializing database\ndb_1      | 2016-04-07T19:44:02.083096Z 0 [Warning] InnoDB: New log files created, LSN=45790\ndb_1      | 2016-04-07T19:44:02.125361Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.\ndb_1      | 2016-04-07T19:44:02.181613Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 144562ef-fcf9-11e5-83dd-0242ac120002.\ndb_1      | 2016-04-07T19:44:02.182961Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.\ndb_1      | 2016-04-07T19:44:02.183297Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.\ndb_1      | 2016-04-07T19:44:02.643732Z 1 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:02.643808Z 1 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:02.644507Z 1 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:02.644595Z 1 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:02.644656Z 1 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.\ndb_1      | Database initialized\ndb_1      | MySQL init process in progress...\ndb_1      | 2016-04-07T19:44:04.821079Z 0 [Note] mysqld (mysqld 5.7.11) starting as process 39 ...\ndb_1      | 2016-04-07T19:44:04.825284Z 0 [Note] InnoDB: PUNCH HOLE support available\ndb_1      | 2016-04-07T19:44:04.825335Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins\ndb_1      | 2016-04-07T19:44:04.825346Z 0 [Note] InnoDB: Uses event mutexes\ndb_1      | 2016-04-07T19:44:04.825354Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier\ndb_1      | 2016-04-07T19:44:04.825361Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.8\ndb_1      | 2016-04-07T19:44:04.825367Z 0 [Note] InnoDB: Using Linux native AIO\ndb_1      | 2016-04-07T19:44:04.826570Z 0 [Note] InnoDB: Number of pools: 1\ndb_1      | 2016-04-07T19:44:04.826789Z 0 [Note] InnoDB: Using CPU crc32 instructions\ndb_1      | 2016-04-07T19:44:04.833898Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M\ndb_1      | 2016-04-07T19:44:04.840654Z 0 [Note] InnoDB: Completed initialization of buffer pool\ndb_1      | 2016-04-07T19:44:04.841825Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().\ndb_1      | 2016-04-07T19:44:04.853508Z 0 [Note] InnoDB: Highest supported file format is Barracuda.\ndb_1      | 2016-04-07T19:44:04.860128Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables\ndb_1      | 2016-04-07T19:44:04.860279Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...\ndb_1      | 2016-04-07T19:44:04.881345Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.\ndb_1      | 2016-04-07T19:44:04.882911Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.\ndb_1      | 2016-04-07T19:44:04.883012Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.\ndb_1      | 2016-04-07T19:44:04.884308Z 0 [Note] InnoDB: Waiting for purge to start\ndb_1      | 2016-04-07T19:44:04.935250Z 0 [Note] InnoDB: 5.7.11 started; log sequence number 2492554\ndb_1      | 2016-04-07T19:44:04.936488Z 0 [Note] Plugin 'FEDERATED' is disabled.\ndb_1      | 2016-04-07T19:44:04.937589Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key\ndb_1      | 2016-04-07T19:44:04.937940Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool\ndb_1      | 2016-04-07T19:44:04.939812Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:04.939870Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:04.939893Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:04.939907Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:04.940708Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:04.944797Z 0 [Note] InnoDB: Buffer pool(s) load completed at 160407 19:44:04\ndb_1      | 2016-04-07T19:44:04.946880Z 0 [Note] Event Scheduler: Loaded 0 events\ndb_1      | 2016-04-07T19:44:04.947311Z 0 [Note] mysqld: ready for connections.\ndb_1      | Version: '5.7.11'  socket: '/var/run/mysqld/mysqld.sock'  port: 0  MySQL Community Server (GPL)\ndb_1      | Warning: Unable to load '/usr/share/zoneinfo/Factory' as time zone. Skipping it.\ndb_1      | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.\ndb_1      | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.\ndb_1      | Warning: Unable to load '/usr/share/zoneinfo/posix/Factory' as time zone. Skipping it.\ndb_1      | Warning: Unable to load '/usr/share/zoneinfo/right/Factory' as time zone. Skipping it.\ndb_1      | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.\ndb_1      | 2016-04-07T19:44:07.391914Z 4 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:07.391979Z 4 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:07.392014Z 4 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.\ndb_1      | mysql: [Warning] Using a password on the command line interface can be insecure.\ndb_1      | mysql: [Warning] Using a password on the command line interface can be insecure.\ndb_1      | mysql: [Warning] Using a password on the command line interface can be insecure.\ndb_1      | mysql: [Warning] Using a password on the command line interface can be insecure.\ndb_1      | 2016-04-07T19:44:07.411537Z 8 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:07.411579Z 8 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:07.411693Z 8 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:07.412403Z 0 [Note] Giving 0 client threads a chance to die gracefully\ndb_1      | 2016-04-07T19:44:07.412423Z 0 [Note] Shutting down slave threads\ndb_1      | 2016-04-07T19:44:07.412430Z 0 [Note] Forcefully disconnecting 0 remaining clients\ndb_1      | 2016-04-07T19:44:07.412438Z 0 [Note] Event Scheduler: Purging the queue. 0 events\ndb_1      | 2016-04-07T19:44:07.412467Z 0 [Note] Binlog end\ndb_1      |\ndb_1      | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*\ndb_1      |\ndb_1      | 2016-04-07T19:44:07.413693Z 0 [Note] Shutting down plugin 'ngram'\ndb_1      | 2016-04-07T19:44:07.413714Z 0 [Note] Shutting down plugin 'BLACKHOLE'\ndb_1      | 2016-04-07T19:44:07.413722Z 0 [Note] Shutting down plugin 'partition'\ndb_1      | 2016-04-07T19:44:07.413728Z 0 [Note] Shutting down plugin 'ARCHIVE'\ndb_1      | 2016-04-07T19:44:07.413734Z 0 [Note] Shutting down plugin 'MEMORY'\ndb_1      | 2016-04-07T19:44:07.413740Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'\ndb_1      | 2016-04-07T19:44:07.413746Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'\ndb_1      | 2016-04-07T19:44:07.413752Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'\ndb_1      | 2016-04-07T19:44:07.413757Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'\ndb_1      | 2016-04-07T19:44:07.413763Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'\ndb_1      | 2016-04-07T19:44:07.413768Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'\ndb_1      | 2016-04-07T19:44:07.413774Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'\ndb_1      | 2016-04-07T19:44:07.413779Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'\ndb_1      | 2016-04-07T19:44:07.413784Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'\ndb_1      | 2016-04-07T19:44:07.413798Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'\ndb_1      | 2016-04-07T19:44:07.413804Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'\ndb_1      | 2016-04-07T19:44:07.413810Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'\ndb_1      | 2016-04-07T19:44:07.413815Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'\ndb_1      | 2016-04-07T19:44:07.413821Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'\ndb_1      | 2016-04-07T19:44:07.413826Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'\ndb_1      | 2016-04-07T19:44:07.413832Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'\ndb_1      | 2016-04-07T19:44:07.413837Z 0 [Note] Shutting down plugin 'INNODB_METRICS'\ndb_1      | 2016-04-07T19:44:07.413843Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'\ndb_1      | 2016-04-07T19:44:07.413848Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'\ndb_1      | 2016-04-07T19:44:07.413854Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'\ndb_1      | 2016-04-07T19:44:07.413859Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'\ndb_1      | 2016-04-07T19:44:07.413864Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'\ndb_1      | 2016-04-07T19:44:07.413870Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'\ndb_1      | 2016-04-07T19:44:07.413875Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'\ndb_1      | 2016-04-07T19:44:07.413881Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'\ndb_1      | 2016-04-07T19:44:07.413886Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'\ndb_1      | 2016-04-07T19:44:07.413892Z 0 [Note] Shutting down plugin 'INNODB_CMP'\ndb_1      | 2016-04-07T19:44:07.413897Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'\ndb_1      | 2016-04-07T19:44:07.413902Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'\ndb_1      | 2016-04-07T19:44:07.413908Z 0 [Note] Shutting down plugin 'INNODB_TRX'\ndb_1      | 2016-04-07T19:44:07.413913Z 0 [Note] Shutting down plugin 'InnoDB'\ndb_1      | 2016-04-07T19:44:07.413970Z 0 [Note] InnoDB: FTS optimize thread exiting.\ndb_1      | 2016-04-07T19:44:07.414115Z 0 [Note] InnoDB: Starting shutdown...\ndb_1      | 2016-04-07T19:44:07.515068Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool\ndb_1      | 2016-04-07T19:44:07.515645Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 160407 19:44:07\ndb_1      | 2016-04-07T19:44:08.742375Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12068028\ndb_1      | 2016-04-07T19:44:08.743884Z 0 [Note] InnoDB: Removed temporary tablespace data file: \"ibtmp1\"\ndb_1      | 2016-04-07T19:44:08.743928Z 0 [Note] Shutting down plugin 'MyISAM'\ndb_1      | 2016-04-07T19:44:08.743944Z 0 [Note] Shutting down plugin 'MRG_MYISAM'\ndb_1      | 2016-04-07T19:44:08.743951Z 0 [Note] Shutting down plugin 'CSV'\ndb_1      | 2016-04-07T19:44:08.743958Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'\ndb_1      | 2016-04-07T19:44:08.743979Z 0 [Note] Shutting down plugin 'sha256_password'\ndb_1      | 2016-04-07T19:44:08.743985Z 0 [Note] Shutting down plugin 'mysql_native_password'\ndb_1      | 2016-04-07T19:44:08.743991Z 0 [Note] Shutting down plugin 'keyring_file'\ndb_1      | 2016-04-07T19:44:08.744143Z 0 [Note] Shutting down plugin 'binlog'\ndb_1      | 2016-04-07T19:44:08.744854Z 0 [Note] mysqld: Shutdown complete\ndb_1      |\ndb_1      |\ndb_1      | MySQL init process done. Ready for start up.\ndb_1      |\ndb_1      | 2016-04-07T19:44:08.991028Z 0 [Note] mysqld (mysqld 5.7.11) starting as process 1 ...\ndb_1      | 2016-04-07T19:44:08.997307Z 0 [Note] InnoDB: PUNCH HOLE support available\ndb_1      | 2016-04-07T19:44:08.997362Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins\ndb_1      | 2016-04-07T19:44:08.997373Z 0 [Note] InnoDB: Uses event mutexes\ndb_1      | 2016-04-07T19:44:08.997381Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier\ndb_1      | 2016-04-07T19:44:08.997388Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.8\ndb_1      | 2016-04-07T19:44:08.997397Z 0 [Note] InnoDB: Using Linux native AIO\ndb_1      | 2016-04-07T19:44:08.997554Z 0 [Note] InnoDB: Number of pools: 1\ndb_1      | 2016-04-07T19:44:08.997632Z 0 [Note] InnoDB: Using CPU crc32 instructions\ndb_1      | 2016-04-07T19:44:09.006471Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M\ndb_1      | 2016-04-07T19:44:09.016277Z 0 [Note] InnoDB: Completed initialization of buffer pool\ndb_1      | 2016-04-07T19:44:09.020279Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().\ndb_1      | 2016-04-07T19:44:09.032573Z 0 [Note] InnoDB: Highest supported file format is Barracuda.\ndb_1      | 2016-04-07T19:44:09.042111Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables\ndb_1      | 2016-04-07T19:44:09.042312Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...\ndb_1      | 2016-04-07T19:44:09.070257Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.\ndb_1      | 2016-04-07T19:44:09.070980Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.\ndb_1      | 2016-04-07T19:44:09.071011Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.\ndb_1      | 2016-04-07T19:44:09.071334Z 0 [Note] InnoDB: Waiting for purge to start\ndb_1      | 2016-04-07T19:44:09.121447Z 0 [Note] InnoDB: 5.7.11 started; log sequence number 12068028\ndb_1      | 2016-04-07T19:44:09.122447Z 0 [Note] Plugin 'FEDERATED' is disabled.\ndb_1      | 2016-04-07T19:44:09.124731Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key\ndb_1      | 2016-04-07T19:44:09.125089Z 0 [Note] Server hostname (bind-address): '*'; port: 3306\ndb_1      | 2016-04-07T19:44:09.125129Z 0 [Note] IPv6 is available.\ndb_1      | 2016-04-07T19:44:09.125142Z 0 [Note]   - '::' resolves to '::';\ndb_1      | 2016-04-07T19:44:09.125150Z 0 [Note] Server socket created on IP: '::'.\ndb_1      | 2016-04-07T19:44:09.125505Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool\ndb_1      | 2016-04-07T19:44:09.129123Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:09.129180Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:09.132008Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode.\ndb_1      | 2016-04-07T19:44:09.134882Z 0 [Note] InnoDB: Buffer pool(s) load completed at 160407 19:44:09\ndb_1      | 2016-04-07T19:44:09.143471Z 0 [Note] Event Scheduler: Loaded 0 events\ndb_1      | 2016-04-07T19:44:09.144138Z 0 [Note] mysqld: ready for connections.\ndb_1      | Version: '5.7.11'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)\nservice_1 | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=1024m; support was removed in 8.0\nservice_1 | I 0407 19:44:52.224 THREAD1:  =\u003e com.twitter.server.handler.AdminRedirectHandler\nservice_1 | I 0407 19:44:52.238 THREAD1: /admin =\u003e com.twitter.server.handler.SummaryHandler\nservice_1 | I 0407 19:44:52.239 THREAD1: /admin/server_info =\u003e com.twitter.finagle.Filter$$anon$1\nservice_1 | I 0407 19:44:52.258 THREAD1: /admin/threads =\u003e com.twitter.server.handler.ThreadsHandler\nservice_1 | I 0407 19:44:52.262 THREAD1: /admin/threads.json =\u003e com.twitter.server.handler.ThreadsHandler\nservice_1 | I 0407 19:44:52.248 THREAD1: /admin/contention =\u003e com.twitter.finagle.Filter$$anon$1\nservice_1 | I 0407 19:44:52.258 THREAD1: /admin/lint.json =\u003e com.twitter.server.handler.LintHandler\nservice_1 | I 0407 19:44:52.269 THREAD1: /admin/announcer =\u003e com.twitter.finagle.Filter$$anon$1\nservice_1 | I 0407 19:44:52.270 THREAD1: /admin/dtab =\u003e com.twitter.finagle.Filter$$anon$1\nservice_1 | I 0407 19:44:52.257 THREAD1: /admin/lint =\u003e com.twitter.server.handler.LintHandler\nservice_1 | I 0407 19:44:52.272 THREAD1: /admin/pprof/profile =\u003e com.twitter.server.handler.ProfileResourceHandler\nservice_1 | I 0407 19:44:52.273 THREAD1: /admin/pprof/contention =\u003e com.twitter.server.handler.ProfileResourceHandler\nservice_1 | I 0407 19:44:52.273 THREAD1: /admin/ping =\u003e com.twitter.server.handler.ReplyHandler\nservice_1 | I 0407 19:44:52.273 THREAD1: /admin/shutdown =\u003e com.twitter.server.handler.ShutdownHandler\nservice_1 | I 0407 19:44:52.272 THREAD1: /admin/pprof/heap =\u003e com.twitter.server.handler.HeapResourceHandler\nservice_1 | I 0407 19:44:52.274 THREAD1: /admin/tracing =\u003e com.twitter.server.handler.TracingHandler\nservice_1 | I 0407 19:44:52.275 THREAD1: /admin/events =\u003e com.twitter.server.handler.EventsHandler\nservice_1 | I 0407 19:44:52.275 THREAD1: /admin/events/record/ =\u003e com.twitter.server.handler.EventRecordingHandler\nservice_1 | I 0407 19:44:52.276 THREAD1: /admin/logging =\u003e com.twitter.server.handler.LoggingHandler\nservice_1 | I 0407 19:44:52.276 THREAD1: /admin/metrics =\u003e com.twitter.server.handler.MetricQueryHandler\nservice_1 | I 0407 19:44:52.276 THREAD1: /admin/clients/ =\u003e com.twitter.server.handler.ClientRegistryHandler\nservice_1 | I 0407 19:44:52.278 THREAD1: /admin/servers/ =\u003e com.twitter.server.handler.ServerRegistryHandler\nservice_1 | I 0407 19:44:52.279 THREAD1: /admin/files/ =\u003e com.twitter.server.handler.ResourceHandler\nservice_1 | I 0407 19:44:52.280 THREAD1: /admin/registry.json =\u003e com.twitter.server.handler.RegistryHandler\nservice_1 | I 0407 19:44:52.288 THREAD1: /favicon.ico =\u003e com.twitter.server.handler.ResourceHandler\nservice_1 | I 0407 19:44:52.311 THREAD1: Serving admin http on 0.0.0.0/0.0.0.0:9990\nservice_1 | I 0407 19:44:52.404 THREAD1: Finagle version 6.34.0 (rev=44f444f606b10582c2da8d5770b7879ddd961211) built at 20160310-155158\nservice_1 | I 0407 19:44:53.256 THREAD1: Migrating database using Flyway\nservice_1 | SLF4J: Failed to load class \"org.slf4j.impl.StaticLoggerBinder\".\nservice_1 | SLF4J: Defaulting to no-operation (NOP) logger implementation\nservice_1 | SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.\nservice_1 | Thu Apr 07 19:44:53 UTC 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.\nservice_1 | org.flywaydb.core.api.FlywayException: Unable to obtain Jdbc connection from DataSource\nservice_1 | \tat org.flywaydb.core.internal.util.jdbc.JdbcUtils.openConnection(JdbcUtils.java:56)\nservice_1 | \tat org.flywaydb.core.Flyway.execute(Flyway.java:1314)\nservice_1 | \tat org.flywaydb.core.Flyway.migrate(Flyway.java:917)\nservice_1 | \tat io.finch.todo.Main$.main(Main.scala:80)\nservice_1 | \tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\nservice_1 | \tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\nservice_1 | \tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\nservice_1 | \tat java.lang.reflect.Method.invoke(Method.java:498)\nservice_1 | \tat com.twitter.app.App$$anonfun$nonExitingMain$3.apply(App.scala:176)\nservice_1 | \tat com.twitter.app.App$$anonfun$nonExitingMain$3.apply(App.scala:175)\nservice_1 | \tat scala.Option.foreach(Option.scala:257)\nservice_1 | \tat com.twitter.app.App$class.nonExitingMain(App.scala:175)\nservice_1 | \tat io.finch.todo.Main$.nonExitingMain(Main.scala:17)\nservice_1 | \tat com.twitter.app.App$class.main(App.scala:141)\nservice_1 | \tat io.finch.todo.Main$.main(Main.scala:17)\nservice_1 | \tat io.finch.todo.Main.main(Main.scala)\nservice_1 | Caused by: java.sql.SQLException: Can not issue NULL query.\nservice_1 | \tat com.mysql.jdbc.SQLError.createSQLException(SQLError.java:957)\nservice_1 | \tat com.mysql.jdbc.SQLError.createSQLException(SQLError.java:896)\nservice_1 | \tat com.mysql.jdbc.SQLError.createSQLException(SQLError.java:885)\nservice_1 | \tat com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860)\nservice_1 | \tat com.mysql.jdbc.StatementImpl.checkNullOrEmptyQuery(StatementImpl.java:481)\nservice_1 | \tat com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:749)\nservice_1 | \tat com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:740)\nservice_1 | \tat org.flywaydb.core.internal.util.jdbc.DriverDataSource.getConnectionFromDriver(DriverDataSource.java:414)\nservice_1 | \tat org.flywaydb.core.internal.util.jdbc.DriverDataSource.getConnection(DriverDataSource.java:365)\nservice_1 | \tat org.flywaydb.core.internal.util.jdbc.JdbcUtils.openConnection(JdbcUtils.java:50)\nservice_1 | \t... 15 more\nservice_1 | Exception thrown in main on startup\ndb_1      | 2016-04-07T19:44:54.584825Z 3 [Note] Aborted connection 3 to db: 'sample' user: 'root' host: '172.18.0.3' (Got an error reading communication packets)\ndockermysql124_service_1 exited with code 1\nKilling dockermysql124_db_1 ... done\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimschubert%2Fdocker_mysql_124","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimschubert%2Fdocker_mysql_124","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimschubert%2Fdocker_mysql_124/lists"}