| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311 |
- 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)
- 2024-09-25 09:26:19.718 [main] INFO org.example.demoA.DemoAApplication - No active profile set, falling back to default profiles: default
- 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!
- 2024-09-25 09:26:21.015 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 2024-09-25 09:26:22.015 [main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 38081 (http)
- 2024-09-25 09:26:22.036 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-38081"]
- 2024-09-25 09:26:22.037 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
- 2024-09-25 09:26:22.038 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.37]
- 2024-09-25 09:26:22.169 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
- 2024-09-25 09:26:22.170 [main] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2318 ms
- 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
- 2024-09-25 09:26:23.200 [main] INFO org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener -
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2024-09-25 09:26:23.207 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
- 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
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1420)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
- at org.example.demoA.DemoAApplication.main(DemoAApplication.java:15)
- 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.loader.MainMethodRunner.run(MainMethodRunner.java:49)
- at org.springframework.boot.loader.Launcher.launch(Launcher.java:109)
- at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
- at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
- 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
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1318)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1213)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1307)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
- ... 28 common frames omitted
- Caused by: java.lang.NoClassDefFoundError: com/cloudwise/agent/core/config/AgentConfig
- at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java)
- at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
- at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.<clinit>(AbandonedConnectionCleanupThread.java:80)
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Class.java:264)
- at com.mysql.cj.jdbc.NonRegisteringDriver.<clinit>(NonRegisteringDriver.java:98)
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Class.java:264)
- at org.example.demoA.service.DemoAMySQLService.<clinit>(DemoAMySQLService.java:31)
- 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 org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:204)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1310)
- ... 39 common frames omitted
- 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)
- 2024-09-25 09:32:42.076 [main] INFO org.example.demoA.DemoAApplication - No active profile set, falling back to default profiles: default
- 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!
- 2024-09-25 09:32:43.383 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 2024-09-25 09:32:44.521 [main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 38081 (http)
- 2024-09-25 09:32:44.546 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-38081"]
- 2024-09-25 09:32:44.547 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
- 2024-09-25 09:32:44.548 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.37]
- 2024-09-25 09:32:44.706 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
- 2024-09-25 09:32:44.707 [main] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2459 ms
- 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
- 2024-09-25 09:32:45.810 [main] INFO org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener -
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2024-09-25 09:32:45.817 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
- 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
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1420)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
- at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
- at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
- at org.example.demoA.DemoAApplication.main(DemoAApplication.java:15)
- 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.loader.MainMethodRunner.run(MainMethodRunner.java:49)
- at org.springframework.boot.loader.Launcher.launch(Launcher.java:109)
- at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
- at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
- 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
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1318)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1213)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:556)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
- at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
- at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1307)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
- ... 28 common frames omitted
- Caused by: java.lang.NoClassDefFoundError: com/cloudwise/agent/core/config/AgentConfig
- at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java)
- at java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:668)
- at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.<clinit>(AbandonedConnectionCleanupThread.java:80)
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Class.java:264)
- at com.mysql.cj.jdbc.NonRegisteringDriver.<clinit>(NonRegisteringDriver.java:98)
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Class.java:264)
- at org.example.demoA.service.DemoAMySQLService.<clinit>(DemoAMySQLService.java:31)
- 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 org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:204)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1310)
- ... 39 common frames omitted
- 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)
- 2024-09-25 10:17:36.416 [main] INFO org.example.demoA.DemoAApplication - No active profile set, falling back to default profiles: default
- 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!
- 2024-09-25 10:17:37.592 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 2024-09-25 10:17:38.554 [main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 38081 (http)
- 2024-09-25 10:17:38.578 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-38081"]
- 2024-09-25 10:17:38.579 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
- 2024-09-25 10:17:38.579 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.37]
- 2024-09-25 10:17:38.713 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
- 2024-09-25 10:17:38.713 [main] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2171 ms
- 2024-09-25 10:17:40.225 [main] INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
- 2024-09-25 10:17:40.706 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-38081"]
- 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 ''
- 2024-09-25 10:17:40.775 [main] INFO org.example.demoA.DemoAApplication - Started DemoAApplication in 5.613 seconds (JVM running for 8.686)
- 2024-09-25 10:18:05.109 [http-nio-38081-exec-1] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2024-09-25 10:18:05.110 [http-nio-38081-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
- 2024-09-25 10:18:05.126 [http-nio-38081-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 15 ms
- 2024-09-25 10:18:05.203 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:18:05.203 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - model :normal
- 2024-09-25 10:18:06.092 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
- 2024-09-25 10:18:06.121 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
- 2024-09-25 10:18:06.152 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
- 2024-09-25 10:18:06.154 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
- 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
- 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
- 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
- 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
- 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
- 2024-09-25 10:18:07.094 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
- 2024-09-25 10:18:07.195 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:19:56.903 [http-nio-38081-exec-4] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:19:56.903 [http-nio-38081-exec-4] INFO org.example.demoA.controller.ServerLogController - model :normal
- 2024-09-25 10:19:57.206 [http-nio-38081-exec-4] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
- 2024-09-25 10:19:57.232 [http-nio-38081-exec-4] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
- 2024-09-25 10:19:57.258 [http-nio-38081-exec-4] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
- 2024-09-25 10:19:57.259 [http-nio-38081-exec-4] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
- 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
- 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
- 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
- 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
- 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
- 2024-09-25 10:19:57.355 [http-nio-38081-exec-4] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
- 2024-09-25 10:19:57.456 [http-nio-38081-exec-4] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:25:33.563 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:25:33.564 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - model :normal
- 2024-09-25 10:25:33.850 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
- 2024-09-25 10:25:33.884 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
- 2024-09-25 10:25:33.919 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
- 2024-09-25 10:25:33.920 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
- 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
- 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
- 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
- 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
- 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
- 2024-09-25 10:25:34.053 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
- 2024-09-25 10:25:34.153 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:28:34.303 [SpringContextShutdownHook] INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
- 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)
- 2024-09-25 10:28:47.635 [main] INFO org.example.demoA.DemoAApplication - No active profile set, falling back to default profiles: default
- 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!
- 2024-09-25 10:28:48.999 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 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.
- 2024-09-25 10:28:49.955 [main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 38081 (http)
- 2024-09-25 10:28:49.979 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-38081"]
- 2024-09-25 10:28:49.981 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
- 2024-09-25 10:28:49.982 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.37]
- 2024-09-25 10:28:50.110 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
- 2024-09-25 10:28:50.111 [main] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2362 ms
- 2024-09-25 10:28:51.608 [main] INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
- 2024-09-25 10:28:52.115 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-38081"]
- 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 ''
- 2024-09-25 10:28:52.215 [main] INFO org.example.demoA.DemoAApplication - Started DemoAApplication in 6.108 seconds (JVM running for 10.423)
- 2024-09-25 10:32:48.936 [http-nio-38081-exec-1] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2024-09-25 10:32:48.937 [http-nio-38081-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
- 2024-09-25 10:32:48.955 [http-nio-38081-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 17 ms
- 2024-09-25 10:32:49.027 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:32:49.029 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - model :normal
- 2024-09-25 10:32:49.883 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
- 2024-09-25 10:32:49.913 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
- 2024-09-25 10:32:49.944 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
- 2024-09-25 10:32:49.950 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
- 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
- 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
- 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
- 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
- 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
- 2024-09-25 10:32:50.780 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
- 2024-09-25 10:32:50.881 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:33:10.804 [http-nio-38081-exec-3] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:33:10.805 [http-nio-38081-exec-3] INFO org.example.demoA.controller.ServerLogController - model :normal
- 2024-09-25 10:33:11.103 [http-nio-38081-exec-3] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
- 2024-09-25 10:33:11.131 [http-nio-38081-exec-3] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
- 2024-09-25 10:33:11.160 [http-nio-38081-exec-3] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
- 2024-09-25 10:33:11.161 [http-nio-38081-exec-3] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
- 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
- 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
- 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
- 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
- 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
- 2024-09-25 10:33:11.253 [http-nio-38081-exec-3] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
- 2024-09-25 10:33:11.353 [http-nio-38081-exec-3] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:33:22.565 [http-nio-38081-exec-6] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:33:22.566 [http-nio-38081-exec-6] INFO org.example.demoA.controller.ServerLogController - model :normal
- 2024-09-25 10:33:22.835 [http-nio-38081-exec-6] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
- 2024-09-25 10:33:22.861 [http-nio-38081-exec-6] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
- 2024-09-25 10:33:22.890 [http-nio-38081-exec-6] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
- 2024-09-25 10:33:22.890 [http-nio-38081-exec-6] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
- 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
- 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
- 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
- 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
- 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
- 2024-09-25 10:33:22.984 [http-nio-38081-exec-6] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
- 2024-09-25 10:33:23.085 [http-nio-38081-exec-6] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:43:31.268 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:43:31.269 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - model :normal
- 2024-09-25 10:43:31.544 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
- 2024-09-25 10:43:31.574 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
- 2024-09-25 10:43:31.609 [http-nio-38081-exec-8] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
- 2024-09-25 10:43:31.612 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
- 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
- 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
- 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
- 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
- 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
- 2024-09-25 10:43:31.702 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
- 2024-09-25 10:43:31.803 [http-nio-38081-exec-8] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:43:33.460 [http-nio-38081-exec-10] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:43:33.460 [http-nio-38081-exec-10] INFO org.example.demoA.controller.ServerLogController - model :normal
- 2024-09-25 10:43:33.758 [http-nio-38081-exec-10] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
- 2024-09-25 10:43:33.789 [http-nio-38081-exec-10] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
- 2024-09-25 10:43:33.813 [http-nio-38081-exec-10] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
- 2024-09-25 10:43:33.814 [http-nio-38081-exec-10] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
- 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
- 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
- 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
- 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
- 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
- 2024-09-25 10:43:33.912 [http-nio-38081-exec-10] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
- 2024-09-25 10:43:34.012 [http-nio-38081-exec-10] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:43:38.463 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:43:38.463 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - model :normal
- 2024-09-25 10:43:38.709 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - select count(*) from tb_user: 0
- 2024-09-25 10:43:38.740 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - i1 = 0
- 2024-09-25 10:43:38.768 [http-nio-38081-exec-1] INFO org.example.demoA.service.DemoAMySQLService - i3 = 0
- 2024-09-25 10:43:38.770 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - execute mysql success.....
- 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
- 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
- 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
- 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
- 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
- 2024-09-25 10:43:38.862 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - 应用「demoA」测试简单LogBack--Info级别日志--normalTest
- 2024-09-25 10:43:38.963 [http-nio-38081-exec-1] INFO org.example.demoA.controller.ServerLogController - -------------------------------
- 2024-09-25 10:44:13.430 [SpringContextShutdownHook] INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
|