|
2019-10-24 09:52:51.525 INFO 3444 --- [restartedMain] c.c.s.linghang.LinghangApplication : Starting LinghangApplication on M78VK017XEFZ48Q with PID 3444 (E:\workSpacetime\linghang\target\classes started by Administrator in E:\workSpacetime\linghang) |
|
2019-10-24 09:52:51.534 INFO 3444 --- [restartedMain] c.c.s.linghang.LinghangApplication : The following profiles are active: dev,swagger |
|
2019-10-24 09:52:53.111 INFO 3444 --- [restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances |
|
2019-10-24 09:52:53.153 INFO 3444 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy |
|
2019-10-24 09:52:53.155 INFO 3444 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 09:52:53.155 INFO 3444 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 09:52:53.155 INFO 3444 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:52:53.155 INFO 3444 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:52:53.155 INFO 3444 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 09:52:53.155 INFO 3444 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:52:53.155 INFO 3444 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:52:53.155 INFO 3444 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:52:53.191 INFO 3444 --- [restartedMain] c.u.j.filter.DefaultLazyPropertyFilter : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter |
|
2019-10-24 09:52:53.339 INFO 3444 --- [restartedMain] c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver |
|
2019-10-24 09:52:53.340 INFO 3444 --- [restartedMain] c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector |
|
2019-10-24 09:52:59.388 ERROR 3444 --- [restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization. |
|
|
|
java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73) |
|
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:905) |
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:830) |
|
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |
|
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |
|
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199) |
|
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:136) |
|
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:369) |
|
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198) |
|
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467) |
|
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:541) |
|
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) |
|
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) |
|
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:266) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1837) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1774) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) |
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:307) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) |
|
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1105) |
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) |
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) |
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) |
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) |
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) |
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) |
|
at cn.com.sailfish.linghang.LinghangApplication.main(LinghangApplication.java:28) |
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
|
at java.lang.reflect.Method.invoke(Method.java:498) |
|
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) |
|
Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support. |
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) |
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) |
|
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) |
|
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) |
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) |
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:85) |
|
at com.mysql.cj.util.TimeUtil.getCanonicalTimezone(TimeUtil.java:132) |
|
at com.mysql.cj.protocol.a.NativeProtocol.configureTimezone(NativeProtocol.java:2241) |
|
at com.mysql.cj.protocol.a.NativeProtocol.initServerSession(NativeProtocol.java:2265) |
|
at com.mysql.cj.jdbc.ConnectionImpl.initializePropsFromServer(ConnectionImpl.java:1319) |
|
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:868) |
|
... 35 common frames omitted |
|
|
|
2019-10-24 09:52:59.389 WARN 3444 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [cn/com/sailfish/linghang/config/LiquibaseConfig.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. |
|
2019-10-24 09:52:59.408 ERROR 3444 --- [restartedMain] o.s.boot.SpringApplication : Application run failed |
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [cn/com/sailfish/linghang/config/LiquibaseConfig.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1778) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) |
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:307) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) |
|
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1105) |
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) |
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) |
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) |
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) |
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) |
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) |
|
at cn.com.sailfish.linghang.LinghangApplication.main(LinghangApplication.java:28) |
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
|
at java.lang.reflect.Method.invoke(Method.java:498) |
|
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) |
|
Caused by: liquibase.exception.DatabaseException: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. |
|
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:271) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1837) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1774) |
|
... 21 common frames omitted |
|
Caused by: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73) |
|
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:905) |
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:830) |
|
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |
|
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |
|
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199) |
|
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:136) |
|
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:369) |
|
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198) |
|
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467) |
|
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:541) |
|
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) |
|
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) |
|
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:266) |
|
... 23 common frames omitted |
|
Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support. |
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) |
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) |
|
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) |
|
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) |
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) |
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:85) |
|
at com.mysql.cj.util.TimeUtil.getCanonicalTimezone(TimeUtil.java:132) |
|
at com.mysql.cj.protocol.a.NativeProtocol.configureTimezone(NativeProtocol.java:2241) |
|
at com.mysql.cj.protocol.a.NativeProtocol.initServerSession(NativeProtocol.java:2265) |
|
at com.mysql.cj.jdbc.ConnectionImpl.initializePropsFromServer(ConnectionImpl.java:1319) |
|
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:868) |
|
... 35 common frames omitted |
|
|
|
2019-10-24 09:55:24.149 INFO 1348 --- [restartedMain] c.c.s.linghang.LinghangApplication : Starting LinghangApplication on M78VK017XEFZ48Q with PID 1348 (E:\workSpacetime\linghang\target\classes started by Administrator in E:\workSpacetime\linghang) |
|
2019-10-24 09:55:24.151 INFO 1348 --- [restartedMain] c.c.s.linghang.LinghangApplication : The following profiles are active: dev,swagger |
|
2019-10-24 09:55:25.642 INFO 1348 --- [restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances |
|
2019-10-24 09:55:25.727 INFO 1348 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy |
|
2019-10-24 09:55:25.728 INFO 1348 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 09:55:25.728 INFO 1348 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 09:55:25.728 INFO 1348 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:55:25.728 INFO 1348 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:55:25.728 INFO 1348 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 09:55:25.728 INFO 1348 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:55:25.728 INFO 1348 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:55:25.729 INFO 1348 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:55:25.764 INFO 1348 --- [restartedMain] c.u.j.filter.DefaultLazyPropertyFilter : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter |
|
2019-10-24 09:55:25.856 INFO 1348 --- [restartedMain] c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver |
|
2019-10-24 09:55:25.857 INFO 1348 --- [restartedMain] c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector |
|
2019-10-24 09:55:31.861 ERROR 1348 --- [restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization. |
|
|
|
java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73) |
|
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:905) |
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:830) |
|
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |
|
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |
|
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199) |
|
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:136) |
|
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:369) |
|
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198) |
|
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467) |
|
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:541) |
|
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) |
|
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) |
|
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:266) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1837) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1774) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) |
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:307) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) |
|
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1105) |
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) |
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) |
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) |
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) |
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) |
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) |
|
at cn.com.sailfish.linghang.LinghangApplication.main(LinghangApplication.java:28) |
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
|
at java.lang.reflect.Method.invoke(Method.java:498) |
|
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) |
|
Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support. |
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) |
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) |
|
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) |
|
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) |
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) |
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:85) |
|
at com.mysql.cj.util.TimeUtil.getCanonicalTimezone(TimeUtil.java:132) |
|
at com.mysql.cj.protocol.a.NativeProtocol.configureTimezone(NativeProtocol.java:2241) |
|
at com.mysql.cj.protocol.a.NativeProtocol.initServerSession(NativeProtocol.java:2265) |
|
at com.mysql.cj.jdbc.ConnectionImpl.initializePropsFromServer(ConnectionImpl.java:1319) |
|
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:868) |
|
... 35 common frames omitted |
|
|
|
2019-10-24 09:55:31.862 WARN 1348 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [cn/com/sailfish/linghang/config/LiquibaseConfig.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. |
|
2019-10-24 09:55:31.882 ERROR 1348 --- [restartedMain] o.s.boot.SpringApplication : Application run failed |
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [cn/com/sailfish/linghang/config/LiquibaseConfig.class]: Invocation of init method failed; nested exception is liquibase.exception.DatabaseException: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1778) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) |
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:307) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) |
|
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1105) |
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) |
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) |
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) |
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) |
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) |
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) |
|
at cn.com.sailfish.linghang.LinghangApplication.main(LinghangApplication.java:28) |
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
|
at java.lang.reflect.Method.invoke(Method.java:498) |
|
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) |
|
Caused by: liquibase.exception.DatabaseException: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. |
|
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:271) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1837) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1774) |
|
... 21 common frames omitted |
|
Caused by: java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:73) |
|
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:905) |
|
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:830) |
|
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) |
|
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) |
|
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199) |
|
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:136) |
|
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:369) |
|
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198) |
|
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467) |
|
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:541) |
|
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115) |
|
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) |
|
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:266) |
|
... 23 common frames omitted |
|
Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support. |
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) |
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) |
|
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) |
|
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) |
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) |
|
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:85) |
|
at com.mysql.cj.util.TimeUtil.getCanonicalTimezone(TimeUtil.java:132) |
|
at com.mysql.cj.protocol.a.NativeProtocol.configureTimezone(NativeProtocol.java:2241) |
|
at com.mysql.cj.protocol.a.NativeProtocol.initServerSession(NativeProtocol.java:2265) |
|
at com.mysql.cj.jdbc.ConnectionImpl.initializePropsFromServer(ConnectionImpl.java:1319) |
|
at com.mysql.cj.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:868) |
|
... 35 common frames omitted |
|
|
|
2019-10-24 09:56:58.099 INFO 4088 --- [restartedMain] c.c.s.linghang.LinghangApplication : Starting LinghangApplication on M78VK017XEFZ48Q with PID 4088 (E:\workSpacetime\linghang\target\classes started by Administrator in E:\workSpacetime\linghang) |
|
2019-10-24 09:56:58.100 INFO 4088 --- [restartedMain] c.c.s.linghang.LinghangApplication : The following profiles are active: dev,swagger |
|
2019-10-24 09:56:59.600 INFO 4088 --- [restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances |
|
2019-10-24 09:56:59.691 INFO 4088 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy |
|
2019-10-24 09:56:59.692 INFO 4088 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 09:56:59.692 INFO 4088 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 09:56:59.693 INFO 4088 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:56:59.693 INFO 4088 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:56:59.693 INFO 4088 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 09:56:59.693 INFO 4088 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:56:59.693 INFO 4088 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:56:59.693 INFO 4088 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:56:59.734 INFO 4088 --- [restartedMain] c.u.j.filter.DefaultLazyPropertyFilter : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter |
|
2019-10-24 09:56:59.835 INFO 4088 --- [restartedMain] c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver |
|
2019-10-24 09:56:59.836 INFO 4088 --- [restartedMain] c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector |
|
2019-10-24 09:57:02.001 ERROR 4088 --- [restartedMain] l.p.core.xml.XMLChangeLogSAXParser$1 : cvc-complex-type.2.3: 元素 'changeSet' 必须不含字符 [子级], 因为该类型的内容类型为“仅元素”。 |
|
2019-10-24 09:57:02.195 WARN 4088 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [cn/com/sailfish/linghang/config/LiquibaseConfig.class]: Invocation of init method failed; nested exception is liquibase.exception.ChangeLogParseException: liquibase.exception.SetupException: Error parsing line 187 column 17 of classpath:changelog/change/2.linghang_add_constraints.xml: cvc-complex-type.2.3: 元素 'changeSet' 必须不含字符 [子级], 因为该类型的内容类型为“仅元素”。 |
|
2019-10-24 09:57:02.221 ERROR 4088 --- [restartedMain] o.s.boot.SpringApplication : Application run failed |
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [cn/com/sailfish/linghang/config/LiquibaseConfig.class]: Invocation of init method failed; nested exception is liquibase.exception.ChangeLogParseException: liquibase.exception.SetupException: Error parsing line 187 column 17 of classpath:changelog/change/2.linghang_add_constraints.xml: cvc-complex-type.2.3: 元素 'changeSet' 必须不含字符 [子级], 因为该类型的内容类型为“仅元素”。 |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1778) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) |
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:307) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) |
|
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1105) |
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) |
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) |
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) |
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) |
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) |
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) |
|
at cn.com.sailfish.linghang.LinghangApplication.main(LinghangApplication.java:28) |
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
|
at java.lang.reflect.Method.invoke(Method.java:498) |
|
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) |
|
Caused by: liquibase.exception.ChangeLogParseException: liquibase.exception.SetupException: Error parsing line 187 column 17 of classpath:changelog/change/2.linghang_add_constraints.xml: cvc-complex-type.2.3: 元素 'changeSet' 必须不含字符 [子级], 因为该类型的内容类型为“仅元素”。 |
|
at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:25) |
|
at liquibase.Liquibase.getDatabaseChangeLog(Liquibase.java:217) |
|
at liquibase.Liquibase.update(Liquibase.java:190) |
|
at liquibase.Liquibase.update(Liquibase.java:179) |
|
at liquibase.integration.spring.SpringLiquibase.performUpdate(SpringLiquibase.java:317) |
|
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:269) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1837) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1774) |
|
... 21 common frames omitted |
|
Caused by: liquibase.exception.SetupException: Error parsing line 187 column 17 of classpath:changelog/change/2.linghang_add_constraints.xml: cvc-complex-type.2.3: 元素 'changeSet' 必须不含字符 [子级], 因为该类型的内容类型为“仅元素”。 |
|
at liquibase.changelog.DatabaseChangeLog.handleChildNode(DatabaseChangeLog.java:336) |
|
at liquibase.changelog.DatabaseChangeLog.load(DatabaseChangeLog.java:293) |
|
at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:23) |
|
... 28 common frames omitted |
|
Caused by: liquibase.exception.ChangeLogParseException: Error parsing line 187 column 17 of classpath:changelog/change/2.linghang_add_constraints.xml: cvc-complex-type.2.3: 元素 'changeSet' 必须不含字符 [子级], 因为该类型的内容类型为“仅元素”。 |
|
at liquibase.parser.core.xml.XMLChangeLogSAXParser.parseToNode(XMLChangeLogSAXParser.java:120) |
|
at liquibase.parser.core.xml.AbstractChangeLogParser.parse(AbstractChangeLogParser.java:15) |
|
at liquibase.changelog.DatabaseChangeLog.include(DatabaseChangeLog.java:525) |
|
at liquibase.changelog.DatabaseChangeLog.handleChildNode(DatabaseChangeLog.java:334) |
|
... 30 common frames omitted |
|
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.3: 元素 'changeSet' 必须不含字符 [子级], 因为该类型的内容类型为“仅元素”。 |
|
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) |
|
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) |
|
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) |
|
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) |
|
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) |
|
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) |
|
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) |
|
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidComplexType(XMLSchemaValidator.java:3194) |
|
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidType(XMLSchemaValidator.java:3154) |
|
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processElementContent(XMLSchemaValidator.java:3056) |
|
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleEndElement(XMLSchemaValidator.java:2135) |
|
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(XMLSchemaValidator.java:854) |
|
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782) |
|
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2967) |
|
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) |
|
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) |
|
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) |
|
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) |
|
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) |
|
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) |
|
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213) |
|
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643) |
|
at liquibase.parser.core.xml.XMLChangeLogSAXParser.parseToNode(XMLChangeLogSAXParser.java:112) |
|
... 33 common frames omitted |
|
|
|
2019-10-24 09:58:55.972 INFO 9976 --- [restartedMain] c.c.s.linghang.LinghangApplication : Starting LinghangApplication on M78VK017XEFZ48Q with PID 9976 (E:\workSpacetime\linghang\target\classes started by Administrator in E:\workSpacetime\linghang) |
|
2019-10-24 09:58:55.973 INFO 9976 --- [restartedMain] c.c.s.linghang.LinghangApplication : The following profiles are active: dev,swagger |
|
2019-10-24 09:58:57.497 INFO 9976 --- [restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances |
|
2019-10-24 09:58:57.584 INFO 9976 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy |
|
2019-10-24 09:58:57.585 INFO 9976 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 09:58:57.585 INFO 9976 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 09:58:57.585 INFO 9976 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:58:57.585 INFO 9976 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:58:57.585 INFO 9976 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 09:58:57.585 INFO 9976 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:58:57.585 INFO 9976 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:58:57.585 INFO 9976 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 09:58:57.622 INFO 9976 --- [restartedMain] c.u.j.filter.DefaultLazyPropertyFilter : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter |
|
2019-10-24 09:58:57.719 INFO 9976 --- [restartedMain] c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver |
|
2019-10-24 09:58:57.720 INFO 9976 --- [restartedMain] c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector |
|
2019-10-24 10:00:30.075 ERROR 9976 --- [restartedMain] liquibase.changelog.ChangeSet : Change Set classpath:changelog/change/1.linghang_initialize_table.xml::initial-01::AutoCoder (maintained by newma) failed. Error: Table 'engine' already exists [Failed SQL: CREATE TABLE linghang.engine (id BIGINT AUTO_INCREMENT NOT NULL, name VARCHAR(50) NULL COMMENT '发动机名字, 长度大于1小于50, 不为空且唯一 ', type INT NULL COMMENT '发动机和名字对应的值 0:非发动机检查项; 1:V2500; 2:CFM56; 3:PW1100 ', gmt_created timestamp DEFAULT NOW() NOT NULL COMMENT '创建时间(系统自动生成)', gmt_modified timestamp NULL COMMENT '最后修改时间(系统自动生成)', CONSTRAINT PK_ENGINE PRIMARY KEY (id), UNIQUE (name)) COMMENT='发动机信息表'] |
|
2019-10-24 10:00:30.193 WARN 9976 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [cn/com/sailfish/linghang/config/LiquibaseConfig.class]: Invocation of init method failed; nested exception is liquibase.exception.MigrationFailedException: Migration failed for change set classpath:changelog/change/1.linghang_initialize_table.xml::initial-01::AutoCoder (maintained by newma): |
|
Reason: liquibase.exception.DatabaseException: Table 'engine' already exists [Failed SQL: CREATE TABLE linghang.engine (id BIGINT AUTO_INCREMENT NOT NULL, name VARCHAR(50) NULL COMMENT '发动机名字, 长度大于1小于50, 不为空且唯一 ', type INT NULL COMMENT '发动机和名字对应的值 0:非发动机检查项; 1:V2500; 2:CFM56; 3:PW1100 ', gmt_created timestamp DEFAULT NOW() NOT NULL COMMENT '创建时间(系统自动生成)', gmt_modified timestamp NULL COMMENT '最后修改时间(系统自动生成)', CONSTRAINT PK_ENGINE PRIMARY KEY (id), UNIQUE (name)) COMMENT='发动机信息表'] |
|
2019-10-24 10:00:30.228 ERROR 9976 --- [restartedMain] o.s.boot.SpringApplication : Application run failed |
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [cn/com/sailfish/linghang/config/LiquibaseConfig.class]: Invocation of init method failed; nested exception is liquibase.exception.MigrationFailedException: Migration failed for change set classpath:changelog/change/1.linghang_initialize_table.xml::initial-01::AutoCoder (maintained by newma): |
|
Reason: liquibase.exception.DatabaseException: Table 'engine' already exists [Failed SQL: CREATE TABLE linghang.engine (id BIGINT AUTO_INCREMENT NOT NULL, name VARCHAR(50) NULL COMMENT '发动机名字, 长度大于1小于50, 不为空且唯一 ', type INT NULL COMMENT '发动机和名字对应的值 0:非发动机检查项; 1:V2500; 2:CFM56; 3:PW1100 ', gmt_created timestamp DEFAULT NOW() NOT NULL COMMENT '创建时间(系统自动生成)', gmt_modified timestamp NULL COMMENT '最后修改时间(系统自动生成)', CONSTRAINT PK_ENGINE PRIMARY KEY (id), UNIQUE (name)) COMMENT='发动机信息表'] |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1778) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) |
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:307) |
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) |
|
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1105) |
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) |
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) |
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) |
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) |
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) |
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) |
|
at cn.com.sailfish.linghang.LinghangApplication.main(LinghangApplication.java:28) |
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) |
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) |
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) |
|
at java.lang.reflect.Method.invoke(Method.java:498) |
|
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) |
|
Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set classpath:changelog/change/1.linghang_initialize_table.xml::initial-01::AutoCoder (maintained by newma): |
|
Reason: liquibase.exception.DatabaseException: Table 'engine' already exists [Failed SQL: CREATE TABLE linghang.engine (id BIGINT AUTO_INCREMENT NOT NULL, name VARCHAR(50) NULL COMMENT '发动机名字, 长度大于1小于50, 不为空且唯一 ', type INT NULL COMMENT '发动机和名字对应的值 0:非发动机检查项; 1:V2500; 2:CFM56; 3:PW1100 ', gmt_created timestamp DEFAULT NOW() NOT NULL COMMENT '创建时间(系统自动生成)', gmt_modified timestamp NULL COMMENT '最后修改时间(系统自动生成)', CONSTRAINT PK_ENGINE PRIMARY KEY (id), UNIQUE (name)) COMMENT='发动机信息表'] |
|
at liquibase.changelog.ChangeSet.execute(ChangeSet.java:637) |
|
at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:53) |
|
at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:78) |
|
at liquibase.Liquibase.update(Liquibase.java:202) |
|
at liquibase.Liquibase.update(Liquibase.java:179) |
|
at liquibase.integration.spring.SpringLiquibase.performUpdate(SpringLiquibase.java:317) |
|
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:269) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1837) |
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1774) |
|
... 21 common frames omitted |
|
Caused by: liquibase.exception.DatabaseException: Table 'engine' already exists [Failed SQL: CREATE TABLE linghang.engine (id BIGINT AUTO_INCREMENT NOT NULL, name VARCHAR(50) NULL COMMENT '发动机名字, 长度大于1小于50, 不为空且唯一 ', type INT NULL COMMENT '发动机和名字对应的值 0:非发动机检查项; 1:V2500; 2:CFM56; 3:PW1100 ', gmt_created timestamp DEFAULT NOW() NOT NULL COMMENT '创建时间(系统自动生成)', gmt_modified timestamp NULL COMMENT '最后修改时间(系统自动生成)', CONSTRAINT PK_ENGINE PRIMARY KEY (id), UNIQUE (name)) COMMENT='发动机信息表'] |
|
at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:356) |
|
at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:57) |
|
at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:125) |
|
at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1229) |
|
at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1211) |
|
at liquibase.changelog.ChangeSet.execute(ChangeSet.java:600) |
|
... 29 common frames omitted |
|
Caused by: java.sql.SQLSyntaxErrorException: Table 'engine' already exists |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) |
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) |
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) |
|
at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:782) |
|
at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:666) |
|
at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:95) |
|
at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) |
|
at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:352) |
|
... 34 common frames omitted |
|
|
|
2019-10-24 10:08:04.220 INFO 9448 --- [restartedMain] c.c.s.linghang.LinghangApplication : Starting LinghangApplication on M78VK017XEFZ48Q with PID 9448 (E:\workSpacetime\linghang\target\classes started by Administrator in E:\workSpacetime\linghang) |
|
2019-10-24 10:08:04.222 INFO 9448 --- [restartedMain] c.c.s.linghang.LinghangApplication : The following profiles are active: dev,swagger |
|
2019-10-24 10:08:05.731 INFO 9448 --- [restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances |
|
2019-10-24 10:08:05.823 INFO 9448 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy |
|
2019-10-24 10:08:05.824 INFO 9448 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:08:05.824 INFO 9448 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:08:05.825 INFO 9448 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:08:05.825 INFO 9448 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:08:05.825 INFO 9448 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:08:05.825 INFO 9448 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:08:05.825 INFO 9448 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:08:05.825 INFO 9448 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:08:05.860 INFO 9448 --- [restartedMain] c.u.j.filter.DefaultLazyPropertyFilter : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter |
|
2019-10-24 10:08:05.955 INFO 9448 --- [restartedMain] c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver |
|
2019-10-24 10:08:05.956 INFO 9448 --- [restartedMain] c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector |
|
2019-10-24 10:08:09.879 INFO 9448 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor |
|
2019-10-24 10:08:09.883 INFO 9448 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.algorithm, using default value: PBEWithMD5AndDES |
|
2019-10-24 10:08:09.883 INFO 9448 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.keyObtentionIterations, using default value: 1000 |
|
2019-10-24 10:08:09.883 INFO 9448 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.poolSize, using default value: 1 |
|
2019-10-24 10:08:09.884 INFO 9448 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerName, using default value: null |
|
2019-10-24 10:08:09.884 INFO 9448 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerClassName, using default value: null |
|
2019-10-24 10:08:09.884 INFO 9448 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.saltGeneratorClassname, using default value: org.jasypt.salt.RandomSaltGenerator |
|
2019-10-24 10:08:09.884 INFO 9448 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.stringOutputType, using default value: base64 |
|
2019-10-24 10:08:09.899 INFO 9448 --- [restartedMain] c.c.s.linghang.service.RabbitmqService : localhost |
|
2019-10-24 10:08:13.737 INFO 9448 --- [restartedMain] c.c.s.linghang.LinghangApplication : Started LinghangApplication in 10.03 seconds (JVM running for 10.699) |
|
2019-10-24 10:08:13.749 INFO 9448 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
---------------------------------------------------------- |
|
Application 'linghang' is running! Access URLs: |
|
Local: http://localhost:9191 |
|
External: http://10.0.75.1:9191 |
|
Profile(s): [dev, swagger] |
|
---------------------------------------------------------- |
|
2019-10-24 10:08:13.749 INFO 9448 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
-------------------------- spring cloud -------------------------------- |
|
Config Server: Not found or not setup for this application |
|
---------------------------------------------------------- |
|
2019-10-24 10:08:13.899 DEBUG 9448 --- [RMI TCP Connection(1)-10.0.75.1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:08:16.344 INFO 9448 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 5bf1a11d836a |
|
2019-10-24 10:08:16.378 DEBUG 9448 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:08:33.245 DEBUG 9448 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:08:53.257 DEBUG 9448 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:09:13.240 DEBUG 9448 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:09:23.289 DEBUG 9448 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:09:43.248 DEBUG 9448 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:10:03.240 DEBUG 9448 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:10:23.250 DEBUG 9448 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:10:43.240 DEBUG 9448 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:11:03.239 DEBUG 9448 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:11:23.240 DEBUG 9448 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:11:43.240 DEBUG 9448 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:12:03.239 DEBUG 9448 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:12:11.183 INFO 8184 --- [restartedMain] c.c.s.linghang.LinghangApplication : Starting LinghangApplication on M78VK017XEFZ48Q with PID 8184 (E:\workSpacetime\linghang\target\classes started by Administrator in E:\workSpacetime\linghang) |
|
2019-10-24 10:12:11.185 INFO 8184 --- [restartedMain] c.c.s.linghang.LinghangApplication : The following profiles are active: dev,swagger |
|
2019-10-24 10:12:12.661 INFO 8184 --- [restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances |
|
2019-10-24 10:12:12.749 INFO 8184 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy |
|
2019-10-24 10:12:12.750 INFO 8184 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:12:12.750 INFO 8184 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:12:12.751 INFO 8184 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:12:12.751 INFO 8184 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:12:12.751 INFO 8184 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:12:12.751 INFO 8184 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:12:12.751 INFO 8184 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:12:12.751 INFO 8184 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:12:12.789 INFO 8184 --- [restartedMain] c.u.j.filter.DefaultLazyPropertyFilter : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter |
|
2019-10-24 10:12:12.889 INFO 8184 --- [restartedMain] c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver |
|
2019-10-24 10:12:12.890 INFO 8184 --- [restartedMain] c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector |
|
2019-10-24 10:12:16.769 INFO 8184 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor |
|
2019-10-24 10:12:16.773 INFO 8184 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.algorithm, using default value: PBEWithMD5AndDES |
|
2019-10-24 10:12:16.773 INFO 8184 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.keyObtentionIterations, using default value: 1000 |
|
2019-10-24 10:12:16.773 INFO 8184 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.poolSize, using default value: 1 |
|
2019-10-24 10:12:16.773 INFO 8184 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerName, using default value: null |
|
2019-10-24 10:12:16.773 INFO 8184 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerClassName, using default value: null |
|
2019-10-24 10:12:16.773 INFO 8184 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.saltGeneratorClassname, using default value: org.jasypt.salt.RandomSaltGenerator |
|
2019-10-24 10:12:16.774 INFO 8184 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.stringOutputType, using default value: base64 |
|
2019-10-24 10:12:16.787 INFO 8184 --- [restartedMain] c.c.s.linghang.service.RabbitmqService : localhost |
|
2019-10-24 10:12:20.494 INFO 8184 --- [restartedMain] c.c.s.linghang.LinghangApplication : Started LinghangApplication in 9.767 seconds (JVM running for 10.391) |
|
2019-10-24 10:12:20.505 INFO 8184 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
---------------------------------------------------------- |
|
Application 'linghang' is running! Access URLs: |
|
Local: http://localhost:9191 |
|
External: http://10.0.75.1:9191 |
|
Profile(s): [dev, swagger] |
|
---------------------------------------------------------- |
|
2019-10-24 10:12:20.505 INFO 8184 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
-------------------------- spring cloud -------------------------------- |
|
Config Server: Not found or not setup for this application |
|
---------------------------------------------------------- |
|
2019-10-24 10:12:21.064 DEBUG 8184 --- [RMI TCP Connection(5)-10.0.75.1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:12:23.104 INFO 8184 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 5bf1a11d836a |
|
2019-10-24 10:12:23.136 DEBUG 8184 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:12:40.025 DEBUG 8184 --- [http-nio-9191-exec-6] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:12:56.098 INFO 3656 --- [restartedMain] c.c.s.linghang.LinghangApplication : Starting LinghangApplication on M78VK017XEFZ48Q with PID 3656 (E:\workSpacetime\linghang\target\classes started by Administrator in E:\workSpacetime\linghang) |
|
2019-10-24 10:12:56.100 INFO 3656 --- [restartedMain] c.c.s.linghang.LinghangApplication : The following profiles are active: dev,swagger |
|
2019-10-24 10:12:57.557 INFO 3656 --- [restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances |
|
2019-10-24 10:12:57.643 INFO 3656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy |
|
2019-10-24 10:12:57.644 INFO 3656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:12:57.644 INFO 3656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:12:57.644 INFO 3656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:12:57.644 INFO 3656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:12:57.644 INFO 3656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:12:57.644 INFO 3656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:12:57.645 INFO 3656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:12:57.645 INFO 3656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:12:57.679 INFO 3656 --- [restartedMain] c.u.j.filter.DefaultLazyPropertyFilter : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter |
|
2019-10-24 10:12:57.772 INFO 3656 --- [restartedMain] c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver |
|
2019-10-24 10:12:57.773 INFO 3656 --- [restartedMain] c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector |
|
2019-10-24 10:13:01.623 INFO 3656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor |
|
2019-10-24 10:13:01.627 INFO 3656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.algorithm, using default value: PBEWithMD5AndDES |
|
2019-10-24 10:13:01.627 INFO 3656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.keyObtentionIterations, using default value: 1000 |
|
2019-10-24 10:13:01.627 INFO 3656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.poolSize, using default value: 1 |
|
2019-10-24 10:13:01.627 INFO 3656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerName, using default value: null |
|
2019-10-24 10:13:01.628 INFO 3656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerClassName, using default value: null |
|
2019-10-24 10:13:01.628 INFO 3656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.saltGeneratorClassname, using default value: org.jasypt.salt.RandomSaltGenerator |
|
2019-10-24 10:13:01.628 INFO 3656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.stringOutputType, using default value: base64 |
|
2019-10-24 10:13:01.644 INFO 3656 --- [restartedMain] c.c.s.linghang.service.RabbitmqService : localhost |
|
2019-10-24 10:13:05.355 INFO 3656 --- [restartedMain] c.c.s.linghang.LinghangApplication : Started LinghangApplication in 9.736 seconds (JVM running for 10.372) |
|
2019-10-24 10:13:05.366 INFO 3656 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
---------------------------------------------------------- |
|
Application 'linghang' is running! Access URLs: |
|
Local: http://localhost:9191 |
|
External: http://10.0.75.1:9191 |
|
Profile(s): [dev, swagger] |
|
---------------------------------------------------------- |
|
2019-10-24 10:13:05.366 INFO 3656 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
-------------------------- spring cloud -------------------------------- |
|
Config Server: Not found or not setup for this application |
|
---------------------------------------------------------- |
|
2019-10-24 10:13:05.845 DEBUG 3656 --- [RMI TCP Connection(1)-10.0.75.1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:13:07.956 INFO 3656 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 5bf1a11d836a |
|
2019-10-24 10:13:07.989 DEBUG 3656 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:13:13.569 WARN 3656 --- [http-nio-9191-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported] |
|
2019-10-24 10:13:24.886 DEBUG 3656 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:13:44.883 DEBUG 3656 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:14:04.882 DEBUG 3656 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:14:24.882 DEBUG 3656 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:14:44.881 DEBUG 3656 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:15:04.881 DEBUG 3656 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:15:24.898 DEBUG 3656 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:15:39.406 INFO 11260 --- [restartedMain] c.c.s.linghang.LinghangApplication : Starting LinghangApplication on M78VK017XEFZ48Q with PID 11260 (E:\workSpacetime\linghang\target\classes started by Administrator in E:\workSpacetime\linghang) |
|
2019-10-24 10:15:39.408 INFO 11260 --- [restartedMain] c.c.s.linghang.LinghangApplication : The following profiles are active: dev,swagger |
|
2019-10-24 10:15:41.016 INFO 11260 --- [restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances |
|
2019-10-24 10:15:41.102 INFO 11260 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy |
|
2019-10-24 10:15:41.103 INFO 11260 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:15:41.103 INFO 11260 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:15:41.103 INFO 11260 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:15:41.104 INFO 11260 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:15:41.104 INFO 11260 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:15:41.104 INFO 11260 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:15:41.104 INFO 11260 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:15:41.104 INFO 11260 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:15:41.139 INFO 11260 --- [restartedMain] c.u.j.filter.DefaultLazyPropertyFilter : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter |
|
2019-10-24 10:15:41.233 INFO 11260 --- [restartedMain] c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver |
|
2019-10-24 10:15:41.234 INFO 11260 --- [restartedMain] c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector |
|
2019-10-24 10:15:45.219 INFO 11260 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor |
|
2019-10-24 10:15:45.223 INFO 11260 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.algorithm, using default value: PBEWithMD5AndDES |
|
2019-10-24 10:15:45.224 INFO 11260 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.keyObtentionIterations, using default value: 1000 |
|
2019-10-24 10:15:45.224 INFO 11260 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.poolSize, using default value: 1 |
|
2019-10-24 10:15:45.224 INFO 11260 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerName, using default value: null |
|
2019-10-24 10:15:45.224 INFO 11260 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerClassName, using default value: null |
|
2019-10-24 10:15:45.224 INFO 11260 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.saltGeneratorClassname, using default value: org.jasypt.salt.RandomSaltGenerator |
|
2019-10-24 10:15:45.224 INFO 11260 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.stringOutputType, using default value: base64 |
|
2019-10-24 10:15:45.238 INFO 11260 --- [restartedMain] c.c.s.linghang.service.RabbitmqService : localhost |
|
2019-10-24 10:15:48.952 INFO 11260 --- [restartedMain] c.c.s.linghang.LinghangApplication : Started LinghangApplication in 10.045 seconds (JVM running for 10.659) |
|
2019-10-24 10:15:48.963 INFO 11260 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
---------------------------------------------------------- |
|
Application 'linghang' is running! Access URLs: |
|
Local: http://localhost:9191 |
|
External: http://10.0.75.1:9191 |
|
Profile(s): [dev, swagger] |
|
---------------------------------------------------------- |
|
2019-10-24 10:15:48.964 INFO 11260 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
-------------------------- spring cloud -------------------------------- |
|
Config Server: Not found or not setup for this application |
|
---------------------------------------------------------- |
|
2019-10-24 10:15:49.063 DEBUG 11260 --- [RMI TCP Connection(1)-10.0.75.1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:15:51.550 INFO 11260 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 5bf1a11d836a |
|
2019-10-24 10:15:51.583 DEBUG 11260 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:16:01.410 WARN 11260 --- [http-nio-9191-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'deptment' is not present] |
|
2019-10-24 10:16:08.494 DEBUG 11260 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:16:16.885 WARN 11260 --- [http-nio-9191-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'deptment' is not present] |
|
2019-10-24 10:16:28.473 DEBUG 11260 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:16:48.474 DEBUG 11260 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:17:08.491 DEBUG 11260 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:17:28.474 DEBUG 11260 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:17:48.476 DEBUG 11260 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:18:08.473 DEBUG 11260 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:18:28.471 DEBUG 11260 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:18:48.474 DEBUG 11260 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:19:08.485 DEBUG 11260 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:19:28.473 DEBUG 11260 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:19:48.475 DEBUG 11260 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:20:08.472 DEBUG 11260 --- [http-nio-9191-exec-6] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:20:28.474 DEBUG 11260 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:20:48.476 DEBUG 11260 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:21:08.474 DEBUG 11260 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:21:28.473 DEBUG 11260 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:21:48.488 DEBUG 11260 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:22:08.488 DEBUG 11260 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:22:28.488 DEBUG 11260 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:22:48.475 DEBUG 11260 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:22:55.647 WARN 11260 --- [http-nio-9191-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'deptment' is not present] |
|
2019-10-24 10:23:08.478 DEBUG 11260 --- [http-nio-9191-exec-6] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:23:28.475 DEBUG 11260 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:23:48.475 DEBUG 11260 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:24:08.487 DEBUG 11260 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:24:28.474 DEBUG 11260 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:24:48.474 DEBUG 11260 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:25:33.696 INFO 12012 --- [restartedMain] c.c.s.linghang.LinghangApplication : Starting LinghangApplication on M78VK017XEFZ48Q with PID 12012 (E:\workSpacetime\linghang\target\classes started by Administrator in E:\workSpacetime\linghang) |
|
2019-10-24 10:25:33.698 INFO 12012 --- [restartedMain] c.c.s.linghang.LinghangApplication : The following profiles are active: dev,swagger |
|
2019-10-24 10:25:35.589 INFO 12012 --- [restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances |
|
2019-10-24 10:25:35.638 INFO 12012 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy |
|
2019-10-24 10:25:35.639 INFO 12012 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:25:35.639 INFO 12012 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:25:35.639 INFO 12012 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:25:35.640 INFO 12012 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:25:35.640 INFO 12012 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:25:35.640 INFO 12012 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:25:35.640 INFO 12012 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:25:35.640 INFO 12012 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:25:35.685 INFO 12012 --- [restartedMain] c.u.j.filter.DefaultLazyPropertyFilter : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter |
|
2019-10-24 10:25:35.800 INFO 12012 --- [restartedMain] c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver |
|
2019-10-24 10:25:35.802 INFO 12012 --- [restartedMain] c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector |
|
2019-10-24 10:25:40.355 INFO 12012 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor |
|
2019-10-24 10:25:40.361 INFO 12012 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.algorithm, using default value: PBEWithMD5AndDES |
|
2019-10-24 10:25:40.361 INFO 12012 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.keyObtentionIterations, using default value: 1000 |
|
2019-10-24 10:25:40.361 INFO 12012 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.poolSize, using default value: 1 |
|
2019-10-24 10:25:40.361 INFO 12012 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerName, using default value: null |
|
2019-10-24 10:25:40.361 INFO 12012 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerClassName, using default value: null |
|
2019-10-24 10:25:40.361 INFO 12012 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.saltGeneratorClassname, using default value: org.jasypt.salt.RandomSaltGenerator |
|
2019-10-24 10:25:40.362 INFO 12012 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.stringOutputType, using default value: base64 |
|
2019-10-24 10:25:40.379 INFO 12012 --- [restartedMain] c.c.s.linghang.service.RabbitmqService : localhost |
|
2019-10-24 10:25:46.289 INFO 12012 --- [restartedMain] c.c.s.linghang.LinghangApplication : Started LinghangApplication in 13.124 seconds (JVM running for 14.87) |
|
2019-10-24 10:25:46.303 INFO 12012 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
---------------------------------------------------------- |
|
Application 'linghang' is running! Access URLs: |
|
Local: http://localhost:9191 |
|
External: http://10.0.75.1:9191 |
|
Profile(s): [dev, swagger] |
|
---------------------------------------------------------- |
|
2019-10-24 10:25:46.304 INFO 12012 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
-------------------------- spring cloud -------------------------------- |
|
Config Server: Not found or not setup for this application |
|
---------------------------------------------------------- |
|
2019-10-24 10:25:46.525 DEBUG 12012 --- [RMI TCP Connection(6)-10.0.75.1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:25:48.945 INFO 12012 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 5bf1a11d836a |
|
2019-10-24 10:25:48.982 DEBUG 12012 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:26:05.708 DEBUG 12012 --- [http-nio-9191-exec-6] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:26:25.704 DEBUG 12012 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:26:47.022 INFO 11748 --- [restartedMain] c.c.s.linghang.LinghangApplication : Starting LinghangApplication on M78VK017XEFZ48Q with PID 11748 (E:\workSpacetime\linghang\target\classes started by Administrator in E:\workSpacetime\linghang) |
|
2019-10-24 10:26:47.024 INFO 11748 --- [restartedMain] c.c.s.linghang.LinghangApplication : The following profiles are active: dev,swagger |
|
2019-10-24 10:26:49.059 INFO 11748 --- [restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances |
|
2019-10-24 10:26:49.108 INFO 11748 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy |
|
2019-10-24 10:26:49.109 INFO 11748 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:26:49.109 INFO 11748 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:26:49.109 INFO 11748 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:26:49.109 INFO 11748 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:26:49.110 INFO 11748 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:26:49.110 INFO 11748 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:26:49.110 INFO 11748 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:26:49.110 INFO 11748 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:26:49.154 INFO 11748 --- [restartedMain] c.u.j.filter.DefaultLazyPropertyFilter : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter |
|
2019-10-24 10:26:49.265 INFO 11748 --- [restartedMain] c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver |
|
2019-10-24 10:26:49.267 INFO 11748 --- [restartedMain] c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector |
|
2019-10-24 10:26:53.796 INFO 11748 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor |
|
2019-10-24 10:26:53.802 INFO 11748 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.algorithm, using default value: PBEWithMD5AndDES |
|
2019-10-24 10:26:53.802 INFO 11748 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.keyObtentionIterations, using default value: 1000 |
|
2019-10-24 10:26:53.802 INFO 11748 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.poolSize, using default value: 1 |
|
2019-10-24 10:26:53.802 INFO 11748 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerName, using default value: null |
|
2019-10-24 10:26:53.802 INFO 11748 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerClassName, using default value: null |
|
2019-10-24 10:26:53.802 INFO 11748 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.saltGeneratorClassname, using default value: org.jasypt.salt.RandomSaltGenerator |
|
2019-10-24 10:26:53.803 INFO 11748 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.stringOutputType, using default value: base64 |
|
2019-10-24 10:26:53.820 INFO 11748 --- [restartedMain] c.c.s.linghang.service.RabbitmqService : localhost |
|
2019-10-24 10:26:57.838 INFO 11748 --- [restartedMain] c.c.s.linghang.LinghangApplication : Started LinghangApplication in 11.434 seconds (JVM running for 12.218) |
|
2019-10-24 10:26:57.853 INFO 11748 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
---------------------------------------------------------- |
|
Application 'linghang' is running! Access URLs: |
|
Local: http://localhost:9191 |
|
External: http://10.0.75.1:9191 |
|
Profile(s): [dev, swagger] |
|
---------------------------------------------------------- |
|
2019-10-24 10:26:57.853 INFO 11748 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
-------------------------- spring cloud -------------------------------- |
|
Config Server: Not found or not setup for this application |
|
---------------------------------------------------------- |
|
2019-10-24 10:26:58.250 DEBUG 11748 --- [RMI TCP Connection(4)-10.0.75.1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:27:00.497 INFO 11748 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 5bf1a11d836a |
|
2019-10-24 10:27:00.537 DEBUG 11748 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:27:17.273 DEBUG 11748 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:27:22.527 WARN 11748 --- [http-nio-9191-exec-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'deptment' is not present] |
|
2019-10-24 10:27:37.274 DEBUG 11748 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:27:57.273 DEBUG 11748 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:28:17.292 DEBUG 11748 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:28:37.274 DEBUG 11748 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:28:57.284 DEBUG 11748 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:29:17.273 DEBUG 11748 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:29:37.275 DEBUG 11748 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:29:57.273 DEBUG 11748 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:29:58.333 WARN 11748 --- [http-nio-9191-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'course' is not present] |
|
2019-10-24 10:30:11.782 WARN 11748 --- [http-nio-9191-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'type' is not present] |
|
2019-10-24 10:30:17.274 DEBUG 11748 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:30:20.209 WARN 11748 --- [http-nio-9191-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'startTime' is not present] |
|
2019-10-24 10:30:29.940 WARN 11748 --- [http-nio-9191-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.bind.MissingServletRequestParameterException: Required String parameter 'endTime' is not present] |
|
2019-10-24 10:30:45.432 DEBUG 11748 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:30:46.574 INFO 11748 --- [http-nio-9191-exec-1] c.c.s.l.resource.UserInfoResource : list.size() is 0 |
|
2019-10-24 10:30:57.669 DEBUG 11748 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:30:57.677 DEBUG 11748 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:31:19.677 DEBUG 11748 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:31:19.678 DEBUG 11748 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:31:29.865 INFO 9656 --- [restartedMain] c.c.s.linghang.LinghangApplication : Starting LinghangApplication on M78VK017XEFZ48Q with PID 9656 (E:\workSpacetime\linghang\target\classes started by Administrator in E:\workSpacetime\linghang) |
|
2019-10-24 10:31:29.867 INFO 9656 --- [restartedMain] c.c.s.linghang.LinghangApplication : The following profiles are active: dev,swagger |
|
2019-10-24 10:31:31.608 INFO 9656 --- [restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances |
|
2019-10-24 10:31:31.692 INFO 9656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy |
|
2019-10-24 10:31:31.693 INFO 9656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:31:31.693 INFO 9656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:31:31.694 INFO 9656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:31:31.694 INFO 9656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:31:31.694 INFO 9656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:31:31.694 INFO 9656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:31:31.694 INFO 9656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:31:31.694 INFO 9656 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:31:31.729 INFO 9656 --- [restartedMain] c.u.j.filter.DefaultLazyPropertyFilter : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter |
|
2019-10-24 10:31:31.821 INFO 9656 --- [restartedMain] c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver |
|
2019-10-24 10:31:31.822 INFO 9656 --- [restartedMain] c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector |
|
2019-10-24 10:31:35.613 INFO 9656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor |
|
2019-10-24 10:31:35.617 INFO 9656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.algorithm, using default value: PBEWithMD5AndDES |
|
2019-10-24 10:31:35.617 INFO 9656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.keyObtentionIterations, using default value: 1000 |
|
2019-10-24 10:31:35.617 INFO 9656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.poolSize, using default value: 1 |
|
2019-10-24 10:31:35.617 INFO 9656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerName, using default value: null |
|
2019-10-24 10:31:35.617 INFO 9656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerClassName, using default value: null |
|
2019-10-24 10:31:35.617 INFO 9656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.saltGeneratorClassname, using default value: org.jasypt.salt.RandomSaltGenerator |
|
2019-10-24 10:31:35.618 INFO 9656 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.stringOutputType, using default value: base64 |
|
2019-10-24 10:31:35.632 INFO 9656 --- [restartedMain] c.c.s.linghang.service.RabbitmqService : localhost |
|
2019-10-24 10:31:39.379 INFO 9656 --- [restartedMain] c.c.s.linghang.LinghangApplication : Started LinghangApplication in 10.046 seconds (JVM running for 10.742) |
|
2019-10-24 10:31:39.391 INFO 9656 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
---------------------------------------------------------- |
|
Application 'linghang' is running! Access URLs: |
|
Local: http://localhost:9191 |
|
External: http://10.0.75.1:9191 |
|
Profile(s): [dev, swagger] |
|
---------------------------------------------------------- |
|
2019-10-24 10:31:39.392 INFO 9656 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
-------------------------- spring cloud -------------------------------- |
|
Config Server: Not found or not setup for this application |
|
---------------------------------------------------------- |
|
2019-10-24 10:31:39.600 DEBUG 9656 --- [RMI TCP Connection(3)-10.0.75.1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:31:41.978 INFO 9656 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 5bf1a11d836a |
|
2019-10-24 10:31:42.012 DEBUG 9656 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:31:45.916 INFO 9656 --- [http-nio-9191-exec-6] c.c.s.l.resource.UserInfoResource : list.size() is 0 |
|
2019-10-24 10:31:58.891 DEBUG 9656 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:31:58.897 DEBUG 9656 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:32:18.890 DEBUG 9656 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:32:18.891 DEBUG 9656 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:32:38.889 DEBUG 9656 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:32:38.890 DEBUG 9656 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:32:58.907 DEBUG 9656 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:32:58.911 DEBUG 9656 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:33:18.934 DEBUG 9656 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:33:18.938 DEBUG 9656 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:33:38.892 DEBUG 9656 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:33:38.893 DEBUG 9656 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:34:00.364 INFO 2400 --- [restartedMain] c.c.s.linghang.LinghangApplication : Starting LinghangApplication on M78VK017XEFZ48Q with PID 2400 (E:\workSpacetime\linghang\target\classes started by Administrator in E:\workSpacetime\linghang) |
|
2019-10-24 10:34:00.365 INFO 2400 --- [restartedMain] c.c.s.linghang.LinghangApplication : The following profiles are active: dev,swagger |
|
2019-10-24 10:34:01.839 INFO 2400 --- [restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances |
|
2019-10-24 10:34:01.926 INFO 2400 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy |
|
2019-10-24 10:34:01.927 INFO 2400 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:34:01.927 INFO 2400 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:34:01.928 INFO 2400 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:34:01.928 INFO 2400 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:34:01.928 INFO 2400 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:34:01.928 INFO 2400 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:34:01.928 INFO 2400 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:34:01.928 INFO 2400 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:34:01.964 INFO 2400 --- [restartedMain] c.u.j.filter.DefaultLazyPropertyFilter : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter |
|
2019-10-24 10:34:02.059 INFO 2400 --- [restartedMain] c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver |
|
2019-10-24 10:34:02.060 INFO 2400 --- [restartedMain] c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector |
|
2019-10-24 10:34:05.885 INFO 2400 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor |
|
2019-10-24 10:34:05.890 INFO 2400 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.algorithm, using default value: PBEWithMD5AndDES |
|
2019-10-24 10:34:05.890 INFO 2400 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.keyObtentionIterations, using default value: 1000 |
|
2019-10-24 10:34:05.890 INFO 2400 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.poolSize, using default value: 1 |
|
2019-10-24 10:34:05.890 INFO 2400 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerName, using default value: null |
|
2019-10-24 10:34:05.890 INFO 2400 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerClassName, using default value: null |
|
2019-10-24 10:34:05.890 INFO 2400 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.saltGeneratorClassname, using default value: org.jasypt.salt.RandomSaltGenerator |
|
2019-10-24 10:34:05.891 INFO 2400 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.stringOutputType, using default value: base64 |
|
2019-10-24 10:34:05.906 INFO 2400 --- [restartedMain] c.c.s.linghang.service.RabbitmqService : localhost |
|
2019-10-24 10:34:09.652 INFO 2400 --- [restartedMain] c.c.s.linghang.LinghangApplication : Started LinghangApplication in 9.768 seconds (JVM running for 10.43) |
|
2019-10-24 10:34:09.663 INFO 2400 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
---------------------------------------------------------- |
|
Application 'linghang' is running! Access URLs: |
|
Local: http://localhost:9191 |
|
External: http://10.0.75.1:9191 |
|
Profile(s): [dev, swagger] |
|
---------------------------------------------------------- |
|
2019-10-24 10:34:09.663 INFO 2400 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
-------------------------- spring cloud -------------------------------- |
|
Config Server: Not found or not setup for this application |
|
---------------------------------------------------------- |
|
2019-10-24 10:34:10.288 DEBUG 2400 --- [RMI TCP Connection(3)-10.0.75.1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:34:12.259 INFO 2400 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 5bf1a11d836a |
|
2019-10-24 10:34:12.293 DEBUG 2400 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:34:15.930 INFO 2400 --- [http-nio-9191-exec-6] c.c.s.l.resource.UserInfoResource : list.size() is 0 |
|
2019-10-24 10:34:29.168 DEBUG 2400 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:34:29.174 DEBUG 2400 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:34:49.166 DEBUG 2400 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:34:49.167 DEBUG 2400 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:35:05.335 INFO 2824 --- [restartedMain] c.c.s.linghang.LinghangApplication : Starting LinghangApplication on M78VK017XEFZ48Q with PID 2824 (E:\workSpacetime\linghang\target\classes started by Administrator in E:\workSpacetime\linghang) |
|
2019-10-24 10:35:05.337 INFO 2824 --- [restartedMain] c.c.s.linghang.LinghangApplication : The following profiles are active: dev,swagger |
|
2019-10-24 10:35:06.899 INFO 2824 --- [restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances |
|
2019-10-24 10:35:06.991 INFO 2824 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy |
|
2019-10-24 10:35:06.993 INFO 2824 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:35:06.993 INFO 2824 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:35:06.993 INFO 2824 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:35:06.993 INFO 2824 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:35:06.993 INFO 2824 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper |
|
2019-10-24 10:35:06.993 INFO 2824 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:35:06.993 INFO 2824 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:35:06.994 INFO 2824 --- [restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper |
|
2019-10-24 10:35:07.030 INFO 2824 --- [restartedMain] c.u.j.filter.DefaultLazyPropertyFilter : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter |
|
2019-10-24 10:35:07.131 INFO 2824 --- [restartedMain] c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver |
|
2019-10-24 10:35:07.132 INFO 2824 --- [restartedMain] c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector |
|
2019-10-24 10:35:11.234 INFO 2824 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor |
|
2019-10-24 10:35:11.238 INFO 2824 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.algorithm, using default value: PBEWithMD5AndDES |
|
2019-10-24 10:35:11.238 INFO 2824 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.keyObtentionIterations, using default value: 1000 |
|
2019-10-24 10:35:11.239 INFO 2824 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.poolSize, using default value: 1 |
|
2019-10-24 10:35:11.239 INFO 2824 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerName, using default value: null |
|
2019-10-24 10:35:11.239 INFO 2824 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.providerClassName, using default value: null |
|
2019-10-24 10:35:11.239 INFO 2824 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.saltGeneratorClassname, using default value: org.jasypt.salt.RandomSaltGenerator |
|
2019-10-24 10:35:11.239 INFO 2824 --- [restartedMain] c.u.j.encryptor.DefaultLazyEncryptor : Encryptor config not found for property jasypt.encryptor.stringOutputType, using default value: base64 |
|
2019-10-24 10:35:11.254 INFO 2824 --- [restartedMain] c.c.s.linghang.service.RabbitmqService : localhost |
|
2019-10-24 10:35:14.994 INFO 2824 --- [restartedMain] c.c.s.linghang.LinghangApplication : Started LinghangApplication in 10.193 seconds (JVM running for 10.844) |
|
2019-10-24 10:35:15.006 INFO 2824 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
---------------------------------------------------------- |
|
Application 'linghang' is running! Access URLs: |
|
Local: http://localhost:9191 |
|
External: http://10.0.75.1:9191 |
|
Profile(s): [dev, swagger] |
|
---------------------------------------------------------- |
|
2019-10-24 10:35:15.006 INFO 2824 --- [restartedMain] c.c.s.linghang.LinghangApplication : |
|
-------------------------- spring cloud -------------------------------- |
|
Config Server: Not found or not setup for this application |
|
---------------------------------------------------------- |
|
2019-10-24 10:35:15.237 DEBUG 2824 --- [RMI TCP Connection(5)-10.0.75.1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:35:17.607 INFO 2824 --- [registrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 5bf1a11d836a |
|
2019-10-24 10:35:17.642 DEBUG 2824 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:35:22.372 INFO 2824 --- [http-nio-9191-exec-5] c.c.s.l.resource.UserInfoResource : list.size() is 0 |
|
2019-10-24 10:35:34.509 DEBUG 2824 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:35:34.515 DEBUG 2824 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:35:54.507 DEBUG 2824 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:35:54.508 DEBUG 2824 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:36:14.508 DEBUG 2824 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:36:14.509 DEBUG 2824 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:36:34.511 DEBUG 2824 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:36:34.512 DEBUG 2824 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:36:54.526 DEBUG 2824 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:36:54.529 DEBUG 2824 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:37:14.508 DEBUG 2824 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:37:14.509 DEBUG 2824 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:37:34.507 DEBUG 2824 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:37:34.508 DEBUG 2824 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:37:54.511 DEBUG 2824 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:37:54.512 DEBUG 2824 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:38:14.518 DEBUG 2824 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:38:14.519 DEBUG 2824 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:38:34.523 DEBUG 2824 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:38:34.526 DEBUG 2824 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:38:54.507 DEBUG 2824 --- [http-nio-9191-exec-6] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:38:54.508 DEBUG 2824 --- [http-nio-9191-exec-6] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:39:14.511 DEBUG 2824 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:39:14.513 DEBUG 2824 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:39:34.518 DEBUG 2824 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:39:34.521 DEBUG 2824 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:39:54.524 DEBUG 2824 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:39:54.529 DEBUG 2824 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:40:14.507 DEBUG 2824 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:40:14.508 DEBUG 2824 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:40:34.525 DEBUG 2824 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:40:34.529 DEBUG 2824 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:40:54.511 DEBUG 2824 --- [http-nio-9191-exec-6] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:40:54.512 DEBUG 2824 --- [http-nio-9191-exec-6] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:41:14.508 DEBUG 2824 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:41:14.509 DEBUG 2824 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:41:34.507 DEBUG 2824 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:41:34.508 DEBUG 2824 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:41:54.514 DEBUG 2824 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:41:54.515 DEBUG 2824 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:42:14.523 DEBUG 2824 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:42:14.527 DEBUG 2824 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:42:34.508 DEBUG 2824 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:42:34.509 DEBUG 2824 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:42:54.524 DEBUG 2824 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:42:54.527 DEBUG 2824 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:43:14.521 DEBUG 2824 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:43:14.524 DEBUG 2824 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:43:34.521 DEBUG 2824 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:43:34.524 DEBUG 2824 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:43:54.509 DEBUG 2824 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:43:54.510 DEBUG 2824 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:44:14.510 DEBUG 2824 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:44:14.510 DEBUG 2824 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:44:34.509 DEBUG 2824 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:44:34.510 DEBUG 2824 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:44:54.509 DEBUG 2824 --- [http-nio-9191-exec-6] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:44:54.510 DEBUG 2824 --- [http-nio-9191-exec-6] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:45:14.508 DEBUG 2824 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:45:14.509 DEBUG 2824 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:45:34.506 DEBUG 2824 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:45:34.507 DEBUG 2824 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:45:54.523 DEBUG 2824 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:45:54.526 DEBUG 2824 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:46:14.507 DEBUG 2824 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:46:14.508 DEBUG 2824 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:46:34.506 DEBUG 2824 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:46:34.507 DEBUG 2824 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:46:54.520 DEBUG 2824 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:46:54.524 DEBUG 2824 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:47:14.513 DEBUG 2824 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:47:14.514 DEBUG 2824 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:47:34.513 DEBUG 2824 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:47:34.515 DEBUG 2824 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:47:54.516 DEBUG 2824 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:47:54.517 DEBUG 2824 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:48:14.523 DEBUG 2824 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:48:14.526 DEBUG 2824 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:48:34.511 DEBUG 2824 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:48:34.514 DEBUG 2824 --- [http-nio-9191-exec-1] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:48:54.522 DEBUG 2824 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:48:54.526 DEBUG 2824 --- [http-nio-9191-exec-3] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:49:14.518 DEBUG 2824 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:49:14.519 DEBUG 2824 --- [http-nio-9191-exec-8] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:49:34.523 DEBUG 2824 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:49:34.527 DEBUG 2824 --- [http-nio-9191-exec-4] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:49:54.509 DEBUG 2824 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:49:54.509 DEBUG 2824 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:50:14.521 DEBUG 2824 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:50:14.525 DEBUG 2824 --- [http-nio-9191-exec-9] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:50:34.521 DEBUG 2824 --- [http-nio-9191-exec-6] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:50:34.524 DEBUG 2824 --- [http-nio-9191-exec-6] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:50:54.521 DEBUG 2824 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:50:54.525 DEBUG 2824 --- [http-nio-9191-exec-5] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:51:14.510 DEBUG 2824 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:51:14.510 DEBUG 2824 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:51:34.516 DEBUG 2824 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:51:34.517 DEBUG 2824 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:51:54.509 DEBUG 2824 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:51:54.510 DEBUG 2824 --- [http-nio-9191-exec-7] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:52:14.508 DEBUG 2824 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:52:14.509 DEBUG 2824 --- [http-nio-9191-exec-2] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |
|
2019-10-24 10:52:34.513 DEBUG 2824 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : Executing SQL query [/* ping */ SELECT 1] |
|
2019-10-24 10:52:34.514 DEBUG 2824 --- [http-nio-9191-exec-10] o.s.jdbc.core.JdbcTemplate : SQLWarning ignored: SQL state '22007', error code '1292', message [Truncated incorrect DOUBLE value: '""'] |