server.log 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. 2024-09-25 09:26:19.712 [main] INFO org.example.demoA.DemoAApplication - Starting DemoAApplication v1.0-SNAPSHOT on ubuntu2204 with PID 98387 (/opt/cloudwise/Demo-A-1.0-SNAPSHOT.jar started by root in /opt/cloudwise/smartagent/agent/NativeAgent/lib)
  2. 2024-09-25 09:26:19.718 [main] INFO org.example.demoA.DemoAApplication - No active profile set, falling back to default profiles: default
  3. 2024-09-25 09:26:21.008 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  4. 2024-09-25 09:26:21.015 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  5. 2024-09-25 09:26:21.103 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 34ms. Found 0 Redis repository interfaces.
  6. 2024-09-25 09:26:22.015 [main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 38081 (http)
  7. 2024-09-25 09:26:22.036 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-38081"]
  8. 2024-09-25 09:26:22.037 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
  9. 2024-09-25 09:26:22.038 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.37]
  10. 2024-09-25 09:26:22.169 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
  11. 2024-09-25 09:26:22.170 [main] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2318 ms
  12. 2024-09-25 09:26:23.132 [main] WARN org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'demoController': Unsatisfied dependency expressed through field 'demoAMySQLService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoAMySQLService' defined in URL [jar:file:/opt/cloudwise/Demo-A-1.0-SNAPSHOT.jar!/BOOT-INF/classes!/org/example/demoA/service/DemoAMySQLService.class]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com/cloudwise/agent/core/config/AgentConfig
  13. 2024-09-25 09:26:23.200 [main] INFO org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener -
  14. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  15. 2024-09-25 09:26:23.207 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
  16. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'demoController': Unsatisfied dependency expressed through field 'demoAMySQLService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoAMySQLService' defined in URL [jar:file:/opt/cloudwise/Demo-A-1.0-SNAPSHOT.jar!/BOOT-INF/classes!/org/example/demoA/service/DemoAMySQLService.class]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com/cloudwise/agent/core/config/AgentConfig
  17. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
  18. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
  19. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
  20. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1420)
  21. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
  22. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
  23. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
  24. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
  25. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
  26. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  27. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
  28. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
  29. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
  30. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
  31. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
  32. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
  33. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
  34. at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
  35. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
  36. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
  37. at org.example.demoA.DemoAApplication.main(DemoAApplication.java:15)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  41. at java.lang.reflect.Method.invoke(Method.java:498)
  42. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
  43. at org.springframework.boot.loader.Launcher.launch(Launcher.java:109)
  44. at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
  45. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
  46. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoAMySQLService' defined in URL [jar:file:/opt/cloudwise/Demo-A-1.0-SNAPSHOT.jar!/BOOT-INF/classes!/org/example/demoA/service/DemoAMySQLService.class]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com/cloudwise/agent/core/config/AgentConfig
  47. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1318)
  48. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1213)
  49. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556)
  50. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
  51. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
  52. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
  53. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
  54. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  55. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
  56. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1307)
  57. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
  58. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
  59. ... 28 common frames omitted
  60. Caused by: java.lang.NoClassDefFoundError: com/cloudwise/agent/core/config/AgentConfig
  61. at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java)
  62. at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
  63. at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.<clinit>(AbandonedConnectionCleanupThread.java:80)
  64. at java.lang.Class.forName0(Native Method)
  65. at java.lang.Class.forName(Class.java:264)
  66. at com.mysql.cj.jdbc.NonRegisteringDriver.<clinit>(NonRegisteringDriver.java:98)
  67. at java.lang.Class.forName0(Native Method)
  68. at java.lang.Class.forName(Class.java:264)
  69. at org.example.demoA.service.DemoAMySQLService.<clinit>(DemoAMySQLService.java:31)
  70. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  71. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  72. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  73. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  74. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:204)
  75. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
  76. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1310)
  77. ... 39 common frames omitted
  78. 2024-09-25 09:32:42.067 [main] INFO org.example.demoA.DemoAApplication - Starting DemoAApplication v1.0-SNAPSHOT on ubuntu2204 with PID 98461 (/opt/cloudwise/Demo-A-1.0-SNAPSHOT.jar started by root in /opt/cloudwise/smartagent/agent/NativeAgent/lib)
  79. 2024-09-25 09:32:42.076 [main] INFO org.example.demoA.DemoAApplication - No active profile set, falling back to default profiles: default
  80. 2024-09-25 09:32:43.374 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  81. 2024-09-25 09:32:43.383 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  82. 2024-09-25 09:32:43.475 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 37ms. Found 0 Redis repository interfaces.
  83. 2024-09-25 09:32:44.521 [main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 38081 (http)
  84. 2024-09-25 09:32:44.546 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-38081"]
  85. 2024-09-25 09:32:44.547 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
  86. 2024-09-25 09:32:44.548 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.37]
  87. 2024-09-25 09:32:44.706 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
  88. 2024-09-25 09:32:44.707 [main] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2459 ms
  89. 2024-09-25 09:32:45.739 [main] WARN org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'demoController': Unsatisfied dependency expressed through field 'demoAMySQLService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoAMySQLService' defined in URL [jar:file:/opt/cloudwise/Demo-A-1.0-SNAPSHOT.jar!/BOOT-INF/classes!/org/example/demoA/service/DemoAMySQLService.class]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com/cloudwise/agent/core/config/AgentConfig
  90. 2024-09-25 09:32:45.810 [main] INFO org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener -
  91. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  92. 2024-09-25 09:32:45.817 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
  93. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'demoController': Unsatisfied dependency expressed through field 'demoAMySQLService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoAMySQLService' defined in URL [jar:file:/opt/cloudwise/Demo-A-1.0-SNAPSHOT.jar!/BOOT-INF/classes!/org/example/demoA/service/DemoAMySQLService.class]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com/cloudwise/agent/core/config/AgentConfig
  94. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
  95. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
  96. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
  97. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1420)
  98. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
  99. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
  100. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
  101. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
  102. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
  103. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  104. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
  105. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
  106. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
  107. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
  108. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
  109. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
  110. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
  111. at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
  112. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
  113. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
  114. at org.example.demoA.DemoAApplication.main(DemoAApplication.java:15)
  115. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  116. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  117. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  118. at java.lang.reflect.Method.invoke(Method.java:498)
  119. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
  120. at org.springframework.boot.loader.Launcher.launch(Launcher.java:109)
  121. at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
  122. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
  123. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoAMySQLService' defined in URL [jar:file:/opt/cloudwise/Demo-A-1.0-SNAPSHOT.jar!/BOOT-INF/classes!/org/example/demoA/service/DemoAMySQLService.class]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com/cloudwise/agent/core/config/AgentConfig
  124. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1318)
  125. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1213)
  126. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556)
  127. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
  128. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
  129. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
  130. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
  131. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  132. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
  133. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1307)
  134. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
  135. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
  136. ... 28 common frames omitted
  137. Caused by: java.lang.NoClassDefFoundError: com/cloudwise/agent/core/config/AgentConfig
  138. at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java)
  139. at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
  140. at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.<clinit>(AbandonedConnectionCleanupThread.java:80)
  141. at java.lang.Class.forName0(Native Method)
  142. at java.lang.Class.forName(Class.java:264)
  143. at com.mysql.cj.jdbc.NonRegisteringDriver.<clinit>(NonRegisteringDriver.java:98)
  144. at java.lang.Class.forName0(Native Method)
  145. at java.lang.Class.forName(Class.java:264)
  146. at org.example.demoA.service.DemoAMySQLService.<clinit>(DemoAMySQLService.java:31)
  147. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  148. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  149. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  150. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  151. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:204)
  152. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
  153. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1310)
  154. ... 39 common frames omitted
  155. 2024-09-25 10:17:36.410 [main] INFO org.example.demoA.DemoAApplication - Starting DemoAApplication v1.0-SNAPSHOT on ubuntu2204 with PID 99049 (/opt/cloudwise/Demo-A-1.0-SNAPSHOT.jar started by root in /opt/cloudwise/smartagent/agent/NativeAgent/lib)
  156. 2024-09-25 10:17:36.416 [main] INFO org.example.demoA.DemoAApplication - No active profile set, falling back to default profiles: default
  157. 2024-09-25 10:17:37.580 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  158. 2024-09-25 10:17:37.592 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  159. 2024-09-25 10:17:37.678 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 35ms. Found 0 Redis repository interfaces.
  160. 2024-09-25 10:17:38.554 [main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 38081 (http)
  161. 2024-09-25 10:17:38.578 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-38081"]
  162. 2024-09-25 10:17:38.579 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
  163. 2024-09-25 10:17:38.579 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.37]
  164. 2024-09-25 10:17:38.713 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
  165. 2024-09-25 10:17:38.713 [main] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2171 ms
  166. 2024-09-25 10:17:40.225 [main] INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  167. 2024-09-25 10:17:40.706 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-38081"]
  168. 2024-09-25 10:17:40.752 [main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 38081 (http) with context path ''
  169. 2024-09-25 10:17:40.775 [main] INFO org.example.demoA.DemoAApplication - Started DemoAApplication in 5.613 seconds (JVM running for 8.686)
  170. 2024-09-25 10:18:05.109 [http-nio-38081-exec-1] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  171. 2024-09-25 10:18:05.110 [http-nio-38081-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  172. 2024-09-25 10:18:05.126 [http-nio-38081-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 15 ms
  173. 2024-09-25 10:18:05.203 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  174. 2024-09-25 10:18:05.203 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - model :normal
  175. 2024-09-25 10:18:06.092 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
  176. 2024-09-25 10:18:06.121 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
  177. 2024-09-25 10:18:06.152 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
  178. 2024-09-25 10:18:06.154 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
  179. 2024-09-25 10:18:06.988 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - execute redis success.....delete,set,get,get value is value2-string
  180. 2024-09-25 10:18:06.989 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoOutService - begin out : http://127.0.0.1:38081/hello2
  181. 2024-09-25 10:18:06.998 [http-nio-38081-exec-2] INFO org.example.demoA.controller.ServerLogController - hello2 .....Wed Sep 25 10:18:06 UTC 2024
  182. 2024-09-25 10:18:07.093 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoOutService - http://127.0.0.1:38081/hello2 response : hello2 success at Wed Sep 25 10:18:06 UTC 2024
  183. 2024-09-25 10:18:07.093 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoOutService - out success : http://127.0.0.1:38081/hello2
  184. 2024-09-25 10:18:07.094 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
  185. 2024-09-25 10:18:07.195 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  186. 2024-09-25 10:19:56.903 [http-nio-38081-exec-4] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  187. 2024-09-25 10:19:56.903 [http-nio-38081-exec-4] INFO org.example.demoA.controller.ServerLogController - model :normal
  188. 2024-09-25 10:19:57.206 [http-nio-38081-exec-4] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
  189. 2024-09-25 10:19:57.232 [http-nio-38081-exec-4] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
  190. 2024-09-25 10:19:57.258 [http-nio-38081-exec-4] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
  191. 2024-09-25 10:19:57.259 [http-nio-38081-exec-4] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
  192. 2024-09-25 10:19:57.340 [http-nio-38081-exec-4] INFO org.example.demoA.controller.ServerLogController - execute redis success.....delete,set,get,get value is value2-string
  193. 2024-09-25 10:19:57.341 [http-nio-38081-exec-4] INFO org.example.demoA.service.DemoOutService - begin out : http://127.0.0.1:38081/hello2
  194. 2024-09-25 10:19:57.345 [http-nio-38081-exec-5] INFO org.example.demoA.controller.ServerLogController - hello2 .....Wed Sep 25 10:19:57 UTC 2024
  195. 2024-09-25 10:19:57.351 [http-nio-38081-exec-4] INFO org.example.demoA.service.DemoOutService - http://127.0.0.1:38081/hello2 response : hello2 success at Wed Sep 25 10:19:57 UTC 2024
  196. 2024-09-25 10:19:57.355 [http-nio-38081-exec-4] INFO org.example.demoA.service.DemoOutService - out success : http://127.0.0.1:38081/hello2
  197. 2024-09-25 10:19:57.355 [http-nio-38081-exec-4] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
  198. 2024-09-25 10:19:57.456 [http-nio-38081-exec-4] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  199. 2024-09-25 10:25:33.563 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  200. 2024-09-25 10:25:33.564 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - model :normal
  201. 2024-09-25 10:25:33.850 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
  202. 2024-09-25 10:25:33.884 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
  203. 2024-09-25 10:25:33.919 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
  204. 2024-09-25 10:25:33.920 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
  205. 2024-09-25 10:25:34.041 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - execute redis success.....delete,set,get,get value is value2-string
  206. 2024-09-25 10:25:34.041 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoOutService - begin out : http://127.0.0.1:38081/hello2
  207. 2024-09-25 10:25:34.048 [http-nio-38081-exec-9] INFO org.example.demoA.controller.ServerLogController - hello2 .....Wed Sep 25 10:25:34 UTC 2024
  208. 2024-09-25 10:25:34.052 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoOutService - http://127.0.0.1:38081/hello2 response : hello2 success at Wed Sep 25 10:25:34 UTC 2024
  209. 2024-09-25 10:25:34.052 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoOutService - out success : http://127.0.0.1:38081/hello2
  210. 2024-09-25 10:25:34.053 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
  211. 2024-09-25 10:25:34.153 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  212. 2024-09-25 10:28:34.303 [SpringContextShutdownHook] INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  213. 2024-09-25 10:28:47.629 [main] INFO org.example.demoA.DemoAApplication - Starting DemoAApplication v1.0-SNAPSHOT on ubuntu2204 with PID 99355 (/opt/cloudwise/Demo-A-1.0-SNAPSHOT.jar started by root in /opt/cloudwise/smartagent/agent/NativeAgent/lib)
  214. 2024-09-25 10:28:47.635 [main] INFO org.example.demoA.DemoAApplication - No active profile set, falling back to default profiles: default
  215. 2024-09-25 10:28:48.993 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  216. 2024-09-25 10:28:48.999 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  217. 2024-09-25 10:28:49.067 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 33ms. Found 0 Redis repository interfaces.
  218. 2024-09-25 10:28:49.955 [main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 38081 (http)
  219. 2024-09-25 10:28:49.979 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-38081"]
  220. 2024-09-25 10:28:49.981 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
  221. 2024-09-25 10:28:49.982 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.37]
  222. 2024-09-25 10:28:50.110 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
  223. 2024-09-25 10:28:50.111 [main] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2362 ms
  224. 2024-09-25 10:28:51.608 [main] INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  225. 2024-09-25 10:28:52.115 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-38081"]
  226. 2024-09-25 10:28:52.195 [main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 38081 (http) with context path ''
  227. 2024-09-25 10:28:52.215 [main] INFO org.example.demoA.DemoAApplication - Started DemoAApplication in 6.108 seconds (JVM running for 10.423)
  228. 2024-09-25 10:32:48.936 [http-nio-38081-exec-1] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  229. 2024-09-25 10:32:48.937 [http-nio-38081-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  230. 2024-09-25 10:32:48.955 [http-nio-38081-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 17 ms
  231. 2024-09-25 10:32:49.027 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  232. 2024-09-25 10:32:49.029 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - model :normal
  233. 2024-09-25 10:32:49.883 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
  234. 2024-09-25 10:32:49.913 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
  235. 2024-09-25 10:32:49.944 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
  236. 2024-09-25 10:32:49.950 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
  237. 2024-09-25 10:32:50.723 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - execute redis success.....delete,set,get,get value is value2-string
  238. 2024-09-25 10:32:50.724 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoOutService - begin out : http://127.0.0.1:38081/hello2
  239. 2024-09-25 10:32:50.735 [http-nio-38081-exec-2] INFO org.example.demoA.controller.ServerLogController - hello2 .....Wed Sep 25 10:32:50 UTC 2024
  240. 2024-09-25 10:32:50.779 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoOutService - http://127.0.0.1:38081/hello2 response : hello2 success at Wed Sep 25 10:32:50 UTC 2024
  241. 2024-09-25 10:32:50.779 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoOutService - out success : http://127.0.0.1:38081/hello2
  242. 2024-09-25 10:32:50.780 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
  243. 2024-09-25 10:32:50.881 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  244. 2024-09-25 10:33:10.804 [http-nio-38081-exec-3] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  245. 2024-09-25 10:33:10.805 [http-nio-38081-exec-3] INFO org.example.demoA.controller.ServerLogController - model :normal
  246. 2024-09-25 10:33:11.103 [http-nio-38081-exec-3] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
  247. 2024-09-25 10:33:11.131 [http-nio-38081-exec-3] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
  248. 2024-09-25 10:33:11.160 [http-nio-38081-exec-3] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
  249. 2024-09-25 10:33:11.161 [http-nio-38081-exec-3] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
  250. 2024-09-25 10:33:11.244 [http-nio-38081-exec-3] INFO org.example.demoA.controller.ServerLogController - execute redis success.....delete,set,get,get value is value2-string
  251. 2024-09-25 10:33:11.245 [http-nio-38081-exec-3] INFO org.example.demoA.service.DemoOutService - begin out : http://127.0.0.1:38081/hello2
  252. 2024-09-25 10:33:11.249 [http-nio-38081-exec-4] INFO org.example.demoA.controller.ServerLogController - hello2 .....Wed Sep 25 10:33:11 UTC 2024
  253. 2024-09-25 10:33:11.252 [http-nio-38081-exec-3] INFO org.example.demoA.service.DemoOutService - http://127.0.0.1:38081/hello2 response : hello2 success at Wed Sep 25 10:33:11 UTC 2024
  254. 2024-09-25 10:33:11.253 [http-nio-38081-exec-3] INFO org.example.demoA.service.DemoOutService - out success : http://127.0.0.1:38081/hello2
  255. 2024-09-25 10:33:11.253 [http-nio-38081-exec-3] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
  256. 2024-09-25 10:33:11.353 [http-nio-38081-exec-3] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  257. 2024-09-25 10:33:22.565 [http-nio-38081-exec-6] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  258. 2024-09-25 10:33:22.566 [http-nio-38081-exec-6] INFO org.example.demoA.controller.ServerLogController - model :normal
  259. 2024-09-25 10:33:22.835 [http-nio-38081-exec-6] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
  260. 2024-09-25 10:33:22.861 [http-nio-38081-exec-6] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
  261. 2024-09-25 10:33:22.890 [http-nio-38081-exec-6] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
  262. 2024-09-25 10:33:22.890 [http-nio-38081-exec-6] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
  263. 2024-09-25 10:33:22.973 [http-nio-38081-exec-6] INFO org.example.demoA.controller.ServerLogController - execute redis success.....delete,set,get,get value is value2-string
  264. 2024-09-25 10:33:22.973 [http-nio-38081-exec-6] INFO org.example.demoA.service.DemoOutService - begin out : http://127.0.0.1:38081/hello2
  265. 2024-09-25 10:33:22.978 [http-nio-38081-exec-5] INFO org.example.demoA.controller.ServerLogController - hello2 .....Wed Sep 25 10:33:22 UTC 2024
  266. 2024-09-25 10:33:22.982 [http-nio-38081-exec-6] INFO org.example.demoA.service.DemoOutService - http://127.0.0.1:38081/hello2 response : hello2 success at Wed Sep 25 10:33:22 UTC 2024
  267. 2024-09-25 10:33:22.984 [http-nio-38081-exec-6] INFO org.example.demoA.service.DemoOutService - out success : http://127.0.0.1:38081/hello2
  268. 2024-09-25 10:33:22.984 [http-nio-38081-exec-6] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
  269. 2024-09-25 10:33:23.085 [http-nio-38081-exec-6] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  270. 2024-09-25 10:43:31.268 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  271. 2024-09-25 10:43:31.269 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - model :normal
  272. 2024-09-25 10:43:31.544 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
  273. 2024-09-25 10:43:31.574 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
  274. 2024-09-25 10:43:31.609 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
  275. 2024-09-25 10:43:31.612 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
  276. 2024-09-25 10:43:31.693 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - execute redis success.....delete,set,get,get value is value2-string
  277. 2024-09-25 10:43:31.694 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoOutService - begin out : http://127.0.0.1:38081/hello2
  278. 2024-09-25 10:43:31.697 [http-nio-38081-exec-9] INFO org.example.demoA.controller.ServerLogController - hello2 .....Wed Sep 25 10:43:31 UTC 2024
  279. 2024-09-25 10:43:31.701 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoOutService - http://127.0.0.1:38081/hello2 response : hello2 success at Wed Sep 25 10:43:31 UTC 2024
  280. 2024-09-25 10:43:31.702 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoOutService - out success : http://127.0.0.1:38081/hello2
  281. 2024-09-25 10:43:31.702 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
  282. 2024-09-25 10:43:31.803 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  283. 2024-09-25 10:43:33.460 [http-nio-38081-exec-10] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  284. 2024-09-25 10:43:33.460 [http-nio-38081-exec-10] INFO org.example.demoA.controller.ServerLogController - model :normal
  285. 2024-09-25 10:43:33.758 [http-nio-38081-exec-10] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
  286. 2024-09-25 10:43:33.789 [http-nio-38081-exec-10] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
  287. 2024-09-25 10:43:33.813 [http-nio-38081-exec-10] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
  288. 2024-09-25 10:43:33.814 [http-nio-38081-exec-10] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
  289. 2024-09-25 10:43:33.905 [http-nio-38081-exec-10] INFO org.example.demoA.controller.ServerLogController - execute redis success.....delete,set,get,get value is value2-string
  290. 2024-09-25 10:43:33.906 [http-nio-38081-exec-10] INFO org.example.demoA.service.DemoOutService - begin out : http://127.0.0.1:38081/hello2
  291. 2024-09-25 10:43:33.909 [http-nio-38081-exec-2] INFO org.example.demoA.controller.ServerLogController - hello2 .....Wed Sep 25 10:43:33 UTC 2024
  292. 2024-09-25 10:43:33.912 [http-nio-38081-exec-10] INFO org.example.demoA.service.DemoOutService - http://127.0.0.1:38081/hello2 response : hello2 success at Wed Sep 25 10:43:33 UTC 2024
  293. 2024-09-25 10:43:33.912 [http-nio-38081-exec-10] INFO org.example.demoA.service.DemoOutService - out success : http://127.0.0.1:38081/hello2
  294. 2024-09-25 10:43:33.912 [http-nio-38081-exec-10] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
  295. 2024-09-25 10:43:34.012 [http-nio-38081-exec-10] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  296. 2024-09-25 10:43:38.463 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  297. 2024-09-25 10:43:38.463 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - model :normal
  298. 2024-09-25 10:43:38.709 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
  299. 2024-09-25 10:43:38.740 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
  300. 2024-09-25 10:43:38.768 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
  301. 2024-09-25 10:43:38.770 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
  302. 2024-09-25 10:43:38.856 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - execute redis success.....delete,set,get,get value is value2-string
  303. 2024-09-25 10:43:38.856 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoOutService - begin out : http://127.0.0.1:38081/hello2
  304. 2024-09-25 10:43:38.858 [http-nio-38081-exec-4] INFO org.example.demoA.controller.ServerLogController - hello2 .....Wed Sep 25 10:43:38 UTC 2024
  305. 2024-09-25 10:43:38.862 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoOutService - http://127.0.0.1:38081/hello2 response : hello2 success at Wed Sep 25 10:43:38 UTC 2024
  306. 2024-09-25 10:43:38.862 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoOutService - out success : http://127.0.0.1:38081/hello2
  307. 2024-09-25 10:43:38.862 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
  308. 2024-09-25 10:43:38.963 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - -------------------------------
  309. 2024-09-25 10:44:13.430 [SpringContextShutdownHook] INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'