Created
August 29, 2017 17:42
-
-
Save BarathArivazhagan/da7160a73b9b4f6eb2b9e9205588f281 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
penSSL version: OpenSSL 1.0.2j 26 Sep 2016 | |
baraths-MacBook-Air:spring-boot-multitenancy barath$ docker-compose up | |
Starting springbootmultitenancy_mysql_1 ... | |
Starting springbootmultitenancy_mysql_1 ... done | |
Starting springbootmultitenancy_multitenancy-app_1 ... | |
Starting springbootmultitenancy_multitenancy-app_1 ... done | |
Attaching to springbootmultitenancy_mysql_1, springbootmultitenancy_multitenancy-app_1 | |
mysql_1 | 2017-08-29T17:41:48.291885Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). | |
mysql_1 | 2017-08-29T17:41:48.294228Z 0 [Note] mysqld (mysqld 5.7.19) starting as process 1 ... | |
mysql_1 | 2017-08-29T17:41:48.298919Z 0 [Note] InnoDB: PUNCH HOLE support available | |
mysql_1 | 2017-08-29T17:41:48.298965Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins | |
mysql_1 | 2017-08-29T17:41:48.298981Z 0 [Note] InnoDB: Uses event mutexes | |
mysql_1 | 2017-08-29T17:41:48.298991Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier | |
mysql_1 | 2017-08-29T17:41:48.298996Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3 | |
mysql_1 | 2017-08-29T17:41:48.299008Z 0 [Note] InnoDB: Using Linux native AIO | |
mysql_1 | 2017-08-29T17:41:48.299522Z 0 [Note] InnoDB: Number of pools: 1 | |
mysql_1 | 2017-08-29T17:41:48.299681Z 0 [Note] InnoDB: Using CPU crc32 instructions | |
mysql_1 | 2017-08-29T17:41:48.302936Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M | |
mysql_1 | 2017-08-29T17:41:48.342005Z 0 [Note] InnoDB: Completed initialization of buffer pool | |
mysql_1 | 2017-08-29T17:41:48.345740Z 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 | 2017-08-29T17:41:48.358750Z 0 [Note] InnoDB: Highest supported file format is Barracuda. | |
mysql_1 | 2017-08-29T17:41:48.360472Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 12144671 | |
mysql_1 | 2017-08-29T17:41:48.360511Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 12144680 | |
mysql_1 | 2017-08-29T17:41:48.360551Z 0 [Note] InnoDB: Database was not shutdown normally! | |
mysql_1 | 2017-08-29T17:41:48.360605Z 0 [Note] InnoDB: Starting crash recovery. | |
mysql_1 | 2017-08-29T17:41:48.510599Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" | |
mysql_1 | 2017-08-29T17:41:48.510718Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables | |
mysql_1 | 2017-08-29T17:41:48.510909Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... | |
mysql_1 | 2017-08-29T17:41:48.642827Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. | |
mysql_1 | 2017-08-29T17:41:48.644726Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. | |
mysql_1 | 2017-08-29T17:41:48.644777Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. | |
mysql_1 | 2017-08-29T17:41:48.645230Z 0 [Note] InnoDB: Waiting for purge to start | |
mysql_1 | 2017-08-29T17:41:48.695538Z 0 [Note] InnoDB: 5.7.19 started; log sequence number 12144680 | |
mysql_1 | 2017-08-29T17:41:48.695990Z 0 [Note] Plugin 'FEDERATED' is disabled. | |
mysql_1 | 2017-08-29T17:41:48.702546Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. | |
mysql_1 | 2017-08-29T17:41:48.702885Z 0 [Warning] CA certificate ca.pem is self signed. | |
mysql_1 | 2017-08-29T17:41:48.705306Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool | |
mysql_1 | 2017-08-29T17:41:48.711675Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170829 17:41:48 | |
mysql_1 | 2017-08-29T17:41:48.712264Z 0 [Note] Server hostname (bind-address): '*'; port: 3306 | |
mysql_1 | 2017-08-29T17:41:48.712338Z 0 [Note] IPv6 is available. | |
mysql_1 | 2017-08-29T17:41:48.712356Z 0 [Note] - '::' resolves to '::'; | |
mysql_1 | 2017-08-29T17:41:48.712384Z 0 [Note] Server socket created on IP: '::'. | |
mysql_1 | 2017-08-29T17:41:48.743144Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. | |
mysql_1 | 2017-08-29T17:41:48.743213Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. | |
mysql_1 | 2017-08-29T17:41:48.743244Z 0 [Warning] 'db' entry 'performance_schema mysql.session@localhost' ignored in --skip-name-resolve mode. | |
mysql_1 | 2017-08-29T17:41:48.743257Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. | |
mysql_1 | 2017-08-29T17:41:48.743277Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. | |
mysql_1 | 2017-08-29T17:41:48.747104Z 0 [Warning] 'tables_priv' entry 'user mysql.session@localhost' ignored in --skip-name-resolve mode. | |
mysql_1 | 2017-08-29T17:41:48.747155Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. | |
mysql_1 | 2017-08-29T17:41:48.757864Z 0 [Note] Event Scheduler: Loaded 0 events | |
mysql_1 | 2017-08-29T17:41:48.758223Z 0 [Note] mysqld: ready for connections. | |
mysql_1 | Version: '5.7.19' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL) | |
mysql_1 | 2017-08-29T17:41:48.758256Z 0 [Note] Executing 'SELECT * FROM INFORMATION_SCHEMA.TABLES;' to get a list of tables using the deprecated partition engine. You may use the startup option '--disable-partition-engine-check' to skip this check. | |
mysql_1 | 2017-08-29T17:41:48.758263Z 0 [Note] Beginning of list of non-natively partitioned tables | |
mysql_1 | 2017-08-29T17:41:48.784105Z 0 [Note] End of list of non-natively partitioned tables | |
multitenancy-app_1 | | |
multitenancy-app_1 | . ____ _ __ _ _ | |
multitenancy-app_1 | /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ | |
multitenancy-app_1 | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ | |
multitenancy-app_1 | \\/ ___)| |_)| | | | | || (_| | ) ) ) ) | |
multitenancy-app_1 | ' |____| .__|_| |_|_| |_\__, | / / / / | |
multitenancy-app_1 | =========|_|==============|___/=/_/_/_/ | |
multitenancy-app_1 | :: Spring Boot :: (v1.5.6.RELEASE) | |
multitenancy-app_1 | | |
multitenancy-app_1 | 2017-08-29 17:41:52.589 INFO 1 --- [ main] com.barath.app.MultitenantApplication : Starting MultitenantApplication v1.0.0.RELEASE on c60112bfbc62 with PID 1 (/app.jar started by root in /) | |
multitenancy-app_1 | 2017-08-29 17:41:52.613 INFO 1 --- [ main] com.barath.app.MultitenantApplication : The following profiles are active: docker | |
multitenancy-app_1 | 2017-08-29 17:41:53.017 INFO 1 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4534b60d: startup date [Tue Aug 29 17:41:53 UTC 2017]; root of context hierarchy | |
multitenancy-app_1 | 2017-08-29 17:42:00.323 INFO 1 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8082 (http) | |
multitenancy-app_1 | 2017-08-29 17:42:00.402 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] | |
multitenancy-app_1 | 2017-08-29 17:42:00.408 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.16 | |
multitenancy-app_1 | 2017-08-29 17:42:00.936 INFO 1 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext | |
multitenancy-app_1 | 2017-08-29 17:42:00.939 INFO 1 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 7929 ms | |
multitenancy-app_1 | 2017-08-29 17:42:01.576 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/] | |
multitenancy-app_1 | 2017-08-29 17:42:01.611 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] | |
multitenancy-app_1 | 2017-08-29 17:42:01.624 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] | |
multitenancy-app_1 | 2017-08-29 17:42:01.637 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] | |
multitenancy-app_1 | 2017-08-29 17:42:01.649 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] | |
multitenancy-app_1 | 2017-08-29 17:42:01.671 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'tenantFilter' to: [/*] | |
multitenancy-app_1 | 2017-08-29 17:42:02.664 INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' | |
multitenancy-app_1 | 2017-08-29 17:42:02.692 INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ | |
multitenancy-app_1 | name: default | |
multitenancy-app_1 | ...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment