icmp-ping-server.log 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672
  1. [2022-12-29 10:40:59.320] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
  2. [2022-12-29 10:40:59.336] [INFO ] Starting IcmpPingServerApplicationTests using Java 1.8.0_25 on SEUNGHO with PID 11516 (started by OpenValue in C:\DEV\ITS\01.WINDOWS\22.07.PyeongTaek\JAVA\icmp-ping-server)
  3. [2022-12-29 10:40:59.337] [INFO ] The following profiles are active: dev
  4. [2022-12-29 10:41:01.296] [INFO ] com.its.icmp.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$647869b8@1645f294
  5. [2022-12-29 10:41:01.296] [INFO ] Bean 'threadPoolInitializer' of type [com.its.icmp.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$647869b8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  6. [2022-12-29 10:41:01.402] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$827a2204] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  7. [2022-12-29 10:41:01.463] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  8. [2022-12-29 10:41:01.556] [INFO ] ApplicationConfig(bootingDateTime=2022-12-29 10:41:01, startSchedule=false, id=WCM01, name=ICMP Ping Server, history=true, statistics=true, userId=admin, userPswd=1234, centerCommEnable=true, listenPort=9905, bindingAddr=0.0.0.0, backlog=1024, acceptThreads=16, workerThreads=16, rcvBuf=16383, sndBuf=16383, readerIdleTimeSeconds=0, writerIdleTimeSeconds=0, allIdleTimeSeconds=0, connectTimeoutSeconds=0)
  9. [2022-12-29 10:41:01.565] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  10. [2022-12-29 10:41:01.566] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/**/*.xml)
  11. [2022-12-29 10:41:01.823] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  12. [2022-12-29 10:41:03.654] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  13. [2022-12-29 10:41:03.995] [INFO ] Will secure Ant [pattern='/favicon.ico'] with []
  14. [2022-12-29 10:41:03.996] [INFO ] Will secure Ant [pattern='/css/**'] with []
  15. [2022-12-29 10:41:03.996] [INFO ] Will secure Ant [pattern='/js/**'] with []
  16. [2022-12-29 10:41:03.997] [INFO ] Will secure Ant [pattern='/img/**'] with []
  17. [2022-12-29 10:41:03.997] [INFO ] Will secure Ant [pattern='/lib/**'] with []
  18. [2022-12-29 10:41:03.997] [INFO ] Will secure Ant [pattern='/api/**', GET] with []
  19. [2022-12-29 10:41:03.997] [INFO ] Will secure Ant [pattern='/api/**', POST] with []
  20. [2022-12-29 10:41:03.998] [INFO ] Will secure Ant [pattern='/api/**', PUT] with []
  21. [2022-12-29 10:41:03.998] [INFO ] Will secure Ant [pattern='/api/**', DELETE] with []
  22. [2022-12-29 10:41:05.364] [INFO ] Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4b195203, org.springframework.security.web.context.SecurityContextPersistenceFilter@4052b19f, org.springframework.security.web.header.HeaderWriterFilter@74c9e11, org.springframework.security.web.authentication.logout.LogoutFilter@61037caf, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@12fcb2c3, org.springframework.security.web.session.ConcurrentSessionFilter@101bdd1c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@60dc1a4e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6e24ce51, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@28a6e171, org.springframework.security.web.session.SessionManagementFilter@149274cb, org.springframework.security.web.access.ExceptionTranslationFilter@445bce9a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@51ff3c4b]
  23. [2022-12-29 10:41:06.201] [INFO ] Using default implementation for ThreadExecutor
  24. [2022-12-29 10:41:06.224] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  25. [2022-12-29 10:41:06.224] [INFO ] Quartz Scheduler v.2.3.2 created.
  26. [2022-12-29 10:41:06.226] [INFO ] RAMJobStore initialized.
  27. [2022-12-29 10:41:06.227] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  28. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  29. NOT STARTED.
  30. Currently in standby mode.
  31. Number of jobs executed: 0
  32. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  33. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  34. [2022-12-29 10:41:06.228] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  35. [2022-12-29 10:41:06.228] [INFO ] Quartz scheduler version: 2.3.2
  36. [2022-12-29 10:41:06.229] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5882b202
  37. [2022-12-29 10:41:06.411] [INFO ] Context refreshed
  38. [2022-12-29 10:41:06.437] [INFO ] Found 1 custom documentation plugin(s)
  39. [2022-12-29 10:41:06.483] [INFO ] Scanning for api listing references
  40. [2022-12-29 10:41:06.510] [INFO ] Starting Quartz Scheduler now
  41. [2022-12-29 10:41:06.510] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
  42. [2022-12-29 10:41:06.529] [INFO ] Started IcmpPingServerApplicationTests in 8.239 seconds (JVM running for 10.683)
  43. [2022-12-29 10:41:06.560] [INFO ]
  44. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  45. [2022-12-29 10:41:06.601] [ERROR] Application run failed
  46. java.lang.IllegalStateException: Failed to execute CommandLineRunner
  47. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:811)
  48. at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:792)
  49. at org.springframework.boot.SpringApplication.run(SpringApplication.java:346)
  50. at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:123)
  51. at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99)
  52. at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124)
  53. at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:124)
  54. at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190)
  55. at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132)
  56. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248)
  57. at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:138)
  58. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$6(ClassBasedTestDescriptor.java:350)
  59. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$326/2050339061.execute(Unknown Source)
  60. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:355)
  61. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$7(ClassBasedTestDescriptor.java:350)
  62. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$325/1617838096.accept(Unknown Source)
  63. at java.util.stream.StreamSpliterators$WrappingSpliterator$$Lambda$223/1627428162.accept(Unknown Source)
  64. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
  65. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  66. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
  67. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
  68. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
  69. at java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312)
  70. at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:742)
  71. at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:741)
  72. at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
  73. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:349)
  74. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$4(ClassBasedTestDescriptor.java:270)
  75. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$324/151593342.execute(Unknown Source)
  76. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  77. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:269)
  78. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$2(ClassBasedTestDescriptor.java:259)
  79. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$317/1898325501.get(Unknown Source)
  80. at java.util.Optional.orElseGet(Optional.java:267)
  81. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$3(ClassBasedTestDescriptor.java:258)
  82. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$234/704024720.getTestInstances(Unknown Source)
  83. at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31)
  84. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:101)
  85. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$316/856055143.execute(Unknown Source)
  86. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  87. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:100)
  88. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:65)
  89. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$1(NodeTestTask.java:111)
  90. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$177/1948863195.execute(Unknown Source)
  91. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  92. at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:111)
  93. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:79)
  94. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$196/371619938.accept(Unknown Source)
  95. at java.util.ArrayList.forEach(ArrayList.java:1249)
  96. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
  97. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
  98. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$192/21257599.execute(Unknown Source)
  99. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  100. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
  101. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$191/135184888.invoke(Unknown Source)
  102. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
  103. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
  104. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$190/1786364562.execute(Unknown Source)
  105. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  106. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
  107. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
  108. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$196/371619938.accept(Unknown Source)
  109. at java.util.ArrayList.forEach(ArrayList.java:1249)
  110. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
  111. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
  112. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$192/21257599.execute(Unknown Source)
  113. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  114. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
  115. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$191/135184888.invoke(Unknown Source)
  116. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
  117. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
  118. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$190/1786364562.execute(Unknown Source)
  119. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  120. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
  121. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
  122. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
  123. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
  124. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
  125. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
  126. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
  127. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
  128. at org.junit.platform.launcher.core.EngineExecutionOrchestrator$$Lambda$147/770189387.accept(Unknown Source)
  129. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
  130. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
  131. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
  132. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
  133. at com.intellij.junit5.JUnit5IdeaTestRunner.startRunnerWithArgs(JUnit5IdeaTestRunner.java:71)
  134. at com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38)
  135. at com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11)
  136. at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35)
  137. at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235)
  138. at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54)
  139. Caused by: java.awt.HeadlessException: null
  140. at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
  141. at java.awt.Window.<init>(Window.java:536)
  142. at java.awt.Frame.<init>(Frame.java:420)
  143. at javax.swing.JFrame.<init>(JFrame.java:225)
  144. at com.its.icmp.IcmpPingServerApplication.run(IcmpPingServerApplication.java:94)
  145. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:808)
  146. ... 91 common frames omitted
  147. [2022-12-29 10:41:06.613] [ERROR] Application Terminated: 1672278066611
  148. [2022-12-29 10:41:06.632] [INFO ] pool-icmp-ping-server - Starting...
  149. [2022-12-29 10:41:08.585] [INFO ] pool-icmp-ping-server - Start completed.
  150. [2022-12-29 10:41:08.807] [WARN ] Exception thrown from ApplicationListener handling ContextClosedEvent
  151. java.lang.NullPointerException: null
  152. at com.its.icmp.service.IcmpPingService.updateCtlrStts(IcmpPingService.java:118)
  153. at com.its.icmp.service.IcmpPingService$$FastClassBySpringCGLIB$$9024f2af.invoke(<generated>)
  154. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  155. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
  156. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  157. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  158. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
  159. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
  160. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
  161. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  162. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
  163. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
  164. at com.its.icmp.service.IcmpPingService$$EnhancerBySpringCGLIB$$f107ee4d.updateCtlrStts(<generated>)
  165. at com.its.icmp.IcmpPingServerApplication.terminateApplication(IcmpPingServerApplication.java:192)
  166. at com.its.icmp.IcmpPingServerApplication.onApplicationEvent(IcmpPingServerApplication.java:215)
  167. at com.its.icmp.IcmpPingServerApplication.onApplicationEvent(IcmpPingServerApplication.java:47)
  168. at com.its.icmp.IcmpPingServerApplication$$EnhancerBySpringCGLIB$$d18631ea.onApplicationEvent(<generated>)
  169. at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
  170. at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
  171. at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
  172. at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)
  173. at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)
  174. at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1058)
  175. at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1021)
  176. at org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:827)
  177. at org.springframework.boot.SpringApplication.run(SpringApplication.java:349)
  178. at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:123)
  179. at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99)
  180. at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124)
  181. at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:124)
  182. at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190)
  183. at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132)
  184. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248)
  185. at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:138)
  186. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$6(ClassBasedTestDescriptor.java:350)
  187. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$326/2050339061.execute(Unknown Source)
  188. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:355)
  189. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$7(ClassBasedTestDescriptor.java:350)
  190. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$325/1617838096.accept(Unknown Source)
  191. at java.util.stream.StreamSpliterators$WrappingSpliterator$$Lambda$223/1627428162.accept(Unknown Source)
  192. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
  193. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  194. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
  195. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
  196. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
  197. at java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312)
  198. at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:742)
  199. at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:741)
  200. at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
  201. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:349)
  202. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$4(ClassBasedTestDescriptor.java:270)
  203. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$324/151593342.execute(Unknown Source)
  204. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  205. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:269)
  206. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$2(ClassBasedTestDescriptor.java:259)
  207. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$317/1898325501.get(Unknown Source)
  208. at java.util.Optional.orElseGet(Optional.java:267)
  209. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$3(ClassBasedTestDescriptor.java:258)
  210. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$234/704024720.getTestInstances(Unknown Source)
  211. at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31)
  212. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:101)
  213. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$316/856055143.execute(Unknown Source)
  214. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  215. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:100)
  216. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:65)
  217. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$1(NodeTestTask.java:111)
  218. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$177/1948863195.execute(Unknown Source)
  219. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  220. at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:111)
  221. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:79)
  222. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$196/371619938.accept(Unknown Source)
  223. at java.util.ArrayList.forEach(ArrayList.java:1249)
  224. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
  225. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
  226. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$192/21257599.execute(Unknown Source)
  227. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  228. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
  229. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$191/135184888.invoke(Unknown Source)
  230. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
  231. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
  232. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$190/1786364562.execute(Unknown Source)
  233. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  234. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
  235. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
  236. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$196/371619938.accept(Unknown Source)
  237. at java.util.ArrayList.forEach(ArrayList.java:1249)
  238. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
  239. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
  240. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$192/21257599.execute(Unknown Source)
  241. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  242. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
  243. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$191/135184888.invoke(Unknown Source)
  244. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
  245. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
  246. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$190/1786364562.execute(Unknown Source)
  247. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  248. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
  249. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
  250. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
  251. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
  252. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
  253. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
  254. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
  255. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
  256. at org.junit.platform.launcher.core.EngineExecutionOrchestrator$$Lambda$147/770189387.accept(Unknown Source)
  257. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
  258. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
  259. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
  260. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
  261. at com.intellij.junit5.JUnit5IdeaTestRunner.startRunnerWithArgs(JUnit5IdeaTestRunner.java:71)
  262. at com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38)
  263. at com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11)
  264. at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35)
  265. at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235)
  266. at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54)
  267. [2022-12-29 10:41:08.812] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  268. [2022-12-29 10:41:08.812] [INFO ] Shutting down Quartz Scheduler
  269. [2022-12-29 10:41:08.812] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  270. [2022-12-29 10:41:08.813] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  271. [2022-12-29 10:41:08.813] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  272. [2022-12-29 10:41:08.845] [INFO ] pool-icmp-ping-server - Shutdown initiated...
  273. [2022-12-29 10:41:08.877] [INFO ] pool-icmp-ping-server - Shutdown completed.
  274. [2022-12-29 10:41:08.878] [ERROR] Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@6e9175d8] to prepare test instance [com.its.icmp.IcmpPingServerApplicationTests@dae5e0]
  275. java.lang.IllegalStateException: Failed to load ApplicationContext
  276. at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:132)
  277. at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:124)
  278. at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190)
  279. at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132)
  280. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248)
  281. at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:138)
  282. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$6(ClassBasedTestDescriptor.java:350)
  283. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$326/2050339061.execute(Unknown Source)
  284. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:355)
  285. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$7(ClassBasedTestDescriptor.java:350)
  286. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$325/1617838096.accept(Unknown Source)
  287. at java.util.stream.StreamSpliterators$WrappingSpliterator$$Lambda$223/1627428162.accept(Unknown Source)
  288. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
  289. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  290. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
  291. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
  292. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502)
  293. at java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:312)
  294. at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:742)
  295. at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:741)
  296. at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
  297. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:349)
  298. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$4(ClassBasedTestDescriptor.java:270)
  299. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$324/151593342.execute(Unknown Source)
  300. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  301. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:269)
  302. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$2(ClassBasedTestDescriptor.java:259)
  303. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$317/1898325501.get(Unknown Source)
  304. at java.util.Optional.orElseGet(Optional.java:267)
  305. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$3(ClassBasedTestDescriptor.java:258)
  306. at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor$$Lambda$234/704024720.getTestInstances(Unknown Source)
  307. at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31)
  308. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:101)
  309. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor$$Lambda$316/856055143.execute(Unknown Source)
  310. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  311. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:100)
  312. at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:65)
  313. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$1(NodeTestTask.java:111)
  314. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$177/1948863195.execute(Unknown Source)
  315. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  316. at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:111)
  317. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:79)
  318. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$196/371619938.accept(Unknown Source)
  319. at java.util.ArrayList.forEach(ArrayList.java:1249)
  320. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
  321. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
  322. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$192/21257599.execute(Unknown Source)
  323. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  324. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
  325. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$191/135184888.invoke(Unknown Source)
  326. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
  327. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
  328. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$190/1786364562.execute(Unknown Source)
  329. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  330. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
  331. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
  332. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService$$Lambda$196/371619938.accept(Unknown Source)
  333. at java.util.ArrayList.forEach(ArrayList.java:1249)
  334. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
  335. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
  336. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$192/21257599.execute(Unknown Source)
  337. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  338. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
  339. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$191/135184888.invoke(Unknown Source)
  340. at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
  341. at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
  342. at org.junit.platform.engine.support.hierarchical.NodeTestTask$$Lambda$190/1786364562.execute(Unknown Source)
  343. at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
  344. at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
  345. at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
  346. at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
  347. at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
  348. at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
  349. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
  350. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
  351. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
  352. at org.junit.platform.launcher.core.EngineExecutionOrchestrator$$Lambda$147/770189387.accept(Unknown Source)
  353. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
  354. at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
  355. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
  356. at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
  357. at com.intellij.junit5.JUnit5IdeaTestRunner.startRunnerWithArgs(JUnit5IdeaTestRunner.java:71)
  358. at com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38)
  359. at com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11)
  360. at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35)
  361. at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235)
  362. at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54)
  363. Caused by: java.lang.IllegalStateException: Failed to execute CommandLineRunner
  364. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:811)
  365. at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:792)
  366. at org.springframework.boot.SpringApplication.run(SpringApplication.java:346)
  367. at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:123)
  368. at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99)
  369. at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124)
  370. ... 86 common frames omitted
  371. Caused by: java.awt.HeadlessException: null
  372. at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
  373. at java.awt.Window.<init>(Window.java:536)
  374. at java.awt.Frame.<init>(Frame.java:420)
  375. at javax.swing.JFrame.<init>(JFrame.java:225)
  376. at com.its.icmp.IcmpPingServerApplication.run(IcmpPingServerApplication.java:94)
  377. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:808)
  378. ... 91 common frames omitted
  379. [2022-12-29 10:41:39.747] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
  380. [2022-12-29 10:41:39.756] [INFO ] Starting IcmpPingServerApplicationTests using Java 1.8.0_25 on SEUNGHO with PID 13968 (started by OpenValue in C:\DEV\ITS\01.WINDOWS\22.07.PyeongTaek\JAVA\icmp-ping-server)
  381. [2022-12-29 10:41:39.756] [INFO ] The following profiles are active: dev
  382. [2022-12-29 10:41:41.669] [INFO ] com.its.icmp.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$19131d9@15c4af7a
  383. [2022-12-29 10:41:41.670] [INFO ] Bean 'threadPoolInitializer' of type [com.its.icmp.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$19131d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  384. [2022-12-29 10:41:41.756] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$1f92ea25] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  385. [2022-12-29 10:41:41.801] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  386. [2022-12-29 10:41:41.889] [INFO ] ApplicationConfig(bootingDateTime=2022-12-29 10:41:41, startSchedule=false, id=WCM01, name=ICMP Ping Server, history=true, statistics=true, userId=admin, userPswd=1234, centerCommEnable=true, listenPort=9905, bindingAddr=0.0.0.0, backlog=1024, acceptThreads=16, workerThreads=16, rcvBuf=16383, sndBuf=16383, readerIdleTimeSeconds=0, writerIdleTimeSeconds=0, allIdleTimeSeconds=0, connectTimeoutSeconds=0)
  387. [2022-12-29 10:41:41.901] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  388. [2022-12-29 10:41:41.901] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/**/*.xml)
  389. [2022-12-29 10:41:42.112] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  390. [2022-12-29 10:41:43.578] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  391. [2022-12-29 10:41:43.849] [INFO ] Will secure Ant [pattern='/favicon.ico'] with []
  392. [2022-12-29 10:41:43.849] [INFO ] Will secure Ant [pattern='/css/**'] with []
  393. [2022-12-29 10:41:43.849] [INFO ] Will secure Ant [pattern='/js/**'] with []
  394. [2022-12-29 10:41:43.849] [INFO ] Will secure Ant [pattern='/img/**'] with []
  395. [2022-12-29 10:41:43.849] [INFO ] Will secure Ant [pattern='/lib/**'] with []
  396. [2022-12-29 10:41:43.849] [INFO ] Will secure Ant [pattern='/api/**', GET] with []
  397. [2022-12-29 10:41:43.850] [INFO ] Will secure Ant [pattern='/api/**', POST] with []
  398. [2022-12-29 10:41:43.850] [INFO ] Will secure Ant [pattern='/api/**', PUT] with []
  399. [2022-12-29 10:41:43.850] [INFO ] Will secure Ant [pattern='/api/**', DELETE] with []
  400. [2022-12-29 10:41:45.311] [INFO ] Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4b195203, org.springframework.security.web.context.SecurityContextPersistenceFilter@4052b19f, org.springframework.security.web.header.HeaderWriterFilter@74c9e11, org.springframework.security.web.authentication.logout.LogoutFilter@61037caf, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@12fcb2c3, org.springframework.security.web.session.ConcurrentSessionFilter@101bdd1c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@60dc1a4e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6e24ce51, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@28a6e171, org.springframework.security.web.session.SessionManagementFilter@149274cb, org.springframework.security.web.access.ExceptionTranslationFilter@445bce9a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@51ff3c4b]
  401. [2022-12-29 10:41:46.173] [INFO ] Using default implementation for ThreadExecutor
  402. [2022-12-29 10:41:46.196] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  403. [2022-12-29 10:41:46.196] [INFO ] Quartz Scheduler v.2.3.2 created.
  404. [2022-12-29 10:41:46.197] [INFO ] RAMJobStore initialized.
  405. [2022-12-29 10:41:46.199] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  406. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  407. NOT STARTED.
  408. Currently in standby mode.
  409. Number of jobs executed: 0
  410. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  411. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  412. [2022-12-29 10:41:46.199] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  413. [2022-12-29 10:41:46.200] [INFO ] Quartz scheduler version: 2.3.2
  414. [2022-12-29 10:41:46.200] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5882b202
  415. [2022-12-29 10:41:46.381] [INFO ] Context refreshed
  416. [2022-12-29 10:41:46.409] [INFO ] Found 1 custom documentation plugin(s)
  417. [2022-12-29 10:41:46.463] [INFO ] Scanning for api listing references
  418. [2022-12-29 10:41:46.481] [INFO ] Starting Quartz Scheduler now
  419. [2022-12-29 10:41:46.481] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
  420. [2022-12-29 10:41:46.499] [INFO ] Started IcmpPingServerApplicationTests in 7.47 seconds (JVM running for 8.884)
  421. [2022-12-29 10:41:46.502] [INFO ]
  422. [2022-12-29 10:41:46.503] [INFO ]
  423. [2022-12-29 10:41:46.503] [INFO ] ************************************************************************************
  424. [2022-12-29 10:41:46.503] [INFO ] ** **
  425. [2022-12-29 10:41:46.503] [INFO ] ** Intelligent Traffic System **
  426. [2022-12-29 10:41:46.503] [INFO ] ** ICMP Ping Server Program. **
  427. [2022-12-29 10:41:46.503] [INFO ] ** **
  428. [2022-12-29 10:41:46.503] [INFO ] ** [ver.1.0] **
  429. [2022-12-29 10:41:46.503] [INFO ] ** WCM01
  430. [2022-12-29 10:41:46.504] [INFO ] ** startup: 2022-12-29 10:41:41
  431. [2022-12-29 10:41:46.504] [INFO ] ************************************************************************************
  432. [2022-12-29 10:41:46.504] [INFO ] DbmsDataProcess.run: Start.
  433. [2022-12-29 10:41:46.504] [INFO ] DbmsDataProcess.Task: 0
  434. [2022-12-29 10:41:46.505] [INFO ] DbmsDataProcess.Task: 1
  435. [2022-12-29 10:41:46.505] [INFO ] DbmsDataProcess.Task: 2
  436. [2022-12-29 10:41:46.505] [INFO ] DbmsDataProcess.Task: 3
  437. [2022-12-29 10:41:46.505] [INFO ] DbmsDataProcess.Task: 4
  438. [2022-12-29 10:41:46.505] [INFO ] DbmsDataProcess.Task: 5
  439. [2022-12-29 10:41:46.505] [INFO ] DbmsDataProcess.Task: 6
  440. [2022-12-29 10:41:46.505] [INFO ] DbmsDataProcess.Task: 7
  441. [2022-12-29 10:41:46.505] [INFO ] DbmsDataProcess.run: ..End.
  442. [2022-12-29 10:41:46.519] [INFO ] pool-icmp-ping-server - Starting...
  443. [2022-12-29 10:41:48.440] [INFO ] pool-icmp-ping-server - Start completed.
  444. [2022-12-29 10:41:48.569] [INFO ] IcmpPings: [IcmpPingVo(name=wcam, description=web camera, timeout=5, enable=true, crontab=10 * * * * *, history=true)]
  445. [2022-12-29 10:41:48.569] [INFO ] JobRunners: []
  446. [2022-12-29 10:41:49.674] [ERROR] Application Terminated: 1672278109672
  447. [2022-12-29 11:12:34.078] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
  448. [2022-12-29 11:12:34.098] [INFO ] Starting IcmpPingServerApplicationTests using Java 1.8.0_25 on SEUNGHO with PID 18356 (started by OpenValue in C:\DEV\ITS\01.WINDOWS\22.07.PyeongTaek\JAVA\icmp-ping-server)
  449. [2022-12-29 11:12:34.099] [INFO ] The following profiles are active: dev
  450. [2022-12-29 11:12:35.745] [INFO ] com.its.icmp.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$198fd5e4@2b960a7
  451. [2022-12-29 11:12:35.746] [INFO ] Bean 'threadPoolInitializer' of type [com.its.icmp.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$198fd5e4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  452. [2022-12-29 11:12:35.855] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$37918e30] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  453. [2022-12-29 11:12:35.928] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  454. [2022-12-29 11:12:36.062] [INFO ] ApplicationConfig(bootingDateTime=2022-12-29 11:12:36, startSchedule=false, id=WCM01, name=ICMP Ping Server, history=true, statistics=true, userId=admin, userPswd=1234, centerCommEnable=true, listenPort=9905, bindingAddr=0.0.0.0, backlog=1024, acceptThreads=16, workerThreads=16, rcvBuf=16383, sndBuf=16383, readerIdleTimeSeconds=0, writerIdleTimeSeconds=0, allIdleTimeSeconds=0, connectTimeoutSeconds=0)
  455. [2022-12-29 11:12:36.075] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  456. [2022-12-29 11:12:36.076] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/**/*.xml)
  457. [2022-12-29 11:12:36.708] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  458. [2022-12-29 11:12:40.185] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  459. [2022-12-29 11:12:40.480] [INFO ] Will secure Ant [pattern='/favicon.ico'] with []
  460. [2022-12-29 11:12:40.481] [INFO ] Will secure Ant [pattern='/css/**'] with []
  461. [2022-12-29 11:12:40.481] [INFO ] Will secure Ant [pattern='/js/**'] with []
  462. [2022-12-29 11:12:40.481] [INFO ] Will secure Ant [pattern='/img/**'] with []
  463. [2022-12-29 11:12:40.481] [INFO ] Will secure Ant [pattern='/lib/**'] with []
  464. [2022-12-29 11:12:40.482] [INFO ] Will secure Ant [pattern='/api/**', GET] with []
  465. [2022-12-29 11:12:40.482] [INFO ] Will secure Ant [pattern='/api/**', POST] with []
  466. [2022-12-29 11:12:40.482] [INFO ] Will secure Ant [pattern='/api/**', PUT] with []
  467. [2022-12-29 11:12:40.482] [INFO ] Will secure Ant [pattern='/api/**', DELETE] with []
  468. [2022-12-29 11:12:41.936] [INFO ] Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1e30db85, org.springframework.security.web.context.SecurityContextPersistenceFilter@5bc63e20, org.springframework.security.web.header.HeaderWriterFilter@31efacad, org.springframework.security.web.authentication.logout.LogoutFilter@1a531422, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@265c1a7c, org.springframework.security.web.session.ConcurrentSessionFilter@74960e9d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2fc49538, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1cd6b1bd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@19827608, org.springframework.security.web.session.SessionManagementFilter@38029686, org.springframework.security.web.access.ExceptionTranslationFilter@6221b13b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@30a9e3db]
  469. [2022-12-29 11:12:42.741] [INFO ] Using default implementation for ThreadExecutor
  470. [2022-12-29 11:12:42.767] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  471. [2022-12-29 11:12:42.767] [INFO ] Quartz Scheduler v.2.3.2 created.
  472. [2022-12-29 11:12:42.769] [INFO ] RAMJobStore initialized.
  473. [2022-12-29 11:12:42.770] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  474. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  475. NOT STARTED.
  476. Currently in standby mode.
  477. Number of jobs executed: 0
  478. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  479. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  480. [2022-12-29 11:12:42.770] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  481. [2022-12-29 11:12:42.771] [INFO ] Quartz scheduler version: 2.3.2
  482. [2022-12-29 11:12:42.771] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@63917fe1
  483. [2022-12-29 11:12:42.929] [INFO ] Context refreshed
  484. [2022-12-29 11:12:42.952] [INFO ] Found 1 custom documentation plugin(s)
  485. [2022-12-29 11:12:43.006] [INFO ] Scanning for api listing references
  486. [2022-12-29 11:12:43.033] [INFO ] Starting Quartz Scheduler now
  487. [2022-12-29 11:12:43.034] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
  488. [2022-12-29 11:12:43.055] [INFO ] Started IcmpPingServerApplicationTests in 9.52 seconds (JVM running for 10.486)
  489. [2022-12-29 11:12:43.059] [INFO ]
  490. [2022-12-29 11:12:43.059] [INFO ]
  491. [2022-12-29 11:12:43.059] [INFO ] ************************************************************************************
  492. [2022-12-29 11:12:43.059] [INFO ] ** **
  493. [2022-12-29 11:12:43.059] [INFO ] ** Intelligent Traffic System **
  494. [2022-12-29 11:12:43.059] [INFO ] ** ICMP Ping Server Program. **
  495. [2022-12-29 11:12:43.060] [INFO ] ** **
  496. [2022-12-29 11:12:43.060] [INFO ] ** [ver.1.0] **
  497. [2022-12-29 11:12:43.060] [INFO ] ** WCM01
  498. [2022-12-29 11:12:43.060] [INFO ] ** startup: 2022-12-29 11:12:36
  499. [2022-12-29 11:12:43.060] [INFO ] ************************************************************************************
  500. [2022-12-29 11:12:43.060] [INFO ] DbmsDataProcess.run: Start.
  501. [2022-12-29 11:12:43.060] [INFO ] DbmsDataProcess.Task: 0
  502. [2022-12-29 11:12:43.061] [INFO ] DbmsDataProcess.Task: 1
  503. [2022-12-29 11:12:43.061] [INFO ] DbmsDataProcess.Task: 2
  504. [2022-12-29 11:12:43.061] [INFO ] DbmsDataProcess.Task: 3
  505. [2022-12-29 11:12:43.061] [INFO ] DbmsDataProcess.Task: 4
  506. [2022-12-29 11:12:43.061] [INFO ] DbmsDataProcess.Task: 5
  507. [2022-12-29 11:12:43.062] [INFO ] DbmsDataProcess.Task: 6
  508. [2022-12-29 11:12:43.062] [INFO ] DbmsDataProcess.Task: 7
  509. [2022-12-29 11:12:43.062] [INFO ] DbmsDataProcess.run: ..End.
  510. [2022-12-29 11:12:43.075] [INFO ] pool-icmp-ping-server - Starting...
  511. [2022-12-29 11:12:44.800] [INFO ] pool-icmp-ping-server - Start completed.
  512. [2022-12-29 11:12:45.097] [INFO ] IcmpPings: [IcmpPingVo(name=wcam, description=web camera, timeout=5, enable=true, crontab=10 * * * * *, history=true)]
  513. [2022-12-29 11:12:45.098] [INFO ] JobRunners: []
  514. [2022-12-29 11:12:51.548] [INFO ] JAVI: DefaultHttpRequest(decodeResult: success, version: RTSP/1.0)
  515. DESCRIBE rtsp://118.40.176.110:1935/live/CCAM0020.stream RTSP/1.0
  516. cseq: 0
  517. user-agent: JAVA_Client
  518. authorization: Basic Og==
  519. accept: application/sdp
  520. [2022-12-29 11:13:49.113] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
  521. [2022-12-29 11:13:49.123] [INFO ] Starting IcmpPingServerApplicationTests using Java 1.8.0_25 on SEUNGHO with PID 25940 (started by OpenValue in C:\DEV\ITS\01.WINDOWS\22.07.PyeongTaek\JAVA\icmp-ping-server)
  522. [2022-12-29 11:13:49.123] [INFO ] The following profiles are active: dev
  523. [2022-12-29 11:13:51.230] [INFO ] com.its.icmp.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$65f63760@31dfc6f5
  524. [2022-12-29 11:13:51.230] [INFO ] Bean 'threadPoolInitializer' of type [com.its.icmp.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$65f63760] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  525. [2022-12-29 11:13:51.337] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$83f7efac] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  526. [2022-12-29 11:13:51.405] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  527. [2022-12-29 11:13:51.516] [INFO ] ApplicationConfig(bootingDateTime=2022-12-29 11:13:51, startSchedule=false, id=WCM01, name=ICMP Ping Server, history=true, statistics=true, userId=admin, userPswd=1234, centerCommEnable=true, listenPort=9905, bindingAddr=0.0.0.0, backlog=1024, acceptThreads=16, workerThreads=16, rcvBuf=16383, sndBuf=16383, readerIdleTimeSeconds=0, writerIdleTimeSeconds=0, allIdleTimeSeconds=0, connectTimeoutSeconds=0)
  528. [2022-12-29 11:13:51.530] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  529. [2022-12-29 11:13:51.530] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/**/*.xml)
  530. [2022-12-29 11:13:51.762] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  531. [2022-12-29 11:13:54.179] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  532. [2022-12-29 11:13:54.478] [INFO ] Will secure Ant [pattern='/favicon.ico'] with []
  533. [2022-12-29 11:13:54.478] [INFO ] Will secure Ant [pattern='/css/**'] with []
  534. [2022-12-29 11:13:54.478] [INFO ] Will secure Ant [pattern='/js/**'] with []
  535. [2022-12-29 11:13:54.478] [INFO ] Will secure Ant [pattern='/img/**'] with []
  536. [2022-12-29 11:13:54.479] [INFO ] Will secure Ant [pattern='/lib/**'] with []
  537. [2022-12-29 11:13:54.479] [INFO ] Will secure Ant [pattern='/api/**', GET] with []
  538. [2022-12-29 11:13:54.479] [INFO ] Will secure Ant [pattern='/api/**', POST] with []
  539. [2022-12-29 11:13:54.479] [INFO ] Will secure Ant [pattern='/api/**', PUT] with []
  540. [2022-12-29 11:13:54.480] [INFO ] Will secure Ant [pattern='/api/**', DELETE] with []
  541. [2022-12-29 11:13:56.160] [INFO ] Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@19827608, org.springframework.security.web.context.SecurityContextPersistenceFilter@61037caf, org.springframework.security.web.header.HeaderWriterFilter@38029686, org.springframework.security.web.authentication.logout.LogoutFilter@7a388990, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5b2b8d86, org.springframework.security.web.session.ConcurrentSessionFilter@fb5aeed, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@670342a2, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@443cdaa4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@cc9ef8d, org.springframework.security.web.session.SessionManagementFilter@31da0434, org.springframework.security.web.access.ExceptionTranslationFilter@2cfe272f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2f9b21d6]
  542. [2022-12-29 11:13:57.232] [INFO ] Using default implementation for ThreadExecutor
  543. [2022-12-29 11:13:57.281] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  544. [2022-12-29 11:13:57.282] [INFO ] Quartz Scheduler v.2.3.2 created.
  545. [2022-12-29 11:13:57.283] [INFO ] RAMJobStore initialized.
  546. [2022-12-29 11:13:57.285] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  547. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  548. NOT STARTED.
  549. Currently in standby mode.
  550. Number of jobs executed: 0
  551. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  552. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  553. [2022-12-29 11:13:57.286] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  554. [2022-12-29 11:13:57.286] [INFO ] Quartz scheduler version: 2.3.2
  555. [2022-12-29 11:13:57.286] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@720f56e2
  556. [2022-12-29 11:13:57.514] [INFO ] Context refreshed
  557. [2022-12-29 11:13:57.540] [INFO ] Found 1 custom documentation plugin(s)
  558. [2022-12-29 11:13:57.586] [INFO ] Scanning for api listing references
  559. [2022-12-29 11:13:57.610] [INFO ] Starting Quartz Scheduler now
  560. [2022-12-29 11:13:57.611] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
  561. [2022-12-29 11:13:57.627] [INFO ] Started IcmpPingServerApplicationTests in 9.296 seconds (JVM running for 10.828)
  562. [2022-12-29 11:13:57.630] [INFO ]
  563. [2022-12-29 11:13:57.630] [INFO ]
  564. [2022-12-29 11:13:57.630] [INFO ] ************************************************************************************
  565. [2022-12-29 11:13:57.630] [INFO ] ** **
  566. [2022-12-29 11:13:57.630] [INFO ] ** Intelligent Traffic System **
  567. [2022-12-29 11:13:57.630] [INFO ] ** ICMP Ping Server Program. **
  568. [2022-12-29 11:13:57.630] [INFO ] ** **
  569. [2022-12-29 11:13:57.631] [INFO ] ** [ver.1.0] **
  570. [2022-12-29 11:13:57.631] [INFO ] ** WCM01
  571. [2022-12-29 11:13:57.631] [INFO ] ** startup: 2022-12-29 11:13:51
  572. [2022-12-29 11:13:57.631] [INFO ] ************************************************************************************
  573. [2022-12-29 11:13:57.631] [INFO ] DbmsDataProcess.run: Start.
  574. [2022-12-29 11:13:57.631] [INFO ] DbmsDataProcess.Task: 0
  575. [2022-12-29 11:13:57.632] [INFO ] DbmsDataProcess.Task: 1
  576. [2022-12-29 11:13:57.632] [INFO ] DbmsDataProcess.Task: 2
  577. [2022-12-29 11:13:57.632] [INFO ] DbmsDataProcess.Task: 3
  578. [2022-12-29 11:13:57.632] [INFO ] DbmsDataProcess.Task: 4
  579. [2022-12-29 11:13:57.632] [INFO ] DbmsDataProcess.Task: 5
  580. [2022-12-29 11:13:57.632] [INFO ] DbmsDataProcess.Task: 6
  581. [2022-12-29 11:13:57.632] [INFO ] DbmsDataProcess.Task: 7
  582. [2022-12-29 11:13:57.632] [INFO ] DbmsDataProcess.run: ..End.
  583. [2022-12-29 11:13:57.650] [INFO ] pool-icmp-ping-server - Starting...
  584. [2022-12-29 11:13:59.686] [INFO ] pool-icmp-ping-server - Start completed.
  585. [2022-12-29 11:14:00.055] [INFO ] IcmpPings: [IcmpPingVo(name=wcam, description=web camera, timeout=5, enable=true, crontab=10 * * * * *, history=true)]
  586. [2022-12-29 11:14:00.055] [INFO ] JobRunners: []
  587. [2022-12-29 11:14:03.396] [INFO ] JAVI: DefaultHttpRequest(decodeResult: success, version: RTSP/1.0)
  588. DESCRIBE rtsp://118.40.176.110:1935/live/CCAM0020.stream RTSP/1.0
  589. cseq: 0
  590. user-agent: JAVA_Client
  591. authorization: Basic Og==
  592. accept: application/sdp
  593. [2022-12-29 11:16:48.080] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
  594. [2022-12-29 11:16:48.084] [INFO ] Starting IcmpPingServerApplicationTests using Java 1.8.0_25 on SEUNGHO with PID 27816 (started by OpenValue in C:\DEV\ITS\01.WINDOWS\22.07.PyeongTaek\JAVA\icmp-ping-server)
  595. [2022-12-29 11:16:48.084] [INFO ] The following profiles are active: dev
  596. [2022-12-29 11:16:49.349] [INFO ] com.its.icmp.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$65f63760@31dfc6f5
  597. [2022-12-29 11:16:49.350] [INFO ] Bean 'threadPoolInitializer' of type [com.its.icmp.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$65f63760] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  598. [2022-12-29 11:16:49.415] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$83f7efac] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  599. [2022-12-29 11:16:49.455] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  600. [2022-12-29 11:16:49.517] [INFO ] ApplicationConfig(bootingDateTime=2022-12-29 11:16:49, startSchedule=false, id=WCM01, name=ICMP Ping Server, history=true, statistics=true, userId=admin, userPswd=1234, centerCommEnable=true, listenPort=9905, bindingAddr=0.0.0.0, backlog=1024, acceptThreads=16, workerThreads=16, rcvBuf=16383, sndBuf=16383, readerIdleTimeSeconds=0, writerIdleTimeSeconds=0, allIdleTimeSeconds=0, connectTimeoutSeconds=0)
  601. [2022-12-29 11:16:49.527] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  602. [2022-12-29 11:16:49.528] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/**/*.xml)
  603. [2022-12-29 11:16:49.690] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  604. [2022-12-29 11:16:50.806] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  605. [2022-12-29 11:16:50.984] [INFO ] Will secure Ant [pattern='/favicon.ico'] with []
  606. [2022-12-29 11:16:50.984] [INFO ] Will secure Ant [pattern='/css/**'] with []
  607. [2022-12-29 11:16:50.985] [INFO ] Will secure Ant [pattern='/js/**'] with []
  608. [2022-12-29 11:16:50.985] [INFO ] Will secure Ant [pattern='/img/**'] with []
  609. [2022-12-29 11:16:50.985] [INFO ] Will secure Ant [pattern='/lib/**'] with []
  610. [2022-12-29 11:16:50.985] [INFO ] Will secure Ant [pattern='/api/**', GET] with []
  611. [2022-12-29 11:16:50.985] [INFO ] Will secure Ant [pattern='/api/**', POST] with []
  612. [2022-12-29 11:16:50.985] [INFO ] Will secure Ant [pattern='/api/**', PUT] with []
  613. [2022-12-29 11:16:50.985] [INFO ] Will secure Ant [pattern='/api/**', DELETE] with []
  614. [2022-12-29 11:16:51.975] [INFO ] Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@cc9ef8d, org.springframework.security.web.context.SecurityContextPersistenceFilter@2fc49538, org.springframework.security.web.header.HeaderWriterFilter@38029686, org.springframework.security.web.authentication.logout.LogoutFilter@13213f26, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7fef0b40, org.springframework.security.web.session.ConcurrentSessionFilter@fb5aeed, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@d5e575c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3b41e1bf, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@14b528b6, org.springframework.security.web.session.SessionManagementFilter@31da0434, org.springframework.security.web.access.ExceptionTranslationFilter@2cfe272f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2e0fdbe9]
  615. [2022-12-29 11:16:52.754] [INFO ] Using default implementation for ThreadExecutor
  616. [2022-12-29 11:16:52.778] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  617. [2022-12-29 11:16:52.779] [INFO ] Quartz Scheduler v.2.3.2 created.
  618. [2022-12-29 11:16:52.780] [INFO ] RAMJobStore initialized.
  619. [2022-12-29 11:16:52.782] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  620. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  621. NOT STARTED.
  622. Currently in standby mode.
  623. Number of jobs executed: 0
  624. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  625. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  626. [2022-12-29 11:16:52.786] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  627. [2022-12-29 11:16:52.787] [INFO ] Quartz scheduler version: 2.3.2
  628. [2022-12-29 11:16:52.787] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@677349fb
  629. [2022-12-29 11:16:52.986] [INFO ] Context refreshed
  630. [2022-12-29 11:16:53.013] [INFO ] Found 1 custom documentation plugin(s)
  631. [2022-12-29 11:16:53.082] [INFO ] Scanning for api listing references
  632. [2022-12-29 11:16:53.116] [INFO ] Starting Quartz Scheduler now
  633. [2022-12-29 11:16:53.116] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
  634. [2022-12-29 11:16:53.136] [INFO ] Started IcmpPingServerApplicationTests in 5.554 seconds (JVM running for 6.461)
  635. [2022-12-29 11:16:53.139] [INFO ]
  636. [2022-12-29 11:16:53.140] [INFO ]
  637. [2022-12-29 11:16:53.140] [INFO ] ************************************************************************************
  638. [2022-12-29 11:16:53.140] [INFO ] ** **
  639. [2022-12-29 11:16:53.140] [INFO ] ** Intelligent Traffic System **
  640. [2022-12-29 11:16:53.140] [INFO ] ** ICMP Ping Server Program. **
  641. [2022-12-29 11:16:53.140] [INFO ] ** **
  642. [2022-12-29 11:16:53.140] [INFO ] ** [ver.1.0] **
  643. [2022-12-29 11:16:53.140] [INFO ] ** WCM01
  644. [2022-12-29 11:16:53.141] [INFO ] ** startup: 2022-12-29 11:16:49
  645. [2022-12-29 11:16:53.141] [INFO ] ************************************************************************************
  646. [2022-12-29 11:16:53.141] [INFO ] DbmsDataProcess.run: Start.
  647. [2022-12-29 11:16:53.141] [INFO ] DbmsDataProcess.Task: 0
  648. [2022-12-29 11:16:53.142] [INFO ] DbmsDataProcess.Task: 1
  649. [2022-12-29 11:16:53.142] [INFO ] DbmsDataProcess.Task: 2
  650. [2022-12-29 11:16:53.142] [INFO ] DbmsDataProcess.Task: 3
  651. [2022-12-29 11:16:53.142] [INFO ] DbmsDataProcess.Task: 4
  652. [2022-12-29 11:16:53.142] [INFO ] DbmsDataProcess.Task: 5
  653. [2022-12-29 11:16:53.143] [INFO ] DbmsDataProcess.Task: 6
  654. [2022-12-29 11:16:53.143] [INFO ] DbmsDataProcess.Task: 7
  655. [2022-12-29 11:16:53.143] [INFO ] DbmsDataProcess.run: ..End.
  656. [2022-12-29 11:16:53.159] [INFO ] pool-icmp-ping-server - Starting...
  657. [2022-12-29 11:16:54.835] [INFO ] pool-icmp-ping-server - Start completed.
  658. [2022-12-29 11:16:54.996] [INFO ] IcmpPings: [IcmpPingVo(name=wcam, description=web camera, timeout=5, enable=true, crontab=10 * * * * *, history=true)]
  659. [2022-12-29 11:16:54.997] [INFO ] JobRunners: []
  660. [2022-12-29 11:16:58.064] [INFO ] JAVI: DefaultHttpRequest(decodeResult: success, version: RTSP/1.0)
  661. DESCRIBE rtsp://118.40.176.110:1935/live/CCAM0020.stream RTSP/1.0
  662. cseq: 0
  663. user-agent: JAVA_Client
  664. authorization: Basic Og==
  665. accept: application/sdp
  666. [2022-12-29 11:16:58.087] [INFO ] Request OK