warn.log.2022-03-29 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. 2022-03-29 17:12:09 [ restartedMain:4527 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  2. 2022-03-29 17:12:10 [ restartedMain:5005 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  3. 2022-03-29 17:18:53 [ restartedMain:5155 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  4. 2022-03-29 17:18:54 [ restartedMain:5677 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  5. 2022-03-29 17:22:42 [ restartedMain:4772 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  6. 2022-03-29 17:22:43 [ restartedMain:5196 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  7. 2022-03-29 17:24:20 [ restartedMain:4658 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  8. 2022-03-29 17:24:20 [ restartedMain:5152 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  9. 2022-03-29 17:56:59 [ restartedMain:5079 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  10. 2022-03-29 17:56:59 [ restartedMain:5534 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  11. 2022-03-29 18:26:18 [ restartedMain:1764272 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  12. 2022-03-29 18:26:18 [ restartedMain:1764534 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  13. 2022-03-29 18:27:59 [ restartedMain:5161 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  14. 2022-03-29 18:28:00 [ restartedMain:5700 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  15. 2022-03-29 19:49:53 [ restartedMain:4919294 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  16. 2022-03-29 19:49:54 [ restartedMain:4919686 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  17. 2022-03-29 20:01:42 [ restartedMain:5627970 ] - [ ERROR ] HikariPool-3 - Exception during pool initialization.
  18. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  19. Last packet sent to the server was 0 ms ago.
  20. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  21. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  22. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  23. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  24. at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
  25. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074)
  26. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2103)
  27. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:718)
  28. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
  29. at sun.reflect.GeneratedConstructorAccessor71.newInstance(Unknown Source)
  30. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  31. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  32. at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
  33. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:302)
  34. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
  35. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
  36. at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
  37. at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
  38. at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
  39. at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
  40. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
  41. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
  42. at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:158)
  43. at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:116)
  44. at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79)
  45. at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:330)
  46. at org.springframework.boot.jdbc.EmbeddedDatabaseConnection.isEmbedded(EmbeddedDatabaseConnection.java:184)
  47. at org.springframework.boot.autoconfigure.orm.jpa.HibernateDefaultDdlAutoProvider.getDefaultDdlAuto(HibernateDefaultDdlAutoProvider.java:42)
  48. at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration.lambda$getVendorProperties$1(HibernateJpaConfiguration.java:130)
  49. at org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings.getDdlAuto(HibernateSettings.java:41)
  50. at org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.determineDdlAuto(HibernateProperties.java:143)
  51. at org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.getAdditionalProperties(HibernateProperties.java:103)
  52. at org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties.determineHibernateProperties(HibernateProperties.java:95)
  53. at org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration.getVendorProperties(HibernateJpaConfiguration.java:132)
  54. at org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.entityManagerFactory(JpaBaseConfiguration.java:132)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  58. at java.lang.reflect.Method.invoke(Method.java:498)
  59. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
  60. at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)
  61. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638)
  62. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1334)
  63. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
  64. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:564)
  65. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:524)
  66. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
  67. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  68. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
  69. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
  70. at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1154)
  71. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:908)
  72. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
  73. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
  74. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
  75. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434)
  76. at org.springframework.boot.SpringApplication.run(SpringApplication.java:338)
  77. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
  78. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332)
  79. at com.chuanghai.repair.RepairsApplication.main(RepairsApplication.java:23)
  80. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  81. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  82. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  83. at java.lang.reflect.Method.invoke(Method.java:498)
  84. at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
  85. Caused by: java.net.ConnectException: Connection timed out: connect
  86. at java.net.DualStackPlainSocketImpl.connect0(Native Method)
  87. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
  88. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  89. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  90. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  91. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
  92. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  93. at java.net.Socket.connect(Socket.java:589)
  94. at java.net.Socket.connect(Socket.java:538)
  95. at java.net.Socket.<init>(Socket.java:434)
  96. at java.net.Socket.<init>(Socket.java:244)
  97. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:253)
  98. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:280)
  99. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2026)
  100. ... 58 more
  101. 2022-03-29 20:12:14 [ restartedMain:5377 ] - [ WARN ] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  102. 2022-03-29 20:12:14 [ restartedMain:5872 ] - [ WARN ] Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)