icmp-ping-server.log 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. [2022-01-05 13:06:14.374] [INFO ] Starting IcmpPingServerApplication on SEUNGHO with PID 12436 (C:\DEV\ITS\01.WINDOWS\21.08.POHANG\JAVA\icmp-ping-server\target\classes started by OpenValue in C:\DEV\ITS\01.WINDOWS\21.08.POHANG\JAVA\icmp-ping-server)
  2. [2022-01-05 13:06:14.374] [INFO ] The following profiles are active: dev
  3. [2022-01-05 13:06:14.454] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  4. [2022-01-05 13:06:14.454] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  5. [2022-01-05 13:06:15.426] [INFO ] Bean 'pingThreadPoolInitializer' of type [com.its.icmp.thread.PingThreadPoolInitializer$$EnhancerBySpringCGLIB$$faab2b07] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  6. [2022-01-05 13:06:15.443] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$416d1bfb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  7. [2022-01-05 13:06:15.474] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  8. [2022-01-05 13:06:15.699] [INFO ] Tomcat initialized with port(s): 9871 (http)
  9. [2022-01-05 13:06:15.715] [INFO ] Initializing ProtocolHandler ["http-nio-9871"]
  10. [2022-01-05 13:06:15.715] [INFO ] Starting service [Tomcat]
  11. [2022-01-05 13:06:15.715] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.38]
  12. [2022-01-05 13:06:15.939] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  13. [2022-01-05 13:06:15.955] [INFO ] Initializing Spring embedded WebApplicationContext
  14. [2022-01-05 13:06:15.955] [INFO ] Root WebApplicationContext: initialization completed in 1501 ms
  15. [2022-01-05 13:06:16.430] [INFO ] Initializing ExecutorService
  16. [2022-01-05 13:06:16.446] [INFO ] Initializing ExecutorService 'poolScheduler'
  17. [2022-01-05 13:06:16.446] [INFO ] Initializing ExecutorService
  18. [2022-01-05 13:06:16.446] [INFO ] Initializing ExecutorService 'dbmsJobExecutor'
  19. [2022-01-05 13:06:16.446] [INFO ] Initializing ExecutorService
  20. [2022-01-05 13:06:16.446] [INFO ] Initializing ExecutorService 'icmpPingExecutor'
  21. [2022-01-05 13:06:16.542] [INFO ] Creating filter chain: Ant [pattern='/css/**'], []
  22. [2022-01-05 13:06:16.542] [INFO ] Creating filter chain: Ant [pattern='/js/**'], []
  23. [2022-01-05 13:06:16.542] [INFO ] Creating filter chain: Ant [pattern='/img/**'], []
  24. [2022-01-05 13:06:16.542] [INFO ] Creating filter chain: Ant [pattern='/lib/**'], []
  25. [2022-01-05 13:06:16.573] [INFO ] Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@231c229e, org.springframework.security.web.context.SecurityContextPersistenceFilter@4b0863bc, org.springframework.security.web.header.HeaderWriterFilter@cd5c392, org.springframework.security.web.authentication.logout.LogoutFilter@7620872a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6e1eb359, org.springframework.security.web.session.ConcurrentSessionFilter@4fe68432, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@657ab76d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2f7bbe5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3883d9df, org.springframework.security.web.session.SessionManagementFilter@3851bb41, org.springframework.security.web.access.ExceptionTranslationFilter@65fa6008, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@204643de]
  26. [2022-01-05 13:06:16.845] [INFO ] Using default implementation for ThreadExecutor
  27. [2022-01-05 13:06:16.861] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  28. [2022-01-05 13:06:16.861] [INFO ] Quartz Scheduler v.2.3.2 created.
  29. [2022-01-05 13:06:16.861] [INFO ] RAMJobStore initialized.
  30. [2022-01-05 13:06:16.861] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  31. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  32. NOT STARTED.
  33. Currently in standby mode.
  34. Number of jobs executed: 0
  35. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  36. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  37. [2022-01-05 13:06:16.861] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  38. [2022-01-05 13:06:16.861] [INFO ] Quartz scheduler version: 2.3.2
  39. [2022-01-05 13:06:16.861] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@232fc8be
  40. [2022-01-05 13:06:16.924] [INFO ] LiveReload server is running on port 35729
  41. [2022-01-05 13:06:16.941] [INFO ] Starting ProtocolHandler ["http-nio-9871"]
  42. [2022-01-05 13:06:16.956] [INFO ] Tomcat started on port(s): 9871 (http) with context path ''
  43. [2022-01-05 13:06:16.956] [INFO ] Starting Quartz Scheduler now
  44. [2022-01-05 13:06:16.956] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
  45. [2022-01-05 13:06:16.956] [INFO ] Initializing ExecutorService
  46. [2022-01-05 13:06:16.972] [INFO ] Started IcmpPingServerApplication in 3.269 seconds (JVM running for 4.918)
  47. [2022-01-05 13:06:16.972] [INFO ]
  48. [2022-01-05 13:06:16.972] [INFO ]
  49. [2022-01-05 13:06:16.972] [INFO ] ************************************************************************************
  50. [2022-01-05 13:06:16.972] [INFO ] ** **
  51. [2022-01-05 13:06:16.972] [INFO ] ** Intelligent Traffic System **
  52. [2022-01-05 13:06:16.972] [INFO ] ** ICMP Ping Server Program. **
  53. [2022-01-05 13:06:16.972] [INFO ] ** **
  54. [2022-01-05 13:06:16.972] [INFO ] ** [ver.1.0] **
  55. [2022-01-05 13:06:16.972] [INFO ] ** WCM01
  56. [2022-01-05 13:06:16.972] [INFO ] ** startup: 2022-01-05 13:06:16
  57. [2022-01-05 13:06:16.972] [INFO ] ************************************************************************************
  58. [2022-01-05 13:06:16.972] [INFO ] AbstractDbmsJobProcess.run: Start.
  59. [2022-01-05 13:06:16.972] [INFO ] AbstractDbmsJobProcess.Task: 0
  60. [2022-01-05 13:06:16.972] [INFO ] AbstractDbmsJobProcess.Task: 1
  61. [2022-01-05 13:06:16.972] [INFO ] AbstractDbmsJobProcess.Task: 2
  62. [2022-01-05 13:06:16.972] [INFO ] AbstractDbmsJobProcess.Task: 3
  63. [2022-01-05 13:06:16.972] [INFO ] AbstractDbmsJobProcess.Task: 4
  64. [2022-01-05 13:06:16.972] [INFO ] AbstractDbmsJobProcess.Task: 5
  65. [2022-01-05 13:06:16.972] [INFO ] AbstractDbmsJobProcess.Task: 6
  66. [2022-01-05 13:06:16.972] [INFO ] AbstractDbmsJobProcess.Task: 7
  67. [2022-01-05 13:06:16.972] [INFO ] AbstractDbmsJobProcess.run: ..End.
  68. [2022-01-05 13:06:16.972] [INFO ] HikariPool-1 - Starting...
  69. [2022-01-05 13:06:17.098] [INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.tmax.tibero.jdbc.driver.TbConnection.getNetworkTimeout()I)
  70. [2022-01-05 13:06:17.400] [INFO ] HikariPool-1 - Start completed.
  71. [2022-01-05 13:06:17.464] [INFO ] IcmpPings: [IcmpPing(name=cctv, description=cctv, timeout=5, enable=true, crontab=10 * * * * *, history=true), IcmpPing(name=wcam, description=web camera, timeout=5, enable=true, crontab=10 * * * * *, history=true), IcmpPing(name=ccam, description=cross monitoring camera, timeout=5, enable=true, crontab=10 * * * * *, history=false)]
  72. [2022-01-05 13:06:17.464] [INFO ] JobRunners: [JobRunner(name=Utis Batch Job, description=UTIS Batch Job, className=com.its.icmp.scheduler.impl.ScheduleJobRunnerUtis, enable=true, history=true, crontab=20 * * * * *)]
  73. [2022-01-17 15:56:26.422] [INFO ] Starting IcmpPingServerApplication on SEUNGHO with PID 2456 (C:\DEV\ITS\01.WINDOWS\22.01.YONGIN\JAVA\icmp-ping-server\target\classes started by OpenValue in C:\DEV\ITS\01.WINDOWS\22.01.YONGIN\JAVA\icmp-ping-server)
  74. [2022-01-17 15:56:26.424] [INFO ] The following profiles are active: dev
  75. [2022-01-17 15:56:26.464] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  76. [2022-01-17 15:56:26.464] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  77. [2022-01-17 15:56:27.174] [INFO ] Bean 'pingThreadPoolInitializer' of type [com.its.icmp.thread.PingThreadPoolInitializer$$EnhancerBySpringCGLIB$$50f1c74b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  78. [2022-01-17 15:56:27.189] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$4e40bd61] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  79. [2022-01-17 15:56:27.207] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  80. [2022-01-17 15:56:27.411] [INFO ] Tomcat initialized with port(s): 9871 (http)
  81. [2022-01-17 15:56:27.417] [INFO ] Initializing ProtocolHandler ["http-nio-9871"]
  82. [2022-01-17 15:56:27.418] [INFO ] Starting service [Tomcat]
  83. [2022-01-17 15:56:27.418] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.38]
  84. [2022-01-17 15:56:27.605] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  85. [2022-01-17 15:56:27.607] [INFO ] Initializing Spring embedded WebApplicationContext
  86. [2022-01-17 15:56:27.607] [INFO ] Root WebApplicationContext: initialization completed in 1143 ms
  87. [2022-01-17 15:56:27.980] [INFO ] Initializing ExecutorService
  88. [2022-01-17 15:56:27.982] [INFO ] Initializing ExecutorService 'poolScheduler'
  89. [2022-01-17 15:56:27.985] [INFO ] Initializing ExecutorService
  90. [2022-01-17 15:56:27.986] [INFO ] Initializing ExecutorService 'dbmsJobExecutor'
  91. [2022-01-17 15:56:27.987] [INFO ] Initializing ExecutorService
  92. [2022-01-17 15:56:27.987] [INFO ] Initializing ExecutorService 'icmpPingExecutor'
  93. [2022-01-17 15:56:28.052] [INFO ] Creating filter chain: Ant [pattern='/css/**'], []
  94. [2022-01-17 15:56:28.052] [INFO ] Creating filter chain: Ant [pattern='/js/**'], []
  95. [2022-01-17 15:56:28.052] [INFO ] Creating filter chain: Ant [pattern='/img/**'], []
  96. [2022-01-17 15:56:28.052] [INFO ] Creating filter chain: Ant [pattern='/lib/**'], []
  97. [2022-01-17 15:56:28.075] [INFO ] Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1eaf197, org.springframework.security.web.context.SecurityContextPersistenceFilter@12d926cc, org.springframework.security.web.header.HeaderWriterFilter@4b573618, org.springframework.security.web.authentication.logout.LogoutFilter@7e404b92, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@15e880e3, org.springframework.security.web.session.ConcurrentSessionFilter@40279eff, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@524b2626, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@65351b4a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@505486d1, org.springframework.security.web.session.SessionManagementFilter@34bb9ff5, org.springframework.security.web.access.ExceptionTranslationFilter@105f4221, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6297ef30]
  98. [2022-01-17 15:56:28.259] [INFO ] Using default implementation for ThreadExecutor
  99. [2022-01-17 15:56:28.265] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  100. [2022-01-17 15:56:28.266] [INFO ] Quartz Scheduler v.2.3.2 created.
  101. [2022-01-17 15:56:28.266] [INFO ] RAMJobStore initialized.
  102. [2022-01-17 15:56:28.266] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  103. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  104. NOT STARTED.
  105. Currently in standby mode.
  106. Number of jobs executed: 0
  107. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  108. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  109. [2022-01-17 15:56:28.266] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  110. [2022-01-17 15:56:28.266] [INFO ] Quartz scheduler version: 2.3.2
  111. [2022-01-17 15:56:28.267] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3879d360
  112. [2022-01-17 15:56:28.309] [INFO ] LiveReload server is running on port 35729
  113. [2022-01-17 15:56:28.324] [INFO ] Starting ProtocolHandler ["http-nio-9871"]
  114. [2022-01-17 15:56:28.343] [INFO ] Tomcat started on port(s): 9871 (http) with context path ''
  115. [2022-01-17 15:56:28.344] [INFO ] Starting Quartz Scheduler now
  116. [2022-01-17 15:56:28.345] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
  117. [2022-01-17 15:56:28.349] [INFO ] Initializing ExecutorService
  118. [2022-01-17 15:56:28.356] [INFO ] Started IcmpPingServerApplication in 2.599 seconds (JVM running for 5.727)
  119. [2022-01-17 15:56:28.357] [INFO ]
  120. [2022-01-17 15:56:28.357] [INFO ]
  121. [2022-01-17 15:56:28.357] [INFO ] ************************************************************************************
  122. [2022-01-17 15:56:28.357] [INFO ] ** **
  123. [2022-01-17 15:56:28.357] [INFO ] ** Intelligent Traffic System **
  124. [2022-01-17 15:56:28.357] [INFO ] ** ICMP Ping Server Program. **
  125. [2022-01-17 15:56:28.357] [INFO ] ** **
  126. [2022-01-17 15:56:28.357] [INFO ] ** [ver.1.0] **
  127. [2022-01-17 15:56:28.358] [INFO ] ** WCM01
  128. [2022-01-17 15:56:28.358] [INFO ] ** startup: 2022-01-17 15:56:27
  129. [2022-01-17 15:56:28.358] [INFO ] ************************************************************************************
  130. [2022-01-17 15:56:28.358] [INFO ] AbstractDbmsJobProcess.run: Start.
  131. [2022-01-17 15:56:28.358] [INFO ] AbstractDbmsJobProcess.Task: 0
  132. [2022-01-17 15:56:28.358] [INFO ] AbstractDbmsJobProcess.Task: 1
  133. [2022-01-17 15:56:28.358] [INFO ] AbstractDbmsJobProcess.Task: 2
  134. [2022-01-17 15:56:28.358] [INFO ] AbstractDbmsJobProcess.Task: 3
  135. [2022-01-17 15:56:28.358] [INFO ] AbstractDbmsJobProcess.Task: 4
  136. [2022-01-17 15:56:28.358] [INFO ] AbstractDbmsJobProcess.Task: 5
  137. [2022-01-17 15:56:28.358] [INFO ] AbstractDbmsJobProcess.Task: 6
  138. [2022-01-17 15:56:28.358] [INFO ] AbstractDbmsJobProcess.Task: 7
  139. [2022-01-17 15:56:28.358] [INFO ] AbstractDbmsJobProcess.run: ..End.
  140. [2022-01-17 15:56:28.362] [INFO ] HikariPool-1 - Starting...
  141. [2022-01-17 15:56:28.461] [INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.tmax.tibero.jdbc.driver.TbConnection.getNetworkTimeout()I)
  142. [2022-01-17 15:56:28.705] [INFO ] HikariPool-1 - Start completed.
  143. [2022-01-17 15:56:28.748] [INFO ] IcmpPings: [IcmpPing(name=cctv, description=cctv, timeout=5, enable=true, crontab=10 * * * * *, history=true), IcmpPing(name=wcam, description=web camera, timeout=5, enable=true, crontab=10 * * * * *, history=true), IcmpPing(name=ccam, description=cross monitoring camera, timeout=5, enable=true, crontab=10 * * * * *, history=false)]
  144. [2022-01-17 15:56:28.749] [INFO ] JobRunners: [JobRunner(name=Utis Batch Job, description=UTIS Batch Job, className=com.its.icmp.scheduler.impl.ScheduleJobRunnerUtis, enable=true, history=true, crontab=20 * * * * *)]
  145. [2022-01-17 16:36:08.834] [INFO ] Starting IcmpPingServerApplication on SEUNGHO with PID 152276 (C:\DEV\ITS\01.WINDOWS\22.01.YONGIN\JAVA\icmp-ping-server\target\classes started by OpenValue in C:\DEV\ITS\01.WINDOWS\22.01.YONGIN\JAVA\icmp-ping-server)
  146. [2022-01-17 16:36:08.835] [INFO ] The following profiles are active: dev
  147. [2022-01-17 16:36:08.867] [INFO ] Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  148. [2022-01-17 16:36:08.867] [INFO ] For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  149. [2022-01-17 16:36:09.448] [INFO ] Bean 'pingThreadPoolInitializer' of type [com.its.icmp.thread.PingThreadPoolInitializer$$EnhancerBySpringCGLIB$$4ca04696] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  150. [2022-01-17 16:36:09.464] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$49ef3cac] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  151. [2022-01-17 16:36:09.480] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  152. [2022-01-17 16:36:09.668] [INFO ] Tomcat initialized with port(s): 9871 (http)
  153. [2022-01-17 16:36:09.675] [INFO ] Initializing ProtocolHandler ["http-nio-9871"]
  154. [2022-01-17 16:36:09.675] [INFO ] Starting service [Tomcat]
  155. [2022-01-17 16:36:09.675] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.38]
  156. [2022-01-17 16:36:09.860] [INFO ] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  157. [2022-01-17 16:36:09.863] [INFO ] Initializing Spring embedded WebApplicationContext
  158. [2022-01-17 16:36:09.863] [INFO ] Root WebApplicationContext: initialization completed in 996 ms
  159. [2022-01-17 16:36:10.220] [INFO ] Initializing ExecutorService
  160. [2022-01-17 16:36:10.221] [INFO ] Initializing ExecutorService 'poolScheduler'
  161. [2022-01-17 16:36:10.224] [INFO ] Initializing ExecutorService
  162. [2022-01-17 16:36:10.226] [INFO ] Initializing ExecutorService 'dbmsJobExecutor'
  163. [2022-01-17 16:36:10.227] [INFO ] Initializing ExecutorService
  164. [2022-01-17 16:36:10.227] [INFO ] Initializing ExecutorService 'icmpPingExecutor'
  165. [2022-01-17 16:36:10.283] [INFO ] Creating filter chain: Ant [pattern='/css/**'], []
  166. [2022-01-17 16:36:10.284] [INFO ] Creating filter chain: Ant [pattern='/js/**'], []
  167. [2022-01-17 16:36:10.284] [INFO ] Creating filter chain: Ant [pattern='/img/**'], []
  168. [2022-01-17 16:36:10.284] [INFO ] Creating filter chain: Ant [pattern='/lib/**'], []
  169. [2022-01-17 16:36:10.304] [INFO ] Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@39b91250, org.springframework.security.web.context.SecurityContextPersistenceFilter@6cac25d, org.springframework.security.web.header.HeaderWriterFilter@4f010ddc, org.springframework.security.web.authentication.logout.LogoutFilter@195e3081, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5302bd78, org.springframework.security.web.session.ConcurrentSessionFilter@fcd5af, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@381c9e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7d77b3b8, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7f969162, org.springframework.security.web.session.SessionManagementFilter@35adb2b5, org.springframework.security.web.access.ExceptionTranslationFilter@3b7fa9f6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@497585c0]
  170. [2022-01-17 16:36:10.473] [INFO ] Using default implementation for ThreadExecutor
  171. [2022-01-17 16:36:10.480] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  172. [2022-01-17 16:36:10.480] [INFO ] Quartz Scheduler v.2.3.2 created.
  173. [2022-01-17 16:36:10.480] [INFO ] RAMJobStore initialized.
  174. [2022-01-17 16:36:10.480] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  175. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  176. NOT STARTED.
  177. Currently in standby mode.
  178. Number of jobs executed: 0
  179. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  180. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  181. [2022-01-17 16:36:10.480] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  182. [2022-01-17 16:36:10.480] [INFO ] Quartz scheduler version: 2.3.2
  183. [2022-01-17 16:36:10.481] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3a9b7e56
  184. [2022-01-17 16:36:10.518] [WARN ] Unable to start LiveReload server
  185. [2022-01-17 16:36:10.529] [INFO ] Starting ProtocolHandler ["http-nio-9871"]
  186. [2022-01-17 16:36:10.546] [INFO ] Tomcat started on port(s): 9871 (http) with context path ''
  187. [2022-01-17 16:36:10.548] [INFO ] Starting Quartz Scheduler now
  188. [2022-01-17 16:36:10.548] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
  189. [2022-01-17 16:36:10.551] [INFO ] Initializing ExecutorService
  190. [2022-01-17 16:36:10.557] [INFO ] Started IcmpPingServerApplication in 2.389 seconds (JVM running for 3.228)
  191. [2022-01-17 16:36:10.559] [INFO ]
  192. [2022-01-17 16:36:10.559] [INFO ]
  193. [2022-01-17 16:36:10.559] [INFO ] ************************************************************************************
  194. [2022-01-17 16:36:10.559] [INFO ] ** **
  195. [2022-01-17 16:36:10.559] [INFO ] ** Intelligent Traffic System **
  196. [2022-01-17 16:36:10.559] [INFO ] ** ICMP Ping Server Program. **
  197. [2022-01-17 16:36:10.559] [INFO ] ** **
  198. [2022-01-17 16:36:10.559] [INFO ] ** [ver.1.0] **
  199. [2022-01-17 16:36:10.559] [INFO ] ** WCM01
  200. [2022-01-17 16:36:10.559] [INFO ] ** startup: 2022-01-17 16:36:09
  201. [2022-01-17 16:36:10.559] [INFO ] ************************************************************************************
  202. [2022-01-17 16:36:10.559] [INFO ] AbstractDbmsJobProcess.run: Start.
  203. [2022-01-17 16:36:10.559] [INFO ] AbstractDbmsJobProcess.Task: 0
  204. [2022-01-17 16:36:10.560] [INFO ] AbstractDbmsJobProcess.Task: 1
  205. [2022-01-17 16:36:10.560] [INFO ] AbstractDbmsJobProcess.Task: 2
  206. [2022-01-17 16:36:10.560] [INFO ] AbstractDbmsJobProcess.Task: 3
  207. [2022-01-17 16:36:10.560] [INFO ] AbstractDbmsJobProcess.Task: 4
  208. [2022-01-17 16:36:10.560] [INFO ] AbstractDbmsJobProcess.Task: 5
  209. [2022-01-17 16:36:10.560] [INFO ] AbstractDbmsJobProcess.Task: 6
  210. [2022-01-17 16:36:10.560] [INFO ] AbstractDbmsJobProcess.Task: 7
  211. [2022-01-17 16:36:10.560] [INFO ] AbstractDbmsJobProcess.run: ..End.
  212. [2022-01-17 16:36:10.563] [INFO ] HikariPool-1 - Starting...
  213. [2022-01-17 16:36:10.639] [INFO ] HikariPool-1 - Driver does not support get/set network timeout for connections. (com.tmax.tibero.jdbc.driver.TbConnection.getNetworkTimeout()I)
  214. [2022-01-17 16:36:10.647] [INFO ] HikariPool-1 - Start completed.
  215. [2022-01-17 16:36:10.684] [INFO ] IcmpPings: [IcmpPing(name=cctv, description=cctv, timeout=5, enable=true, crontab=10 * * * * *, history=true), IcmpPing(name=wcam, description=web camera, timeout=5, enable=true, crontab=10 * * * * *, history=true), IcmpPing(name=ccam, description=cross monitoring camera, timeout=5, enable=true, crontab=10 * * * * *, history=false)]
  216. [2022-01-17 16:36:10.684] [INFO ] JobRunners: [JobRunner(name=Utis Batch Job, description=UTIS Batch Job, className=com.its.icmp.scheduler.impl.ScheduleJobRunnerUtis, enable=true, history=true, crontab=20 * * * * *)]