Skip to content

Instantly share code, notes, and snippets.

@mtuchi
Created April 30, 2019 09:47
Show Gist options
  • Save mtuchi/8d1b9835012ac9e4e38d525097b22915 to your computer and use it in GitHub Desktop.
Save mtuchi/8d1b9835012ac9e4e38d525097b22915 to your computer and use it in GitHub Desktop.
➜ platform git:(master) ✗ docker-compose up
platform_mysql_1 is up-to-date
platform_dashboard_1 is up-to-date
Starting platform_mongo_1 ... done
Starting platform_keycloak_1 ...
Starting platform_keycloak_1 ... done
Starting platform_orion_1 ... done
platform_api-server_1 is up-to-date
Attaching to platform_mysql_1, platform_dashboard_1, platform_mongo_1, platform_socials_1, platform_keycloak_1, platform_orion_1, platform_api-server_1
mongo_1 | 2019-04-30T09:23:06.768+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=mongo
mongo_1 | 2019-04-30T09:23:06.773+0000 I CONTROL [initandlisten] db version v3.2.8
mongo_1 | 2019-04-30T09:23:06.773+0000 I CONTROL [initandlisten] git version: ed70e33130c977bda0024c125b56d159573dbaf0
mongo_1 | 2019-04-30T09:23:06.773+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1e 11 Feb 2013
mongo_1 | 2019-04-30T09:23:06.773+0000 I CONTROL [initandlisten] allocator: tcmalloc
mongo_1 | 2019-04-30T09:23:06.773+0000 I CONTROL [initandlisten] modules: none
mongo_1 | 2019-04-30T09:23:06.773+0000 I CONTROL [initandlisten] build environment:
mongo_1 | 2019-04-30T09:23:06.773+0000 I CONTROL [initandlisten] distmod: debian71
mongo_1 | 2019-04-30T09:23:06.773+0000 I CONTROL [initandlisten] distarch: x86_64
mongo_1 | 2019-04-30T09:23:06.773+0000 I CONTROL [initandlisten] target_arch: x86_64
mongo_1 | 2019-04-30T09:23:06.774+0000 I CONTROL [initandlisten] options: {}
mongo_1 | 2019-04-30T09:23:06.779+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=1G,session_max=20000,eviction=(threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),
mysql_1 | 2019-04-29T14:34:05.946236Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1 | 2019-04-29T14:34:05.948081Z 0 [Note] mysqld (mysqld 5.7.26) starting as process 1 ...
mysql_1 | 2019-04-29T14:34:05.951205Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_1 | 2019-04-29T14:34:05.951311Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1 | 2019-04-29T14:34:05.951367Z 0 [Note] InnoDB: Uses event mutexes
mysql_1 | 2019-04-29T14:34:05.951447Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql_1 | 2019-04-29T14:34:05.951508Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mysql_1 | 2019-04-29T14:34:05.951594Z 0 [Note] InnoDB: Using Linux native AIO
mysql_1 | 2019-04-29T14:34:05.951933Z 0 [Note] InnoDB: Number of pools: 1
mysql_1 | 2019-04-29T14:34:05.952158Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_1 | 2019-04-29T14:34:05.955853Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_1 | 2019-04-29T14:34:05.965324Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_1 | 2019-04-29T14:34:05.967946Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_1 | 2019-04-29T14:34:06.105010Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_1 | 2019-04-29T14:34:06.335076Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_1 | 2019-04-29T14:34:06.335432Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_1 | 2019-04-29T14:34:06.425117Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_1 | 2019-04-29T14:34:06.426603Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_1 | 2019-04-29T14:34:06.426612Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_1 | 2019-04-29T14:34:06.426856Z 0 [Note] InnoDB: Waiting for purge to start
dashboard_1 | The server is running at http://localhost:3000/
dashboard_1 | The server is running at http://localhost:3000/
dashboard_1 | The server is running at http://localhost:3000/
mysql_1 | 2019-04-29T14:34:06.478276Z 0 [Note] InnoDB: 5.7.26 started; log sequence number 17462931
mysql_1 | 2019-04-29T14:34:06.478563Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_1 | 2019-04-29T14:34:06.480205Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_1 | 2019-04-29T14:34:06.538572Z 0 [Note] InnoDB: Buffer pool(s) load completed at 190429 14:34:06
mysql_1 | 2019-04-29T14:34:06.539156Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
mysql_1 | 2019-04-29T14:34:06.539325Z 0 [Warning] CA certificate ca.pem is self signed.
mysql_1 | 2019-04-29T14:34:06.549403Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
mysql_1 | 2019-04-29T14:34:06.549528Z 0 [Note] IPv6 is available.
mysql_1 | 2019-04-29T14:34:06.549558Z 0 [Note] - '::' resolves to '::';
mysql_1 | 2019-04-29T14:34:06.549602Z 0 [Note] Server socket created on IP: '::'.
mysql_1 | 2019-04-29T14:34:06.566041Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
mysql_1 | 2019-04-29T14:34:06.645807Z 0 [Note] Event Scheduler: Loaded 0 events
mysql_1 | 2019-04-29T14:34:06.648959Z 0 [Note] mysqld: ready for connections.
mysql_1 | Version: '5.7.26' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
mysql_1 | 2019-04-29T14:37:19.551210Z 0 [Note] Giving 0 client threads a chance to die gracefully
mysql_1 | 2019-04-29T14:37:19.551235Z 0 [Note] Shutting down slave threads
mysql_1 | 2019-04-29T14:37:19.551239Z 0 [Note] Forcefully disconnecting 0 remaining clients
mysql_1 | 2019-04-29T14:37:19.551245Z 0 [Note] Event Scheduler: Purging the queue. 0 events
mysql_1 | 2019-04-29T14:37:19.551351Z 0 [Note] Binlog end
mysql_1 | 2019-04-29T14:37:19.552655Z 0 [Note] Shutting down plugin 'ngram'
mysql_1 | 2019-04-29T14:37:19.552667Z 0 [Note] Shutting down plugin 'partition'
mysql_1 | 2019-04-29T14:37:19.552670Z 0 [Note] Shutting down plugin 'BLACKHOLE'
mysql_1 | 2019-04-29T14:37:19.552674Z 0 [Note] Shutting down plugin 'ARCHIVE'
mysql_1 | 2019-04-29T14:37:19.552677Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
mysql_1 | 2019-04-29T14:37:19.552705Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
mysql_1 | 2019-04-29T14:37:19.552709Z 0 [Note] Shutting down plugin 'MyISAM'
mysql_1 | 2019-04-29T14:37:19.552716Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
mysql_1 | 2019-04-29T14:37:19.552720Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
mysql_1 | 2019-04-29T14:37:19.552722Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
mysql_1 | 2019-04-29T14:37:19.552725Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
mysql_1 | 2019-04-29T14:37:19.552727Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
mysql_1 | 2019-04-29T14:37:19.552730Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
mysql_1 | 2019-04-29T14:37:19.552732Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
mysql_1 | 2019-04-29T14:37:19.552735Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
mysql_1 | 2019-04-29T14:37:19.552737Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
mysql_1 | 2019-04-29T14:37:19.552740Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
mysql_1 | 2019-04-29T14:37:19.552742Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
mysql_1 | 2019-04-29T14:37:19.552745Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
mysql_1 | 2019-04-29T14:37:19.552747Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
mysql_1 | 2019-04-29T14:37:19.552749Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
mysql_1 | 2019-04-29T14:37:19.552752Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
mysql_1 | 2019-04-29T14:37:19.552754Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
mysql_1 | 2019-04-29T14:37:19.552756Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
mysql_1 | 2019-04-29T14:37:19.552759Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
mysql_1 | 2019-04-29T14:37:19.552761Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
mysql_1 | 2019-04-29T14:37:19.552764Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
mysql_1 | 2019-04-29T14:37:19.552766Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
mysql_1 | 2019-04-29T14:37:19.552768Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
mysql_1 | 2019-04-29T14:37:19.552770Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
mysql_1 | 2019-04-29T14:37:19.552773Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
mysql_1 | 2019-04-29T14:37:19.552775Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
mysql_1 | 2019-04-29T14:37:19.552777Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
mysql_1 | 2019-04-29T14:37:19.552780Z 0 [Note] Shutting down plugin 'INNODB_CMP'
mysql_1 | 2019-04-29T14:37:19.552782Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
mysql_1 | 2019-04-29T14:37:19.552784Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
mysql_1 | 2019-04-29T14:37:19.552787Z 0 [Note] Shutting down plugin 'INNODB_TRX'
mysql_1 | 2019-04-29T14:37:19.552789Z 0 [Note] Shutting down plugin 'InnoDB'
mysql_1 | 2019-04-29T14:37:19.553584Z 0 [Note] InnoDB: FTS optimize thread exiting.
mysql_1 | 2019-04-29T14:37:19.553714Z 0 [Note] InnoDB: Starting shutdown...
mysql_1 | 2019-04-29T14:37:19.654031Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
mysql_1 | 2019-04-29T14:37:19.654976Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 190429 14:37:19
mysql_1 | 2019-04-29T14:37:20.772107Z 0 [Note] InnoDB: Shutdown completed; log sequence number 17462959
mysql_1 | 2019-04-29T14:37:20.774535Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
mysql_1 | 2019-04-29T14:37:20.774794Z 0 [Note] Shutting down plugin 'MEMORY'
mysql_1 | 2019-04-29T14:37:20.775022Z 0 [Note] Shutting down plugin 'CSV'
mysql_1 | 2019-04-29T14:37:20.775243Z 0 [Note] Shutting down plugin 'sha256_password'
mysql_1 | 2019-04-29T14:37:20.775456Z 0 [Note] Shutting down plugin 'mysql_native_password'
mysql_1 | 2019-04-29T14:37:20.775792Z 0 [Note] Shutting down plugin 'binlog'
mysql_1 | 2019-04-29T14:37:20.777286Z 0 [Note] mysqld: Shutdown complete
mysql_1 |
mysql_1 | 2019-04-29T14:47:51.651587Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1 | 2019-04-29T14:47:51.655474Z 0 [Note] mysqld (mysqld 5.7.26) starting as process 1 ...
mysql_1 | 2019-04-29T14:47:51.661902Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_1 | 2019-04-29T14:47:51.664129Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1 | 2019-04-29T14:47:51.664139Z 0 [Note] InnoDB: Uses event mutexes
mysql_1 | 2019-04-29T14:47:51.664143Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql_1 | 2019-04-29T14:47:51.664147Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mysql_1 | 2019-04-29T14:47:51.664150Z 0 [Note] InnoDB: Using Linux native AIO
mysql_1 | 2019-04-29T14:47:51.664397Z 0 [Note] InnoDB: Number of pools: 1
mysql_1 | 2019-04-29T14:47:51.664526Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_1 | 2019-04-29T14:47:51.667287Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_1 | 2019-04-29T14:47:51.691592Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_1 | 2019-04-29T14:47:51.695992Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_1 | 2019-04-29T14:47:51.720395Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_1 | 2019-04-29T14:47:52.025568Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_1 | 2019-04-29T14:47:52.040123Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_1 | 2019-04-29T14:47:52.201521Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_1 | 2019-04-29T14:47:52.202478Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_1 | 2019-04-29T14:47:52.202567Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_1 | 2019-04-29T14:47:52.202938Z 0 [Note] InnoDB: Waiting for purge to start
mysql_1 | 2019-04-29T14:47:52.253226Z 0 [Note] InnoDB: 5.7.26 started; log sequence number 17462959
mysql_1 | 2019-04-29T14:47:52.253530Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_1 | 2019-04-29T14:47:52.255281Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_1 | 2019-04-29T14:47:52.306675Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
mysql_1 | 2019-04-29T14:47:52.315099Z 0 [Note] InnoDB: Buffer pool(s) load completed at 190429 14:47:52
mysql_1 | 2019-04-29T14:47:52.371166Z 0 [Warning] CA certificate ca.pem is self signed.
mysql_1 | 2019-04-29T14:47:52.374559Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
mysql_1 | 2019-04-29T14:47:52.374595Z 0 [Note] IPv6 is available.
mysql_1 | 2019-04-29T14:47:52.374605Z 0 [Note] - '::' resolves to '::';
mysql_1 | 2019-04-29T14:47:52.374629Z 0 [Note] Server socket created on IP: '::'.
mysql_1 | 2019-04-29T14:47:52.520718Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
mysql_1 | 2019-04-29T14:47:52.732324Z 0 [Note] Event Scheduler: Loaded 0 events
mysql_1 | 2019-04-29T14:47:52.732667Z 0 [Note] mysqld: ready for connections.
mysql_1 | Version: '5.7.26' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
mysql_1 | 2019-04-29T14:48:17.632273Z 0 [Note] Giving 0 client threads a chance to die gracefully
mysql_1 | 2019-04-29T14:48:17.632295Z 0 [Note] Shutting down slave threads
mysql_1 | 2019-04-29T14:48:17.632299Z 0 [Note] Forcefully disconnecting 0 remaining clients
mysql_1 | 2019-04-29T14:48:17.632320Z 0 [Note] Event Scheduler: Purging the queue. 0 events
mysql_1 | 2019-04-29T14:48:17.632364Z 0 [Note] Binlog end
mysql_1 | 2019-04-29T14:48:17.632800Z 0 [Note] Shutting down plugin 'ngram'
mysql_1 | 2019-04-29T14:48:17.632807Z 0 [Note] Shutting down plugin 'partition'
mysql_1 | 2019-04-29T14:48:17.632810Z 0 [Note] Shutting down plugin 'BLACKHOLE'
mysql_1 | 2019-04-29T14:48:17.632814Z 0 [Note] Shutting down plugin 'ARCHIVE'
mysql_1 | 2019-04-29T14:48:17.632816Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
mysql_1 | 2019-04-29T14:48:17.632843Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
mysql_1 | 2019-04-29T14:48:17.632846Z 0 [Note] Shutting down plugin 'MyISAM'
mysql_1 | 2019-04-29T14:48:17.632853Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
mysql_1 | 2019-04-29T14:48:17.632856Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
mysql_1 | 2019-04-29T14:48:17.632858Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
mysql_1 | 2019-04-29T14:48:17.632861Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
mysql_1 | 2019-04-29T14:48:17.632864Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
mysql_1 | 2019-04-29T14:48:17.632866Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
mysql_1 | 2019-04-29T14:48:17.632869Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
mysql_1 | 2019-04-29T14:48:17.632871Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
mysql_1 | 2019-04-29T14:48:17.632874Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
mysql_1 | 2019-04-29T14:48:17.632876Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
mysql_1 | 2019-04-29T14:48:17.632879Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
mysql_1 | 2019-04-29T14:48:17.632881Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
mysql_1 | 2019-04-29T14:48:17.632883Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
mysql_1 | 2019-04-29T14:48:17.632886Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
mysql_1 | 2019-04-29T14:48:17.632888Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
mysql_1 | 2019-04-29T14:48:17.632890Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
mysql_1 | 2019-04-29T14:48:17.632893Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
mysql_1 | 2019-04-29T14:48:17.632895Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
mysql_1 | 2019-04-29T14:48:17.632897Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
mysql_1 | 2019-04-29T14:48:17.632900Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
mysql_1 | 2019-04-29T14:48:17.632902Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
mysql_1 | 2019-04-29T14:48:17.632904Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
mysql_1 | 2019-04-29T14:48:17.632907Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
mysql_1 | 2019-04-29T14:48:17.632909Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
mysql_1 | 2019-04-29T14:48:17.632911Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
mysql_1 | 2019-04-29T14:48:17.632914Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
mysql_1 | 2019-04-29T14:48:17.632916Z 0 [Note] Shutting down plugin 'INNODB_CMP'
mysql_1 | 2019-04-29T14:48:17.632918Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
mysql_1 | 2019-04-29T14:48:17.632920Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
mysql_1 | 2019-04-29T14:48:17.632923Z 0 [Note] Shutting down plugin 'INNODB_TRX'
mysql_1 | 2019-04-29T14:48:17.632925Z 0 [Note] Shutting down plugin 'InnoDB'
mysql_1 | 2019-04-29T14:48:17.633002Z 0 [Note] InnoDB: FTS optimize thread exiting.
mysql_1 | 2019-04-29T14:48:17.633110Z 0 [Note] InnoDB: Starting shutdown...
mysql_1 | 2019-04-29T14:48:17.733471Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
mysql_1 | 2019-04-29T14:48:17.733663Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 190429 14:48:17
mysql_1 | 2019-04-29T14:48:19.152594Z 0 [Note] InnoDB: Shutdown completed; log sequence number 17462987
mysql_1 | 2019-04-29T14:48:19.154503Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
mysql_1 | 2019-04-29T14:48:19.154768Z 0 [Note] Shutting down plugin 'MEMORY'
mysql_1 | 2019-04-29T14:48:19.155002Z 0 [Note] Shutting down plugin 'CSV'
mysql_1 | 2019-04-29T14:48:19.155224Z 0 [Note] Shutting down plugin 'sha256_password'
mysql_1 | 2019-04-29T14:48:19.155446Z 0 [Note] Shutting down plugin 'mysql_native_password'
mysql_1 | 2019-04-29T14:48:19.155786Z 0 [Note] Shutting down plugin 'binlog'
mysql_1 | 2019-04-29T14:48:19.157143Z 0 [Note] mysqld: Shutdown complete
mysql_1 |
mysql_1 | 2019-04-29T14:50:28.126534Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1 | 2019-04-29T14:50:28.132491Z 0 [Note] mysqld (mysqld 5.7.26) starting as process 1 ...
mysql_1 | 2019-04-29T14:50:28.139201Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_1 | 2019-04-29T14:50:28.139217Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1 | 2019-04-29T14:50:28.139220Z 0 [Note] InnoDB: Uses event mutexes
mysql_1 | 2019-04-29T14:50:28.139224Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql_1 | 2019-04-29T14:50:28.139227Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mysql_1 | 2019-04-29T14:50:28.139231Z 0 [Note] InnoDB: Using Linux native AIO
mysql_1 | 2019-04-29T14:50:28.139483Z 0 [Note] InnoDB: Number of pools: 1
mysql_1 | 2019-04-29T14:50:28.139593Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_1 | 2019-04-29T14:50:28.153488Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_1 | 2019-04-29T14:50:28.186842Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_1 | 2019-04-29T14:50:28.201313Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_1 | 2019-04-29T14:50:28.213216Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_1 | 2019-04-29T14:50:28.267155Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_1 | 2019-04-29T14:50:28.267226Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_1 | 2019-04-29T14:50:28.320762Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_1 | 2019-04-29T14:50:28.321558Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_1 | 2019-04-29T14:50:28.321567Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_1 | 2019-04-29T14:50:28.321818Z 0 [Note] InnoDB: Waiting for purge to start
mysql_1 | 2019-04-29T14:50:28.376155Z 0 [Note] InnoDB: 5.7.26 started; log sequence number 17462987
mysql_1 | 2019-04-29T14:50:28.376519Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_1 | 2019-04-29T14:50:28.386837Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_1 | 2019-04-29T14:50:28.397310Z 0 [Note] InnoDB: Buffer pool(s) load completed at 190429 14:50:28
mysql_1 | 2019-04-29T14:50:28.399073Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
mysql_1 | 2019-04-29T14:50:28.400674Z 0 [Warning] CA certificate ca.pem is self signed.
mysql_1 | 2019-04-29T14:50:28.408366Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
mysql_1 | 2019-04-29T14:50:28.408402Z 0 [Note] IPv6 is available.
mysql_1 | 2019-04-29T14:50:28.408412Z 0 [Note] - '::' resolves to '::';
mysql_1 | 2019-04-29T14:50:28.408435Z 0 [Note] Server socket created on IP: '::'.
mysql_1 | 2019-04-29T14:50:28.413816Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
mysql_1 | 2019-04-29T14:50:28.447230Z 0 [Note] Event Scheduler: Loaded 0 events
mysql_1 | 2019-04-29T14:50:28.452251Z 0 [Note] mysqld: ready for connections.
mysql_1 | Version: '5.7.26' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
mysql_1 | 2019-04-29T15:19:24.884927Z 4 [Note] Access denied for user 'allain'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T15:53:46.478897Z 5 [Note] Access denied for user 'jobbies'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T16:11:35.098934Z 6 [Note] Got packets out of order
mysql_1 | 2019-04-29T16:27:51.018629Z 7 [Note] Access denied for user 'bergman'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T16:54:38.652097Z 8 [Note] Got timeout reading communication packets
mysql_1 | 2019-04-29T17:01:26.878796Z 9 [Note] Access denied for user 'wasguckstdu?'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T17:35:55.802761Z 10 [Note] Access denied for user 'aberdeenfc'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T18:09:12.757336Z 11 [Note] Access denied for user 'suxme'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T18:43:29.913250Z 12 [Note] Access denied for user 'brieanna'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T19:17:20.726259Z 13 [Note] Access denied for user 'nebraska'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T19:51:36.911629Z 14 [Note] Access denied for user 'pedorra'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T20:25:50.151209Z 15 [Note] Access denied for user 'cubanita'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T20:59:24.359986Z 16 [Note] Access denied for user 'zamalek'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T21:33:12.697793Z 17 [Note] Access denied for user 'teddybea'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T21:47:48.885528Z 18 [Note] Got an error reading communication packets
mysql_1 | 2019-04-29T22:06:51.526430Z 19 [Note] Access denied for user 'doozer'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T22:13:44.352315Z 20 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:13:47.521642Z 21 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:13:50.031011Z 22 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:13:52.764718Z 23 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:13:55.122146Z 24 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:13:57.867556Z 25 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:00.071260Z 26 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:01.899223Z 27 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:03.293387Z 28 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:04.519447Z 29 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:06.585524Z 30 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:08.837520Z 31 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:10.206340Z 32 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:12.168403Z 33 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:14.047564Z 34 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:16.126943Z 35 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:18.341683Z 36 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:20.154311Z 37 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:21.620193Z 38 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:22.836608Z 39 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:24.842441Z 40 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:27.295536Z 41 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:29.820645Z 42 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:32.444516Z 43 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:33.832756Z 44 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:35.183897Z 45 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:36.791636Z 46 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:39.306924Z 47 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:41.462509Z 48 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:44.186115Z 49 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:46.125851Z 50 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:48.065679Z 51 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:50.267335Z 52 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:51.585631Z 53 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:53.716410Z 54 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:55.361441Z 55 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:57.380434Z 56 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:14:58.981298Z 57 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:15:00.118871Z 58 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:15:01.347172Z 59 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:15:02.914816Z 60 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:15:04.618729Z 61 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:15:06.207746Z 62 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:15:07.617791Z 63 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:15:08.725596Z 64 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:15:10.524710Z 65 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:15:12.355352Z 66 [Note] Access denied for user 'root'@'103.90.203.240' (using password: YES)
mysql_1 | 2019-04-29T22:40:56.398779Z 67 [Note] Access denied for user 'oliveoil'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T23:15:55.665973Z 68 [Note] Access denied for user 'hideto'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-29T23:50:09.211004Z 69 [Note] Access denied for user 'ramm'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T00:24:41.784977Z 70 [Note] Access denied for user 'suburban'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T00:58:27.567281Z 71 [Note] Access denied for user 'tytyty'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T01:32:02.601997Z 72 [Note] Access denied for user 'babydee'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T02:05:44.722135Z 73 [Note] Access denied for user 'cuteypie'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T02:40:05.659259Z 74 [Note] Access denied for user 'barbies'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T03:13:38.951206Z 75 [Note] Access denied for user 'almera'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T03:47:38.944680Z 76 [Note] Access denied for user 'misteriosa'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T04:22:09.516168Z 77 [Note] Access denied for user 'keekee'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T04:55:51.614017Z 78 [Note] Access denied for user 'gamers'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T05:29:41.473898Z 79 [Note] Access denied for user 'voices'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T06:03:56.225514Z 80 [Note] Access denied for user 'megatron'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T06:37:37.128006Z 81 [Note] Access denied for user 'dadiko'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T07:11:33.835908Z 82 [Note] Access denied for user 'micumple'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T07:45:37.452367Z 83 [Note] Access denied for user 'phuong'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T08:19:32.924951Z 84 [Note] Access denied for user 'silenthill'@'85.93.20.38' (using password: YES)
mysql_1 | 2019-04-30T08:53:30.764529Z 85 [Note] Access denied for user 'jesusrocks'@'85.93.20.38' (using password: YES)
socials_1 | JAVA_OPTS already set in environment; overriding default settings with values: -Xms256m -Xmx512m -Djava.net.preferIPv4Stack=true
socials_1 | =========================================================================
socials_1 |
socials_1 | JBoss Bootstrap Environment
socials_1 |
socials_1 | JBOSS_HOME: /opt/jboss/wildfly
socials_1 |
socials_1 | JAVA: /usr/lib/jvm/java/bin/java
socials_1 |
socials_1 | JAVA_OPTS: -server -Xms256m -Xmx512m -Djava.net.preferIPv4Stack=true
socials_1 |
socials_1 | =========================================================================
socials_1 |
socials_1 | 14:34:12,163 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
socials_1 | 14:34:13,417 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
socials_1 | 14:34:13,713 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
socials_1 | 14:34:19,763 INFO [org.jboss.as.repository] (ServerService Thread Pool -- 16) WFLYDR0001: Content added at location /opt/jboss/wildfly/standalone/data/content/e2/a5c2e20d75e64ffbc1745461c294e41476e9c6/content
socials_1 | 14:34:19,841 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
socials_1 | 14:34:19,940 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.4.0.Final
socials_1 | 14:34:19,993 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.4.0.Final
socials_1 | 14:34:20,213 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.21.Final
socials_1 | 14:34:20,298 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
socials_1 | 14:34:20,306 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
socials_1 | 14:34:20,341 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
socials_1 | 14:34:20,295 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
socials_1 | 14:34:20,322 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
socials_1 | 14:34:20,457 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 2 core threads with 16 task threads based on your 1 available processors
socials_1 | 14:34:20,423 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]
socials_1 | 14:34:20,904 INFO [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=4.9.6.Final
socials_1 | 14:34:21,093 INFO [org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
socials_1 | 14:34:21,106 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 1.4.0.Final starting
socials_1 | 14:34:21,174 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
socials_1 | 14:34:21,650 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
socials_1 | 14:34:21,696 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
socials_1 | 14:34:22,028 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
socials_1 | 14:34:22,017 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path '/opt/jboss/wildfly/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
socials_1 | 14:34:22,608 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 16 (per class), which is derived from thread worker pool sizing.
socials_1 | 14:34:22,622 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 4 (per class), which is derived from the number of CPUs on this host.
socials_1 | 14:34:22,717 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
socials_1 | 14:34:23,041 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
socials_1 | 14:34:23,208 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:9123
socials_1 | 14:34:23,896 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
socials_1 | 14:34:24,679 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-1) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
socials_1 | 14:34:24,761 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /opt/jboss/wildfly/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
socials_1 | 14:34:24,876 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/jboss/wildfly/standalone/deployments
socials_1 | 14:34:24,906 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "SocialBackend.war" (runtime-name: "SocialBackend.war")
socials_1 | 14:34:25,275 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:34:25,285 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:34:25,268 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:34:25,297 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:34:25,268 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:34:25,299 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:34:25,724 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTPS listener https listening on 0.0.0.0:8444
socials_1 | 14:34:26,208 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6)
socials_1 | 14:34:31,872 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment SocialBackend.war
socials_1 | 14:34:32,128 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.2.4.Final
socials_1 | 14:34:32,424 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'NotificationBean' in deployment unit 'deployment "SocialBackend.war"' are as follows:
socials_1 |
socials_1 | java:global/SocialBackend/NotificationBean!org.waziup.socialbackend.ejb.NotificationBean
socials_1 | java:app/SocialBackend/NotificationBean!org.waziup.socialbackend.ejb.NotificationBean
socials_1 | java:module/NotificationBean!org.waziup.socialbackend.ejb.NotificationBean
socials_1 | java:global/SocialBackend/NotificationBean
socials_1 | java:app/SocialBackend/NotificationBean
socials_1 | java:module/NotificationBean
socials_1 |
socials_1 | 14:34:32,989 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:34:32,993 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:34:33,279 INFO [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.3.5 (Final)
socials_1 | 14:34:34,740 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started client-mappings cache from ejb container
socials_1 | 14:34:37,821 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 61) WFLYUT0021: Registered web context: /api/v1/domains/waziup/
socials_1 | 14:34:37,932 INFO [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "SocialBackend.war" (runtime-name : "SocialBackend.war")
socials_1 | 14:34:38,262 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
socials_1 | 14:34:38,268 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
api-server_1 | 2019-04-29T14:34:13.633Z - info: Listening on http://localhost:800
api-server_1 | 2019-04-29T14:47:55.937Z - info: Listening on http://localhost:800
api-server_1 | 2019-04-29T14:50:32.272Z - info: Listening on http://localhost:800
socials_1 | 14:34:38,268 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 28246ms - Started 455 of 691 services (404 services are lazy, passive or on-demand)
socials_1 | 14:37:29,940 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested via an OS signal
socials_1 | *** JBossAS process (50) received TERM signal ***
socials_1 | 14:37:30,006 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 64) WFLYUT0022: Unregistered web context: /api/v1/domains/waziup/
socials_1 | 14:37:30,056 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
socials_1 | 14:37:30,106 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
socials_1 | 14:37:30,119 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = h2
socials_1 | 14:37:30,130 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTPS listener https suspending
socials_1 | 14:37:30,131 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 0.0.0.0:8444
socials_1 | 14:37:30,137 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTP listener default suspending
socials_1 | 14:37:30,140 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 0.0.0.0:9123
socials_1 | 14:37:30,150 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0004: Undertow 1.4.0.Final stopping
socials_1 | 14:37:30,150 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 64) WFLYCLINF0003: Stopped client-mappings cache from ejb container
socials_1 | 14:37:30,170 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment SocialBackend.war (runtime-name: SocialBackend.war) in 190ms
socials_1 | 14:37:30,180 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 196ms
socials_1 | *** JBossAS process (50) received TERM signal ***
socials_1 | JAVA_OPTS already set in environment; overriding default settings with values: -Xms256m -Xmx512m -Djava.net.preferIPv4Stack=true
socials_1 | =========================================================================
socials_1 |
socials_1 | JBoss Bootstrap Environment
socials_1 |
socials_1 | JBOSS_HOME: /opt/jboss/wildfly
socials_1 |
socials_1 | JAVA: /usr/lib/jvm/java/bin/java
socials_1 |
socials_1 | JAVA_OPTS: -server -Xms256m -Xmx512m -Djava.net.preferIPv4Stack=true
socials_1 |
socials_1 | =========================================================================
socials_1 |
socials_1 | 14:47:54,272 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
socials_1 | 14:47:55,396 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
socials_1 | 14:47:55,720 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
socials_1 | 14:48:01,501 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
socials_1 | 14:48:01,597 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.4.0.Final
socials_1 | 14:48:01,654 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.4.0.Final
socials_1 | 14:48:01,887 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.21.Final
socials_1 | 14:48:02,051 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
socials_1 | 14:48:01,975 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
socials_1 | 14:48:02,047 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
socials_1 | 14:48:02,077 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
socials_1 | 14:48:02,199 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 2 core threads with 16 task threads based on your 1 available processors
socials_1 | 14:48:02,080 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]
socials_1 | 14:48:02,124 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
socials_1 | 14:48:02,651 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 1.4.0.Final starting
socials_1 | 14:48:02,786 INFO [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.6.Final
socials_1 | 14:48:02,807 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
socials_1 | 14:48:02,996 INFO [org.jboss.as.naming] (MSC service thread 1-1) WFLYNAM0003: Starting Naming Service
socials_1 | 14:48:03,045 INFO [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
socials_1 | 14:48:03,576 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
socials_1 | 14:48:03,585 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path '/opt/jboss/wildfly/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
socials_1 | 14:48:03,725 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2
socials_1 | 14:48:04,049 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 4 (per class), which is derived from the number of CPUs on this host.
socials_1 | 14:48:04,074 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 16 (per class), which is derived from thread worker pool sizing.
socials_1 | 14:48:04,303 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
socials_1 | 14:48:04,383 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
socials_1 | 14:48:04,800 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:9123
socials_1 | 14:48:05,527 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
socials_1 | 14:48:05,536 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /opt/jboss/wildfly/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
socials_1 | 14:48:06,533 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
orion_1 | time=Tuesday 30 Apr 09:23:08 2019.021Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=contextBroker.cpp[382]:pidFile | msg=PID-file '/tmp/contextBroker.pid' found. A broker seems to be running already
socials_1 | 14:48:06,781 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/jboss/wildfly/standalone/deployments
socials_1 | 14:48:06,899 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "SocialBackend.war" (runtime-name: "SocialBackend.war")
socials_1 | 14:48:07,070 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:48:07,072 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:48:07,079 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:48:07,080 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:48:07,107 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 58) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | *** JBossAS process (50) received TERM signal ***
socials_1 | 14:48:07,456 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 58) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:48:07,491 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested via an OS signal
socials_1 | 14:48:07,582 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTPS listener https listening on 0.0.0.0:8444
socials_1 | 14:48:07,709 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
socials_1 | 14:48:07,717 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTPS listener https suspending
socials_1 | 14:48:07,736 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 0.0.0.0:8444
socials_1 | 14:48:07,789 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
socials_1 | 14:48:07,828 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTP listener default suspending
socials_1 | 14:48:07,829 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 0.0.0.0:9123
socials_1 | 14:48:07,845 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = h2
socials_1 | 14:48:07,857 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 1.4.0.Final stopping
socials_1 | 14:48:11,390 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.deployment.unit."SocialBackend.war".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."SocialBackend.war".STRUCTURE: Failed to start service
socials_1 | at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904)
socials_1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
socials_1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
socials_1 | at java.lang.Thread.run(Thread.java:748)
socials_1 | Caused by: java.lang.IllegalStateException: Container is down
socials_1 | at org.jboss.msc.service.ServiceContainerImpl.install(ServiceContainerImpl.java:716)
socials_1 | at org.jboss.msc.service.ServiceTargetImpl.install(ServiceTargetImpl.java:223)
socials_1 | at org.jboss.msc.service.ServiceControllerImpl$ChildServiceTarget.install(ServiceControllerImpl.java:2401)
socials_1 | at org.jboss.msc.service.ServiceTargetImpl.install(ServiceTargetImpl.java:223)
socials_1 | at org.jboss.msc.service.ServiceControllerImpl$ChildServiceTarget.install(ServiceControllerImpl.java:2401)
socials_1 | at org.jboss.msc.service.ServiceBuilderImpl.install(ServiceBuilderImpl.java:317)
socials_1 | at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:208)
socials_1 | at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
socials_1 | at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
socials_1 | ... 3 more
socials_1 |
socials_1 | 14:48:11,409 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment SocialBackend.war (runtime-name: SocialBackend.war) in 3808ms
socials_1 | 14:48:11,449 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 3848ms
socials_1 | *** JBossAS process (50) received TERM signal ***
socials_1 | JAVA_OPTS already set in environment; overriding default settings with values: -Xms256m -Xmx512m -Djava.net.preferIPv4Stack=true
socials_1 | =========================================================================
socials_1 |
socials_1 | JBoss Bootstrap Environment
socials_1 |
socials_1 | JBOSS_HOME: /opt/jboss/wildfly
socials_1 |
socials_1 | JAVA: /usr/lib/jvm/java/bin/java
socials_1 |
socials_1 | JAVA_OPTS: -server -Xms256m -Xmx512m -Djava.net.preferIPv4Stack=true
socials_1 |
socials_1 | =========================================================================
socials_1 |
socials_1 | 14:50:31,295 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
socials_1 | 14:50:32,442 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
socials_1 | 14:50:32,643 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
socials_1 | 14:50:38,050 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
socials_1 | 14:50:38,137 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.4.0.Final
socials_1 | 14:50:38,189 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.4.0.Final
socials_1 | 14:50:38,394 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.21.Final
socials_1 | 14:50:38,474 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
socials_1 | 14:50:38,526 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
socials_1 | 14:50:38,464 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
socials_1 | 14:50:38,569 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 2 core threads with 16 task threads based on your 1 available processors
socials_1 | 14:50:38,518 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
socials_1 | 14:50:38,503 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
socials_1 | 14:50:38,622 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]
socials_1 | 14:50:39,049 INFO [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.6.Final
socials_1 | 14:50:39,231 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
socials_1 | 14:50:39,460 INFO [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
socials_1 | 14:50:39,820 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
socials_1 | 14:50:39,856 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
socials_1 | 14:50:39,815 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 1.4.0.Final starting
socials_1 | 14:50:39,984 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
socials_1 | 14:50:40,496 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path '/opt/jboss/wildfly/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
socials_1 | 14:50:40,680 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 4 (per class), which is derived from the number of CPUs on this host.
socials_1 | 14:50:40,708 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 16 (per class), which is derived from thread worker pool sizing.
socials_1 | 14:50:40,921 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
socials_1 | 14:50:41,277 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
socials_1 | 14:50:41,327 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:9123
socials_1 | 14:50:42,034 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
socials_1 | 14:50:42,209 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-2) WFLYDM0111: Keystore /opt/jboss/wildfly/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
socials_1 | 14:50:42,877 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-1) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
socials_1 | 14:50:42,983 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "SocialBackend.war" (runtime-name: "SocialBackend.war")
socials_1 | 14:50:43,043 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/jboss/wildfly/standalone/deployments
socials_1 | 14:50:43,195 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:50:43,204 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:50:43,436 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:50:43,441 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:50:43,449 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:50:43,451 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:50:43,712 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTPS listener https listening on 0.0.0.0:8444
socials_1 | 14:50:44,135 INFO [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6)
socials_1 | 14:50:49,178 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment SocialBackend.war
socials_1 | 14:50:49,714 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.2.4.Final
socials_1 | 14:50:50,001 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'NotificationBean' in deployment unit 'deployment "SocialBackend.war"' are as follows:
socials_1 |
socials_1 | java:global/SocialBackend/NotificationBean!org.waziup.socialbackend.ejb.NotificationBean
socials_1 | java:app/SocialBackend/NotificationBean!org.waziup.socialbackend.ejb.NotificationBean
socials_1 | java:module/NotificationBean!org.waziup.socialbackend.ejb.NotificationBean
socials_1 | java:global/SocialBackend/NotificationBean
socials_1 | java:app/SocialBackend/NotificationBean
socials_1 | java:module/NotificationBean
socials_1 |
socials_1 | 14:50:50,569 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:50:50,572 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1 | 14:50:50,859 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.3.5 (Final)
socials_1 | 14:50:52,306 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started client-mappings cache from ejb container
socials_1 | 14:50:55,289 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 64) WFLYUT0021: Registered web context: /api/v1/domains/waziup/
socials_1 | 14:50:55,391 INFO [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "SocialBackend.war" (runtime-name : "SocialBackend.war")
socials_1 | 14:50:55,794 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
socials_1 | 14:50:55,798 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
socials_1 | 14:50:55,802 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 26228ms - Started 455 of 691 services (404 services are lazy, passive or on-demand)
mongo_1 | 2019-04-30T09:23:08.102+0000 E STORAGE [initandlisten] WiredTiger (2) [1556616188:102860][1:0x7f1ee36c2c80], file:sizeStorer.wt, WT_SESSION.open_cursor: /data/db/sizeStorer.wt: handle-open: open: No such file or directory
mongo_1 | 2019-04-30T09:23:08.103+0000 E STORAGE [initandlisten] WiredTiger (2) [1556616188:103651][1:0x7f1ee36c2c80], file:sizeStorer.wt, WT_SESSION.open_cursor: /data/db/sizeStorer.wt: handle-open: open: No such file or directory
mongo_1 | 2019-04-30T09:23:08.104+0000 I - [initandlisten] Invariant failure: ret resulted in status UnknownError: 2: No such file or directory at src/mongo/db/storage/wiredtiger/wiredtiger_size_storer.cpp 67
mongo_1 | 2019-04-30T09:23:08.151+0000 I CONTROL [initandlisten]
mongo_1 | 0x1307282 0x12a2078 0x128df5d 0x10711d2 0x105c8d7 0x10588a3 0xf7c928 0x949f2d 0x94db3d 0x7f1ee2026ead 0x946649
mongo_1 | ----- BEGIN BACKTRACE -----
mongo_1 | {"backtrace":[{"b":"400000","o":"F07282","s":"_ZN5mongo15printStackTraceERSo"},{"b":"400000","o":"EA2078","s":"_ZN5mongo10logContextEPKc"},{"b":"400000","o":"E8DF5D","s":"_ZN5mongo17invariantOKFailedEPKcRKNS_6StatusES1_j"},{"b":"400000","o":"C711D2","s":"_ZN5mongo20WiredTigerSizeStorerC1EP15__wt_connectionRKSs"},{"b":"400000","o":"C5C8D7","s":"_ZN5mongo18WiredTigerKVEngineC2ERKSsS2_S2_mbbb"},{"b":"400000","o":"C588A3"},{"b":"400000","o":"B7C928","s":"_ZN5mongo20ServiceContextMongoD29initializeGlobalStorageEngineEv"},{"b":"400000","o":"549F2D","s":"_ZN5mongo13initAndListenEi"},{"b":"400000","o":"54DB3D","s":"main"},{"b":"7F1EE2008000","o":"1EEAD","s":"__libc_start_main"},{"b":"400000","o":"546649"}],"processInfo":{ "mongodbVersion" : "3.2.8", "gitVersion" : "ed70e33130c977bda0024c125b56d159573dbaf0", "compiledModules" : [], "uname" : { "sysname" : "Linux", "release" : "4.15.0-1032-aws", "version" : "#34-Ubuntu SMP Thu Jan 17 15:18:09 UTC 2019", "machine" : "x86_64" }, "somap" : [ { "elfType" : 2, "b" : "400000", "buildId" : "D6EAB75C3D236FDE2266260525362A73AC8CE1E5" }, { "b" : "7FFCCE101000", "elfType" : 3, "buildId" : "718C93A196223552EE3CD2804BEBE7979A6A5257" }, { "b" : "7F1EE324E000", "path" : "/usr/lib/x86_64-linux-gnu/libssl.so.1.0.0", "elfType" : 3, "buildId" : "16DA62C831D8080E3BCB9A1E7738D399EA3A89C0" }, { "b" : "7F1EE2E55000", "path" : "/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0", "elfType" : 3, "buildId" : "079D784F9F4A88B6D87FC3E6B0B07BFBE209540E" }, { "b" : "7F1EE2C4D000", "path" : "/lib/x86_64-linux-gnu/librt.so.1", "elfType" : 3, "buildId" : "07CC333722DC4237B5F88E47A38C214FDA0B9B59" }, { "b" : "7F1EE2A49000", "path" : "/lib/x86_64-linux-gnu/libdl.so.2", "elfType" : 3, "buildId" : "028546D6F23D0FD259928FED6EFE53E64782EF2D" }, { "b" : "7F1EE27C7000", "path" : "/lib/x86_64-linux-gnu/libm.so.6", "elfType" : 3, "buildId" : "2C5446FA41E784A1C6FDD528AB2BCC7BCA9EF06C" }, { "b" : "7F1EE25B1000", "path" : "/lib/x86_64-linux-gnu/libgcc_s.so.1", "elfType" : 3, "buildId" : "F980B1188708F8D8B5C35D185444AF4CB939AA1E" }, { "b" : "7F1EE2395000", "path" : "/lib/x86_64-linux-gnu/libpthread.so.0", "elfType" : 3, "buildId" : "3F3BFFEDAF77C955862785C6CBA7670F82A05563" }, { "b" : "7F1EE2008000", "path" : "/lib/x86_64-linux-gnu/libc.so.6", "elfType" : 3, "buildId" : "50B9FD83D874F18E3B385E0349FBD5D1281A19E3" }, { "b" : "7F1EE34AD000", "path" : "/lib64/ld-linux-x86-64.so.2", "elfType" : 3, "buildId" : "37BC6FC6FF3FA04B0A3EC20DFF215AB55EA5F5CB" }, { "b" : "7F1EE1DF1000", "path" : "/lib/x86_64-linux-gnu/libz.so.1", "elfType" : 3, "buildId" : "1EFEB71FD4999C2307570D673A724EA4E1D85267" } ] }}
mongo_1 | mongod(_ZN5mongo15printStackTraceERSo+0x32) [0x1307282]
mongo_1 | mongod(_ZN5mongo10logContextEPKc+0x138) [0x12a2078]
mongo_1 | mongod(_ZN5mongo17invariantOKFailedEPKcRKNS_6StatusES1_j+0xAD) [0x128df5d]
mongo_1 | mongod(_ZN5mongo20WiredTigerSizeStorerC1EP15__wt_connectionRKSs+0x222) [0x10711d2]
mongo_1 | mongod(_ZN5mongo18WiredTigerKVEngineC2ERKSsS2_S2_mbbb+0x907) [0x105c8d7]
mongo_1 | mongod(+0xC588A3) [0x10588a3]
mongo_1 | mongod(_ZN5mongo20ServiceContextMongoD29initializeGlobalStorageEngineEv+0x598) [0xf7c928]
mongo_1 | mongod(_ZN5mongo13initAndListenEi+0x3DD) [0x949f2d]
mongo_1 | mongod(main+0x15D) [0x94db3d]
mongo_1 | libc.so.6(__libc_start_main+0xFD) [0x7f1ee2026ead]
mongo_1 | mongod(+0x546649) [0x946649]
mongo_1 | ----- END BACKTRACE -----
mongo_1 | 2019-04-30T09:23:08.155+0000 I - [initandlisten]
mongo_1 |
mongo_1 | ***aborting after invariant() failure
mongo_1 |
mongo_1 |
platform_orion_1 exited with code 1
platform_mongo_1 exited with code 14
keycloak_1 | User with username 'admin' already added to '/opt/jboss/keycloak/standalone/configuration/keycloak-add-user.json'
keycloak_1 | =========================================================================
keycloak_1 |
keycloak_1 | Using MySQL database
keycloak_1 |
keycloak_1 | =========================================================================
keycloak_1 |
keycloak_1 | 09:23:12,945 INFO [org.jboss.modules] (CLI command executor) JBoss Modules version 1.8.5.Final
keycloak_1 | 09:23:13,104 INFO [org.jboss.msc] (CLI command executor) JBoss MSC version 1.4.2.Final
keycloak_1 | 09:23:13,120 INFO [org.jboss.threads] (CLI command executor) JBoss Threads version 2.3.2.Final
keycloak_1 | 09:23:13,415 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) starting
keycloak_1 | 09:23:13,574 INFO [org.jboss.vfs] (MSC service thread 1-1) VFS000002: Failed to clean existing content for temp file provider of type temp. Enable DEBUG level log to find what caused this
keycloak_1 | 09:23:16,360 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1 | 09:23:16,420 INFO [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly Elytron version 1.3.3.Final
keycloak_1 | 09:23:16,544 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1 | 09:23:17,076 INFO [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: Keycloak cumulative patch ID is: base, one-off patches include: none
keycloak_1 | 09:23:17,111 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-2) WFLYDM0111: Keystore /opt/jboss/keycloak/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
keycloak_1 | 09:23:17,291 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
keycloak_1 | 09:23:17,302 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) started in 4332ms - Started 63 of 78 services (26 services are lazy, passive or on-demand)
keycloak_1 | The batch failed with the following error: :
keycloak_1 | WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:
keycloak_1 | Step: step-9
keycloak_1 | Operation: /subsystem=datasources/jdbc-driver=mysql:add(driver-name=mysql, driver-module-name=com.mysql.jdbc, driver-xa-datasource-class-name=com.mysql.jdbc.jdbc2.optional.MysqlXADataSource)
keycloak_1 | Failure: WFLYCTL0212: Duplicate resource [
keycloak_1 | ("subsystem" => "datasources"),
keycloak_1 | ("jdbc-driver" => "mysql")
keycloak_1 | ]
keycloak_1 |
keycloak_1 | 09:23:17,507 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) stopped in 20ms
keycloak_1 | 09:23:19,595 INFO [org.jboss.modules] (CLI command executor) JBoss Modules version 1.8.5.Final
keycloak_1 | 09:23:19,730 INFO [org.jboss.msc] (CLI command executor) JBoss MSC version 1.4.2.Final
keycloak_1 | 09:23:19,758 INFO [org.jboss.threads] (CLI command executor) JBoss Threads version 2.3.2.Final
keycloak_1 | 09:23:20,056 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) starting
keycloak_1 | 09:23:20,214 INFO [org.jboss.vfs] (MSC service thread 1-1) VFS000002: Failed to clean existing content for temp file provider of type temp. Enable DEBUG level log to find what caused this
keycloak_1 | 09:23:23,033 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1 | 09:23:23,265 INFO [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly Elytron version 1.3.3.Final
keycloak_1 | 09:23:23,425 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1 | 09:23:23,799 INFO [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: Keycloak cumulative patch ID is: base, one-off patches include: none
keycloak_1 | 09:23:23,847 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /opt/jboss/keycloak/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
keycloak_1 | 09:23:24,032 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
keycloak_1 | 09:23:24,039 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) started in 4424ms - Started 65 of 84 services (30 services are lazy, passive or on-demand)
keycloak_1 | The batch failed with the following error: :
keycloak_1 | WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:
keycloak_1 | Step: step-9
keycloak_1 | Operation: /subsystem=datasources/jdbc-driver=mysql:add(driver-name=mysql, driver-module-name=com.mysql.jdbc, driver-xa-datasource-class-name=com.mysql.jdbc.jdbc2.optional.MysqlXADataSource)
keycloak_1 | Failure: WFLYCTL0212: Duplicate resource [
keycloak_1 | ("subsystem" => "datasources"),
keycloak_1 | ("jdbc-driver" => "mysql")
keycloak_1 | ]
keycloak_1 |
keycloak_1 | 09:23:24,250 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) stopped in 19ms
keycloak_1 | =========================================================================
keycloak_1 |
keycloak_1 | JBoss Bootstrap Environment
keycloak_1 |
keycloak_1 | JBOSS_HOME: /opt/jboss/keycloak
keycloak_1 |
keycloak_1 | JAVA: /usr/lib/jvm/java/bin/java
keycloak_1 |
keycloak_1 | JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
keycloak_1 |
keycloak_1 | =========================================================================
keycloak_1 |
keycloak_1 | 09:23:25,198 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
keycloak_1 | 09:23:25,763 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
keycloak_1 | 09:23:25,787 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
keycloak_1 | 09:23:26,097 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) starting
keycloak_1 | 09:23:26,264 INFO [org.jboss.vfs] (MSC service thread 1-2) VFS000002: Failed to clean existing content for temp file provider of type temp. Enable DEBUG level log to find what caused this
keycloak_1 | 09:23:28,998 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1 | 09:23:29,050 INFO [org.wildfly.security] (ServerService Thread Pool -- 16) ELY00001: WildFly Elytron version 1.3.3.Final
keycloak_1 | 09:23:29,125 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 23) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1 | 09:23:29,332 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
keycloak_1 | 09:23:29,385 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.6.3.Final
keycloak_1 | 09:23:29,411 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.6.3.Final
keycloak_1 | 09:23:29,553 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 39) WFLYNAM0001: Activating Naming Subsystem
keycloak_1 | 09:23:29,551 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) WFLYCLINF0001: Activating Infinispan subsystem.
keycloak_1 | 09:23:29,614 INFO [org.jboss.as.security] (ServerService Thread Pool -- 42) WFLYSEC0002: Activating Security Subsystem
keycloak_1 | 09:23:29,560 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 44) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
keycloak_1 | 09:23:29,679 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 32) WFLYIO001: Worker 'default' has auto-configured to 2 core threads with 16 task threads based on your 1 available processors
keycloak_1 | 09:23:29,764 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.7.Final
keycloak_1 | 09:23:29,773 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 33) WFLYRS0016: RESTEasy version 3.5.1.Final
keycloak_1 | 09:23:29,778 INFO [org.jboss.as.ee] (ServerService Thread Pool -- 28) WFLYEE0119: The system property 'ee8.preview.mode' is NOT set to 'true'. For provided EE 8 APIs where the EE 8 version of the API differs from what is supported in EE 7, the EE 7 variant of the API will be used. Support for this setting will be removed once all EE 8 APIs are provided and certified.
keycloak_1 | 09:23:29,873 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
keycloak_1 | 09:23:29,915 INFO [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=5.0.2.Final
keycloak_1 | 09:23:29,999 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
keycloak_1 | 09:23:30,028 INFO [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.9.Final)
keycloak_1 | 09:23:30,290 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.0.9.Final starting
keycloak_1 | 09:23:30,392 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
keycloak_1 | 09:23:30,428 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = mysql
keycloak_1 | 09:23:30,402 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
keycloak_1 | 09:23:30,540 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 45) WFLYUT0014: Creating file handler for path '/opt/jboss/keycloak/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
keycloak_1 | 09:23:30,591 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 4 (per class), which is derived from the number of CPUs on this host.
keycloak_1 | 09:23:30,594 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 16 (per class), which is derived from thread worker pool sizing.
keycloak_1 | 09:23:31,054 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
keycloak_1 | 09:23:31,533 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
keycloak_1 | 09:23:31,613 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
keycloak_1 | 09:23:31,830 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:8080
keycloak_1 | 09:23:31,881 INFO [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: Keycloak cumulative patch ID is: base, one-off patches include: none
keycloak_1 | 09:23:31,894 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0493: EJB subsystem suspension complete
keycloak_1 | 09:23:31,967 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-2) WFLYDM0111: Keystore /opt/jboss/keycloak/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
keycloak_1 | 09:23:31,984 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/jboss/keycloak/standalone/deployments
keycloak_1 | 09:23:32,012 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "keycloak-server.war" (runtime-name: "keycloak-server.war")
keycloak_1 | 09:23:32,383 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTPS listener https listening on 0.0.0.0:8443
keycloak_1 | 09:23:32,408 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
keycloak_1 | 09:23:32,408 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/KeycloakDS]
keycloak_1 | 09:23:33,458 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-1) ISPN000128: Infinispan version: Infinispan 'Gaina' 9.2.4.Final
keycloak_1 | 09:23:33,959 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 51) WFLYCLINF0002: Started authenticationSessions cache from keycloak container
keycloak_1 | 09:23:33,960 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 50) WFLYCLINF0002: Started keys cache from keycloak container
keycloak_1 | 09:23:33,962 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 52) WFLYCLINF0002: Started authorization cache from keycloak container
keycloak_1 | 09:23:33,962 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 56) WFLYCLINF0002: Started actionTokens cache from keycloak container
keycloak_1 | 09:23:33,961 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 57) WFLYCLINF0002: Started users cache from keycloak container
keycloak_1 | 09:23:33,961 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0002: Started sessions cache from keycloak container
keycloak_1 | 09:23:33,961 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 53) WFLYCLINF0002: Started loginFailures cache from keycloak container
keycloak_1 | 09:23:33,961 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 47) WFLYCLINF0002: Started realms cache from keycloak container
keycloak_1 | 09:23:33,961 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 55) WFLYCLINF0002: Started offlineClientSessions cache from keycloak container
keycloak_1 | 09:23:33,960 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 49) WFLYCLINF0002: Started clientSessions cache from keycloak container
keycloak_1 | 09:23:33,960 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 46) WFLYCLINF0002: Started offlineSessions cache from keycloak container
keycloak_1 | 09:23:33,971 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 54) WFLYCLINF0002: Started work cache from keycloak container
keycloak_1 | 09:23:34,042 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started client-mappings cache from ejb container
keycloak_1 | 09:23:35,799 INFO [org.keycloak.services] (ServerService Thread Pool -- 58) KC-SERVICES0001: Loading config from standalone.xml or domain.xml
keycloak_1 | 09:23:36,804 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started realmRevisions cache from keycloak container
keycloak_1 | 09:23:36,816 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started userRevisions cache from keycloak container
keycloak_1 | 09:23:36,860 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started authorizationRevisions cache from keycloak container
keycloak_1 | 09:23:36,863 INFO [org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory] (ServerService Thread Pool -- 58) Node name: 246aab646ce3, Site name: null
keycloak_1 | 09:23:37,590 ERROR [stderr] (ServerService Thread Pool -- 58) Tue Apr 30 09:23:37 UTC 2019 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.
keycloak_1 | 09:23:38,297 ERROR [stderr] (ServerService Thread Pool -- 58) Tue Apr 30 09:23:38 UTC 2019 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.
keycloak_1 | 09:23:43,756 INFO [org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider] (ServerService Thread Pool -- 58) Updating database. Using changelog META-INF/jpa-changelog-master.xml
keycloak_1 | 09:23:43,868 ERROR [org.keycloak.connections.jpa.updater.liquibase.conn.DefaultLiquibaseConnectionProvider] (ServerService Thread Pool -- 58) Change Set META-INF/jpa-changelog-2.1.0.xml::2.1.0-KEYCLOAK-5461::bburke@redhat.com failed. Error: Table 'BROKER_LINK' already exists [Failed SQL: CREATE TABLE keycloak.BROKER_LINK (IDENTITY_PROVIDER VARCHAR(255) NOT NULL, STORAGE_PROVIDER_ID VARCHAR(255) NULL, REALM_ID VARCHAR(36) NOT NULL, BROKER_USER_ID VARCHAR(255) NULL, BROKER_USERNAME VARCHAR(255) NULL, TOKEN TEXT NULL, USER_ID VARCHAR(255) NOT NULL)]
keycloak_1 | 09:23:43,888 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested via an OS signal
keycloak_1 | 09:23:43,898 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 58) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./auth: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./auth: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.keycloak.services.resources.KeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
keycloak_1 | at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:81)
keycloak_1 | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
keycloak_1 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
keycloak_1 | at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
keycloak_1 | at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985)
keycloak_1 | at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487)
keycloak_1 | at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378)
keycloak_1 | at java.lang.Thread.run(Thread.java:748)
keycloak_1 | at org.jboss.threads.JBossThread.run(JBossThread.java:485)
keycloak_1 | Caused by: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.keycloak.services.resources.KeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
keycloak_1 | at org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:162)
keycloak_1 | at org.jboss.resteasy.spi.ResteasyProviderFactory.createProviderInstance(ResteasyProviderFactory.java:2676)
keycloak_1 | at org.jboss.resteasy.spi.ResteasyDeployment.createApplication(ResteasyDeployment.java:361)
keycloak_1 | at org.jboss.resteasy.spi.ResteasyDeployment.startInternal(ResteasyDeployment.java:274)
keycloak_1 | at org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:86)
keycloak_1 | at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:119)
keycloak_1 | at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)
keycloak_1 | at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:117)
keycloak_1 | at org.wildfly.extension.undertow.security.RunAsLifecycleInterceptor.init(RunAsLifecycleInterceptor.java:78)
keycloak_1 | at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:103)
keycloak_1 | at io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy.start(ManagedServlet.java:300)
keycloak_1 | at io.undertow.servlet.core.ManagedServlet.createServlet(ManagedServlet.java:140)
keycloak_1 | at io.undertow.servlet.core.DeploymentManagerImpl$2.call(DeploymentManagerImpl.java:584)
keycloak_1 | at io.undertow.servlet.core.DeploymentManagerImpl$2.call(DeploymentManagerImpl.java:555)
keycloak_1 | at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
keycloak_1 | at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
keycloak_1 | at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
keycloak_1 | at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1514)
keycloak_1 | at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1514)
keycloak_1 | at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1514)
keycloak_1 | at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1514)
keycloak_1 | at io.undertow.servlet.core.DeploymentManagerImpl.start(DeploymentManagerImpl.java:597)
keycloak_1 | at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:97)
keycloak_1 | at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
keycloak_1 | ... 8 more
keycloak_1 | Caused by: java.lang.RuntimeException: Failed to update database
keycloak_1 | at org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider.update(LiquibaseJpaUpdaterProvider.java:116)
keycloak_1 | at org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider.update(LiquibaseJpaUpdaterProvider.java:81)
keycloak_1 | at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.update(DefaultJpaConnectionProviderFactory.java:322)
keycloak_1 | at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.migration(DefaultJpaConnectionProviderFactory.java:308)
keycloak_1 | at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.lambda$lazyInit$0(DefaultJpaConnectionProviderFactory.java:179)
keycloak_1 | at org.keycloak.models.utils.KeycloakModelUtils.suspendJtaTransaction(KeycloakModelUtils.java:611)
keycloak_1 | at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.lazyInit(DefaultJpaConnectionProviderFactory.java:130)
keycloak_1 | at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.create(DefaultJpaConnectionProviderFactory.java:78)
keycloak_1 | at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.create(DefaultJpaConnectionProviderFactory.java:56)
keycloak_1 | at org.keycloak.services.DefaultKeycloakSession.getProvider(DefaultKeycloakSession.java:186)
keycloak_1 | at org.keycloak.models.jpa.JpaRealmProviderFactory.create(JpaRealmProviderFactory.java:51)
keycloak_1 | at org.keycloak.models.jpa.JpaRealmProviderFactory.create(JpaRealmProviderFactory.java:33)
keycloak_1 | at org.keycloak.services.DefaultKeycloakSession.getProvider(DefaultKeycloakSession.java:186)
keycloak_1 | at org.keycloak.services.DefaultKeycloakSession.realmLocalStorage(DefaultKeycloakSession.java:143)
keycloak_1 | at org.keycloak.models.cache.infinispan.RealmCacheSession.getRealmDelegate(RealmCacheSession.java:148)
keycloak_1 | at org.keycloak.models.cache.infinispan.RealmCacheSession.getMigrationModel(RealmCacheSession.java:141)
keycloak_1 | at org.keycloak.migration.MigrationModelManager.migrate(MigrationModelManager.java:82)
keycloak_1 | at org.keycloak.services.resources.KeycloakApplication.migrateModel(KeycloakApplication.java:245)
keycloak_1 | at org.keycloak.services.resources.KeycloakApplication.migrateAndBootstrap(KeycloakApplication.java:186)
keycloak_1 | at org.keycloak.services.resources.KeycloakApplication$1.run(KeycloakApplication.java:145)
keycloak_1 | at org.keycloak.models.utils.KeycloakModelUtils.runJobInTransaction(KeycloakModelUtils.java:227)
keycloak_1 | at org.keycloak.services.resources.KeycloakApplication.<init>(KeycloakApplication.java:136)
keycloak_1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
keycloak_1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
keycloak_1 | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
keycloak_1 | at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
keycloak_1 | at org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:150)
keycloak_1 | ... 31 more
keycloak_1 | Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set META-INF/jpa-changelog-2.1.0.xml::2.1.0-KEYCLOAK-5461::bburke@redhat.com:
keycloak_1 | Reason: liquibase.exception.DatabaseException: Table 'BROKER_LINK' already exists [Failed SQL: CREATE TABLE keycloak.BROKER_LINK (IDENTITY_PROVIDER VARCHAR(255) NOT NULL, STORAGE_PROVIDER_ID VARCHAR(255) NULL, REALM_ID VARCHAR(36) NOT NULL, BROKER_USER_ID VARCHAR(255) NULL, BROKER_USERNAME VARCHAR(255) NULL, TOKEN TEXT NULL, USER_ID VARCHAR(255) NOT NULL)]
keycloak_1 | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:619)
keycloak_1 | at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:51)
keycloak_1 | at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:79)
keycloak_1 | at liquibase.Liquibase.update(Liquibase.java:214)
keycloak_1 | at liquibase.Liquibase.update(Liquibase.java:192)
keycloak_1 | at liquibase.Liquibase.update(Liquibase.java:188)
keycloak_1 | at org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider.updateChangeSet(LiquibaseJpaUpdaterProvider.java:182)
keycloak_1 | at org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider.update(LiquibaseJpaUpdaterProvider.java:102)
keycloak_1 | ... 57 more
keycloak_1 | Caused by: liquibase.exception.DatabaseException: Table 'BROKER_LINK' already exists [Failed SQL: CREATE TABLE keycloak.BROKER_LINK (IDENTITY_PROVIDER VARCHAR(255) NOT NULL, STORAGE_PROVIDER_ID VARCHAR(255) NULL, REALM_ID VARCHAR(36) NOT NULL, BROKER_USER_ID VARCHAR(255) NULL, BROKER_USERNAME VARCHAR(255) NULL, TOKEN TEXT NULL, USER_ID VARCHAR(255) NOT NULL)]
keycloak_1 | at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:309)
keycloak_1 | at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
keycloak_1 | at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:113)
keycloak_1 | at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1277)
keycloak_1 | at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1259)
keycloak_1 | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:582)
keycloak_1 | ... 64 more
keycloak_1 | Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'BROKER_LINK' already exists
keycloak_1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
keycloak_1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
keycloak_1 | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
keycloak_1 | at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
keycloak_1 | at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
keycloak_1 | at com.mysql.jdbc.Util.getInstance(Util.java:408)
keycloak_1 | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
keycloak_1 | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3976)
keycloak_1 | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3912)
keycloak_1 | at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
keycloak_1 | at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
keycloak_1 | at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2482)
keycloak_1 | at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2440)
keycloak_1 | at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
keycloak_1 | at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
keycloak_1 | at org.jboss.jca.adapters.jdbc.WrappedStatement.execute(WrappedStatement.java:198)
keycloak_1 | at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:307)
keycloak_1 | ... 69 more
keycloak_1 |
keycloak_1 | 09:23:43,957 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTPS listener https suspending
keycloak_1 | 09:23:43,972 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 0.0.0.0:8443
keycloak_1 | 09:23:43,976 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/KeycloakDS]
keycloak_1 | 09:23:43,993 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0019: Host default-host stopping
keycloak_1 | 09:23:43,998 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
keycloak_1 | 09:23:44,008 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = mysql
keycloak_1 | 09:23:44,014 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 54) WFLYCLINF0003: Stopped keys cache from keycloak container
keycloak_1 | 09:23:44,018 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 47) WFLYCLINF0003: Stopped authorization cache from keycloak container
keycloak_1 | 09:23:44,019 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 47) WFLYCLINF0003: Stopped offlineSessions cache from keycloak container
keycloak_1 | 09:23:44,020 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 53) WFLYCLINF0003: Stopped realms cache from keycloak container
keycloak_1 | 09:23:44,021 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 53) WFLYCLINF0003: Stopped sessions cache from keycloak container
keycloak_1 | 09:23:44,024 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 47) WFLYCLINF0003: Stopped loginFailures cache from keycloak container
keycloak_1 | 09:23:44,017 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 55) WFLYCLINF0003: Stopped work cache from keycloak container
keycloak_1 | 09:23:44,016 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 49) WFLYCLINF0003: Stopped offlineClientSessions cache from keycloak container
keycloak_1 | 09:23:44,015 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 46) WFLYCLINF0003: Stopped authenticationSessions cache from keycloak container
keycloak_1 | 09:23:44,025 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 53) WFLYCLINF0003: Stopped actionTokens cache from keycloak container
keycloak_1 | 09:23:44,022 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0003: Stopped users cache from keycloak container
keycloak_1 | 09:23:44,032 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0019: Stopped Driver service with driver-name = h2
keycloak_1 | 09:23:44,036 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0003: Stopped clientSessions cache from keycloak container
keycloak_1 | 09:23:44,041 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 54) WFLYCLINF0003: Stopped client-mappings cache from ejb container
keycloak_1 | 09:23:44,041 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTP listener default suspending
keycloak_1 | 09:23:44,043 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 0.0.0.0:8080
keycloak_1 | 09:23:44,047 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0004: Undertow 2.0.9.Final stopping
keycloak_1 | 09:23:44,050 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) WFLYCLINF0003: Stopped authorizationRevisions cache from keycloak container
keycloak_1 | 09:23:44,056 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) WFLYCLINF0003: Stopped realmRevisions cache from keycloak container
keycloak_1 | 09:23:44,066 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) WFLYCLINF0003: Stopped userRevisions cache from keycloak container
keycloak_1 | 09:23:44,067 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment keycloak-server.war (runtime-name: keycloak-server.war) in 151ms
keycloak_1 | platform_keycloak_1 exited with code 1
@mtuchi
Copy link
Author

mtuchi commented Apr 30, 2019

Attaching to platform_mysql_1, platform_mongo_1, platform_orion_1, platform_dashboard_1, platform_socials_1, platform_keycloak_1, platform_api-server_1
mysql_1       | Initializing database
mysql_1       | 2019-04-30T09:54:06.912426Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1       | 2019-04-30T09:54:08.035039Z 0 [Warning] InnoDB: New log files created, LSN=45790
mysql_1       | 2019-04-30T09:54:08.427124Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
mysql_1       | 2019-04-30T09:54:09.434339Z 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: e6613b6f-6b2d-11e9-9206-0242ac120003.
mysql_1       | 2019-04-30T09:54:09.487690Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
mysql_1       | 2019-04-30T09:54:09.488270Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
mongo_1       | 2019-04-30T09:54:07.004+0000 I CONTROL  [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=mongo
mongo_1       | 2019-04-30T09:54:07.031+0000 I CONTROL  [initandlisten] db version v3.2.8
mongo_1       | 2019-04-30T09:54:07.031+0000 I CONTROL  [initandlisten] git version: ed70e33130c977bda0024c125b56d159573dbaf0
mongo_1       | 2019-04-30T09:54:07.031+0000 I CONTROL  [initandlisten] OpenSSL version: OpenSSL 1.0.1e 11 Feb 2013
mongo_1       | 2019-04-30T09:54:07.031+0000 I CONTROL  [initandlisten] allocator: tcmalloc
mongo_1       | 2019-04-30T09:54:07.031+0000 I CONTROL  [initandlisten] modules: none
mongo_1       | 2019-04-30T09:54:07.031+0000 I CONTROL  [initandlisten] build environment:
mongo_1       | 2019-04-30T09:54:07.031+0000 I CONTROL  [initandlisten]     distmod: debian71
mongo_1       | 2019-04-30T09:54:07.031+0000 I CONTROL  [initandlisten]     distarch: x86_64
mongo_1       | 2019-04-30T09:54:07.031+0000 I CONTROL  [initandlisten]     target_arch: x86_64
mongo_1       | 2019-04-30T09:54:07.031+0000 I CONTROL  [initandlisten] options: {}
mongo_1       | 2019-04-30T09:54:07.051+0000 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=1G,session_max=20000,eviction=(threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),
mongo_1       | 2019-04-30T09:54:07.957+0000 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
mongo_1       | 2019-04-30T09:54:07.957+0000 I NETWORK  [HostnameCanonicalizationWorker] Starting hostname canonicalization worker
mongo_1       | 2019-04-30T09:54:08.032+0000 I NETWORK  [initandlisten] waiting for connections on port 27017
orion_1       | time=Tuesday 30 Apr 09:54:07 2019.763Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=contextBroker.cpp[382]:pidFile | msg=PID-file '/tmp/contextBroker.pid' found. A broker seems to be running already
dashboard_1   | The server is running at http://localhost:3000/
platform_orion_1 exited with code 1
socials_1     | JAVA_OPTS already set in environment; overriding default settings with values: -Xms256m -Xmx512m -Djava.net.preferIPv4Stack=true
socials_1     | =========================================================================
socials_1     |
socials_1     |   JBoss Bootstrap Environment
socials_1     |
socials_1     |   JBOSS_HOME: /opt/jboss/wildfly
socials_1     |
socials_1     |   JAVA: /usr/lib/jvm/java/bin/java
socials_1     |
socials_1     |   JAVA_OPTS:  -server -Xms256m -Xmx512m -Djava.net.preferIPv4Stack=true
socials_1     |
socials_1     | =========================================================================
socials_1     |
mongo_1       | 2019-04-30T09:54:12.327+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44798 #1 (1 connection now open)
mongo_1       | 2019-04-30T09:54:12.516+0000 I NETWORK  [conn1] end connection 127.0.0.1:44798 (0 connections now open)
socials_1     | 09:54:13,563 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
keycloak_1    | User with username 'admin' already added to '/opt/jboss/keycloak/standalone/configuration/keycloak-add-user.json'
keycloak_1    | =========================================================================
keycloak_1    |
keycloak_1    |   Using MySQL database
keycloak_1    |
keycloak_1    | =========================================================================
keycloak_1    |
api-server_1  | 2019-04-30T09:54:14.822Z - info: Listening on http://localhost:800
socials_1     | 09:54:14,974 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
socials_1     | 09:54:15,225 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
mongo_1       | 2019-04-30T09:54:18.193+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44800 #2 (1 connection now open)
mongo_1       | 2019-04-30T09:54:18.208+0000 I NETWORK  [conn2] end connection 127.0.0.1:44800 (0 connections now open)
keycloak_1    | 09:54:18,953 INFO  [org.jboss.modules] (CLI command executor) JBoss Modules version 1.8.5.Final
keycloak_1    | Cannot start embedded server: WFLYEMB0022: Cannot invoke 'start' on embedded process: WFLYSRV0126: Could not create server content directory: /opt/jboss/keycloak/standalone/data/content
mysql_1       | Database initialized
mysql_1       | Initializing certificates
mysql_1       | Generating a RSA private key
mysql_1       | .....................+++++
mysql_1       | .....................................................+++++
mysql_1       | unable to write 'random state'
mysql_1       | writing new private key to 'ca-key.pem'
mysql_1       | -----
mysql_1       | Generating a RSA private key
mysql_1       | ...+++++
mysql_1       | ......+++++
mysql_1       | unable to write 'random state'
mysql_1       | writing new private key to 'server-key.pem'
mysql_1       | -----
mysql_1       | Generating a RSA private key
mysql_1       | ..........................................................................................+++++
mysql_1       | ..................+++++
mysql_1       | unable to write 'random state'
mysql_1       | writing new private key to 'client-key.pem'
mysql_1       | -----
mysql_1       | Certificates initialized
mysql_1       | MySQL init process in progress...
mysql_1       | 2019-04-30T09:54:22.788525Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1       | 2019-04-30T09:54:22.790376Z 0 [Note] mysqld (mysqld 5.7.26) starting as process 89 ...
mysql_1       | 2019-04-30T09:54:22.804432Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_1       | 2019-04-30T09:54:22.808154Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1       | 2019-04-30T09:54:22.808537Z 0 [Note] InnoDB: Uses event mutexes
mysql_1       | 2019-04-30T09:54:22.808898Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql_1       | 2019-04-30T09:54:22.809246Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mysql_1       | 2019-04-30T09:54:22.809570Z 0 [Note] InnoDB: Using Linux native AIO
mysql_1       | 2019-04-30T09:54:22.810150Z 0 [Note] InnoDB: Number of pools: 1
mysql_1       | 2019-04-30T09:54:22.810616Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_1       | 2019-04-30T09:54:22.816862Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_1       | 2019-04-30T09:54:22.842285Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_1       | 2019-04-30T09:54:22.848867Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_1       | 2019-04-30T09:54:22.860723Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_1       | 2019-04-30T09:54:22.879644Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_1       | 2019-04-30T09:54:22.880930Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_1       | 2019-04-30T09:54:22.930369Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_1       | 2019-04-30T09:54:22.931724Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_1       | 2019-04-30T09:54:22.932113Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_1       | 2019-04-30T09:54:22.932773Z 0 [Note] InnoDB: Waiting for purge to start
socials_1     | 09:54:22,962 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
mysql_1       | 2019-04-30T09:54:22.983315Z 0 [Note] InnoDB: 5.7.26 started; log sequence number 2524985
mysql_1       | 2019-04-30T09:54:22.984144Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_1       | 2019-04-30T09:54:22.986661Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_1       | 2019-04-30T09:54:22.999931Z 0 [Note] InnoDB: Buffer pool(s) load completed at 190430  9:54:22
mysql_1       | 2019-04-30T09:54:23.004880Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
mysql_1       | 2019-04-30T09:54:23.006299Z 0 [Warning] CA certificate ca.pem is self signed.
mysql_1       | 2019-04-30T09:54:23.013688Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
mysql_1       | 2019-04-30T09:54:23.035968Z 0 [Note] Event Scheduler: Loaded 0 events
mysql_1       | 2019-04-30T09:54:23.037655Z 0 [Note] mysqld: ready for connections.
mysql_1       | Version: '5.7.26'  socket: '/var/run/mysqld/mysqld.sock'  port: 0  MySQL Community Server (GPL)
socials_1     | 09:54:23,083 INFO  [org.xnio] (MSC service thread 1-1) XNIO version 3.4.0.Final
socials_1     | 09:54:23,134 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.4.0.Final
socials_1     | 09:54:23,505 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
socials_1     | 09:54:23,574 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
socials_1     | 09:54:23,632 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.21.Final
mongo_1       | 2019-04-30T09:54:23.716+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44802 #3 (1 connection now open)
mongo_1       | 2019-04-30T09:54:23.730+0000 I NETWORK  [conn3] end connection 127.0.0.1:44802 (0 connections now open)
socials_1     | 09:54:23,588 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
socials_1     | 09:54:23,689 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
socials_1     | 09:54:23,916 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 2 core threads with 16 task threads based on your 1 available processors
socials_1     | 09:54:23,921 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
socials_1     | 09:54:23,838 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]
socials_1     | 09:54:24,812 INFO  [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=4.9.6.Final
socials_1     | 09:54:24,972 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 1.4.0.Final starting
socials_1     | 09:54:25,004 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
mysql_1       | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
mysql_1       | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
socials_1     | 09:54:25,283 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
keycloak_1    | 09:54:25,406 INFO  [org.jboss.modules] (CLI command executor) JBoss Modules version 1.8.5.Final
socials_1     | 09:54:25,659 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
socials_1     | 09:54:25,681 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
socials_1     | 09:54:25,724 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2
keycloak_1    | Cannot start embedded server: WFLYEMB0022: Cannot invoke 'start' on embedded process: WFLYSRV0126: Could not create server content directory: /opt/jboss/keycloak/standalone/data/content
socials_1     | 09:54:26,088 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path '/opt/jboss/wildfly/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
keycloak_1    | =========================================================================
keycloak_1    |
keycloak_1    |   JBoss Bootstrap Environment
keycloak_1    |
keycloak_1    |   JBOSS_HOME: /opt/jboss/keycloak
keycloak_1    |
keycloak_1    |   JAVA: /usr/lib/jvm/java/bin/java
keycloak_1    |
keycloak_1    |   JAVA_OPTS:  -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
keycloak_1    |
keycloak_1    | =========================================================================
keycloak_1    |
socials_1     | 09:54:26,865 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
socials_1     | 09:54:27,717 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:9123
socials_1     | 09:54:27,723 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
socials_1     | 09:54:27,939 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 16 (per class), which is derived from thread worker pool sizing.
socials_1     | 09:54:27,920 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 4 (per class), which is derived from the number of CPUs on this host.
mysql_1       | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
mysql_1       | Warning: Unable to load '/usr/share/zoneinfo/zone1970.tab' as time zone. Skipping it.
mysql_1       | mysql: [Warning] Using a password on the command line interface can be insecure.
keycloak_1    | 09:54:28,526 INFO  [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
mysql_1       | mysql: [Warning] Using a password on the command line interface can be insecure.
mysql_1       | mysql: [Warning] Using a password on the command line interface can be insecure.
mysql_1       | mysql: [Warning] Using a password on the command line interface can be insecure.
mysql_1       |
mysql_1       | 2019-04-30T09:54:28.649581Z 0 [Note] Giving 0 client threads a chance to die gracefully
mysql_1       | 2019-04-30T09:54:28.650144Z 0 [Note] Shutting down slave threads
mysql_1       | 2019-04-30T09:54:28.650528Z 0 [Note] Forcefully disconnecting 0 remaining clients
mysql_1       | 2019-04-30T09:54:28.650847Z 0 [Note] Event Scheduler: Purging the queue. 0 events
mysql_1       | 2019-04-30T09:54:28.651205Z 0 [Note] Binlog end
mysql_1       | 2019-04-30T09:54:28.652032Z 0 [Note] Shutting down plugin 'ngram'
mysql_1       | 2019-04-30T09:54:28.652381Z 0 [Note] Shutting down plugin 'partition'
mysql_1       | 2019-04-30T09:54:28.652685Z 0 [Note] Shutting down plugin 'BLACKHOLE'
mysql_1       | 2019-04-30T09:54:28.653006Z 0 [Note] Shutting down plugin 'ARCHIVE'
mysql_1       | 2019-04-30T09:54:28.653329Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
mysql_1       | 2019-04-30T09:54:28.653677Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
mysql_1       | 2019-04-30T09:54:28.654006Z 0 [Note] Shutting down plugin 'MyISAM'
mysql_1       | 2019-04-30T09:54:28.654335Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
mysql_1       | 2019-04-30T09:54:28.654657Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
mysql_1       | 2019-04-30T09:54:28.654986Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
mysql_1       | 2019-04-30T09:54:28.655317Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
mysql_1       | 2019-04-30T09:54:28.655636Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
mysql_1       | 2019-04-30T09:54:28.655953Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
mysql_1       | 2019-04-30T09:54:28.656273Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
mysql_1       | 2019-04-30T09:54:28.656434Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
mysql_1       | 2019-04-30T09:54:28.656525Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
mysql_1       | 2019-04-30T09:54:28.656577Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
mysql_1       | 2019-04-30T09:54:28.656620Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
mysql_1       | 2019-04-30T09:54:28.656700Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
mysql_1       | 2019-04-30T09:54:28.656750Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
mysql_1       | 2019-04-30T09:54:28.656843Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
mysql_1       | 2019-04-30T09:54:28.656927Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
mysql_1       | 2019-04-30T09:54:28.656975Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
mysql_1       | 2019-04-30T09:54:28.657042Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
mysql_1       | 2019-04-30T09:54:28.657208Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
mysql_1       | 2019-04-30T09:54:28.657299Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
mysql_1       | 2019-04-30T09:54:28.657352Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
mysql_1       | 2019-04-30T09:54:28.657394Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
mysql_1       | 2019-04-30T09:54:28.657472Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
mysql_1       | 2019-04-30T09:54:28.657522Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
mysql_1       | 2019-04-30T09:54:28.657563Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
mysql_1       | 2019-04-30T09:54:28.657628Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
mysql_1       | 2019-04-30T09:54:28.657677Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
mysql_1       | 2019-04-30T09:54:28.657718Z 0 [Note] Shutting down plugin 'INNODB_CMP'
mysql_1       | 2019-04-30T09:54:28.657883Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
mysql_1       | 2019-04-30T09:54:28.657962Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
mysql_1       | 2019-04-30T09:54:28.658006Z 0 [Note] Shutting down plugin 'INNODB_TRX'
mysql_1       | 2019-04-30T09:54:28.658012Z 0 [Note] Shutting down plugin 'InnoDB'
mysql_1       | 2019-04-30T09:54:28.659270Z 0 [Note] InnoDB: FTS optimize thread exiting.
mysql_1       | 2019-04-30T09:54:28.659492Z 0 [Note] InnoDB: Starting shutdown...
mysql_1       | 2019-04-30T09:54:28.759824Z 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
mysql_1       | 2019-04-30T09:54:28.760605Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 190430  9:54:28
mongo_1       | 2019-04-30T09:54:29.244+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44804 #4 (1 connection now open)
mongo_1       | 2019-04-30T09:54:29.255+0000 I NETWORK  [conn4] end connection 127.0.0.1:44804 (0 connections now open)
socials_1     | 09:54:29,430 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
socials_1     | 09:54:29,462 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /opt/jboss/wildfly/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
mysql_1       | 2019-04-30T09:54:30.001568Z 0 [Note] InnoDB: Shutdown completed; log sequence number 12359632
mysql_1       | 2019-04-30T09:54:30.005489Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
mysql_1       | 2019-04-30T09:54:30.012086Z 0 [Note] Shutting down plugin 'MEMORY'
mysql_1       | 2019-04-30T09:54:30.012618Z 0 [Note] Shutting down plugin 'CSV'
mysql_1       | 2019-04-30T09:54:30.012976Z 0 [Note] Shutting down plugin 'sha256_password'
mysql_1       | 2019-04-30T09:54:30.013318Z 0 [Note] Shutting down plugin 'mysql_native_password'
mysql_1       | 2019-04-30T09:54:30.013783Z 0 [Note] Shutting down plugin 'binlog'
mysql_1       | 2019-04-30T09:54:30.015232Z 0 [Note] mysqld: Shutdown complete
mysql_1       |
socials_1     | 09:54:30,007 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
mysql_1       |
mysql_1       | MySQL init process done. Ready for start up.
mysql_1       |
keycloak_1    | java.lang.IllegalStateException: WFLYSRV0126: Could not create server content directory: /opt/jboss/keycloak/standalone/data/content
keycloak_1    | 	at org.jboss.as.server.ServerEnvironment.<init>(ServerEnvironment.java:490)
keycloak_1    | 	at org.jboss.as.server.Main.determineEnvironment(Main.java:339)
keycloak_1    | 	at org.jboss.as.server.Main.main(Main.java:95)
keycloak_1    | 	at org.jboss.modules.Module.run(Module.java:352)
keycloak_1    | 	at org.jboss.modules.Module.run(Module.java:320)
keycloak_1    | 	at org.jboss.modules.Main.main(Main.java:593)
keycloak_1    | 09:54:30,172 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
socials_1     | 09:54:30,224 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/jboss/wildfly/standalone/deployments
socials_1     | 09:54:30,307 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "SocialBackend.war" (runtime-name: "SocialBackend.war")
keycloak_1    | platform_keycloak_1 exited with code 1
mysql_1       | 2019-04-30T09:54:30.566174Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1       | 2019-04-30T09:54:30.570769Z 0 [Note] mysqld (mysqld 5.7.26) starting as process 1 ...
mysql_1       | 2019-04-30T09:54:30.578876Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_1       | 2019-04-30T09:54:30.579269Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1       | 2019-04-30T09:54:30.579633Z 0 [Note] InnoDB: Uses event mutexes
mysql_1       | 2019-04-30T09:54:30.579959Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql_1       | 2019-04-30T09:54:30.581463Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mysql_1       | 2019-04-30T09:54:30.581814Z 0 [Note] InnoDB: Using Linux native AIO
mysql_1       | 2019-04-30T09:54:30.582417Z 0 [Note] InnoDB: Number of pools: 1
mysql_1       | 2019-04-30T09:54:30.582863Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_1       | 2019-04-30T09:54:30.587940Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_1       | 2019-04-30T09:54:30.603442Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_1       | 2019-04-30T09:54:30.610491Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_1       | 2019-04-30T09:54:30.623284Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_1       | 2019-04-30T09:54:30.655961Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_1       | 2019-04-30T09:54:30.656643Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_1       | 2019-04-30T09:54:30.707910Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_1       | 2019-04-30T09:54:30.709330Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_1       | 2019-04-30T09:54:30.709695Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_1       | 2019-04-30T09:54:30.710290Z 0 [Note] InnoDB: Waiting for purge to start
mysql_1       | 2019-04-30T09:54:30.760842Z 0 [Note] InnoDB: 5.7.26 started; log sequence number 12359632
mysql_1       | 2019-04-30T09:54:30.761788Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_1       | 2019-04-30T09:54:30.767455Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
mysql_1       | 2019-04-30T09:54:30.771596Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_1       | 2019-04-30T09:54:30.772346Z 0 [Warning] CA certificate ca.pem is self signed.
mysql_1       | 2019-04-30T09:54:30.776854Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
mysql_1       | 2019-04-30T09:54:30.777255Z 0 [Note] IPv6 is available.
mysql_1       | 2019-04-30T09:54:30.777614Z 0 [Note]   - '::' resolves to '::';
mysql_1       | 2019-04-30T09:54:30.777960Z 0 [Note] Server socket created on IP: '::'.
mysql_1       | 2019-04-30T09:54:30.785205Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
mysql_1       | 2019-04-30T09:54:30.789804Z 0 [Note] InnoDB: Buffer pool(s) load completed at 190430  9:54:30
mysql_1       | 2019-04-30T09:54:30.808192Z 0 [Note] Event Scheduler: Loaded 0 events
mysql_1       | 2019-04-30T09:54:30.808760Z 0 [Note] mysqld: ready for connections.
mysql_1       | Version: '5.7.26'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
socials_1     | 09:54:30,866 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 09:54:30,870 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 09:54:30,879 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 09:54:30,883 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 09:54:30,854 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 58) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 09:54:30,884 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 58) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 09:54:30,991 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTPS listener https listening on 0.0.0.0:8444
socials_1     | 09:54:31,229 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6)
socials_1     | 09:54:34,073 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment SocialBackend.war
socials_1     | 09:54:34,225 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.2.4.Final
socials_1     | 09:54:34,369 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'NotificationBean' in deployment unit 'deployment "SocialBackend.war"' are as follows:
socials_1     |
socials_1     | 	java:global/SocialBackend/NotificationBean!org.waziup.socialbackend.ejb.NotificationBean
socials_1     | 	java:app/SocialBackend/NotificationBean!org.waziup.socialbackend.ejb.NotificationBean
socials_1     | 	java:module/NotificationBean!org.waziup.socialbackend.ejb.NotificationBean
socials_1     | 	java:global/SocialBackend/NotificationBean
socials_1     | 	java:app/SocialBackend/NotificationBean
socials_1     | 	java:module/NotificationBean
socials_1     |
mongo_1       | 2019-04-30T09:54:34.632+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44806 #5 (1 connection now open)
mongo_1       | 2019-04-30T09:54:34.639+0000 I NETWORK  [conn5] end connection 127.0.0.1:44806 (0 connections now open)
socials_1     | 09:54:34,911 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 58) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 09:54:34,913 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 58) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 09:54:35,045 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.3.5 (Final)
socials_1     | 09:54:35,742 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started client-mappings cache from ejb container
socials_1     | 09:54:37,216 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 59) WFLYUT0021: Registered web context: /api/v1/domains/waziup/
socials_1     | 09:54:37,266 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "SocialBackend.war" (runtime-name : "SocialBackend.war")
socials_1     | 09:54:37,438 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
socials_1     | 09:54:37,444 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
socials_1     | 09:54:37,444 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 27346ms - Started 455 of 691 services (404 services are lazy, passive or on-demand)
mongo_1       | 2019-04-30T09:54:39.890+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44808 #6 (1 connection now open)
mongo_1       | 2019-04-30T09:54:39.900+0000 I NETWORK  [conn6] end connection 127.0.0.1:44808 (0 connections now open)
mongo_1       | 2019-04-30T09:54:45.092+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44810 #7 (1 connection now open)
mongo_1       | 2019-04-30T09:54:45.102+0000 I NETWORK  [conn7] end connection 127.0.0.1:44810 (0 connections now open)
mongo_1       | 2019-04-30T09:54:50.295+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44812 #8 (1 connection now open)
mongo_1       | 2019-04-30T09:54:50.300+0000 I NETWORK  [conn8] end connection 127.0.0.1:44812 (0 connections now open)
mongo_1       | 2019-04-30T09:54:55.498+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44814 #9 (1 connection now open)
mongo_1       | 2019-04-30T09:54:55.508+0000 I NETWORK  [conn9] end connection 127.0.0.1:44814 (0 connections now open)
mongo_1       | 2019-04-30T09:55:00.701+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44816 #10 (1 connection now open)
mongo_1       | 2019-04-30T09:55:00.711+0000 I NETWORK  [conn10] end connection 127.0.0.1:44816 (0 connections now open)
mongo_1       | 2019-04-30T09:55:05.901+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44818 #11 (1 connection now open)
mongo_1       | 2019-04-30T09:55:05.912+0000 I NETWORK  [conn11] end connection 127.0.0.1:44818 (0 connections now open)
mongo_1       | 2019-04-30T09:55:11.207+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44820 #12 (1 connection now open)
mongo_1       | 2019-04-30T09:55:11.212+0000 I NETWORK  [conn12] end connection 127.0.0.1:44820 (0 connections now open)
mongo_1       | 2019-04-30T09:55:16.410+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44822 #13 (1 connection now open)
mongo_1       | 2019-04-30T09:55:16.420+0000 I NETWORK  [conn13] end connection 127.0.0.1:44822 (0 connections now open)
mongo_1       | 2019-04-30T09:55:21.614+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44824 #14 (1 connection now open)
mongo_1       | 2019-04-30T09:55:21.624+0000 I NETWORK  [conn14] end connection 127.0.0.1:44824 (0 connections now open)
mongo_1       | 2019-04-30T09:55:26.813+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44826 #15 (1 connection now open)
mongo_1       | 2019-04-30T09:55:26.824+0000 I NETWORK  [conn15] end connection 127.0.0.1:44826 (0 connections now open)
mongo_1       | 2019-04-30T09:55:32.013+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44828 #16 (1 connection now open)
mongo_1       | 2019-04-30T09:55:32.023+0000 I NETWORK  [conn16] end connection 127.0.0.1:44828 (0 connections now open)
mongo_1       | 2019-04-30T09:55:37.212+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44830 #17 (1 connection now open)
mongo_1       | 2019-04-30T09:55:37.222+0000 I NETWORK  [conn17] end connection 127.0.0.1:44830 (0 connections now open)
mongo_1       | 2019-04-30T09:55:42.411+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44832 #18 (1 connection now open)
mongo_1       | 2019-04-30T09:55:42.416+0000 I NETWORK  [conn18] end connection 127.0.0.1:44832 (0 connections now open)
mongo_1       | 2019-04-30T09:55:47.621+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44834 #19 (1 connection now open)
mongo_1       | 2019-04-30T09:55:47.632+0000 I NETWORK  [conn19] end connection 127.0.0.1:44834 (0 connections now open)
mongo_1       | 2019-04-30T09:55:52.819+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:44836 #20 (1 connection now open)
mongo_1       | 2019-04-30T09:55:52.824+0000 I NETWORK  [conn20] end connection 127.0.0.1:44836 (0 connections now open)``

@mtuchi
Copy link
Author

mtuchi commented Apr 30, 2019

Attaching to platform_mongo_1, platform_dashboard_1, platform_mysql_1, platform_orion_1, platform_socials_1, platform_keycloak_1, platform_api-server_1
mongo_1       | 2019-04-30T10:05:38.149+0000 I CONTROL  [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=mongo
mongo_1       | 2019-04-30T10:05:38.149+0000 I CONTROL  [initandlisten] db version v3.2.8
mongo_1       | 2019-04-30T10:05:38.149+0000 I CONTROL  [initandlisten] git version: ed70e33130c977bda0024c125b56d159573dbaf0
mongo_1       | 2019-04-30T10:05:38.149+0000 I CONTROL  [initandlisten] OpenSSL version: OpenSSL 1.0.1e 11 Feb 2013
mongo_1       | 2019-04-30T10:05:38.149+0000 I CONTROL  [initandlisten] allocator: tcmalloc
mongo_1       | 2019-04-30T10:05:38.149+0000 I CONTROL  [initandlisten] modules: none
mongo_1       | 2019-04-30T10:05:38.149+0000 I CONTROL  [initandlisten] build environment:
mongo_1       | 2019-04-30T10:05:38.149+0000 I CONTROL  [initandlisten]     distmod: debian71
mongo_1       | 2019-04-30T10:05:38.149+0000 I CONTROL  [initandlisten]     distarch: x86_64
mongo_1       | 2019-04-30T10:05:38.149+0000 I CONTROL  [initandlisten]     target_arch: x86_64
mongo_1       | 2019-04-30T10:05:38.149+0000 I CONTROL  [initandlisten] options: {}
mongo_1       | 2019-04-30T10:05:38.157+0000 I -        [initandlisten] Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
mongo_1       | 2019-04-30T10:05:38.157+0000 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=1G,session_max=20000,eviction=(threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),
mongo_1       | 2019-04-30T10:05:41.105+0000 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
mongo_1       | 2019-04-30T10:05:41.105+0000 I NETWORK  [initandlisten] waiting for connections on port 27017
mongo_1       | 2019-04-30T10:05:41.108+0000 I NETWORK  [HostnameCanonicalizationWorker] Starting hostname canonicalization worker
mysql_1       | 2019-04-30T10:05:39.848434Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1       | 2019-04-30T10:05:39.870598Z 0 [Note] mysqld (mysqld 5.7.26) starting as process 1 ...
mysql_1       | 2019-04-30T10:05:39.895575Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_1       | 2019-04-30T10:05:39.895598Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1       | 2019-04-30T10:05:39.895602Z 0 [Note] InnoDB: Uses event mutexes
mysql_1       | 2019-04-30T10:05:39.895605Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql_1       | 2019-04-30T10:05:39.895609Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mysql_1       | 2019-04-30T10:05:39.895612Z 0 [Note] InnoDB: Using Linux native AIO
mysql_1       | 2019-04-30T10:05:39.901755Z 0 [Note] InnoDB: Number of pools: 1
mysql_1       | 2019-04-30T10:05:39.901864Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_1       | 2019-04-30T10:05:39.925353Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_1       | 2019-04-30T10:05:39.991331Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_1       | 2019-04-30T10:05:40.023656Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_1       | 2019-04-30T10:05:40.030059Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_1       | 2019-04-30T10:05:40.099629Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_1       | 2019-04-30T10:05:40.099701Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_1       | 2019-04-30T10:05:40.163586Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_1       | 2019-04-30T10:05:40.168448Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_1       | 2019-04-30T10:05:40.168461Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_1       | 2019-04-30T10:05:40.168724Z 0 [Note] InnoDB: Waiting for purge to start
orion_1       | time=Tuesday 30 Apr 10:05:39 2019.910Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=contextBroker.cpp[382]:pidFile | msg=PID-file '/tmp/contextBroker.pid' found. A broker seems to be running already
mysql_1       | 2019-04-30T10:05:40.218944Z 0 [Note] InnoDB: 5.7.26 started; log sequence number 12359660
mysql_1       | 2019-04-30T10:05:40.220436Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_1       | 2019-04-30T10:05:40.236103Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_1       | 2019-04-30T10:05:40.239518Z 0 [Note] InnoDB: Buffer pool(s) load completed at 190430 10:05:40
mysql_1       | 2019-04-30T10:05:40.272133Z 0 [Warning] World-writable config file './auto.cnf' is ignored.
mysql_1       | 2019-04-30T10:05:40.272200Z 0 [Warning] World-writable config file './auto.cnf' has been removed.
mysql_1       |
mysql_1       | 2019-04-30T10:05:40.272251Z 0 [Note] Salting uuid generator variables, current_pid: 1, server_start_time: 1556618739, bytes_sent: 0,
mysql_1       | 2019-04-30T10:05:40.272300Z 0 [Note] Generated uuid: '8226beac-6b2f-11e9-87c3-0242ac120003', server_start_time: 281476533329396, bytes_sent: 94460539746928
mysql_1       | 2019-04-30T10:05:40.272322Z 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: 8226beac-6b2f-11e9-87c3-0242ac120003.
mysql_1       | 2019-04-30T10:05:40.277152Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
mysql_1       | 2019-04-30T10:05:40.277345Z 0 [Warning] CA certificate ca.pem is self signed.
mysql_1       | 2019-04-30T10:05:40.279245Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
mysql_1       | 2019-04-30T10:05:40.279271Z 0 [Note] IPv6 is available.
mysql_1       | 2019-04-30T10:05:40.279280Z 0 [Note]   - '::' resolves to '::';
mysql_1       | 2019-04-30T10:05:40.279301Z 0 [Note] Server socket created on IP: '::'.
mysql_1       | 2019-04-30T10:05:40.296169Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
mysql_1       | 2019-04-30T10:05:40.358417Z 0 [Note] Event Scheduler: Loaded 0 events
socials_1     | JAVA_OPTS already set in environment; overriding default settings with values: -Xms256m -Xmx512m -Djava.net.preferIPv4Stack=true
mysql_1       | 2019-04-30T10:05:40.367464Z 0 [Note] mysqld: ready for connections.
mysql_1       | Version: '5.7.26'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
socials_1     | =========================================================================
socials_1     |
socials_1     |   JBoss Bootstrap Environment
socials_1     |
socials_1     |   JBOSS_HOME: /opt/jboss/wildfly
socials_1     |
socials_1     |   JAVA: /usr/lib/jvm/java/bin/java
socials_1     |
socials_1     |   JAVA_OPTS:  -server -Xms256m -Xmx512m -Djava.net.preferIPv4Stack=true
socials_1     |
socials_1     | =========================================================================
socials_1     |
platform_orion_1 exited with code 1
dashboard_1   | The server is running at http://localhost:3000/
socials_1     | 10:05:42,739 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
mongo_1       | 2019-04-30T10:05:43.624+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45056 #1 (1 connection now open)
mongo_1       | 2019-04-30T10:05:43.642+0000 I NETWORK  [conn1] end connection 127.0.0.1:45056 (0 connections now open)
socials_1     | 10:05:44,220 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
api-server_1  | 2019-04-30T10:05:44.468Z - info: Listening on http://localhost:800
socials_1     | 10:05:44,530 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting
keycloak_1    | User with username 'admin' already added to '/opt/jboss/keycloak/standalone/configuration/keycloak-add-user.json'
keycloak_1    | =========================================================================
keycloak_1    |
keycloak_1    |   Using MySQL database
keycloak_1    |
keycloak_1    | =========================================================================
keycloak_1    |
mongo_1       | 2019-04-30T10:05:49.083+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45058 #2 (1 connection now open)
mongo_1       | 2019-04-30T10:05:49.097+0000 I NETWORK  [conn2] end connection 127.0.0.1:45058 (0 connections now open)
socials_1     | 10:05:50,151 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
socials_1     | 10:05:50,245 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.4.0.Final
socials_1     | 10:05:50,290 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.4.0.Final
socials_1     | 10:05:50,524 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.21.Final
socials_1     | 10:05:50,597 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
socials_1     | 10:05:50,626 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
socials_1     | 10:05:50,632 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
socials_1     | 10:05:50,668 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
socials_1     | 10:05:50,637 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
socials_1     | 10:05:50,798 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]
socials_1     | 10:05:50,866 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 2 core threads with 16 task threads based on your 1 available processors
socials_1     | 10:05:51,275 INFO  [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=4.9.6.Final
socials_1     | 10:05:51,372 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
socials_1     | 10:05:51,478 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 1.4.0.Final starting
keycloak_1    | 10:05:51,452 INFO  [org.jboss.modules] (CLI command executor) JBoss Modules version 1.8.5.Final
keycloak_1    | 10:05:51,795 INFO  [org.jboss.msc] (CLI command executor) JBoss MSC version 1.4.2.Final
keycloak_1    | 10:05:51,839 INFO  [org.jboss.threads] (CLI command executor) JBoss Threads version 2.3.2.Final
socials_1     | 10:05:51,923 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)
socials_1     | 10:05:52,125 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
socials_1     | 10:05:52,128 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2
socials_1     | 10:05:52,091 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
socials_1     | 10:05:52,273 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path '/opt/jboss/wildfly/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
keycloak_1    | 10:05:52,462 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) starting
keycloak_1    | 10:05:52,804 INFO  [org.jboss.vfs] (MSC service thread 1-2) VFS000002: Failed to clean existing content for temp file provider of type temp. Enable DEBUG level log to find what caused this
socials_1     | 10:05:52,896 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 16 (per class), which is derived from thread worker pool sizing.
socials_1     | 10:05:52,915 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 4 (per class), which is derived from the number of CPUs on this host.
socials_1     | 10:05:53,028 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
socials_1     | 10:05:53,441 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:9123
socials_1     | 10:05:53,450 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
mongo_1       | 2019-04-30T10:05:54.542+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45060 #3 (1 connection now open)
mongo_1       | 2019-04-30T10:05:54.558+0000 I NETWORK  [conn3] end connection 127.0.0.1:45060 (0 connections now open)
socials_1     | 10:05:55,189 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-1) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final
socials_1     | 10:05:55,305 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /opt/jboss/wildfly/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
socials_1     | 10:05:55,326 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
socials_1     | 10:05:55,358 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/jboss/wildfly/standalone/deployments
socials_1     | 10:05:55,380 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "SocialBackend.war" (runtime-name: "SocialBackend.war")
socials_1     | 10:05:55,419 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 63) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 10:05:55,442 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 63) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 10:05:55,461 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 10:05:55,462 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 10:05:55,473 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 10:05:55,498 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 10:05:56,120 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTPS listener https listening on 0.0.0.0:8444
socials_1     | 10:05:56,767 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6)
keycloak_1    | 10:05:59,228 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1    | 10:05:59,365 INFO  [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly Elytron version 1.3.3.Final
keycloak_1    | 10:05:59,637 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
mongo_1       | 2019-04-30T10:06:00.036+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45062 #4 (1 connection now open)
mongo_1       | 2019-04-30T10:06:00.052+0000 I NETWORK  [conn4] end connection 127.0.0.1:45062 (0 connections now open)
keycloak_1    | 10:06:00,962 INFO  [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: Keycloak cumulative patch ID is: base, one-off patches include: none
keycloak_1    | 10:06:01,096 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /opt/jboss/keycloak/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
keycloak_1    | 10:06:01,480 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
keycloak_1    | 10:06:01,492 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) started in 9988ms - Started 63 of 78 services (26 services are lazy, passive or on-demand)
keycloak_1    | The batch failed with the following error: :
keycloak_1    | WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:
keycloak_1    | Step: step-9
keycloak_1    | Operation: /subsystem=datasources/jdbc-driver=mysql:add(driver-name=mysql, driver-module-name=com.mysql.jdbc, driver-xa-datasource-class-name=com.mysql.jdbc.jdbc2.optional.MysqlXADataSource)
keycloak_1    | Failure: WFLYCTL0212: Duplicate resource [
keycloak_1    |     ("subsystem" => "datasources"),
keycloak_1    |     ("jdbc-driver" => "mysql")
keycloak_1    | ]
keycloak_1    |
keycloak_1    | 10:06:02,051 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) stopped in 54ms
socials_1     | 10:06:02,990 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment SocialBackend.war
socials_1     | 10:06:03,248 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.2.4.Final
socials_1     | 10:06:03,551 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'NotificationBean' in deployment unit 'deployment "SocialBackend.war"' are as follows:
socials_1     |
socials_1     | 	java:global/SocialBackend/NotificationBean!org.waziup.socialbackend.ejb.NotificationBean
socials_1     | 	java:app/SocialBackend/NotificationBean!org.waziup.socialbackend.ejb.NotificationBean
socials_1     | 	java:module/NotificationBean!org.waziup.socialbackend.ejb.NotificationBean
socials_1     | 	java:global/SocialBackend/NotificationBean
socials_1     | 	java:app/SocialBackend/NotificationBean
socials_1     | 	java:module/NotificationBean
socials_1     |
socials_1     | 10:06:04,147 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 10:06:04,151 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
socials_1     | 10:06:04,440 INFO  [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.3.5 (Final)
mongo_1       | 2019-04-30T10:06:05.514+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45064 #5 (1 connection now open)
mongo_1       | 2019-04-30T10:06:05.528+0000 I NETWORK  [conn5] end connection 127.0.0.1:45064 (0 connections now open)
socials_1     | 10:06:06,228 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started client-mappings cache from ejb container
keycloak_1    | 10:06:06,838 INFO  [org.jboss.modules] (CLI command executor) JBoss Modules version 1.8.5.Final
keycloak_1    | 10:06:07,132 INFO  [org.jboss.msc] (CLI command executor) JBoss MSC version 1.4.2.Final
keycloak_1    | 10:06:07,166 INFO  [org.jboss.threads] (CLI command executor) JBoss Threads version 2.3.2.Final
keycloak_1    | 10:06:07,867 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) starting
keycloak_1    | 10:06:08,157 INFO  [org.jboss.vfs] (MSC service thread 1-2) VFS000002: Failed to clean existing content for temp file provider of type temp. Enable DEBUG level log to find what caused this
socials_1     | 10:06:09,331 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 60) WFLYUT0021: Registered web context: /api/v1/domains/waziup/
socials_1     | 10:06:09,453 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "SocialBackend.war" (runtime-name : "SocialBackend.war")
socials_1     | 10:06:09,866 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
socials_1     | 10:06:09,871 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
socials_1     | 10:06:09,871 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 29135ms - Started 455 of 691 services (404 services are lazy, passive or on-demand)
mongo_1       | 2019-04-30T10:06:10.881+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45066 #6 (1 connection now open)
mongo_1       | 2019-04-30T10:06:10.892+0000 I NETWORK  [conn6] end connection 127.0.0.1:45066 (0 connections now open)
keycloak_1    | 10:06:12,581 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1    | 10:06:12,636 INFO  [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly Elytron version 1.3.3.Final
keycloak_1    | 10:06:12,893 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1    | 10:06:13,259 INFO  [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: Keycloak cumulative patch ID is: base, one-off patches include: none
keycloak_1    | 10:06:13,315 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-2) WFLYDM0111: Keystore /opt/jboss/keycloak/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
keycloak_1    | 10:06:13,512 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
keycloak_1    | 10:06:13,518 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) started in 6646ms - Started 65 of 84 services (30 services are lazy, passive or on-demand)
keycloak_1    | The batch failed with the following error: :
keycloak_1    | WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:
keycloak_1    | Step: step-9
keycloak_1    | Operation: /subsystem=datasources/jdbc-driver=mysql:add(driver-name=mysql, driver-module-name=com.mysql.jdbc, driver-xa-datasource-class-name=com.mysql.jdbc.jdbc2.optional.MysqlXADataSource)
keycloak_1    | Failure: WFLYCTL0212: Duplicate resource [
keycloak_1    |     ("subsystem" => "datasources"),
keycloak_1    |     ("jdbc-driver" => "mysql")
keycloak_1    | ]
keycloak_1    |
keycloak_1    | 10:06:13,734 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) stopped in 23ms
keycloak_1    | =========================================================================
keycloak_1    |
keycloak_1    |   JBoss Bootstrap Environment
keycloak_1    |
keycloak_1    |   JBOSS_HOME: /opt/jboss/keycloak
keycloak_1    |
keycloak_1    |   JAVA: /usr/lib/jvm/java/bin/java
keycloak_1    |
keycloak_1    |   JAVA_OPTS:  -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
keycloak_1    |
keycloak_1    | =========================================================================
keycloak_1    |
keycloak_1    | 10:06:14,699 INFO  [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
keycloak_1    | 10:06:15,274 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
keycloak_1    | 10:06:15,294 INFO  [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
keycloak_1    | 10:06:15,614 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) starting
keycloak_1    | 10:06:15,788 INFO  [org.jboss.vfs] (MSC service thread 1-2) VFS000002: Failed to clean existing content for temp file provider of type temp. Enable DEBUG level log to find what caused this
mongo_1       | 2019-04-30T10:06:16.260+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45068 #7 (1 connection now open)
mongo_1       | 2019-04-30T10:06:16.269+0000 I NETWORK  [conn7] end connection 127.0.0.1:45068 (0 connections now open)
keycloak_1    | 10:06:18,926 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1    | 10:06:18,982 INFO  [org.wildfly.security] (ServerService Thread Pool -- 15) ELY00001: WildFly Elytron version 1.3.3.Final
keycloak_1    | 10:06:19,050 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 23) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1    | 10:06:19,247 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
keycloak_1    | 10:06:19,287 INFO  [org.xnio] (MSC service thread 1-1) XNIO version 3.6.3.Final
keycloak_1    | 10:06:19,313 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.6.3.Final
keycloak_1    | 10:06:19,498 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) WFLYCLINF0001: Activating Infinispan subsystem.
keycloak_1    | 10:06:19,501 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 42) WFLYSEC0002: Activating Security Subsystem
keycloak_1    | 10:06:19,495 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 39) WFLYNAM0001: Activating Naming Subsystem
keycloak_1    | 10:06:19,542 INFO  [org.jboss.as.ee] (ServerService Thread Pool -- 28) WFLYEE0119: The system property 'ee8.preview.mode' is NOT set to 'true'. For provided EE 8 APIs where the EE 8 version of the API differs from what is supported in EE 7, the EE 7 variant of the API will be used. Support for this setting will be removed once all EE 8 APIs are provided and certified.
keycloak_1    | 10:06:19,537 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 32) WFLYIO001: Worker 'default' has auto-configured to 2 core threads with 16 task threads based on your 1 available processors
keycloak_1    | 10:06:19,500 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 44) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
keycloak_1    | 10:06:19,755 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.7.Final
keycloak_1    | 10:06:19,732 INFO  [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=5.0.2.Final
keycloak_1    | 10:06:19,744 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 33) WFLYRS0016: RESTEasy version 3.5.1.Final
keycloak_1    | 10:06:19,843 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
keycloak_1    | 10:06:19,945 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.9.Final)
keycloak_1    | 10:06:19,992 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
keycloak_1    | 10:06:20,000 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.0.9.Final starting
keycloak_1    | 10:06:20,229 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
keycloak_1    | 10:06:20,232 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = mysql
keycloak_1    | 10:06:20,246 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
keycloak_1    | 10:06:20,441 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 45) WFLYUT0014: Creating file handler for path '/opt/jboss/keycloak/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
keycloak_1    | 10:06:21,021 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 4 (per class), which is derived from the number of CPUs on this host.
keycloak_1    | 10:06:21,011 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 16 (per class), which is derived from thread worker pool sizing.
keycloak_1    | 10:06:21,034 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
keycloak_1    | 10:06:21,537 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
mongo_1       | 2019-04-30T10:06:21.656+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45070 #8 (1 connection now open)
mongo_1       | 2019-04-30T10:06:21.668+0000 I NETWORK  [conn8] end connection 127.0.0.1:45070 (0 connections now open)
keycloak_1    | 10:06:21,866 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
keycloak_1    | 10:06:22,013 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:8080
keycloak_1    | 10:06:22,068 INFO  [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: Keycloak cumulative patch ID is: base, one-off patches include: none
keycloak_1    | 10:06:22,109 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0493: EJB subsystem suspension complete
keycloak_1    | 10:06:22,158 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-2) WFLYDM0111: Keystore /opt/jboss/keycloak/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
keycloak_1    | 10:06:22,191 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/jboss/keycloak/standalone/deployments
keycloak_1    | 10:06:22,220 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "keycloak-server.war" (runtime-name: "keycloak-server.war")
keycloak_1    | 10:06:22,547 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTPS listener https listening on 0.0.0.0:8443
keycloak_1    | 10:06:22,565 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/KeycloakDS]
keycloak_1    | 10:06:22,566 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
keycloak_1    | 10:06:23,776 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-1) ISPN000128: Infinispan version: Infinispan 'Gaina' 9.2.4.Final
keycloak_1    | 10:06:24,309 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 54) WFLYCLINF0002: Started loginFailures cache from keycloak container
keycloak_1    | 10:06:24,315 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 57) WFLYCLINF0002: Started offlineSessions cache from keycloak container
keycloak_1    | 10:06:24,315 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 51) WFLYCLINF0002: Started users cache from keycloak container
keycloak_1    | 10:06:24,315 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 47) WFLYCLINF0002: Started authenticationSessions cache from keycloak container
keycloak_1    | 10:06:24,315 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 52) WFLYCLINF0002: Started actionTokens cache from keycloak container
keycloak_1    | 10:06:24,315 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0002: Started realms cache from keycloak container
keycloak_1    | 10:06:24,315 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 56) WFLYCLINF0002: Started clientSessions cache from keycloak container
keycloak_1    | 10:06:24,312 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 49) WFLYCLINF0002: Started sessions cache from keycloak container
keycloak_1    | 10:06:24,311 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 53) WFLYCLINF0002: Started offlineClientSessions cache from keycloak container
keycloak_1    | 10:06:24,311 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 55) WFLYCLINF0002: Started work cache from keycloak container
keycloak_1    | 10:06:24,322 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 50) WFLYCLINF0002: Started keys cache from keycloak container
keycloak_1    | 10:06:24,327 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 46) WFLYCLINF0002: Started authorization cache from keycloak container
keycloak_1    | 10:06:24,381 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started client-mappings cache from ejb container
keycloak_1    | 10:06:26,128 INFO  [org.keycloak.services] (ServerService Thread Pool -- 58) KC-SERVICES0001: Loading config from standalone.xml or domain.xml
mongo_1       | 2019-04-30T10:06:27.104+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45072 #9 (1 connection now open)
mongo_1       | 2019-04-30T10:06:27.117+0000 I NETWORK  [conn9] end connection 127.0.0.1:45072 (0 connections now open)
keycloak_1    | 10:06:27,416 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started realmRevisions cache from keycloak container
keycloak_1    | 10:06:27,431 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started userRevisions cache from keycloak container
keycloak_1    | 10:06:27,463 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started authorizationRevisions cache from keycloak container
keycloak_1    | 10:06:27,468 INFO  [org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory] (ServerService Thread Pool -- 58) Node name: 246aab646ce3, Site name: null
keycloak_1    | 10:06:28,468 ERROR [stderr] (ServerService Thread Pool -- 58) Tue Apr 30 10:06:28 UTC 2019 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.
keycloak_1    | 10:06:29,391 ERROR [stderr] (ServerService Thread Pool -- 58) Tue Apr 30 10:06:29 UTC 2019 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.
mongo_1       | 2019-04-30T10:06:32.488+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45078 #10 (1 connection now open)
mongo_1       | 2019-04-30T10:06:32.500+0000 I NETWORK  [conn10] end connection 127.0.0.1:45078 (0 connections now open)
keycloak_1    | 10:06:35,232 INFO  [org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider] (ServerService Thread Pool -- 58) Initializing database schema. Using changelog META-INF/jpa-changelog-master.xml
mongo_1       | 2019-04-30T10:06:37.817+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45080 #11 (1 connection now open)
mongo_1       | 2019-04-30T10:06:37.823+0000 I NETWORK  [conn11] end connection 127.0.0.1:45080 (0 connections now open)
mongo_1       | 2019-04-30T10:06:43.109+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45082 #12 (1 connection now open)
mongo_1       | 2019-04-30T10:06:43.125+0000 I NETWORK  [conn12] end connection 127.0.0.1:45082 (0 connections now open)
mongo_1       | 2019-04-30T10:06:48.346+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45084 #13 (1 connection now open)
mongo_1       | 2019-04-30T10:06:48.352+0000 I NETWORK  [conn13] end connection 127.0.0.1:45084 (0 connections now open)
mongo_1       | 2019-04-30T10:06:53.631+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45086 #14 (1 connection now open)
mongo_1       | 2019-04-30T10:06:53.636+0000 I NETWORK  [conn14] end connection 127.0.0.1:45086 (0 connections now open)
mongo_1       | 2019-04-30T10:06:58.920+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45088 #15 (1 connection now open)
mongo_1       | 2019-04-30T10:06:58.931+0000 I NETWORK  [conn15] end connection 127.0.0.1:45088 (0 connections now open)
mongo_1       | 2019-04-30T10:07:04.185+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45090 #16 (1 connection now open)
mongo_1       | 2019-04-30T10:07:04.191+0000 I NETWORK  [conn16] end connection 127.0.0.1:45090 (0 connections now open)
mongo_1       | 2019-04-30T10:07:09.447+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45092 #17 (1 connection now open)
mongo_1       | 2019-04-30T10:07:09.455+0000 I NETWORK  [conn17] end connection 127.0.0.1:45092 (0 connections now open)
mongo_1       | 2019-04-30T10:07:14.728+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45094 #18 (1 connection now open)
mongo_1       | 2019-04-30T10:07:14.740+0000 I NETWORK  [conn18] end connection 127.0.0.1:45094 (0 connections now open)
mongo_1       | 2019-04-30T10:07:20.108+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45096 #19 (1 connection now open)
mongo_1       | 2019-04-30T10:07:20.114+0000 I NETWORK  [conn19] end connection 127.0.0.1:45096 (0 connections now open)
mongo_1       | 2019-04-30T10:07:25.362+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45098 #20 (1 connection now open)
mongo_1       | 2019-04-30T10:07:25.371+0000 I NETWORK  [conn20] end connection 127.0.0.1:45098 (0 connections now open)
mongo_1       | 2019-04-30T10:07:30.694+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45100 #21 (1 connection now open)
mongo_1       | 2019-04-30T10:07:30.700+0000 I NETWORK  [conn21] end connection 127.0.0.1:45100 (0 connections now open)
mongo_1       | 2019-04-30T10:07:35.967+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45102 #22 (1 connection now open)
mongo_1       | 2019-04-30T10:07:35.972+0000 I NETWORK  [conn22] end connection 127.0.0.1:45102 (0 connections now open)
mongo_1       | 2019-04-30T10:07:41.241+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45104 #23 (1 connection now open)
mongo_1       | 2019-04-30T10:07:41.256+0000 I NETWORK  [conn23] end connection 127.0.0.1:45104 (0 connections now open)
keycloak_1    | 10:07:45,457 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 58) HHH000204: Processing PersistenceUnitInfo [
keycloak_1    | 	name: keycloak-default
keycloak_1    | 	...]
keycloak_1    | 10:07:45,597 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 58) HHH000412: Hibernate Core {5.1.14.Final}
keycloak_1    | 10:07:45,600 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 58) HHH000206: hibernate.properties not found
keycloak_1    | 10:07:45,606 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 58) HHH000021: Bytecode provider name : javassist
keycloak_1    | 10:07:45,672 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 58) HCANN000001: Hibernate Commons Annotations {5.0.2.Final}
keycloak_1    | 10:07:45,932 ERROR [stderr] (ServerService Thread Pool -- 58) Tue Apr 30 10:07:45 UTC 2019 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.
keycloak_1    | 10:07:46,034 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 58) HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
keycloak_1    | 10:07:46,145 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 58) Envers integration enabled? : true
mongo_1       | 2019-04-30T10:07:46.613+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45108 #24 (1 connection now open)
mongo_1       | 2019-04-30T10:07:46.623+0000 I NETWORK  [conn24] end connection 127.0.0.1:45108 (0 connections now open)
keycloak_1    | 10:07:47,671 INFO  [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 58) HV000001: Hibernate Validator 5.3.6.Final
keycloak_1    | 10:07:49,318 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 58) HHH000397: Using ASTQueryTranslatorFactory
keycloak_1    | 10:07:51,160 INFO  [org.keycloak.exportimport.dir.DirImportProvider] (ServerService Thread Pool -- 58) Importing from directory /opt/jboss/keycloak/imports
keycloak_1    | 10:07:51,165 INFO  [org.keycloak.services] (ServerService Thread Pool -- 58) KC-SERVICES0030: Full model import requested. Strategy: IGNORE_EXISTING
mongo_1       | 2019-04-30T10:07:52.024+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45110 #25 (1 connection now open)
mongo_1       | 2019-04-30T10:07:52.033+0000 I NETWORK  [conn25] end connection 127.0.0.1:45110 (0 connections now open)
keycloak_1    | 10:07:54,218 INFO  [org.keycloak.exportimport.util.ImportUtils] (ServerService Thread Pool -- 58) Realm 'master' imported
keycloak_1    | 10:07:54,840 INFO  [org.keycloak.exportimport.dir.DirImportProvider] (ServerService Thread Pool -- 58) Imported users from /opt/jboss/keycloak/imports/master-users-0.json
keycloak_1    | 10:07:56,810 INFO  [org.keycloak.exportimport.util.ImportUtils] (ServerService Thread Pool -- 58) Realm 'waziup' imported
keycloak_1    | 10:07:57,323 INFO  [org.keycloak.exportimport.dir.DirImportProvider] (ServerService Thread Pool -- 58) Imported users from /opt/jboss/keycloak/imports/waziup-users-0.json
mongo_1       | 2019-04-30T10:07:57.409+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45112 #26 (1 connection now open)
mongo_1       | 2019-04-30T10:07:57.419+0000 I NETWORK  [conn26] end connection 127.0.0.1:45112 (0 connections now open)
keycloak_1    | 10:07:58,306 INFO  [org.keycloak.services] (ServerService Thread Pool -- 58) KC-SERVICES0032: Import finished successfully
keycloak_1    | 10:07:58,312 INFO  [org.keycloak.services] (ServerService Thread Pool -- 58) KC-SERVICES0006: Importing users from '/opt/jboss/keycloak/standalone/configuration/keycloak-add-user.json'
keycloak_1    | 10:07:58,334 WARN  [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (ServerService Thread Pool -- 58) SQL Error: 1062, SQLState: 23000
keycloak_1    | 10:07:58,334 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (ServerService Thread Pool -- 58) Duplicate entry 'master-admin' for key 'UK_RU8TT6T700S9V50BU18WS5HA6'
keycloak_1    | 10:07:58,336 INFO  [org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl] (ServerService Thread Pool -- 58) HHH000010: On release of batch it still contained JDBC statements
keycloak_1    | 10:07:58,361 ERROR [org.keycloak.services] (ServerService Thread Pool -- 58) KC-SERVICES0010: Failed to add user 'admin' to realm 'master': user with username exists
keycloak_1    | 10:07:58,452 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:07:58,458 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002200: Adding class resource org.keycloak.services.resources.JsResource from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:07:58,458 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002205: Adding provider class org.keycloak.services.filters.KeycloakTransactionCommitter from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:07:58,459 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002205: Adding provider class org.keycloak.services.error.KeycloakErrorHandler from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:07:58,460 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002200: Adding class resource org.keycloak.services.resources.ThemeResource from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:07:58,463 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002220: Adding singleton resource org.keycloak.services.resources.RobotsResource from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:07:58,463 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002220: Adding singleton resource org.keycloak.services.resources.admin.AdminRoot from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:07:58,464 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002210: Adding provider singleton org.keycloak.services.util.ObjectMapperResolver from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:07:58,465 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002220: Adding singleton resource org.keycloak.services.resources.WelcomeResource from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:07:58,467 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002220: Adding singleton resource org.keycloak.services.resources.RealmsResource from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:07:58,642 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 58) WFLYUT0021: Registered web context: '/auth' for server 'default-server'
keycloak_1    | 10:07:58,676 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 37) WFLYSRV0010: Deployed "keycloak-server.war" (runtime-name : "keycloak-server.war")
keycloak_1    | 10:07:58,778 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
keycloak_1    | 10:07:58,786 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
keycloak_1    | 10:07:58,786 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
keycloak_1    | 10:07:58,787 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) started in 104781ms - Started 542 of 808 services (534 services are lazy, passive or on-demand)
mongo_1       | 2019-04-30T10:08:02.673+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45114 #27 (1 connection now open)
mongo_1       | 2019-04-30T10:08:02.684+0000 I NETWORK  [conn27] end connection 127.0.0.1:45114 (0 connections now open)

@mtuchi
Copy link
Author

mtuchi commented Apr 30, 2019

WARNING: The WAZIUP_ADMIN_PASS variable is not set. Defaulting to a blank string.
WARNING: The TWITTER_CONSUMER_KEY variable is not set. Defaulting to a blank string.
WARNING: The TWITTER_CONSUMER_SECRET variable is not set. Defaulting to a blank string.
WARNING: The TWITTER_ACCESS_TOKEN variable is not set. Defaulting to a blank string.
WARNING: The TWITTER_ACCESS_TOKEN_SECRET variable is not set. Defaulting to a blank string.
WARNING: The PLIVO_ID variable is not set. Defaulting to a blank string.
WARNING: The PLIVO_TOKEN variable is not set. Defaulting to a blank string.
Pulling mongo      ... done
Pulling orion      ... done
Pulling mqtt       ... done
Pulling mysql      ... done
Pulling keycloak   ... done
Pulling waziup-api ... done
Pulling dashboard  ... done
➜  platform git:(V2) ✗ docker-compose up
WARNING: The WAZIUP_ADMIN_PASS variable is not set. Defaulting to a blank string.
WARNING: The TWITTER_CONSUMER_KEY variable is not set. Defaulting to a blank string.
WARNING: The TWITTER_CONSUMER_SECRET variable is not set. Defaulting to a blank string.
WARNING: The TWITTER_ACCESS_TOKEN variable is not set. Defaulting to a blank string.
WARNING: The TWITTER_ACCESS_TOKEN_SECRET variable is not set. Defaulting to a blank string.
WARNING: The PLIVO_ID variable is not set. Defaulting to a blank string.
WARNING: The PLIVO_TOKEN variable is not set. Defaulting to a blank string.
Starting platform_mqtt_1      ... done
Starting platform_mysql_1     ... done
Starting platform_dashboard_1 ... done
Starting platform_mongo_1     ... done
Starting platform_keycloak_1  ... done
Starting platform_orion_1     ... done
Starting platform_waziup-api_1 ... done
Attaching to platform_mqtt_1, platform_mysql_1, platform_mongo_1, platform_orion_1, platform_dashboard_1, platform_keycloak_1, platform_waziup-api_1
mqtt_1        | 1556619535: mosquitto version 1.6.1 starting
mqtt_1        | 1556619535: Using default config.
mqtt_1        | 1556619535: Opening ipv4 listen socket on port 6883.
mqtt_1        | 1556619535: Opening ipv6 listen socket on port 6883.
mysql_1       | 2019-04-30T10:18:57.078002Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1       | 2019-04-30T10:18:57.079801Z 0 [Note] mysqld (mysqld 5.7.26) starting as process 1 ...
mysql_1       | 2019-04-30T10:18:57.103875Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_1       | 2019-04-30T10:18:57.103891Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1       | 2019-04-30T10:18:57.103895Z 0 [Note] InnoDB: Uses event mutexes
mysql_1       | 2019-04-30T10:18:57.103898Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
mysql_1       | 2019-04-30T10:18:57.103902Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mysql_1       | 2019-04-30T10:18:57.103905Z 0 [Note] InnoDB: Using Linux native AIO
mysql_1       | 2019-04-30T10:18:57.108240Z 0 [Note] InnoDB: Number of pools: 1
mysql_1       | 2019-04-30T10:18:57.108362Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_1       | 2019-04-30T10:18:57.122254Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_1       | 2019-04-30T10:18:57.171925Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_1       | 2019-04-30T10:18:57.203995Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_1       | 2019-04-30T10:18:57.220848Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_1       | 2019-04-30T10:18:57.279647Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_1       | 2019-04-30T10:18:57.279710Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_1       | 2019-04-30T10:18:57.403443Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_1       | 2019-04-30T10:18:57.406913Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_1       | 2019-04-30T10:18:57.406924Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_1       | 2019-04-30T10:18:57.407175Z 0 [Note] InnoDB: Waiting for purge to start
mysql_1       | 2019-04-30T10:18:57.459854Z 0 [Note] InnoDB: 5.7.26 started; log sequence number 12360345
mysql_1       | 2019-04-30T10:18:57.460192Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_1       | 2019-04-30T10:18:57.463109Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_1       | 2019-04-30T10:18:57.486478Z 0 [Warning] World-writable config file './auto.cnf' is ignored.
mysql_1       | 2019-04-30T10:18:57.497069Z 0 [Note] InnoDB: Buffer pool(s) load completed at 190430 10:18:57
mysql_1       | 2019-04-30T10:18:57.497142Z 0 [Warning] World-writable config file './auto.cnf' has been removed.
mysql_1       |
mysql_1       | 2019-04-30T10:18:57.497181Z 0 [Note] Salting uuid generator variables, current_pid: 1, server_start_time: 1556619537, bytes_sent: 0,
mysql_1       | 2019-04-30T10:18:57.497228Z 0 [Note] Generated uuid: '5d559d6a-6b31-11e9-beee-0242ac120002', server_start_time: 281476533330194, bytes_sent: 93884773657200
mysql_1       | 2019-04-30T10:18:57.497242Z 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: 5d559d6a-6b31-11e9-beee-0242ac120002.
mysql_1       | 2019-04-30T10:18:57.526524Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
mysql_1       | 2019-04-30T10:18:57.526727Z 0 [Warning] CA certificate ca.pem is self signed.
mysql_1       | 2019-04-30T10:18:57.545127Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
mysql_1       | 2019-04-30T10:18:57.545162Z 0 [Note] IPv6 is available.
mysql_1       | 2019-04-30T10:18:57.545169Z 0 [Note]   - '::' resolves to '::';
mysql_1       | 2019-04-30T10:18:57.545192Z 0 [Note] Server socket created on IP: '::'.
mysql_1       | 2019-04-30T10:18:57.552124Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
mysql_1       | 2019-04-30T10:18:57.619684Z 0 [Note] Event Scheduler: Loaded 0 events
mysql_1       | 2019-04-30T10:18:57.636274Z 0 [Note] mysqld: ready for connections.
mysql_1       | Version: '5.7.26'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
mongo_1       | 2019-04-30T10:18:56.309+0000 I CONTROL  [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=mongo
mongo_1       | 2019-04-30T10:18:56.309+0000 I CONTROL  [initandlisten] db version v3.2.8
mongo_1       | 2019-04-30T10:18:56.309+0000 I CONTROL  [initandlisten] git version: ed70e33130c977bda0024c125b56d159573dbaf0
mongo_1       | 2019-04-30T10:18:56.309+0000 I CONTROL  [initandlisten] OpenSSL version: OpenSSL 1.0.1e 11 Feb 2013
mongo_1       | 2019-04-30T10:18:56.309+0000 I CONTROL  [initandlisten] allocator: tcmalloc
mongo_1       | 2019-04-30T10:18:56.309+0000 I CONTROL  [initandlisten] modules: none
mongo_1       | 2019-04-30T10:18:56.309+0000 I CONTROL  [initandlisten] build environment:
mongo_1       | 2019-04-30T10:18:56.309+0000 I CONTROL  [initandlisten]     distmod: debian71
mongo_1       | 2019-04-30T10:18:56.309+0000 I CONTROL  [initandlisten]     distarch: x86_64
mongo_1       | 2019-04-30T10:18:56.309+0000 I CONTROL  [initandlisten]     target_arch: x86_64
mongo_1       | 2019-04-30T10:18:56.309+0000 I CONTROL  [initandlisten] options: {}
mongo_1       | 2019-04-30T10:18:56.332+0000 I -        [initandlisten] Detected data files in /data/db created by the 'wiredTiger' storage engine, so setting the active storage engine to 'wiredTiger'.
mongo_1       | 2019-04-30T10:18:56.332+0000 W -        [initandlisten] Detected unclean shutdown - /data/db/mongod.lock is not empty.
mongo_1       | 2019-04-30T10:18:56.332+0000 W STORAGE  [initandlisten] Recovering data from the last clean checkpoint.
mongo_1       | 2019-04-30T10:18:56.332+0000 I STORAGE  [initandlisten] wiredtiger_open config: create,cache_size=1G,session_max=20000,eviction=(threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),
mongo_1       | 2019-04-30T10:18:57.984+0000 I NETWORK  [HostnameCanonicalizationWorker] Starting hostname canonicalization worker
mongo_1       | 2019-04-30T10:18:57.984+0000 I FTDC     [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data'
mongo_1       | 2019-04-30T10:18:57.985+0000 I NETWORK  [initandlisten] waiting for connections on port 27017
mongo_1       | 2019-04-30T10:18:58.023+0000 I FTDC     [ftdc] Unclean full-time diagnostic data capture shutdown detected, found interim file, some metrics may have been lost. OK
orion_1       | time=Tuesday 30 Apr 10:18:57 2019.084Z | lvl=INFO | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=contextBroker.cpp[904]:main | msg=Orion Context Broker is running
orion_1       | terminate called after throwing an instance of 'mongo::UserException'
orion_1       |   what():  DBClientBase::findN: transport error: mongo:27017 ns: admin.$cmd query: { ismaster: 1 }
orion_1       | sh: line 1:     7 Aborted                 (core dumped) /usr/bin/contextBroker -fg -multiservice -dbhost mongo -logLevel DEBUG
keycloak_1    | =========================================================================
keycloak_1    |
keycloak_1    |   Using MySQL database
keycloak_1    |
keycloak_1    | =========================================================================
keycloak_1    |
waziup-api_1  | [2019-04-30 10:18:58 UTC : Main : INFO] API server starting...
waziup-api_1  | [2019-04-30 10:18:58 UTC : Main : DEBUG] Sensing devices ontology is correct
waziup-api_1  | [2019-04-30 10:18:58 UTC : Main : DEBUG] Quantity kinds ontology is correct
waziup-api_1  | [2019-04-30 10:18:58 UTC : Main : INFO] HTTP API is running on http://localhost:800/api/v1
waziup-api_1  | [2019-04-30 10:18:58 UTC : Main : INFO] MQTT is running on port 3883
waziup-api_1  | [2019-04-30 10:18:58 UTC : Main : INFO] Documentation is on http://localhost:800/docs
mongo_1       | 2019-04-30T10:18:58.763+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.1:48614 #1 (1 connection now open)
mongo_1       | 2019-04-30T10:18:58.768+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.1:48618 #2 (2 connections now open)
mongo_1       | 2019-04-30T10:18:58.773+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.1:48622 #3 (3 connections now open)
mongo_1       | 2019-04-30T10:18:58.774+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.1:48626 #4 (4 connections now open)
mongo_1       | 2019-04-30T10:18:58.776+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.1:48630 #5 (5 connections now open)
mongo_1       | 2019-04-30T10:18:58.780+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.1:48634 #6 (6 connections now open)
mongo_1       | 2019-04-30T10:18:58.786+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.1:48638 #7 (7 connections now open)
mongo_1       | 2019-04-30T10:18:58.788+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.1:48642 #8 (8 connections now open)
mongo_1       | 2019-04-30T10:18:58.790+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.1:48646 #9 (9 connections now open)
mongo_1       | 2019-04-30T10:18:58.793+0000 I NETWORK  [initandlisten] connection accepted from 172.18.0.1:48650 #10 (10 connections now open)
dashboard_1   | The server is running at http://localhost:3000/
keycloak_1    | 10:19:01,094 INFO  [org.jboss.modules] (CLI command executor) JBoss Modules version 1.8.5.Final
keycloak_1    | 10:19:01,240 INFO  [org.jboss.msc] (CLI command executor) JBoss MSC version 1.4.2.Final
keycloak_1    | 10:19:01,265 INFO  [org.jboss.threads] (CLI command executor) JBoss Threads version 2.3.2.Final
mongo_1       | 2019-04-30T10:19:01.621+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45572 #11 (11 connections now open)
mongo_1       | 2019-04-30T10:19:01.630+0000 I NETWORK  [conn11] end connection 127.0.0.1:45572 (10 connections now open)
keycloak_1    | 10:19:01,861 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) starting
keycloak_1    | 10:19:02,038 INFO  [org.jboss.vfs] (MSC service thread 1-1) VFS000002: Failed to clean existing content for temp file provider of type temp. Enable DEBUG level log to find what caused this
keycloak_1    | 10:19:04,020 WARN  [org.jboss.as.clustering.infinispan] (Controller Boot Thread) WFLYCLINF0004: The 'strategy' attribute of the 'eviction' element is no longer supported and will be ignored
keycloak_1    | 10:19:04,024 WARN  [org.jboss.as.clustering.infinispan] (Controller Boot Thread) WFLYCLINF0004: The 'strategy' attribute of the 'eviction' element is no longer supported and will be ignored
keycloak_1    | 10:19:04,029 WARN  [org.jboss.as.clustering.infinispan] (Controller Boot Thread) WFLYCLINF0004: The 'strategy' attribute of the 'eviction' element is no longer supported and will be ignored
keycloak_1    | 10:19:04,030 WARN  [org.jboss.as.clustering.infinispan] (Controller Boot Thread) WFLYCLINF0004: The 'strategy' attribute of the 'eviction' element is no longer supported and will be ignored
keycloak_1    | 10:19:04,032 WARN  [org.jboss.as.clustering.infinispan] (Controller Boot Thread) WFLYCLINF0004: The 'strategy' attribute of the 'eviction' element is no longer supported and will be ignored
keycloak_1    | 10:19:04,041 WARN  [org.jboss.as.clustering.infinispan] (Controller Boot Thread) WFLYCLINF0004: The 'strategy' attribute of the 'eviction' element is no longer supported and will be ignored
keycloak_1    | 10:19:04,042 WARN  [org.jboss.as.clustering.infinispan] (Controller Boot Thread) WFLYCLINF0004: The 'strategy' attribute of the 'eviction' element is no longer supported and will be ignored
keycloak_1    | 10:19:04,920 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1    | 10:19:04,984 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'jndi-name' in the resource at address '/subsystem=infinispan/cache-container=keycloak' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1    | 10:19:05,061 INFO  [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly Elytron version 1.3.3.Final
keycloak_1    | 10:19:05,096 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1    | 10:19:05,603 INFO  [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: Keycloak cumulative patch ID is: base, one-off patches include: none
keycloak_1    | 10:19:05,650 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /opt/jboss/keycloak/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
keycloak_1    | 10:19:05,820 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
keycloak_1    | 10:19:05,832 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) started in 4719ms - Started 63 of 78 services (26 services are lazy, passive or on-demand)
keycloak_1    | The batch executed successfully
keycloak_1    | 10:19:06,172 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) stopped in 28ms
mongo_1       | 2019-04-30T10:19:06.991+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45574 #12 (11 connections now open)
mongo_1       | 2019-04-30T10:19:07.000+0000 I NETWORK  [conn12] end connection 127.0.0.1:45574 (10 connections now open)
keycloak_1    | 10:19:08,568 INFO  [org.jboss.modules] (CLI command executor) JBoss Modules version 1.8.5.Final
keycloak_1    | 10:19:08,704 INFO  [org.jboss.msc] (CLI command executor) JBoss MSC version 1.4.2.Final
keycloak_1    | 10:19:08,725 INFO  [org.jboss.threads] (CLI command executor) JBoss Threads version 2.3.2.Final
keycloak_1    | 10:19:09,030 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) starting
keycloak_1    | 10:19:09,181 INFO  [org.jboss.vfs] (MSC service thread 1-1) VFS000002: Failed to clean existing content for temp file provider of type temp. Enable DEBUG level log to find what caused this
keycloak_1    | 10:19:11,946 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1    | 10:19:12,002 INFO  [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly Elytron version 1.3.3.Final
mongo_1       | 2019-04-30T10:19:12.357+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45576 #13 (11 connections now open)
mongo_1       | 2019-04-30T10:19:12.366+0000 I NETWORK  [conn13] end connection 127.0.0.1:45576 (10 connections now open)
keycloak_1    | 10:19:12,599 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1    | 10:19:12,981 INFO  [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: Keycloak cumulative patch ID is: base, one-off patches include: none
keycloak_1    | 10:19:13,021 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /opt/jboss/keycloak/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
keycloak_1    | 10:19:13,194 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
keycloak_1    | 10:19:13,205 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) started in 4621ms - Started 65 of 84 services (30 services are lazy, passive or on-demand)
keycloak_1    | The batch executed successfully
keycloak_1    | 10:19:13,547 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) stopped in 21ms
keycloak_1    | =========================================================================
keycloak_1    |
keycloak_1    |   JBoss Bootstrap Environment
keycloak_1    |
keycloak_1    |   JBOSS_HOME: /opt/jboss/keycloak
keycloak_1    |
keycloak_1    |   JAVA: /usr/lib/jvm/java/bin/java
keycloak_1    |
keycloak_1    |   JAVA_OPTS:  -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
keycloak_1    |
keycloak_1    | =========================================================================
keycloak_1    |
keycloak_1    | 10:19:14,442 INFO  [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
keycloak_1    | 10:19:15,011 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
keycloak_1    | 10:19:15,037 INFO  [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
keycloak_1    | 10:19:15,354 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) starting
keycloak_1    | 10:19:15,519 INFO  [org.jboss.vfs] (MSC service thread 1-1) VFS000002: Failed to clean existing content for temp file provider of type temp. Enable DEBUG level log to find what caused this
mongo_1       | 2019-04-30T10:19:17.720+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45578 #14 (11 connections now open)
mongo_1       | 2019-04-30T10:19:17.731+0000 I NETWORK  [conn14] end connection 127.0.0.1:45578 (10 connections now open)
keycloak_1    | 10:19:18,669 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1    | 10:19:18,726 INFO  [org.wildfly.security] (ServerService Thread Pool -- 4) ELY00001: WildFly Elytron version 1.3.3.Final
keycloak_1    | 10:19:18,796 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 23) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
keycloak_1    | 10:19:19,014 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
keycloak_1    | 10:19:19,101 INFO  [org.xnio] (MSC service thread 1-1) XNIO version 3.6.3.Final
keycloak_1    | 10:19:19,122 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.6.3.Final
keycloak_1    | 10:19:19,243 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) WFLYCLINF0001: Activating Infinispan subsystem.
keycloak_1    | 10:19:19,267 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 39) WFLYNAM0001: Activating Naming Subsystem
keycloak_1    | 10:19:19,299 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 32) WFLYIO001: Worker 'default' has auto-configured to 2 core threads with 16 task threads based on your 1 available processors
keycloak_1    | 10:19:19,268 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 44) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
keycloak_1    | 10:19:19,269 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 42) WFLYSEC0002: Activating Security Subsystem
keycloak_1    | 10:19:19,371 INFO  [org.jboss.as.ee] (ServerService Thread Pool -- 28) WFLYEE0119: The system property 'ee8.preview.mode' is NOT set to 'true'. For provided EE 8 APIs where the EE 8 version of the API differs from what is supported in EE 7, the EE 7 variant of the API will be used. Support for this setting will be removed once all EE 8 APIs are provided and certified.
keycloak_1    | 10:19:19,391 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 33) WFLYRS0016: RESTEasy version 3.5.1.Final
keycloak_1    | 10:19:19,540 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
keycloak_1    | 10:19:19,548 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.7.Final
keycloak_1    | 10:19:19,566 INFO  [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=5.0.2.Final
keycloak_1    | 10:19:19,680 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
keycloak_1    | 10:19:19,788 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 2.0.9.Final starting
keycloak_1    | 10:19:19,842 INFO  [org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.9.Final)
keycloak_1    | 10:19:19,974 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
keycloak_1    | 10:19:20,020 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = mysql
keycloak_1    | 10:19:20,071 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
keycloak_1    | 10:19:20,135 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 45) WFLYUT0014: Creating file handler for path '/opt/jboss/keycloak/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
keycloak_1    | 10:19:20,293 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 4 (per class), which is derived from the number of CPUs on this host.
keycloak_1    | 10:19:20,283 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 16 (per class), which is derived from thread worker pool sizing.
keycloak_1    | 10:19:20,629 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
keycloak_1    | 10:19:21,072 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
keycloak_1    | 10:19:21,185 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
keycloak_1    | 10:19:21,309 INFO  [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: Keycloak cumulative patch ID is: base, one-off patches include: none
keycloak_1    | 10:19:21,316 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:8080
keycloak_1    | 10:19:21,325 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0493: EJB subsystem suspension complete
keycloak_1    | 10:19:21,372 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-2) WFLYDM0111: Keystore /opt/jboss/keycloak/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
keycloak_1    | 10:19:21,383 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/jboss/keycloak/standalone/deployments
keycloak_1    | 10:19:21,415 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "keycloak-server.war" (runtime-name: "keycloak-server.war")
keycloak_1    | 10:19:21,758 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTPS listener https listening on 0.0.0.0:8443
keycloak_1    | 10:19:21,788 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/KeycloakDS]
keycloak_1    | 10:19:21,791 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
keycloak_1    | 10:19:23,082 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Gaina' 9.2.4.Final
mongo_1       | 2019-04-30T10:19:23.093+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45580 #15 (11 connections now open)
mongo_1       | 2019-04-30T10:19:23.104+0000 I NETWORK  [conn15] end connection 127.0.0.1:45580 (10 connections now open)
keycloak_1    | 10:19:23,732 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 55) WFLYCLINF0002: Started offlineSessions cache from keycloak container
keycloak_1    | 10:19:23,739 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 54) WFLYCLINF0002: Started actionTokens cache from keycloak container
keycloak_1    | 10:19:23,739 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 46) WFLYCLINF0002: Started authorization cache from keycloak container
keycloak_1    | 10:19:23,738 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 50) WFLYCLINF0002: Started users cache from keycloak container
keycloak_1    | 10:19:23,737 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 57) WFLYCLINF0002: Started authenticationSessions cache from keycloak container
keycloak_1    | 10:19:23,737 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 49) WFLYCLINF0002: Started realms cache from keycloak container
keycloak_1    | 10:19:23,736 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 53) WFLYCLINF0002: Started work cache from keycloak container
keycloak_1    | 10:19:23,736 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0002: Started sessions cache from keycloak container
keycloak_1    | 10:19:23,735 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 52) WFLYCLINF0002: Started offlineClientSessions cache from keycloak container
keycloak_1    | 10:19:23,735 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 47) WFLYCLINF0002: Started loginFailures cache from keycloak container
keycloak_1    | 10:19:23,734 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 56) WFLYCLINF0002: Started keys cache from keycloak container
keycloak_1    | 10:19:23,754 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 51) WFLYCLINF0002: Started clientSessions cache from keycloak container
keycloak_1    | 10:19:23,814 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started client-mappings cache from ejb container
keycloak_1    | 10:19:25,472 INFO  [org.keycloak.services] (ServerService Thread Pool -- 58) KC-SERVICES0001: Loading config from standalone.xml or domain.xml
keycloak_1    | 10:19:26,342 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started realmRevisions cache from keycloak container
keycloak_1    | 10:19:26,361 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started userRevisions cache from keycloak container
keycloak_1    | 10:19:26,393 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started authorizationRevisions cache from keycloak container
keycloak_1    | 10:19:26,399 INFO  [org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory] (ServerService Thread Pool -- 58) Node name: 3bcb9fe50356, Site name: null
keycloak_1    | 10:19:27,073 ERROR [stderr] (ServerService Thread Pool -- 58) Tue Apr 30 10:19:27 UTC 2019 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.
keycloak_1    | 10:19:27,842 ERROR [stderr] (ServerService Thread Pool -- 58) Tue Apr 30 10:19:27 UTC 2019 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.
mongo_1       | 2019-04-30T10:19:28.460+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45586 #16 (11 connections now open)
mongo_1       | 2019-04-30T10:19:28.469+0000 I NETWORK  [conn16] end connection 127.0.0.1:45586 (10 connections now open)
keycloak_1    | 10:19:33,094 INFO  [org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider] (ServerService Thread Pool -- 58) Initializing database schema. Using changelog META-INF/jpa-changelog-master.xml
mongo_1       | 2019-04-30T10:19:33.972+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45588 #17 (11 connections now open)
mongo_1       | 2019-04-30T10:19:33.985+0000 I NETWORK  [conn17] end connection 127.0.0.1:45588 (10 connections now open)
mongo_1       | 2019-04-30T10:19:39.211+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45590 #18 (11 connections now open)
mongo_1       | 2019-04-30T10:19:39.221+0000 I NETWORK  [conn18] end connection 127.0.0.1:45590 (10 connections now open)
mongo_1       | 2019-04-30T10:19:44.527+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45592 #19 (11 connections now open)
mongo_1       | 2019-04-30T10:19:44.536+0000 I NETWORK  [conn19] end connection 127.0.0.1:45592 (10 connections now open)
mongo_1       | 2019-04-30T10:19:49.792+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45594 #20 (11 connections now open)
mongo_1       | 2019-04-30T10:19:49.808+0000 I NETWORK  [conn20] end connection 127.0.0.1:45594 (10 connections now open)
mongo_1       | 2019-04-30T10:19:55.036+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45596 #21 (11 connections now open)
mongo_1       | 2019-04-30T10:19:55.042+0000 I NETWORK  [conn21] end connection 127.0.0.1:45596 (10 connections now open)
mongo_1       | 2019-04-30T10:20:00.376+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45598 #22 (11 connections now open)
mongo_1       | 2019-04-30T10:20:00.387+0000 I NETWORK  [conn22] end connection 127.0.0.1:45598 (10 connections now open)
mongo_1       | 2019-04-30T10:20:05.658+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45600 #23 (11 connections now open)
mongo_1       | 2019-04-30T10:20:05.667+0000 I NETWORK  [conn23] end connection 127.0.0.1:45600 (10 connections now open)
mongo_1       | 2019-04-30T10:20:10.948+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45602 #24 (11 connections now open)
mongo_1       | 2019-04-30T10:20:10.960+0000 I NETWORK  [conn24] end connection 127.0.0.1:45602 (10 connections now open)
mongo_1       | 2019-04-30T10:20:16.227+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45604 #25 (11 connections now open)
mongo_1       | 2019-04-30T10:20:16.233+0000 I NETWORK  [conn25] end connection 127.0.0.1:45604 (10 connections now open)
mongo_1       | 2019-04-30T10:20:21.506+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45606 #26 (11 connections now open)
mongo_1       | 2019-04-30T10:20:21.515+0000 I NETWORK  [conn26] end connection 127.0.0.1:45606 (10 connections now open)
mongo_1       | 2019-04-30T10:20:26.748+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45608 #27 (11 connections now open)
mongo_1       | 2019-04-30T10:20:26.758+0000 I NETWORK  [conn27] end connection 127.0.0.1:45608 (10 connections now open)
mongo_1       | 2019-04-30T10:20:31.991+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45610 #28 (11 connections now open)
mongo_1       | 2019-04-30T10:20:31.996+0000 I NETWORK  [conn28] end connection 127.0.0.1:45610 (10 connections now open)
mongo_1       | 2019-04-30T10:20:37.252+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45612 #29 (11 connections now open)
mongo_1       | 2019-04-30T10:20:37.263+0000 I NETWORK  [conn29] end connection 127.0.0.1:45612 (10 connections now open)
mongo_1       | 2019-04-30T10:20:42.523+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45614 #30 (11 connections now open)
mongo_1       | 2019-04-30T10:20:42.529+0000 I NETWORK  [conn30] end connection 127.0.0.1:45614 (10 connections now open)
keycloak_1    | 10:20:43,659 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 58) HHH000204: Processing PersistenceUnitInfo [
keycloak_1    | 	name: keycloak-default
keycloak_1    | 	...]
keycloak_1    | 10:20:43,741 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 58) HHH000412: Hibernate Core {5.1.14.Final}
keycloak_1    | 10:20:43,747 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 58) HHH000206: hibernate.properties not found
keycloak_1    | 10:20:43,751 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 58) HHH000021: Bytecode provider name : javassist
keycloak_1    | 10:20:43,795 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 58) HCANN000001: Hibernate Commons Annotations {5.0.2.Final}
keycloak_1    | 10:20:44,039 ERROR [stderr] (ServerService Thread Pool -- 58) Tue Apr 30 10:20:44 UTC 2019 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.
keycloak_1    | 10:20:44,333 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 58) HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
keycloak_1    | 10:20:44,408 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 58) Envers integration enabled? : true
keycloak_1    | 10:20:45,296 INFO  [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 58) HV000001: Hibernate Validator 5.3.6.Final
keycloak_1    | 10:20:46,969 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 58) HHH000397: Using ASTQueryTranslatorFactory
mongo_1       | 2019-04-30T10:20:47.843+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45618 #31 (11 connections now open)
mongo_1       | 2019-04-30T10:20:47.855+0000 I NETWORK  [conn31] end connection 127.0.0.1:45618 (10 connections now open)
keycloak_1    | 10:20:49,042 INFO  [org.keycloak.exportimport.dir.DirImportProvider] (ServerService Thread Pool -- 58) Importing from directory /opt/jboss/keycloak/imports
keycloak_1    | 10:20:49,047 INFO  [org.keycloak.services] (ServerService Thread Pool -- 58) KC-SERVICES0030: Full model import requested. Strategy: IGNORE_EXISTING
keycloak_1    | 10:20:51,577 INFO  [org.keycloak.exportimport.util.ImportUtils] (ServerService Thread Pool -- 58) Realm 'master' imported
keycloak_1    | 10:20:52,128 INFO  [org.keycloak.exportimport.dir.DirImportProvider] (ServerService Thread Pool -- 58) Imported users from /opt/jboss/keycloak/imports/master-users-0.json
mongo_1       | 2019-04-30T10:20:53.221+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45620 #32 (11 connections now open)
mongo_1       | 2019-04-30T10:20:53.232+0000 I NETWORK  [conn32] end connection 127.0.0.1:45620 (10 connections now open)
keycloak_1    | 10:20:54,250 INFO  [org.keycloak.exportimport.util.ImportUtils] (ServerService Thread Pool -- 58) Realm 'waziup' imported
keycloak_1    | 10:20:54,789 INFO  [org.keycloak.exportimport.dir.DirImportProvider] (ServerService Thread Pool -- 58) Imported users from /opt/jboss/keycloak/imports/waziup-users-0.json
keycloak_1    | 10:20:55,580 INFO  [org.keycloak.services] (ServerService Thread Pool -- 58) KC-SERVICES0032: Import finished successfully
keycloak_1    | 10:20:55,656 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:20:55,658 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002200: Adding class resource org.keycloak.services.resources.JsResource from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:20:55,664 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002200: Adding class resource org.keycloak.services.resources.ThemeResource from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:20:55,664 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002205: Adding provider class org.keycloak.services.error.KeycloakErrorHandler from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:20:55,666 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002205: Adding provider class org.keycloak.services.filters.KeycloakTransactionCommitter from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:20:55,666 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002210: Adding provider singleton org.keycloak.services.util.ObjectMapperResolver from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:20:55,667 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002220: Adding singleton resource org.keycloak.services.resources.RealmsResource from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:20:55,667 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002220: Adding singleton resource org.keycloak.services.resources.WelcomeResource from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:20:55,668 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002220: Adding singleton resource org.keycloak.services.resources.RobotsResource from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:20:55,669 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY002220: Adding singleton resource org.keycloak.services.resources.admin.AdminRoot from Application class org.keycloak.services.resources.KeycloakApplication
keycloak_1    | 10:20:55,842 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 58) WFLYUT0021: Registered web context: '/auth' for server 'default-server'
keycloak_1    | 10:20:55,910 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 37) WFLYSRV0010: Deployed "keycloak-server.war" (runtime-name : "keycloak-server.war")
keycloak_1    | 10:20:56,011 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
keycloak_1    | 10:20:56,019 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
keycloak_1    | 10:20:56,020 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
keycloak_1    | 10:20:56,020 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Keycloak 4.4.0.Final (WildFly Core 5.0.0.Final) started in 102244ms - Started 542 of 808 services (534 services are lazy, passive or on-demand)
mongo_1       | 2019-04-30T10:20:58.488+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45622 #33 (11 connections now open)
mongo_1       | 2019-04-30T10:20:58.499+0000 I NETWORK  [conn33] end connection 127.0.0.1:45622 (10 connections now open)
mongo_1       | 2019-04-30T10:21:03.695+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45624 #34 (11 connections now open)
mongo_1       | 2019-04-30T10:21:03.700+0000 I NETWORK  [conn34] end connection 127.0.0.1:45624 (10 connections now open)
mongo_1       | 2019-04-30T10:21:08.903+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45626 #35 (11 connections now open)
mongo_1       | 2019-04-30T10:21:08.912+0000 I NETWORK  [conn35] end connection 127.0.0.1:45626 (10 connections now open)
mongo_1       | 2019-04-30T10:21:14.103+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45628 #36 (11 connections now open)
mongo_1       | 2019-04-30T10:21:14.110+0000 I NETWORK  [conn36] end connection 127.0.0.1:45628 (10 connections now open)
mongo_1       | 2019-04-30T10:21:19.306+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45630 #37 (11 connections now open)
mongo_1       | 2019-04-30T10:21:19.316+0000 I NETWORK  [conn37] end connection 127.0.0.1:45630 (10 connections now open)
mongo_1       | 2019-04-30T10:21:24.507+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45632 #38 (11 connections now open)
mongo_1       | 2019-04-30T10:21:24.516+0000 I NETWORK  [conn38] end connection 127.0.0.1:45632 (10 connections now open)
mongo_1       | 2019-04-30T10:21:29.709+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45634 #39 (11 connections now open)
mongo_1       | 2019-04-30T10:21:29.720+0000 I NETWORK  [conn39] end connection 127.0.0.1:45634 (10 connections now open)
mongo_1       | 2019-04-30T10:21:34.908+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45636 #40 (11 connections now open)
mongo_1       | 2019-04-30T10:21:34.919+0000 I NETWORK  [conn40] end connection 127.0.0.1:45636 (10 connections now open)
mongo_1       | 2019-04-30T10:21:40.110+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45638 #41 (11 connections now open)
mongo_1       | 2019-04-30T10:21:40.120+0000 I NETWORK  [conn41] end connection 127.0.0.1:45638 (10 connections now open)
mongo_1       | 2019-04-30T10:21:45.311+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45640 #42 (11 connections now open)
mongo_1       | 2019-04-30T10:21:45.322+0000 I NETWORK  [conn42] end connection 127.0.0.1:45640 (10 connections now open)
mongo_1       | 2019-04-30T10:21:50.509+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45642 #43 (11 connections now open)
mongo_1       | 2019-04-30T10:21:50.520+0000 I NETWORK  [conn43] end connection 127.0.0.1:45642 (10 connections now open)
mongo_1       | 2019-04-30T10:21:55.711+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45644 #44 (11 connections now open)
mongo_1       | 2019-04-30T10:21:55.722+0000 I NETWORK  [conn44] end connection 127.0.0.1:45644 (10 connections now open)
mongo_1       | 2019-04-30T10:22:00.913+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45646 #45 (11 connections now open)
mongo_1       | 2019-04-30T10:22:00.917+0000 I NETWORK  [conn45] end connection 127.0.0.1:45646 (10 connections now open)
mongo_1       | 2019-04-30T10:22:06.117+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45648 #46 (11 connections now open)
mongo_1       | 2019-04-30T10:22:06.127+0000 I NETWORK  [conn46] end connection 127.0.0.1:45648 (10 connections now open)
mongo_1       | 2019-04-30T10:22:11.321+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45650 #47 (11 connections now open)
mongo_1       | 2019-04-30T10:22:11.332+0000 I NETWORK  [conn47] end connection 127.0.0.1:45650 (10 connections now open)
mongo_1       | 2019-04-30T10:22:16.522+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45652 #48 (11 connections now open)
mongo_1       | 2019-04-30T10:22:16.532+0000 I NETWORK  [conn48] end connection 127.0.0.1:45652 (10 connections now open)
mongo_1       | 2019-04-30T10:22:21.727+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45654 #49 (11 connections now open)
mongo_1       | 2019-04-30T10:22:21.738+0000 I NETWORK  [conn49] end connection 127.0.0.1:45654 (10 connections now open)
mongo_1       | 2019-04-30T10:22:26.927+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45656 #50 (11 connections now open)
mongo_1       | 2019-04-30T10:22:26.935+0000 I NETWORK  [conn50] end connection 127.0.0.1:45656 (10 connections now open)
mongo_1       | 2019-04-30T10:22:32.128+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45658 #51 (11 connections now open)
mongo_1       | 2019-04-30T10:22:32.139+0000 I NETWORK  [conn51] end connection 127.0.0.1:45658 (10 connections now open)
mongo_1       | 2019-04-30T10:22:37.333+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45660 #52 (11 connections now open)
mongo_1       | 2019-04-30T10:22:37.343+0000 I NETWORK  [conn52] end connection 127.0.0.1:45660 (10 connections now open)
mongo_1       | 2019-04-30T10:22:42.534+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45662 #53 (11 connections now open)
mongo_1       | 2019-04-30T10:22:42.544+0000 I NETWORK  [conn53] end connection 127.0.0.1:45662 (10 connections now open)
mongo_1       | 2019-04-30T10:22:47.734+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45664 #54 (11 connections now open)
mongo_1       | 2019-04-30T10:22:47.744+0000 I NETWORK  [conn54] end connection 127.0.0.1:45664 (10 connections now open)
mongo_1       | 2019-04-30T10:22:52.935+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45666 #55 (11 connections now open)
mongo_1       | 2019-04-30T10:22:52.944+0000 I NETWORK  [conn55] end connection 127.0.0.1:45666 (10 connections now open)
mongo_1       | 2019-04-30T10:22:58.138+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45668 #56 (11 connections now open)
mongo_1       | 2019-04-30T10:22:58.144+0000 I NETWORK  [conn56] end connection 127.0.0.1:45668 (10 connections now open)
mongo_1       | 2019-04-30T10:23:03.337+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45670 #57 (11 connections now open)
mongo_1       | 2019-04-30T10:23:03.348+0000 I NETWORK  [conn57] end connection 127.0.0.1:45670 (10 connections now open)
mongo_1       | 2019-04-30T10:23:08.538+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45672 #58 (11 connections now open)
mongo_1       | 2019-04-30T10:23:08.548+0000 I NETWORK  [conn58] end connection 127.0.0.1:45672 (10 connections now open)
mongo_1       | 2019-04-30T10:23:13.739+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45674 #59 (11 connections now open)
mongo_1       | 2019-04-30T10:23:13.748+0000 I NETWORK  [conn59] end connection 127.0.0.1:45674 (10 connections now open)
mongo_1       | 2019-04-30T10:23:18.940+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45676 #60 (11 connections now open)
mongo_1       | 2019-04-30T10:23:18.950+0000 I NETWORK  [conn60] end connection 127.0.0.1:45676 (10 connections now open)
mongo_1       | 2019-04-30T10:23:24.142+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45678 #61 (11 connections now open)
mongo_1       | 2019-04-30T10:23:24.152+0000 I NETWORK  [conn61] end connection 127.0.0.1:45678 (10 connections now open)
mongo_1       | 2019-04-30T10:23:29.341+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45680 #62 (11 connections now open)
mongo_1       | 2019-04-30T10:23:29.351+0000 I NETWORK  [conn62] end connection 127.0.0.1:45680 (10 connections now open)
mongo_1       | 2019-04-30T10:23:34.541+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45682 #63 (11 connections now open)
mongo_1       | 2019-04-30T10:23:34.551+0000 I NETWORK  [conn63] end connection 127.0.0.1:45682 (10 connections now open)
mongo_1       | 2019-04-30T10:23:39.743+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45684 #64 (11 connections now open)
mongo_1       | 2019-04-30T10:23:39.752+0000 I NETWORK  [conn64] end connection 127.0.0.1:45684 (10 connections now open)
mongo_1       | 2019-04-30T10:23:44.953+0000 I NETWORK  [initandlisten] connection accepted from 127.0.0.1:45686 #65 (11 connections now open)
mongo_1       | 2019-04-30T10:23:44.963+0000 I NETWORK  [conn65] end connection 127.0.0.1:45686 (10 connections now open)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment