vms-comm-server.log 98 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  1. [2023-11-07 17:51:23.314] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
  2. [2023-11-07 17:51:23.335] [INFO ] Starting VmsCommServerApplication v0.0.1 using Java 1.8.0_25 on SEUNGHO with PID 142804 (C:\Users\OpenValue\AppData\Local\Temp\temp8.jar started by OpenValue in C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install)
  3. [2023-11-07 17:51:23.335] [INFO ] The following profiles are active: application,dev
  4. [2023-11-07 17:51:24.592] [INFO ] Post-processing PropertySource instances
  5. [2023-11-07 17:51:24.593] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
  6. [2023-11-07 17:51:24.599] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
  7. [2023-11-07 17:51:24.599] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
  8. [2023-11-07 17:51:24.601] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  9. [2023-11-07 17:51:24.601] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
  10. [2023-11-07 17:51:24.602] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  11. [2023-11-07 17:51:24.602] [INFO ] Converting PropertySource Config resource 'file [C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install\conf\application.yml]' via location 'file:C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install/conf/application.yml' (document #1) [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  12. [2023-11-07 17:51:24.602] [INFO ] Converting PropertySource Config resource 'file [C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install\conf\application.yml]' via location 'file:C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install/conf/application.yml' (document #0) [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  13. [2023-11-07 17:51:24.602] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  14. [2023-11-07 17:51:24.685] [INFO ] com.its.vms.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$f9f7ccb6@313ac989
  15. [2023-11-07 17:51:24.685] [INFO ] Bean 'threadPoolInitializer' of type [com.its.vms.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$f9f7ccb6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  16. [2023-11-07 17:51:24.735] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$ed0b7bdb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  17. [2023-11-07 17:51:24.765] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  18. [2023-11-07 17:51:24.847] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  19. [2023-11-07 17:51:24.860] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  20. [2023-11-07 17:51:24.864] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  21. [2023-11-07 17:51:26.638] [INFO ] Tomcat initialized with port(s): 8904 (http)
  22. [2023-11-07 17:51:26.657] [INFO ] Initializing ProtocolHandler ["http-nio-8904"]
  23. [2023-11-07 17:51:26.658] [INFO ] Starting service [Tomcat]
  24. [2023-11-07 17:51:26.658] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
  25. [2023-11-07 17:51:27.467] [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.
  26. [2023-11-07 17:51:27.816] [INFO ] Initializing Spring embedded WebApplicationContext
  27. [2023-11-07 17:51:27.817] [INFO ] Root WebApplicationContext: initialization completed in 4433 ms
  28. [2023-11-07 17:51:30.198] [ERROR] dddddddddddddddddddddddddddddddddd: 192.168.20.13
  29. [2023-11-07 17:51:30.200] [INFO ] ApplicationConfig(bootingDateTime=2023-11-07 17:51:28, startSchedule=false, id=VMS01, name=VMS Communication Server, history=true, statistics=true, userId=admin, userPswd=1234, centerCommEnable=true, listenPort=3001, bindingAddr=0.0.0.0, backlog=32, acceptThreads=16, workerThreads=16, rcvBuf=16383, sndBuf=16383, readerIdleTimeSeconds=0, writerIdleTimeSeconds=0, allIdleTimeSeconds=0, connectTimeoutSeconds=0, ftpHomeDir=C:\DRIVE_E\ANDONG_VMS_FTP, ftpServerIp=192.168.20.13, ftpServerPort=9871, ftpPassiveMode=0, ftpUserId=vmsuser, ftpUserPswd=vmsuser#1234, ftpFormDir=C:\DRIVE_E\ANDONG_VMS_FTP\FORM\, ftpVideoDir=C:\DRIVE_E\ANDONG_VMS_FTP\VIDEO\, ftpStaticDir=C:\DRIVE_E\ANDONG_VMS_FTP\STATIC\, ftpImageDir=C:\DRIVE_E\ANDONG_VMS_FTP\IMAGE\, loadDb=true, requestDeviceId=false, maxDownloadForms=10, cngstContCount=2, maxCngstForms=5, bottomTrafficMax=3, bottomTrafficCycle=3, figureTrafficCenter=true, textTrafficCenter=true, figureTrafGrad1=원활, figureTrafGrad2=지체, figureTrafGrad3=정체, textTrafGrad1=소통원활, textTrafGrad2=지 체, textTrafGrad3=정 체, imageSeqSave=false, fontSizeRatio=1.35, checkNewForm=false, downloadBitmapForm=false, useParking=false)
  30. [2023-11-07 17:51:30.206] [INFO ] CommunicationConfig(logging=false, bindingAddr=0.0.0.0, listenPort=30200, backLog=64, acceptThreads=16, workerThreads=16, readerIdleTimeSeconds=80, writerIdleTimeSeconds=0, allIdleTimeSeconds=0, rcvBuf=32768, sndBuf=32768, connectTimeoutSeconds=10, maxConnection=1024, retrySeconds=10, dumpRecv=true, dumpSend=true, subscriptionStatus=true, subscriptionStatusCycle=30, esbServer=192.168.20.99, esbPort=9904)
  31. [2023-11-07 17:51:30.214] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  32. [2023-11-07 17:51:30.215] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/**/*.xml)
  33. [2023-11-07 17:51:30.392] [INFO ] Found Custom Encryptor Bean org.jasypt.encryption.pbe.PooledPBEStringEncryptor@1151e434 with name: jasyptStringEncryptor
  34. [2023-11-07 17:51:30.614] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  35. [2023-11-07 17:51:31.195] [INFO ] UnitSystService.init: start.
  36. [2023-11-07 17:51:31.198] [INFO ] UnitSystService.init. _srcIpAddr: 192.168.020.013-.
  37. [2023-11-07 17:51:31.198] [INFO ] UnitSystService.init. processId: VMS01.
  38. [2023-11-07 17:51:31.198] [INFO ] UnitSystService.init: ..end.
  39. [2023-11-07 17:51:31.220] [INFO ] VmsCtlrService.init: Start.
  40. [2023-11-07 17:51:31.220] [INFO ] VmsCtlrService.init: ..End.
  41. [2023-11-07 17:51:31.966] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  42. [2023-11-07 17:51:32.297] [INFO ] Will secure Ant [pattern='/favicon.ico'] with []
  43. [2023-11-07 17:51:32.298] [INFO ] Will secure Ant [pattern='/css/**'] with []
  44. [2023-11-07 17:51:32.299] [INFO ] Will secure Ant [pattern='/js/**'] with []
  45. [2023-11-07 17:51:32.300] [INFO ] Will secure Ant [pattern='/img/**'] with []
  46. [2023-11-07 17:51:32.300] [INFO ] Will secure Ant [pattern='/lib/**'] with []
  47. [2023-11-07 17:51:32.300] [INFO ] Will secure Ant [pattern='/api/**', GET] with []
  48. [2023-11-07 17:51:32.300] [INFO ] Will secure Ant [pattern='/api/**', POST] with []
  49. [2023-11-07 17:51:32.302] [INFO ] Will secure Ant [pattern='/api/**', PUT] with []
  50. [2023-11-07 17:51:32.302] [INFO ] Will secure Ant [pattern='/api/**', DELETE] with []
  51. [2023-11-07 17:51:32.384] [INFO ] Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1e44b638, org.springframework.security.web.context.SecurityContextPersistenceFilter@4397ad89, org.springframework.security.web.header.HeaderWriterFilter@56c4278e, org.springframework.web.filter.CorsFilter@7393222f, org.springframework.security.web.authentication.logout.LogoutFilter@4ddbbdf8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1bd39d3c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@71329995, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@babafc2, org.springframework.security.web.session.SessionManagementFilter@3d246ea3, org.springframework.security.web.access.ExceptionTranslationFilter@609db546, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@95e33cc]
  52. [2023-11-07 17:51:33.089] [INFO ] Using default implementation for ThreadExecutor
  53. [2023-11-07 17:51:33.120] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  54. [2023-11-07 17:51:33.120] [INFO ] Quartz Scheduler v.2.3.2 created.
  55. [2023-11-07 17:51:33.122] [INFO ] RAMJobStore initialized.
  56. [2023-11-07 17:51:33.130] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  57. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  58. NOT STARTED.
  59. Currently in standby mode.
  60. Number of jobs executed: 0
  61. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  62. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  63. [2023-11-07 17:51:33.131] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  64. [2023-11-07 17:51:33.131] [INFO ] Quartz scheduler version: 2.3.2
  65. [2023-11-07 17:51:33.132] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6bca7e0d
  66. [2023-11-07 17:51:33.266] [INFO ] Starting ProtocolHandler ["http-nio-8904"]
  67. [2023-11-07 17:51:33.325] [INFO ] Tomcat started on port(s): 8904 (http) with context path ''
  68. [2023-11-07 17:51:33.326] [INFO ] Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
  69. [2023-11-07 17:51:33.326] [INFO ] Property Source systemProperties refreshed
  70. [2023-11-07 17:51:33.326] [INFO ] Property Source systemEnvironment refreshed
  71. [2023-11-07 17:51:33.327] [INFO ] Property Source random refreshed
  72. [2023-11-07 17:51:33.328] [INFO ] Property Source Config resource 'file [C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install\conf\application.yml]' via location 'file:C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install/conf/application.yml' (document #1) refreshed
  73. [2023-11-07 17:51:33.328] [INFO ] Property Source Config resource 'file [C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install\conf\application.yml]' via location 'file:C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install/conf/application.yml' (document #0) refreshed
  74. [2023-11-07 17:51:33.328] [INFO ] Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
  75. [2023-11-07 17:51:33.328] [INFO ] Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  76. [2023-11-07 17:51:33.328] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
  77. [2023-11-07 17:51:33.328] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
  78. [2023-11-07 17:51:33.328] [INFO ] Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
  79. [2023-11-07 17:51:33.329] [INFO ] Context refreshed
  80. [2023-11-07 17:51:33.358] [INFO ] Found 1 custom documentation plugin(s)
  81. [2023-11-07 17:51:33.411] [INFO ] Scanning for api listing references
  82. [2023-11-07 17:51:33.711] [INFO ] Starting Quartz Scheduler now
  83. [2023-11-07 17:51:33.711] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
  84. [2023-11-07 17:51:33.733] [INFO ] Started VmsCommServerApplication in 10.982 seconds (JVM running for 11.395)
  85. [2023-11-07 17:51:34.798] [INFO ]
  86. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  87. [2023-11-07 17:51:34.834] [ERROR] Application run failed
  88. java.lang.IllegalStateException: Failed to execute CommandLineRunner
  89. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:811)
  90. at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:792)
  91. at org.springframework.boot.SpringApplication.run(SpringApplication.java:346)
  92. at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:144)
  93. at com.its.vms.VmsCommServerApplication.main(VmsCommServerApplication.java:74)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  96. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  97. at java.lang.reflect.Method.invoke(Method.java:483)
  98. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
  99. at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
  100. at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
  101. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
  102. Caused by: java.lang.NullPointerException: null
  103. at com.its.vms.ui.SubUI.<init>(SubUI.java:89)
  104. at com.its.vms.ui.SubUIController$1.<init>(SubUIController.java:24)
  105. at com.its.vms.ui.SubUIController.<init>(SubUIController.java:24)
  106. at com.its.vms.ui.MainUI.<init>(MainUI.java:111)
  107. at com.its.vms.VmsCommServerApplication.run(VmsCommServerApplication.java:94)
  108. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:808)
  109. ... 12 common frames omitted
  110. [2023-11-07 17:51:34.843] [ERROR] Application Terminated: 1699347094841
  111. [2023-11-07 17:51:34.860] [INFO ] pool-vms-comm-server - Starting...
  112. [2023-11-07 17:51:35.063] [INFO ] pool-vms-comm-server - Driver does not support get/set network timeout for connections. (com.tmax.tibero.jdbc.driver.TbConnection.getNetworkTimeout()I)
  113. [2023-11-07 17:51:37.508] [INFO ] pool-vms-comm-server - Start completed.
  114. [2023-11-07 17:51:37.638] [INFO ] VmsCtlrService.updateCtlrStts: total 0, normal 0, error 0.
  115. [2023-11-07 17:51:37.644] [WARN ] Exception thrown from ApplicationListener handling ContextClosedEvent
  116. java.lang.NullPointerException: null
  117. at com.its.vms.xnettcp.center.CenterTcpServerService.stop(CenterTcpServerService.java:73)
  118. at com.its.vms.VmsCommServerApplication.terminateApplication(VmsCommServerApplication.java:211)
  119. at com.its.vms.VmsCommServerApplication.onApplicationEvent(VmsCommServerApplication.java:219)
  120. at com.its.vms.VmsCommServerApplication.onApplicationEvent(VmsCommServerApplication.java:44)
  121. at com.its.vms.VmsCommServerApplication$$EnhancerBySpringCGLIB$$1f1d762b.onApplicationEvent(<generated>)
  122. at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
  123. at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
  124. at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
  125. at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)
  126. at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)
  127. at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1058)
  128. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.doClose(ServletWebServerApplicationContext.java:171)
  129. at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1021)
  130. at org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:827)
  131. at org.springframework.boot.SpringApplication.run(SpringApplication.java:349)
  132. at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:144)
  133. at com.its.vms.VmsCommServerApplication.main(VmsCommServerApplication.java:74)
  134. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  135. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  136. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  137. at java.lang.reflect.Method.invoke(Method.java:483)
  138. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
  139. at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
  140. at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
  141. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
  142. [2023-11-07 17:51:37.646] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  143. [2023-11-07 17:51:37.649] [INFO ] Commencing graceful shutdown. Waiting for active requests to complete
  144. [2023-11-07 17:51:39.873] [INFO ] Graceful shutdown complete
  145. [2023-11-07 17:51:39.881] [INFO ] Shutting down Quartz Scheduler
  146. [2023-11-07 17:51:39.882] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  147. [2023-11-07 17:51:39.882] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  148. [2023-11-07 17:51:39.883] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  149. [2023-11-07 17:51:39.901] [ERROR] UnitSystService.destroy. system terminated.......
  150. [2023-11-07 17:51:39.907] [INFO ] pool-vms-comm-server - Shutdown initiated...
  151. [2023-11-07 17:51:39.912] [INFO ] pool-vms-comm-server - Shutdown completed.
  152. [2023-11-07 17:52:16.664] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
  153. [2023-11-07 17:52:16.689] [INFO ] Starting VmsCommServerApplication v0.0.1 using Java 1.8.0_25 on SEUNGHO with PID 193328 (C:\Users\OpenValue\AppData\Local\Temp\temp12.jar started by OpenValue in C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install)
  154. [2023-11-07 17:52:16.689] [INFO ] The following profiles are active: application,dev
  155. [2023-11-07 17:52:18.039] [INFO ] Post-processing PropertySource instances
  156. [2023-11-07 17:52:18.040] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
  157. [2023-11-07 17:52:18.041] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
  158. [2023-11-07 17:52:18.041] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
  159. [2023-11-07 17:52:18.042] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  160. [2023-11-07 17:52:18.043] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
  161. [2023-11-07 17:52:18.043] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  162. [2023-11-07 17:52:18.043] [INFO ] Converting PropertySource Config resource 'file [C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install\conf\application.yml]' via location 'file:C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install/conf/application.yml' (document #1) [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  163. [2023-11-07 17:52:18.044] [INFO ] Converting PropertySource Config resource 'file [C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install\conf\application.yml]' via location 'file:C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install/conf/application.yml' (document #0) [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  164. [2023-11-07 17:52:18.044] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  165. [2023-11-07 17:52:18.153] [INFO ] com.its.vms.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$f9f7ccb6@313ac989
  166. [2023-11-07 17:52:18.153] [INFO ] Bean 'threadPoolInitializer' of type [com.its.vms.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$f9f7ccb6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  167. [2023-11-07 17:52:18.221] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$ed0b7bdb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  168. [2023-11-07 17:52:18.256] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  169. [2023-11-07 17:52:18.337] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  170. [2023-11-07 17:52:18.347] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  171. [2023-11-07 17:52:18.350] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  172. [2023-11-07 17:52:19.820] [INFO ] Tomcat initialized with port(s): 8904 (http)
  173. [2023-11-07 17:52:19.835] [INFO ] Initializing ProtocolHandler ["http-nio-8904"]
  174. [2023-11-07 17:52:19.836] [INFO ] Starting service [Tomcat]
  175. [2023-11-07 17:52:19.836] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
  176. [2023-11-07 17:52:20.244] [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.
  177. [2023-11-07 17:52:20.442] [INFO ] Initializing Spring embedded WebApplicationContext
  178. [2023-11-07 17:52:20.442] [INFO ] Root WebApplicationContext: initialization completed in 3708 ms
  179. [2023-11-07 17:52:21.808] [ERROR] dddddddddddddddddddddddddddddddddd: 192.168.20.13
  180. [2023-11-07 17:52:21.810] [INFO ] ApplicationConfig(bootingDateTime=2023-11-07 17:52:20, startSchedule=false, id=VMS01, name=VMS Communication Server, history=true, statistics=true, userId=admin, userPswd=1234, centerCommEnable=true, listenPort=3001, bindingAddr=0.0.0.0, backlog=32, acceptThreads=16, workerThreads=16, rcvBuf=16383, sndBuf=16383, readerIdleTimeSeconds=0, writerIdleTimeSeconds=0, allIdleTimeSeconds=0, connectTimeoutSeconds=0, ftpHomeDir=C:\DRIVE_E\ANDONG_VMS_FTP, ftpServerIp=192.168.20.13, ftpServerPort=9871, ftpPassiveMode=0, ftpUserId=vmsuser, ftpUserPswd=vmsuser#1234, ftpFormDir=C:\DRIVE_E\ANDONG_VMS_FTP\FORM\, ftpVideoDir=C:\DRIVE_E\ANDONG_VMS_FTP\VIDEO\, ftpStaticDir=C:\DRIVE_E\ANDONG_VMS_FTP\STATIC\, ftpImageDir=C:\DRIVE_E\ANDONG_VMS_FTP\IMAGE\, loadDb=true, requestDeviceId=false, maxDownloadForms=10, cngstContCount=2, maxCngstForms=5, bottomTrafficMax=3, bottomTrafficCycle=3, figureTrafficCenter=true, textTrafficCenter=true, figureTrafGrad1=원활, figureTrafGrad2=지체, figureTrafGrad3=정체, textTrafGrad1=소통원활, textTrafGrad2=지 체, textTrafGrad3=정 체, imageSeqSave=false, fontSizeRatio=1.35, checkNewForm=false, downloadBitmapForm=false, useParking=false)
  181. [2023-11-07 17:52:21.817] [INFO ] CommunicationConfig(logging=false, bindingAddr=0.0.0.0, listenPort=30200, backLog=64, acceptThreads=16, workerThreads=16, readerIdleTimeSeconds=80, writerIdleTimeSeconds=0, allIdleTimeSeconds=0, rcvBuf=32768, sndBuf=32768, connectTimeoutSeconds=10, maxConnection=1024, retrySeconds=10, dumpRecv=true, dumpSend=true, subscriptionStatus=true, subscriptionStatusCycle=30, esbServer=192.168.20.99, esbPort=9904)
  182. [2023-11-07 17:52:21.820] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  183. [2023-11-07 17:52:21.820] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/**/*.xml)
  184. [2023-11-07 17:52:21.932] [INFO ] Found Custom Encryptor Bean org.jasypt.encryption.pbe.PooledPBEStringEncryptor@1151e434 with name: jasyptStringEncryptor
  185. [2023-11-07 17:52:22.116] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  186. [2023-11-07 17:52:22.546] [INFO ] UnitSystService.init: start.
  187. [2023-11-07 17:52:22.547] [INFO ] UnitSystService.init. _srcIpAddr: 192.168.020.013-.
  188. [2023-11-07 17:52:22.547] [INFO ] UnitSystService.init. processId: VMS01.
  189. [2023-11-07 17:52:22.547] [INFO ] UnitSystService.init: ..end.
  190. [2023-11-07 17:52:22.559] [INFO ] VmsCtlrService.init: Start.
  191. [2023-11-07 17:52:22.559] [INFO ] VmsCtlrService.init: ..End.
  192. [2023-11-07 17:52:23.112] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  193. [2023-11-07 17:52:23.367] [INFO ] Will secure Ant [pattern='/favicon.ico'] with []
  194. [2023-11-07 17:52:23.368] [INFO ] Will secure Ant [pattern='/css/**'] with []
  195. [2023-11-07 17:52:23.368] [INFO ] Will secure Ant [pattern='/js/**'] with []
  196. [2023-11-07 17:52:23.368] [INFO ] Will secure Ant [pattern='/img/**'] with []
  197. [2023-11-07 17:52:23.369] [INFO ] Will secure Ant [pattern='/lib/**'] with []
  198. [2023-11-07 17:52:23.369] [INFO ] Will secure Ant [pattern='/api/**', GET] with []
  199. [2023-11-07 17:52:23.369] [INFO ] Will secure Ant [pattern='/api/**', POST] with []
  200. [2023-11-07 17:52:23.370] [INFO ] Will secure Ant [pattern='/api/**', PUT] with []
  201. [2023-11-07 17:52:23.370] [INFO ] Will secure Ant [pattern='/api/**', DELETE] with []
  202. [2023-11-07 17:52:23.433] [INFO ] Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1e44b638, org.springframework.security.web.context.SecurityContextPersistenceFilter@4397ad89, org.springframework.security.web.header.HeaderWriterFilter@56c4278e, org.springframework.web.filter.CorsFilter@7393222f, org.springframework.security.web.authentication.logout.LogoutFilter@4ddbbdf8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1bd39d3c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@71329995, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@babafc2, org.springframework.security.web.session.SessionManagementFilter@3d246ea3, org.springframework.security.web.access.ExceptionTranslationFilter@609db546, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@95e33cc]
  203. [2023-11-07 17:52:23.965] [INFO ] Using default implementation for ThreadExecutor
  204. [2023-11-07 17:52:23.999] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  205. [2023-11-07 17:52:24.000] [INFO ] Quartz Scheduler v.2.3.2 created.
  206. [2023-11-07 17:52:24.001] [INFO ] RAMJobStore initialized.
  207. [2023-11-07 17:52:24.003] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  208. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  209. NOT STARTED.
  210. Currently in standby mode.
  211. Number of jobs executed: 0
  212. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  213. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  214. [2023-11-07 17:52:24.003] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  215. [2023-11-07 17:52:24.003] [INFO ] Quartz scheduler version: 2.3.2
  216. [2023-11-07 17:52:24.003] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6bca7e0d
  217. [2023-11-07 17:52:24.122] [INFO ] Starting ProtocolHandler ["http-nio-8904"]
  218. [2023-11-07 17:52:24.181] [INFO ] Tomcat started on port(s): 8904 (http) with context path ''
  219. [2023-11-07 17:52:24.182] [INFO ] Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
  220. [2023-11-07 17:52:24.182] [INFO ] Property Source systemProperties refreshed
  221. [2023-11-07 17:52:24.182] [INFO ] Property Source systemEnvironment refreshed
  222. [2023-11-07 17:52:24.183] [INFO ] Property Source random refreshed
  223. [2023-11-07 17:52:24.183] [INFO ] Property Source Config resource 'file [C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install\conf\application.yml]' via location 'file:C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install/conf/application.yml' (document #1) refreshed
  224. [2023-11-07 17:52:24.183] [INFO ] Property Source Config resource 'file [C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install\conf\application.yml]' via location 'file:C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install/conf/application.yml' (document #0) refreshed
  225. [2023-11-07 17:52:24.183] [INFO ] Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
  226. [2023-11-07 17:52:24.184] [INFO ] Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  227. [2023-11-07 17:52:24.184] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
  228. [2023-11-07 17:52:24.184] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
  229. [2023-11-07 17:52:24.184] [INFO ] Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
  230. [2023-11-07 17:52:24.185] [INFO ] Context refreshed
  231. [2023-11-07 17:52:24.214] [INFO ] Found 1 custom documentation plugin(s)
  232. [2023-11-07 17:52:24.260] [INFO ] Scanning for api listing references
  233. [2023-11-07 17:52:24.552] [INFO ] Starting Quartz Scheduler now
  234. [2023-11-07 17:52:24.553] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
  235. [2023-11-07 17:52:24.574] [INFO ] Started VmsCommServerApplication in 8.488 seconds (JVM running for 8.919)
  236. [2023-11-07 17:52:25.398] [INFO ]
  237. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  238. [2023-11-07 17:52:25.431] [ERROR] Application run failed
  239. java.lang.IllegalStateException: Failed to execute CommandLineRunner
  240. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:811)
  241. at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:792)
  242. at org.springframework.boot.SpringApplication.run(SpringApplication.java:346)
  243. at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:144)
  244. at com.its.vms.VmsCommServerApplication.main(VmsCommServerApplication.java:74)
  245. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  246. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  247. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  248. at java.lang.reflect.Method.invoke(Method.java:483)
  249. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
  250. at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
  251. at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
  252. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
  253. Caused by: java.lang.NullPointerException: null
  254. at com.its.vms.ui.SubUI.<init>(SubUI.java:89)
  255. at com.its.vms.ui.SubUIController$1.<init>(SubUIController.java:24)
  256. at com.its.vms.ui.SubUIController.<init>(SubUIController.java:24)
  257. at com.its.vms.ui.MainUI.<init>(MainUI.java:111)
  258. at com.its.vms.VmsCommServerApplication.run(VmsCommServerApplication.java:94)
  259. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:808)
  260. ... 12 common frames omitted
  261. [2023-11-07 17:52:25.435] [ERROR] Application Terminated: 1699347145434
  262. [2023-11-07 17:52:25.445] [INFO ] pool-vms-comm-server - Starting...
  263. [2023-11-07 17:52:25.576] [INFO ] pool-vms-comm-server - Driver does not support get/set network timeout for connections. (com.tmax.tibero.jdbc.driver.TbConnection.getNetworkTimeout()I)
  264. [2023-11-07 17:52:26.978] [INFO ] pool-vms-comm-server - Start completed.
  265. [2023-11-07 17:52:27.047] [INFO ] VmsCtlrService.updateCtlrStts: total 0, normal 0, error 0.
  266. [2023-11-07 17:52:27.050] [WARN ] Exception thrown from ApplicationListener handling ContextClosedEvent
  267. java.lang.NullPointerException: null
  268. at com.its.vms.xnettcp.center.CenterTcpServerService.stop(CenterTcpServerService.java:73)
  269. at com.its.vms.VmsCommServerApplication.terminateApplication(VmsCommServerApplication.java:211)
  270. at com.its.vms.VmsCommServerApplication.onApplicationEvent(VmsCommServerApplication.java:219)
  271. at com.its.vms.VmsCommServerApplication.onApplicationEvent(VmsCommServerApplication.java:44)
  272. at com.its.vms.VmsCommServerApplication$$EnhancerBySpringCGLIB$$1f1d762b.onApplicationEvent(<generated>)
  273. at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
  274. at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
  275. at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
  276. at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)
  277. at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)
  278. at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1058)
  279. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.doClose(ServletWebServerApplicationContext.java:171)
  280. at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1021)
  281. at org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:827)
  282. at org.springframework.boot.SpringApplication.run(SpringApplication.java:349)
  283. at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:144)
  284. at com.its.vms.VmsCommServerApplication.main(VmsCommServerApplication.java:74)
  285. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  286. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  287. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  288. at java.lang.reflect.Method.invoke(Method.java:483)
  289. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
  290. at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
  291. at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
  292. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
  293. [2023-11-07 17:52:27.052] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  294. [2023-11-07 17:52:27.054] [INFO ] Commencing graceful shutdown. Waiting for active requests to complete
  295. [2023-11-07 17:52:28.280] [INFO ] Graceful shutdown complete
  296. [2023-11-07 17:52:28.287] [INFO ] Shutting down Quartz Scheduler
  297. [2023-11-07 17:52:28.287] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  298. [2023-11-07 17:52:28.287] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  299. [2023-11-07 17:52:28.288] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  300. [2023-11-07 17:52:28.301] [ERROR] UnitSystService.destroy. system terminated.......
  301. [2023-11-07 17:52:28.306] [INFO ] pool-vms-comm-server - Shutdown initiated...
  302. [2023-11-07 17:52:28.311] [INFO ] pool-vms-comm-server - Shutdown completed.
  303. [2023-11-07 17:53:15.459] [INFO ] HV000001: Hibernate Validator 6.1.7.Final
  304. [2023-11-07 17:53:15.498] [INFO ] Starting VmsCommServerApplication v0.0.1 using Java 1.8.0_25 on SEUNGHO with PID 134924 (C:\Users\OpenValue\AppData\Local\Temp\temp14.jar started by OpenValue in C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install)
  305. [2023-11-07 17:53:15.499] [INFO ] The following profiles are active: application,dev
  306. [2023-11-07 17:53:17.152] [INFO ] Post-processing PropertySource instances
  307. [2023-11-07 17:53:17.153] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
  308. [2023-11-07 17:53:17.153] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
  309. [2023-11-07 17:53:17.154] [INFO ] Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
  310. [2023-11-07 17:53:17.155] [INFO ] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  311. [2023-11-07 17:53:17.156] [INFO ] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
  312. [2023-11-07 17:53:17.156] [INFO ] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  313. [2023-11-07 17:53:17.157] [INFO ] Converting PropertySource Config resource 'file [C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install\conf\application.yml]' via location 'file:C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install/conf/application.yml' (document #1) [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  314. [2023-11-07 17:53:17.157] [INFO ] Converting PropertySource Config resource 'file [C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install\conf\application.yml]' via location 'file:C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install/conf/application.yml' (document #0) [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  315. [2023-11-07 17:53:17.157] [INFO ] Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  316. [2023-11-07 17:53:17.284] [INFO ] com.its.vms.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$15f43b38@145f66e3
  317. [2023-11-07 17:53:17.285] [INFO ] Bean 'threadPoolInitializer' of type [com.its.vms.config.ThreadPoolInitializer$$EnhancerBySpringCGLIB$$15f43b38] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  318. [2023-11-07 17:53:17.360] [INFO ] Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$907ea5d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  319. [2023-11-07 17:53:17.411] [INFO ] Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  320. [2023-11-07 17:53:17.539] [INFO ] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  321. [2023-11-07 17:53:17.554] [INFO ] Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  322. [2023-11-07 17:53:17.559] [INFO ] Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  323. [2023-11-07 17:53:19.696] [INFO ] Tomcat initialized with port(s): 8904 (http)
  324. [2023-11-07 17:53:19.716] [INFO ] Initializing ProtocolHandler ["http-nio-8904"]
  325. [2023-11-07 17:53:19.718] [INFO ] Starting service [Tomcat]
  326. [2023-11-07 17:53:19.718] [INFO ] Starting Servlet engine: [Apache Tomcat/9.0.55]
  327. [2023-11-07 17:53:20.380] [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.
  328. [2023-11-07 17:53:20.676] [INFO ] Initializing Spring embedded WebApplicationContext
  329. [2023-11-07 17:53:20.677] [INFO ] Root WebApplicationContext: initialization completed in 5121 ms
  330. [2023-11-07 17:53:22.524] [ERROR] dddddddddddddddddddddddddddddddddd: 192.168.20.13
  331. [2023-11-07 17:53:22.526] [INFO ] ApplicationConfig(bootingDateTime=2023-11-07 17:53:20, startSchedule=false, id=VMS01, name=VMS Communication Server, history=true, statistics=true, userId=admin, userPswd=1234, centerCommEnable=true, listenPort=3001, bindingAddr=0.0.0.0, backlog=32, acceptThreads=16, workerThreads=16, rcvBuf=16383, sndBuf=16383, readerIdleTimeSeconds=0, writerIdleTimeSeconds=0, allIdleTimeSeconds=0, connectTimeoutSeconds=0, ftpHomeDir=C:\DRIVE_E\ANDONG_VMS_FTP, ftpServerIp=192.168.20.13, ftpServerPort=9871, ftpPassiveMode=0, ftpUserId=vmsuser, ftpUserPswd=vmsuser#1234, ftpFormDir=C:\DRIVE_E\ANDONG_VMS_FTP\FORM\, ftpVideoDir=C:\DRIVE_E\ANDONG_VMS_FTP\VIDEO\, ftpStaticDir=C:\DRIVE_E\ANDONG_VMS_FTP\STATIC\, ftpImageDir=C:\DRIVE_E\ANDONG_VMS_FTP\IMAGE\, loadDb=true, requestDeviceId=false, maxDownloadForms=10, cngstContCount=2, maxCngstForms=5, bottomTrafficMax=3, bottomTrafficCycle=3, figureTrafficCenter=true, textTrafficCenter=true, figureTrafGrad1=원활, figureTrafGrad2=지체, figureTrafGrad3=정체, textTrafGrad1=소통원활, textTrafGrad2=지 체, textTrafGrad3=정 체, imageSeqSave=false, fontSizeRatio=1.35, checkNewForm=false, downloadBitmapForm=false, useParking=false)
  332. [2023-11-07 17:53:22.528] [INFO ] CommunicationConfig(logging=false, bindingAddr=0.0.0.0, listenPort=30200, backLog=64, acceptThreads=16, workerThreads=16, readerIdleTimeSeconds=80, writerIdleTimeSeconds=0, allIdleTimeSeconds=0, rcvBuf=32768, sndBuf=32768, connectTimeoutSeconds=10, maxConnection=1024, retrySeconds=10, dumpRecv=true, dumpSend=true, subscriptionStatus=true, subscriptionStatusCycle=30, esbServer=192.168.20.99, esbPort=9904)
  333. [2023-11-07 17:53:22.532] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  334. [2023-11-07 17:53:22.533] [INFO ] DatabaseConfig(mapperLocations=classpath:mybatis/mapper/**/*.xml)
  335. [2023-11-07 17:53:22.683] [INFO ] Found Custom Encryptor Bean org.jasypt.encryption.pbe.PooledPBEStringEncryptor@27f981c6 with name: jasyptStringEncryptor
  336. [2023-11-07 17:53:22.906] [INFO ] mapperLocations: classpath:mybatis/mapper/**/*.xml
  337. [2023-11-07 17:53:23.530] [INFO ] UnitSystService.init: start.
  338. [2023-11-07 17:53:23.533] [INFO ] UnitSystService.init. _srcIpAddr: 192.168.020.013-.
  339. [2023-11-07 17:53:23.534] [INFO ] UnitSystService.init. processId: VMS01.
  340. [2023-11-07 17:53:23.534] [INFO ] UnitSystService.init: ..end.
  341. [2023-11-07 17:53:23.558] [INFO ] VmsCtlrService.init: Start.
  342. [2023-11-07 17:53:23.558] [INFO ] VmsCtlrService.init: ..End.
  343. [2023-11-07 17:53:24.362] [INFO ] Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  344. [2023-11-07 17:53:24.657] [INFO ] Will secure Ant [pattern='/favicon.ico'] with []
  345. [2023-11-07 17:53:24.658] [INFO ] Will secure Ant [pattern='/css/**'] with []
  346. [2023-11-07 17:53:24.659] [INFO ] Will secure Ant [pattern='/js/**'] with []
  347. [2023-11-07 17:53:24.660] [INFO ] Will secure Ant [pattern='/img/**'] with []
  348. [2023-11-07 17:53:24.660] [INFO ] Will secure Ant [pattern='/lib/**'] with []
  349. [2023-11-07 17:53:24.661] [INFO ] Will secure Ant [pattern='/api/**', GET] with []
  350. [2023-11-07 17:53:24.661] [INFO ] Will secure Ant [pattern='/api/**', POST] with []
  351. [2023-11-07 17:53:24.662] [INFO ] Will secure Ant [pattern='/api/**', PUT] with []
  352. [2023-11-07 17:53:24.663] [INFO ] Will secure Ant [pattern='/api/**', DELETE] with []
  353. [2023-11-07 17:53:24.735] [INFO ] Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@95e33cc, org.springframework.security.web.context.SecurityContextPersistenceFilter@3d246ea3, org.springframework.security.web.header.HeaderWriterFilter@609db546, org.springframework.web.filter.CorsFilter@38604b81, org.springframework.security.web.authentication.logout.LogoutFilter@20c0a64d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4397ad89, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6f19ac19, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1e44b638, org.springframework.security.web.session.SessionManagementFilter@56c4278e, org.springframework.security.web.access.ExceptionTranslationFilter@7c214cc0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@60410cd]
  354. [2023-11-07 17:53:25.440] [INFO ] Using default implementation for ThreadExecutor
  355. [2023-11-07 17:53:25.467] [INFO ] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  356. [2023-11-07 17:53:25.467] [INFO ] Quartz Scheduler v.2.3.2 created.
  357. [2023-11-07 17:53:25.469] [INFO ] RAMJobStore initialized.
  358. [2023-11-07 17:53:25.471] [INFO ] Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  359. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  360. NOT STARTED.
  361. Currently in standby mode.
  362. Number of jobs executed: 0
  363. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  364. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  365. [2023-11-07 17:53:25.472] [INFO ] Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  366. [2023-11-07 17:53:25.472] [INFO ] Quartz scheduler version: 2.3.2
  367. [2023-11-07 17:53:25.472] [INFO ] JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@177bea38
  368. [2023-11-07 17:53:25.586] [INFO ] Starting ProtocolHandler ["http-nio-8904"]
  369. [2023-11-07 17:53:25.643] [INFO ] Tomcat started on port(s): 8904 (http) with context path ''
  370. [2023-11-07 17:53:25.644] [INFO ] Refreshing cached encryptable property sources on ServletWebServerInitializedEvent
  371. [2023-11-07 17:53:25.645] [INFO ] Property Source systemProperties refreshed
  372. [2023-11-07 17:53:25.645] [INFO ] Property Source systemEnvironment refreshed
  373. [2023-11-07 17:53:25.646] [INFO ] Property Source random refreshed
  374. [2023-11-07 17:53:25.646] [INFO ] Property Source Config resource 'file [C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install\conf\application.yml]' via location 'file:C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install/conf/application.yml' (document #1) refreshed
  375. [2023-11-07 17:53:25.646] [INFO ] Property Source Config resource 'file [C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install\conf\application.yml]' via location 'file:C:\DEV\ITS\01.WINDOWS\23.08.ANDONG\01.DEV\01.JAVA\vms-comm-server\app-install/conf/application.yml' (document #0) refreshed
  376. [2023-11-07 17:53:25.647] [INFO ] Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed
  377. [2023-11-07 17:53:25.647] [INFO ] Converting PropertySource server.ports [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  378. [2023-11-07 17:53:25.647] [INFO ] Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource
  379. [2023-11-07 17:53:25.647] [INFO ] Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource
  380. [2023-11-07 17:53:25.647] [INFO ] Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper
  381. [2023-11-07 17:53:25.649] [INFO ] Context refreshed
  382. [2023-11-07 17:53:25.692] [INFO ] Found 1 custom documentation plugin(s)
  383. [2023-11-07 17:53:25.754] [INFO ] Scanning for api listing references
  384. [2023-11-07 17:53:26.115] [INFO ] Starting Quartz Scheduler now
  385. [2023-11-07 17:53:26.116] [INFO ] Scheduler quartzScheduler_$_NON_CLUSTERED started.
  386. [2023-11-07 17:53:26.139] [INFO ] Started VmsCommServerApplication in 11.232 seconds (JVM running for 11.669)
  387. [2023-11-07 17:53:28.162] [INFO ]
  388. [2023-11-07 17:53:28.163] [INFO ]
  389. [2023-11-07 17:53:28.163] [INFO ] ************************************************************************************
  390. [2023-11-07 17:53:28.163] [INFO ] ** **
  391. [2023-11-07 17:53:28.163] [INFO ] ** Intelligent Traffic System **
  392. [2023-11-07 17:53:28.163] [INFO ] ** VMS Communication Server Program. **
  393. [2023-11-07 17:53:28.163] [INFO ] ** **
  394. [2023-11-07 17:53:28.164] [INFO ] ** [ver.1.0] **
  395. [2023-11-07 17:53:28.164] [INFO ] ** VMS01
  396. [2023-11-07 17:53:28.164] [INFO ] ** startup: 2023-11-07 17:53:20
  397. [2023-11-07 17:53:28.164] [INFO ] ************************************************************************************
  398. [2023-11-07 17:53:28.164] [INFO ] DbmsDataProcess.run: Start.
  399. [2023-11-07 17:53:28.165] [INFO ] DbmsDataProcess.Task: 0
  400. [2023-11-07 17:53:28.166] [INFO ] DbmsDataProcess.Task: 1
  401. [2023-11-07 17:53:28.166] [INFO ] DbmsDataProcess.Task: 2
  402. [2023-11-07 17:53:28.167] [INFO ] DbmsDataProcess.Task: 3
  403. [2023-11-07 17:53:28.167] [INFO ] DbmsDataProcess.Task: 4
  404. [2023-11-07 17:53:28.168] [INFO ] DbmsDataProcess.Task: 5
  405. [2023-11-07 17:53:28.169] [INFO ] DbmsDataProcess.Task: 6
  406. [2023-11-07 17:53:28.170] [INFO ] DbmsDataProcess.Task: 7
  407. [2023-11-07 17:53:28.170] [INFO ] DbmsDataProcess.run: ..End.
  408. [2023-11-07 17:53:28.170] [INFO ] TcpServerRecvDataProcess.run: Start.
  409. [2023-11-07 17:53:28.193] [INFO ] TcpServerRecvDataProcess.Task: 0
  410. [2023-11-07 17:53:28.195] [INFO ] TcpServerRecvDataProcess.Task: 1
  411. [2023-11-07 17:53:28.195] [INFO ] TcpServerRecvDataProcess.Task: 2
  412. [2023-11-07 17:53:28.196] [INFO ] TcpServerRecvDataProcess.Task: 3
  413. [2023-11-07 17:53:28.196] [INFO ] TcpServerRecvDataProcess.Task: 4
  414. [2023-11-07 17:53:28.197] [INFO ] TcpServerRecvDataProcess.Task: 5
  415. [2023-11-07 17:53:28.197] [INFO ] TcpServerRecvDataProcess.Task: 6
  416. [2023-11-07 17:53:28.198] [INFO ] TcpServerRecvDataProcess.Task: 7
  417. [2023-11-07 17:53:28.203] [INFO ] TcpServerRecvDataProcess.run: ..End.
  418. [2023-11-07 17:53:28.218] [INFO ] pool-vms-comm-server - Starting...
  419. [2023-11-07 17:53:28.390] [INFO ] pool-vms-comm-server - Driver does not support get/set network timeout for connections. (com.tmax.tibero.jdbc.driver.TbConnection.getNetworkTimeout()I)
  420. [2023-11-07 17:53:29.865] [INFO ] pool-vms-comm-server - Start completed.
  421. [2023-11-07 17:53:29.945] [INFO ] UnitSystService.selectAll(), 8 EA
  422. [2023-11-07 17:53:29.946] [INFO ] UnitSystService.loadMaster: _srcIpAddr: 115.091.094.042-.
  423. [2023-11-07 17:53:29.971] [INFO ] VmsCtlrService.loadCtlrInfo: 4 EA
  424. [2023-11-07 17:53:29.971] [INFO ] VmsCtlrService.loadCtlrInfo: TbVmsCtlr(vmsCtlrNmbr=1001, vmsCtlrLocalNo=1, vmsCtlrId=VMS-0010, vmsNm=송현동, vmsCtlrIp=192.168.20.13, vmsUsagTypeCd=VUTP, vmsFrmTypeCd=FRM1, vmsTypeCd=VMP1, vmsModlTypeCd=VMM1, vmsCtlrPort=0, operMode=A, cmncFailRate=null, brghNghtStep=null, brghWeekStep=null, defPhseChngCycl=5, modlErrRate=null, cmncfailSlotNmbr=0, pwerFailSlotNmbr=0, cmtrinfrCnctYn=Y, wthrinfrCnctYn=Y, envrinfrCnctYn=Y, vmsMaxPhseNum=10, panlOnTime=0000, panlOffTime=0000, panlPwerMode=2, brghMode=0, istlLctnNm=송현동, trfcStrgUseYn=Y, vmsLocIfscId=0, fanRunTmpr=30, hetrRunTmpr=0, fanMode=2, hetrMode=2, brghCurrStep=1, istlLctnAddr=안동시 송현동 918-1, protocolVer=2, delYn=N, vmsWidth=288, vmsHeight=160, modlRowNum=10, modlColNum=18, powrRowNum=10, powrColNum=18).
  425. [2023-11-07 17:53:29.995] [INFO ] TcpServerReqDataProcess[1001].run: Start.
  426. [2023-11-07 17:53:29.997] [INFO ] VmsCtlrService.loadCtlrInfo: TbVmsCtlr(vmsCtlrNmbr=1002, vmsCtlrLocalNo=2, vmsCtlrId=VMS-0020, vmsNm=수상동, vmsCtlrIp=192.168.20.97, vmsUsagTypeCd=VUTP, vmsFrmTypeCd=FRM1, vmsTypeCd=VMP1, vmsModlTypeCd=VMM1, vmsCtlrPort=0, operMode=A, cmncFailRate=null, brghNghtStep=null, brghWeekStep=null, defPhseChngCycl=5, modlErrRate=null, cmncfailSlotNmbr=0, pwerFailSlotNmbr=0, cmtrinfrCnctYn=Y, wthrinfrCnctYn=Y, envrinfrCnctYn=Y, vmsMaxPhseNum=10, panlOnTime=0000, panlOffTime=0000, panlPwerMode=2, brghMode=0, istlLctnNm=수상동, trfcStrgUseYn=Y, vmsLocIfscId=0, fanRunTmpr=30, hetrRunTmpr=0, fanMode=2, hetrMode=2, brghCurrStep=1, istlLctnAddr=안동시 수상동 산 86-4, protocolVer=2, delYn=N, vmsWidth=288, vmsHeight=160, modlRowNum=10, modlColNum=18, powrRowNum=10, powrColNum=18).
  427. [2023-11-07 17:53:29.997] [INFO ] TcpServerReqDataProcess[1002].run: Start.
  428. [2023-11-07 17:53:29.998] [INFO ] VmsCtlrService.loadCtlrInfo: TbVmsCtlr(vmsCtlrNmbr=1003, vmsCtlrLocalNo=3, vmsCtlrId=VMS-0030, vmsNm=정상동, vmsCtlrIp=192.168.20.97, vmsUsagTypeCd=VUTP, vmsFrmTypeCd=FRM1, vmsTypeCd=VMP1, vmsModlTypeCd=VMM1, vmsCtlrPort=0, operMode=A, cmncFailRate=null, brghNghtStep=null, brghWeekStep=null, defPhseChngCycl=5, modlErrRate=null, cmncfailSlotNmbr=0, pwerFailSlotNmbr=0, cmtrinfrCnctYn=Y, wthrinfrCnctYn=Y, envrinfrCnctYn=Y, vmsMaxPhseNum=10, panlOnTime=0000, panlOffTime=0000, panlPwerMode=2, brghMode=2, istlLctnNm=정상동, trfcStrgUseYn=Y, vmsLocIfscId=0, fanRunTmpr=30, hetrRunTmpr=0, fanMode=2, hetrMode=2, brghCurrStep=1, istlLctnAddr=안동시 정상동 산 39-1, protocolVer=2, delYn=N, vmsWidth=288, vmsHeight=160, modlRowNum=10, modlColNum=18, powrRowNum=10, powrColNum=18).
  429. [2023-11-07 17:53:29.999] [INFO ] TcpServerReqDataProcess[1003].run: Start.
  430. [2023-11-07 17:53:30.000] [INFO ] VmsCtlrService.loadCtlrInfo: TbVmsCtlr(vmsCtlrNmbr=1004, vmsCtlrLocalNo=4, vmsCtlrId=VMS-0040, vmsNm=용상동, vmsCtlrIp=192.168.20.96, vmsUsagTypeCd=VUTP, vmsFrmTypeCd=FRM1, vmsTypeCd=VMP1, vmsModlTypeCd=VMM1, vmsCtlrPort=0, operMode=A, cmncFailRate=null, brghNghtStep=null, brghWeekStep=null, defPhseChngCycl=5, modlErrRate=null, cmncfailSlotNmbr=0, pwerFailSlotNmbr=0, cmtrinfrCnctYn=Y, wthrinfrCnctYn=Y, envrinfrCnctYn=Y, vmsMaxPhseNum=10, panlOnTime=0000, panlOffTime=0000, panlPwerMode=2, brghMode=2, istlLctnNm=용상동, trfcStrgUseYn=Y, vmsLocIfscId=0, fanRunTmpr=30, hetrRunTmpr=0, fanMode=2, hetrMode=2, brghCurrStep=1, istlLctnAddr=안동시 용상동 487-1, protocolVer=2, delYn=N, vmsWidth=288, vmsHeight=160, modlRowNum=10, modlColNum=18, powrRowNum=10, powrColNum=18).
  431. [2023-11-07 17:53:30.000] [INFO ] TcpServerReqDataProcess[1004].run: Start.
  432. [2023-11-07 17:53:30.003] [INFO ] VmsCtlrService.loadCtlrInfo:: TbVmsCtlrDto(index=0, vmsCtlrNmbr=1001, groupNo=0, ctlrLocalNo=1, ctlrId=VMS-0010, name=송현동, ctlrIp=192.168.20.13, ctlrPort=0, usagTypeCd=VUTP, frmTypeCd=FRM1, typeCd=VMP1, modlTypeCd=VMM1, operMode=A, cmncfailSlotNmbr=0, pwerFailSlotNmbr=0, cmtrinfrCnctYn=Y, wthrinfrCnctYn=Y, envrinfrCnctYn=Y, maxPhaseNum=10, istlLctnNm=송현동, istlLctnAddr=안동시 송현동 918-1, trfcStrgUseYn=Y, locIfscId=0, defPhseChngCycl=5, panlOnTime=0000, panlOffTime=0000, panlPwerMode=2, fanMode=2, fanRunTmpr=30, hetrMode=2, hetrRunTmpr=0, brghMode=0, brghCurrStep=1, brghWeekStep=10, brghNghtStep=0, modlErrRate=10, cmncFailRate=10, protocolVer=2, delYn=N, vmsWidth=288, vmsHeight=160, modlRowNum=10, modlColNum=18, powrRowNum=10, powrColNum=18, localFormDir=C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1001\, ftpFormDir=FORM\1001\, ftpDownload=true, symbolDownload=false, maxCngstForm=5, cngstForms=0, existCngsForm=false, provide=false, evehIngForm=false, evehEndForm=false, formManager=VmsFormManager(formWidth=288, formHeight=160, totalCount=0, objectCount=0, objects=[]), evechile=VmsEvehicle(ocrr=false, end=false, first=false, dtOcrr=null, download=false, dtDownload=null, units=[]), schedule=VmsSchedule(units=[]), incident=VmsEvent(units=[]), event=VmsEvent(units=[]), module=VmsModule(isOnOff=true, reqOnOff=1, curOnOff=0, powerOnTime=, powerOffTime=, retry=1), luminance=VmsLuminance(scheduleTime=null, value=0, retry=0), controlMode=VmsControlMode(control=0, manSceId=null, emeSceId=null, curSceId=null, isEnable=false, maxDisplayForm=0, svcDate=null, saveFlag=false, timer=null, isResult=false), txtOpCode=0, stts=TbVmsCtlrStts(vmsCtlrNmbr=1001, updtDt=20231107175329, cmncSttsCd=CMS2, pwerSttsCd=PWS2, modlSttsCd=MOS2, cboxDoorSttsCd=CDS2, fanSttsCd=PAS2, hetrSttsCd=HTS2, cboxTmpr=0, brghVal=0, commSttsCd=CMS2, modlStts=11111111111111111111, pwerStts=11111111111111111111, cboxHum=0, cboxFanSttsCd=PAS2, cboxHetrSttsCd=HTS2, tmpr=0, hum=0, doorSttsCd=CDS2, brghMode=0, brghCurr=0, brghWeek=0, brghNght=0, pwerOnOffCd=PWO2), netState=0, isDupCon=false, isDupLogin=false, dstIpAddr=, channel=null, dupChannel=null, cliReq=null, syncTime=0, seq=com.its.vms.domain.VmsFrameSequence@3f053c80, downloadFormId=0, downloadFile=VmsDownloadFile(enable=false, saveFlag=true, dTimer=1699347209989, count=0, units=[VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0)]), downloadData=VmsDownloadData(isDefault=false, maxSchedule=0, downloadCnt=0, units=[VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0)]), downloadFormMap={}, dnldSymbMap={}, reqDnldSymbMap={}, dnldSymbLibNmbr=0, rltnIfscMap={}, registeredCommandTimer={}, registeredCommand={}, userCommands={}, connectCount=0, connectTm=-, disConnectTm=-, lastRecvTime=0, debug=VmsDebug(isDump=false, isDebug=false), dataProcess=com.its.vms.xnettcp.vms.process.TcpServerSendDataProcess@5b40ceb).
  433. [2023-11-07 17:53:30.003] [INFO ] VmsCtlrService.loadCtlrInfo:: TbVmsCtlrDto(index=0, vmsCtlrNmbr=1002, groupNo=0, ctlrLocalNo=2, ctlrId=VMS-0020, name=수상동, ctlrIp=192.168.20.97, ctlrPort=0, usagTypeCd=VUTP, frmTypeCd=FRM1, typeCd=VMP1, modlTypeCd=VMM1, operMode=A, cmncfailSlotNmbr=0, pwerFailSlotNmbr=0, cmtrinfrCnctYn=Y, wthrinfrCnctYn=Y, envrinfrCnctYn=Y, maxPhaseNum=10, istlLctnNm=수상동, istlLctnAddr=안동시 수상동 산 86-4, trfcStrgUseYn=Y, locIfscId=0, defPhseChngCycl=5, panlOnTime=0000, panlOffTime=0000, panlPwerMode=2, fanMode=2, fanRunTmpr=30, hetrMode=2, hetrRunTmpr=0, brghMode=0, brghCurrStep=1, brghWeekStep=10, brghNghtStep=0, modlErrRate=10, cmncFailRate=10, protocolVer=2, delYn=N, vmsWidth=288, vmsHeight=160, modlRowNum=10, modlColNum=18, powrRowNum=10, powrColNum=18, localFormDir=C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1002\, ftpFormDir=FORM\1002\, ftpDownload=true, symbolDownload=false, maxCngstForm=5, cngstForms=0, existCngsForm=false, provide=false, evehIngForm=false, evehEndForm=false, formManager=VmsFormManager(formWidth=288, formHeight=160, totalCount=0, objectCount=0, objects=[]), evechile=VmsEvehicle(ocrr=false, end=false, first=false, dtOcrr=null, download=false, dtDownload=null, units=[]), schedule=VmsSchedule(units=[]), incident=VmsEvent(units=[]), event=VmsEvent(units=[]), module=VmsModule(isOnOff=true, reqOnOff=1, curOnOff=0, powerOnTime=, powerOffTime=, retry=1), luminance=VmsLuminance(scheduleTime=null, value=0, retry=0), controlMode=VmsControlMode(control=0, manSceId=null, emeSceId=null, curSceId=null, isEnable=false, maxDisplayForm=0, svcDate=null, saveFlag=false, timer=null, isResult=false), txtOpCode=0, stts=TbVmsCtlrStts(vmsCtlrNmbr=1002, updtDt=20231107175329, cmncSttsCd=CMS2, pwerSttsCd=PWS2, modlSttsCd=MOS2, cboxDoorSttsCd=CDS2, fanSttsCd=PAS2, hetrSttsCd=HTS2, cboxTmpr=0, brghVal=0, commSttsCd=CMS2, modlStts=11111111111111111111, pwerStts=11111111111111111111, cboxHum=0, cboxFanSttsCd=PAS2, cboxHetrSttsCd=HTS2, tmpr=0, hum=0, doorSttsCd=CDS2, brghMode=0, brghCurr=0, brghWeek=0, brghNght=0, pwerOnOffCd=PWO2), netState=0, isDupCon=false, isDupLogin=false, dstIpAddr=, channel=null, dupChannel=null, cliReq=null, syncTime=0, seq=com.its.vms.domain.VmsFrameSequence@13c3c1e1, downloadFormId=0, downloadFile=VmsDownloadFile(enable=false, saveFlag=true, dTimer=1699347209997, count=0, units=[VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0)]), downloadData=VmsDownloadData(isDefault=false, maxSchedule=0, downloadCnt=0, units=[VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0)]), downloadFormMap={}, dnldSymbMap={}, reqDnldSymbMap={}, dnldSymbLibNmbr=0, rltnIfscMap={}, registeredCommandTimer={}, registeredCommand={}, userCommands={}, connectCount=0, connectTm=-, disConnectTm=-, lastRecvTime=0, debug=VmsDebug(isDump=false, isDebug=false), dataProcess=com.its.vms.xnettcp.vms.process.TcpServerSendDataProcess@3b956878).
  434. [2023-11-07 17:53:30.004] [INFO ] VmsCtlrService.loadCtlrInfo:: TbVmsCtlrDto(index=0, vmsCtlrNmbr=1003, groupNo=0, ctlrLocalNo=3, ctlrId=VMS-0030, name=정상동, ctlrIp=192.168.20.97, ctlrPort=0, usagTypeCd=VUTP, frmTypeCd=FRM1, typeCd=VMP1, modlTypeCd=VMM1, operMode=A, cmncfailSlotNmbr=0, pwerFailSlotNmbr=0, cmtrinfrCnctYn=Y, wthrinfrCnctYn=Y, envrinfrCnctYn=Y, maxPhaseNum=10, istlLctnNm=정상동, istlLctnAddr=안동시 정상동 산 39-1, trfcStrgUseYn=Y, locIfscId=0, defPhseChngCycl=5, panlOnTime=0000, panlOffTime=0000, panlPwerMode=2, fanMode=2, fanRunTmpr=30, hetrMode=2, hetrRunTmpr=0, brghMode=2, brghCurrStep=1, brghWeekStep=10, brghNghtStep=0, modlErrRate=10, cmncFailRate=10, protocolVer=2, delYn=N, vmsWidth=288, vmsHeight=160, modlRowNum=10, modlColNum=18, powrRowNum=10, powrColNum=18, localFormDir=C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1003\, ftpFormDir=FORM\1003\, ftpDownload=true, symbolDownload=false, maxCngstForm=5, cngstForms=0, existCngsForm=false, provide=false, evehIngForm=false, evehEndForm=false, formManager=VmsFormManager(formWidth=288, formHeight=160, totalCount=0, objectCount=0, objects=[]), evechile=VmsEvehicle(ocrr=false, end=false, first=false, dtOcrr=null, download=false, dtDownload=null, units=[]), schedule=VmsSchedule(units=[]), incident=VmsEvent(units=[]), event=VmsEvent(units=[]), module=VmsModule(isOnOff=true, reqOnOff=1, curOnOff=0, powerOnTime=, powerOffTime=, retry=1), luminance=VmsLuminance(scheduleTime=null, value=0, retry=0), controlMode=VmsControlMode(control=0, manSceId=null, emeSceId=null, curSceId=null, isEnable=false, maxDisplayForm=0, svcDate=null, saveFlag=false, timer=null, isResult=false), txtOpCode=0, stts=TbVmsCtlrStts(vmsCtlrNmbr=1003, updtDt=20231107175330, cmncSttsCd=CMS2, pwerSttsCd=PWS2, modlSttsCd=MOS2, cboxDoorSttsCd=CDS2, fanSttsCd=PAS2, hetrSttsCd=HTS2, cboxTmpr=0, brghVal=0, commSttsCd=CMS2, modlStts=11111111111111111111, pwerStts=11111111111111111111, cboxHum=0, cboxFanSttsCd=PAS2, cboxHetrSttsCd=HTS2, tmpr=0, hum=0, doorSttsCd=CDS2, brghMode=0, brghCurr=0, brghWeek=0, brghNght=0, pwerOnOffCd=PWO2), netState=0, isDupCon=false, isDupLogin=false, dstIpAddr=, channel=null, dupChannel=null, cliReq=null, syncTime=0, seq=com.its.vms.domain.VmsFrameSequence@36546a22, downloadFormId=0, downloadFile=VmsDownloadFile(enable=false, saveFlag=true, dTimer=1699347209999, count=0, units=[VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0)]), downloadData=VmsDownloadData(isDefault=false, maxSchedule=0, downloadCnt=0, units=[VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0)]), downloadFormMap={}, dnldSymbMap={}, reqDnldSymbMap={}, dnldSymbLibNmbr=0, rltnIfscMap={}, registeredCommandTimer={}, registeredCommand={}, userCommands={}, connectCount=0, connectTm=-, disConnectTm=-, lastRecvTime=0, debug=VmsDebug(isDump=false, isDebug=false), dataProcess=com.its.vms.xnettcp.vms.process.TcpServerSendDataProcess@3918c187).
  435. [2023-11-07 17:53:30.004] [INFO ] VmsCtlrService.loadCtlrInfo:: TbVmsCtlrDto(index=0, vmsCtlrNmbr=1004, groupNo=0, ctlrLocalNo=4, ctlrId=VMS-0040, name=용상동, ctlrIp=192.168.20.96, ctlrPort=0, usagTypeCd=VUTP, frmTypeCd=FRM1, typeCd=VMP1, modlTypeCd=VMM1, operMode=A, cmncfailSlotNmbr=0, pwerFailSlotNmbr=0, cmtrinfrCnctYn=Y, wthrinfrCnctYn=Y, envrinfrCnctYn=Y, maxPhaseNum=10, istlLctnNm=용상동, istlLctnAddr=안동시 용상동 487-1, trfcStrgUseYn=Y, locIfscId=0, defPhseChngCycl=5, panlOnTime=0000, panlOffTime=0000, panlPwerMode=2, fanMode=2, fanRunTmpr=30, hetrMode=2, hetrRunTmpr=0, brghMode=2, brghCurrStep=1, brghWeekStep=10, brghNghtStep=0, modlErrRate=10, cmncFailRate=10, protocolVer=2, delYn=N, vmsWidth=288, vmsHeight=160, modlRowNum=10, modlColNum=18, powrRowNum=10, powrColNum=18, localFormDir=C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1004\, ftpFormDir=FORM\1004\, ftpDownload=true, symbolDownload=false, maxCngstForm=5, cngstForms=0, existCngsForm=false, provide=false, evehIngForm=false, evehEndForm=false, formManager=VmsFormManager(formWidth=288, formHeight=160, totalCount=0, objectCount=0, objects=[]), evechile=VmsEvehicle(ocrr=false, end=false, first=false, dtOcrr=null, download=false, dtDownload=null, units=[]), schedule=VmsSchedule(units=[]), incident=VmsEvent(units=[]), event=VmsEvent(units=[]), module=VmsModule(isOnOff=true, reqOnOff=1, curOnOff=0, powerOnTime=, powerOffTime=, retry=1), luminance=VmsLuminance(scheduleTime=null, value=0, retry=0), controlMode=VmsControlMode(control=0, manSceId=null, emeSceId=null, curSceId=null, isEnable=false, maxDisplayForm=0, svcDate=null, saveFlag=false, timer=null, isResult=false), txtOpCode=0, stts=TbVmsCtlrStts(vmsCtlrNmbr=1004, updtDt=20231107175330, cmncSttsCd=CMS2, pwerSttsCd=PWS2, modlSttsCd=MOS2, cboxDoorSttsCd=CDS2, fanSttsCd=PAS2, hetrSttsCd=HTS2, cboxTmpr=0, brghVal=0, commSttsCd=CMS2, modlStts=11111111111111111111, pwerStts=11111111111111111111, cboxHum=0, cboxFanSttsCd=PAS2, cboxHetrSttsCd=HTS2, tmpr=0, hum=0, doorSttsCd=CDS2, brghMode=0, brghCurr=0, brghWeek=0, brghNght=0, pwerOnOffCd=PWO2), netState=0, isDupCon=false, isDupLogin=false, dstIpAddr=, channel=null, dupChannel=null, cliReq=null, syncTime=0, seq=com.its.vms.domain.VmsFrameSequence@2c88b9fc, downloadFormId=0, downloadFile=VmsDownloadFile(enable=false, saveFlag=true, dTimer=1699347210000, count=0, units=[VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0), VmsDownloadFile.VmsDownloadFileInfo(regDate=null, fileType=null, fileId=null, sendStartDate=null, sendEndDate=null, sendStep=0)]), downloadData=VmsDownloadData(isDefault=false, maxSchedule=0, downloadCnt=0, units=[VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0), VmsDownloadData.VmsDownloadDataInfo(vmsFormId=0, isDownload=false, formIdx=0, bitmapId=0, formNo=0, displaySec=0, displayType=0, bkClr=0)]), downloadFormMap={}, dnldSymbMap={}, reqDnldSymbMap={}, dnldSymbLibNmbr=0, rltnIfscMap={}, registeredCommandTimer={}, registeredCommand={}, userCommands={}, connectCount=0, connectTm=-, disConnectTm=-, lastRecvTime=0, debug=VmsDebug(isDump=false, isDebug=false), dataProcess=com.its.vms.xnettcp.vms.process.TcpServerSendDataProcess@47605f2f).
  436. [2023-11-07 17:53:30.004] [INFO ] VmsCtlrService.loadCtlrInfo: 42 ms.
  437. [2023-11-07 17:53:30.011] [INFO ] VmsCtlrService.loadCtlrSttsInfo: 4 EA
  438. [2023-11-07 17:53:30.011] [INFO ] VmsCtlrService.loadCtlrSttsInfo: 6 ms.
  439. [2023-11-07 17:53:30.014] [INFO ] VmsCtlrService.updateCtlrStts: total 4, normal 0, error 4.
  440. [2023-11-07 17:53:30.025] [INFO ] VmsFontService.loadFontNameInfo: 6 EA
  441. [2023-11-07 17:53:30.027] [INFO ] VmsFontService.loadFontNameInfo: 7 ms.
  442. [2023-11-07 17:53:30.030] [INFO ] VmsCtlrDao.updateStts: START. 4 EA. History false
  443. [2023-11-07 17:53:30.034] [INFO ] VmsFontService.loadFontColorInfo: 16 EA
  444. [2023-11-07 17:53:30.035] [INFO ] VmsFontService.loadFontColorInfo: 8 ms.
  445. [2023-11-07 17:53:30.047] [INFO ] VmsIfscService.loadVmsRltnIfsc: 40 EA
  446. [2023-11-07 17:53:30.049] [INFO ] VmsCtlrDao.updateStts: ..END. 4 EA. 15 ms.
  447. [2023-11-07 17:53:30.050] [INFO ] VmsIfscService.loadVmsRltnIfsc: 14 ms.
  448. [2023-11-07 17:53:30.062] [INFO ] VmsIfscService.loadVmsIfscTrafInfo: 40 EA
  449. [2023-11-07 17:53:30.065] [INFO ] VmsIfscService.loadVmsIfscTrafInfo: 15 ms.
  450. [2023-11-07 17:53:30.066] [INFO ] MainUI.loadControllerInfo: start. 4 EA.
  451. [2023-11-07 17:53:30.079] [INFO ] MainUI.loadControllerInfo: ..end. 4 EA.
  452. [2023-11-07 17:53:30.088] [INFO ] VwStrmCtlrService.loadStrmCtlrInfo: 116 EA
  453. [2023-11-07 17:53:30.090] [INFO ] VwStrmCtlrService.loadStrmCtlrInfo: 11 ms.
  454. [2023-11-07 17:53:38.624] [INFO ] VmsSymbService.loadVmsSymbLib: 25 EA
  455. [2023-11-07 17:53:38.820] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60070, OrgSymb 6007, Size 20062.
  456. [2023-11-07 17:53:38.820] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60090, OrgSymb 6009, Size 20062.
  457. [2023-11-07 17:53:38.820] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 70030, OrgSymb 7003, Size 138296.
  458. [2023-11-07 17:53:38.820] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 3000, OrgSymb 300, Size 138294.
  459. [2023-11-07 17:53:38.820] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 70010, OrgSymb 7001, Size 138296.
  460. [2023-11-07 17:53:38.820] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 50030, OrgSymb 5003, Size 119713.
  461. [2023-11-07 17:53:38.821] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 50010, OrgSymb 5001, Size 1841.
  462. [2023-11-07 17:53:38.821] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60110, OrgSymb 6011, Size 1228854.
  463. [2023-11-07 17:53:38.821] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60010, OrgSymb 6001, Size 630.
  464. [2023-11-07 17:53:38.821] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60130, OrgSymb 6013, Size 138294.
  465. [2023-11-07 17:53:38.821] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60030, OrgSymb 6003, Size 32622.
  466. [2023-11-07 17:53:38.821] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60050, OrgSymb 6005, Size 32898.
  467. [2023-11-07 17:53:38.821] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60080, OrgSymb 6008, Size 20062.
  468. [2023-11-07 17:53:38.821] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 70020, OrgSymb 7002, Size 138296.
  469. [2023-11-07 17:53:38.852] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 2000, OrgSymb 200, Size 12342.
  470. [2023-11-07 17:53:38.852] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 70000, OrgSymb 7000, Size 138296.
  471. [2023-11-07 17:53:38.852] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 50040, OrgSymb 5004, Size 1841.
  472. [2023-11-07 17:53:38.852] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 50020, OrgSymb 5002, Size 119713.
  473. [2023-11-07 17:53:38.852] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 50000, OrgSymb 5000, Size 119713.
  474. [2023-11-07 17:53:38.853] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60100, OrgSymb 6010, Size 163978.
  475. [2023-11-07 17:53:38.853] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60000, OrgSymb 6000, Size 147482.
  476. [2023-11-07 17:53:38.853] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60120, OrgSymb 6012, Size 1228854.
  477. [2023-11-07 17:53:38.853] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60020, OrgSymb 6002, Size 32622.
  478. [2023-11-07 17:53:38.853] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60040, OrgSymb 6004, Size 32898.
  479. [2023-11-07 17:53:38.853] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60060, OrgSymb 6006, Size 20062.
  480. [2023-11-07 17:53:38.853] [INFO ] VmsSymbService.loadVmsSymbLib: SymbLib 25 EA.
  481. [2023-11-07 17:53:38.854] [INFO ] VmsSymbService.loadVmsSymbLib: 8763 ms.
  482. [2023-11-07 17:53:38.863] [INFO ] VmsSymbService.loadVmsSymbCellInfo: 40 EA
  483. [2023-11-07 17:53:38.865] [INFO ] VmsSymbService.loadVmsSymbCellInfo: 11 ms.
  484. [2023-11-07 17:53:38.865] [INFO ] VmsSymbService.loadVmsSymbLibDnld: START.
  485. [2023-11-07 17:53:38.882] [INFO ] VmsSymbService.loadVmsSymbLibDnld: VMS 1001 Already Dnld Symb 6 EA.
  486. [2023-11-07 17:53:38.883] [INFO ] VmsSymbService.loadVmsSymbLibDnld: ..END. 18 ms.
  487. [2023-11-07 17:53:38.883] [INFO ] VmsSymbService.loadVmsScheduleSymbol: START.
  488. [2023-11-07 17:53:38.901] [INFO ] VmsSymbService.loadVmsScheduleSymbol: VMS 1002 Req Dnld Symb 5 EA.
  489. [2023-11-07 17:53:38.901] [INFO ] VmsSymbService.loadVmsScheduleSymbol: VMS 1003 Req Dnld Symb 5 EA.
  490. [2023-11-07 17:53:38.901] [INFO ] VmsSymbService.loadVmsScheduleSymbol: VMS 1004 Req Dnld Symb 5 EA.
  491. [2023-11-07 17:53:38.901] [INFO ] VmsSymbService.loadVmsScheduleSymbol: ..END. 18 ms.
  492. [2023-11-07 17:53:38.908] [INFO ] VmsAtmpService.loadVmsAtmpInfo: 1 EA
  493. [2023-11-07 17:53:38.911] [INFO ] VmsAtmpService.loadVmsAtmpInfo: 10 ms.
  494. [2023-11-07 17:53:39.200] [INFO ] VmsFormService.loadVmsFormInfo: 9 EA
  495. [2023-11-07 17:53:39.209] [INFO ] VmsFormService.loadVmsFormInfo: 298 ms.
  496. [2023-11-07 17:53:39.228] [INFO ] VmsFormService.loadVmsFormObjectInfo: 24 EA
  497. [2023-11-07 17:53:39.230] [INFO ] VmsFormService.loadVmsFormObjectInfo: 21 ms.
  498. [2023-11-07 17:53:39.242] [INFO ] VmsFormService.loadVmsFormColorInfo: 4 EA
  499. [2023-11-07 17:53:39.244] [INFO ] VmsFormService.loadVmsFormColorInfo: 14 ms.
  500. [2023-11-07 17:53:39.257] [INFO ] VmsManageService.jobMakeDownloadVmsForm: START.
  501. [2023-11-07 17:53:39.261] [INFO ] VmsManageService.makeVmsScenarioForm: START.
  502. [2023-11-07 17:53:39.261] [INFO ] VmsManageService.loadBaseDatabase: START.
  503. [2023-11-07 17:53:39.272] [INFO ] VmsFontService.loadFontNameInfo: 6 EA
  504. [2023-11-07 17:53:39.272] [INFO ] VmsFontService.loadFontNameInfo: 10 ms.
  505. [2023-11-07 17:53:39.285] [INFO ] VmsFontService.loadFontColorInfo: 16 EA
  506. [2023-11-07 17:53:39.286] [INFO ] VmsFontService.loadFontColorInfo: 14 ms.
  507. [2023-11-07 17:53:39.297] [INFO ] VwStrmCtlrService.loadStrmCtlrInfo: 116 EA
  508. [2023-11-07 17:53:39.298] [INFO ] VwStrmCtlrService.loadStrmCtlrInfo: 12 ms.
  509. [2023-11-07 17:53:39.298] [INFO ] VmsManageService.loadBaseDatabase: ..END. 37 ms.
  510. [2023-11-07 17:53:44.954] [INFO ] VmsSymbService.loadVmsSymbLib: 25 EA
  511. [2023-11-07 17:53:44.957] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60070, OrgSymb 6007, Size 20062.
  512. [2023-11-07 17:53:44.957] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60090, OrgSymb 6009, Size 20062.
  513. [2023-11-07 17:53:44.957] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 70030, OrgSymb 7003, Size 138296.
  514. [2023-11-07 17:53:44.957] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 3000, OrgSymb 300, Size 138294.
  515. [2023-11-07 17:53:44.957] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 70010, OrgSymb 7001, Size 138296.
  516. [2023-11-07 17:53:44.957] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 50030, OrgSymb 5003, Size 119713.
  517. [2023-11-07 17:53:44.957] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 50010, OrgSymb 5001, Size 1841.
  518. [2023-11-07 17:53:44.957] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60110, OrgSymb 6011, Size 1228854.
  519. [2023-11-07 17:53:44.957] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60010, OrgSymb 6001, Size 630.
  520. [2023-11-07 17:53:44.957] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60130, OrgSymb 6013, Size 138294.
  521. [2023-11-07 17:53:44.957] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60030, OrgSymb 6003, Size 32622.
  522. [2023-11-07 17:53:44.957] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60050, OrgSymb 6005, Size 32898.
  523. [2023-11-07 17:53:44.958] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60080, OrgSymb 6008, Size 20062.
  524. [2023-11-07 17:53:44.958] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 70020, OrgSymb 7002, Size 138296.
  525. [2023-11-07 17:53:44.958] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 2000, OrgSymb 200, Size 12342.
  526. [2023-11-07 17:53:44.958] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 70000, OrgSymb 7000, Size 138296.
  527. [2023-11-07 17:53:44.958] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 50040, OrgSymb 5004, Size 1841.
  528. [2023-11-07 17:53:44.958] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 50020, OrgSymb 5002, Size 119713.
  529. [2023-11-07 17:53:44.958] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 50000, OrgSymb 5000, Size 119713.
  530. [2023-11-07 17:53:44.958] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60100, OrgSymb 6010, Size 163978.
  531. [2023-11-07 17:53:44.958] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60000, OrgSymb 6000, Size 147482.
  532. [2023-11-07 17:53:44.958] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60120, OrgSymb 6012, Size 1228854.
  533. [2023-11-07 17:53:44.958] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60020, OrgSymb 6002, Size 32622.
  534. [2023-11-07 17:53:44.959] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60040, OrgSymb 6004, Size 32898.
  535. [2023-11-07 17:53:44.959] [INFO ] VmsSymbService.loadVmsSymbLib: Symb 60060, OrgSymb 6006, Size 20062.
  536. [2023-11-07 17:53:44.959] [INFO ] VmsSymbService.loadVmsSymbLib: SymbLib 25 EA.
  537. [2023-11-07 17:53:44.959] [INFO ] VmsSymbService.loadVmsSymbLib: 5661 ms.
  538. [2023-11-07 17:53:44.964] [INFO ] VmsSymbService.loadVmsSymbCellInfo: 40 EA
  539. [2023-11-07 17:53:44.965] [INFO ] VmsSymbService.loadVmsSymbCellInfo: 6 ms.
  540. [2023-11-07 17:53:45.239] [INFO ] VmsFormService.loadVmsFormInfo: 9 EA
  541. [2023-11-07 17:53:45.243] [INFO ] VmsFormService.loadVmsFormInfo: 277 ms.
  542. [2023-11-07 17:53:45.255] [INFO ] VmsFormService.loadVmsFormObjectInfo: 24 EA
  543. [2023-11-07 17:53:45.255] [INFO ] VmsFormService.loadVmsFormObjectInfo: 12 ms.
  544. [2023-11-07 17:53:45.264] [INFO ] VmsFormService.loadVmsFormColorInfo: 4 EA
  545. [2023-11-07 17:53:45.265] [INFO ] VmsFormService.loadVmsFormColorInfo: 10 ms.
  546. [2023-11-07 17:53:45.269] [INFO ] VmsAtmpService.loadVmsAtmpInfo: 1 EA
  547. [2023-11-07 17:53:45.269] [INFO ] VmsAtmpService.loadVmsAtmpInfo: 4 ms.
  548. [2023-11-07 17:53:45.273] [INFO ] VmsManageService.loadEventOccrInfo: 4 ms.
  549. [2023-11-07 17:53:45.284] [INFO ] VmsIfscService.loadVmsRltnIfsc: 40 EA
  550. [2023-11-07 17:53:45.285] [INFO ] VmsIfscService.loadVmsRltnIfsc: 11 ms.
  551. [2023-11-07 17:53:45.296] [INFO ] VmsIfscService.loadVmsIfscTrafInfo: 40 EA
  552. [2023-11-07 17:53:45.297] [INFO ] VmsIfscService.loadVmsIfscTrafInfo: 12 ms.
  553. [2023-11-07 17:53:45.314] [INFO ] VmsManageService.loadVmsDsplSchedule: 17 ms.
  554. [2023-11-07 17:53:45.315] [INFO ] VmsManageService.makeVmsScenarioForm: 6054 ms.
  555. [2023-11-07 17:53:45.315] [INFO ] VmsManageService.makeVmsProvideForm: START.
  556. [2023-11-07 17:53:45.327] [ERROR] VmsManageService.makeVmsProvideForm: No Traffic: VMS(1001), FormId(10002), Req 1, Set 0.
  557. [2023-11-07 17:53:45.329] [ERROR] VmsManageService.makeVmsProvideForm: No Traffic: VMS(1002), FormId(10002), Req 1, Set 0.
  558. [2023-11-07 17:53:45.331] [ERROR] VmsManageService.makeVmsProvideForm: No Traffic: VMS(1003), FormId(10002), Req 1, Set 0.
  559. [2023-11-07 17:53:45.332] [ERROR] VmsManageService.makeVmsProvideForm: No Traffic: VMS(1004), FormId(10002), Req 1, Set 0.
  560. [2023-11-07 17:53:45.333] [INFO ] VmsManageService.makeVmsProvideForm: 18 ms.
  561. [2023-11-07 17:53:45.333] [INFO ] VmsManageService.makeVmsDatabaseForm: START.
  562. [2023-11-07 17:53:45.410] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1001, FORM 10006, DnldFormNo 1060, Objects 2. ScheduleType 7.동영상, FileType 2, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1001\A01_710006.bmp/FORM\1001\A01_710006.bmp.
  563. [2023-11-07 17:53:45.432] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1001, FORM 10007, DnldFormNo 1070, Objects 2. ScheduleType 8.스트리밍영상, FileType 3, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1001\A02_810007.bmp/FORM\1001\A02_810007.bmp.
  564. [2023-11-07 17:53:45.467] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1001, FORM 10000, DnldFormNo 1000, Objects 6. ScheduleType 9.대기환경, FileType 5, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1001\A03_910000.bmp/FORM\1001\A03_910000.bmp.
  565. [2023-11-07 17:53:45.494] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1001, FORM 10003, DnldFormNo 1030, Objects 1. ScheduleType 3.홍보, FileType 5, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1001\A04_310003.bmp/FORM\1001\A04_310003.bmp.
  566. [2023-11-07 17:53:45.518] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1001, FORM 10004, DnldFormNo 1040, Objects 2. ScheduleType 3.홍보, FileType 5, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1001\A05_310004.bmp/FORM\1001\A05_310004.bmp.
  567. [2023-11-07 17:53:45.538] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1002, FORM 10000, DnldFormNo 1000, Objects 6. ScheduleType 9.대기환경, FileType 5, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1002\A01_910000.bmp/FORM\1002\A01_910000.bmp.
  568. [2023-11-07 17:53:45.566] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1002, FORM 10003, DnldFormNo 1030, Objects 1. ScheduleType 3.홍보, FileType 5, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1002\A02_310003.bmp/FORM\1002\A02_310003.bmp.
  569. [2023-11-07 17:53:45.581] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1002, FORM 10004, DnldFormNo 1040, Objects 2. ScheduleType 3.홍보, FileType 5, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1002\A03_310004.bmp/FORM\1002\A03_310004.bmp.
  570. [2023-11-07 17:53:45.615] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1002, FORM 10008, DnldFormNo 1080, Objects 1. ScheduleType 7.동영상, FileType 2, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1002\A04_710008.bmp/FORM\1002\A04_710008.bmp.
  571. [2023-11-07 17:53:45.632] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1003, FORM 10000, DnldFormNo 1000, Objects 6. ScheduleType 9.대기환경, FileType 5, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1003\A01_910000.bmp/FORM\1003\A01_910000.bmp.
  572. [2023-11-07 17:53:45.653] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1003, FORM 10003, DnldFormNo 1030, Objects 1. ScheduleType 3.홍보, FileType 5, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1003\A02_310003.bmp/FORM\1003\A02_310003.bmp.
  573. [2023-11-07 17:53:45.669] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1003, FORM 10004, DnldFormNo 1040, Objects 2. ScheduleType 3.홍보, FileType 5, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1003\A03_310004.bmp/FORM\1003\A03_310004.bmp.
  574. [2023-11-07 17:53:45.690] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1004, FORM 10000, DnldFormNo 1000, Objects 6. ScheduleType 9.대기환경, FileType 5, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1004\A01_910000.bmp/FORM\1004\A01_910000.bmp.
  575. [2023-11-07 17:53:45.708] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1004, FORM 10003, DnldFormNo 1030, Objects 1. ScheduleType 3.홍보, FileType 5, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1004\A02_310003.bmp/FORM\1004\A02_310003.bmp.
  576. [2023-11-07 17:53:45.720] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1004, FORM 10004, DnldFormNo 1040, Objects 2. ScheduleType 3.홍보, FileType 5, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1004\A03_310004.bmp/FORM\1004\A03_310004.bmp.
  577. [2023-11-07 17:53:45.746] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1004, FORM 10008, DnldFormNo 1080, Objects 1. ScheduleType 7.동영상, FileType 2, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1004\A04_710008.bmp/FORM\1004\A04_710008.bmp.
  578. [2023-11-07 17:53:45.764] [INFO ] VmsManagerService.makeVmsDatabaseFormData: VMS 1004, FORM 10009, DnldFormNo 1090, Objects 1. ScheduleType 8.스트리밍영상, FileType 3, File/FtpName C:\DRIVE_E\ANDONG_VMS_FTP\FORM\\1004\A05_810009.bmp/FORM\1004\A05_810009.bmp.
  579. [2023-11-07 17:53:45.764] [INFO ] VmsManageService.makeVmsDatabaseForm: 431 ms.
  580. [2023-11-07 17:53:45.765] [INFO ] VmsManageService.jobMakeDownloadVmsForm: 6507 ms.
  581. [2023-11-07 17:53:45.774] [INFO ] 서버가 윈도우 NIO 모드에서 실행됩니다.
  582. [2023-11-07 17:53:45.775] [INFO ] VmsManageDao.batchUpdateVmsDsplPrst: START. 17 EA.
  583. [2023-11-07 17:53:45.922] [INFO ] *********************************************************************************
  584. [2023-11-07 17:53:45.923] [INFO ] ** VMS Communication Server Information **
  585. [2023-11-07 17:53:45.923] [INFO ] ** bindAddress: 0.0.0.0
  586. [2023-11-07 17:53:45.924] [INFO ] ** listenPort: 30200
  587. [2023-11-07 17:53:45.924] [INFO ] ** backlog: 64
  588. [2023-11-07 17:53:45.924] [INFO ] ** acceptThreads: 16
  589. [2023-11-07 17:53:45.925] [INFO ] ** workerThreads: 16
  590. [2023-11-07 17:53:45.925] [INFO ] *********************************************************************************
  591. [2023-11-07 17:53:46.715] [INFO ] VmsManageDao.batchUpdateVmsDsplPrst: ..END. 17 EA. 938 ms.
  592. [2023-11-07 17:53:46.715] [INFO ] VmsManageDao.batchInsertVmsDsplPrst: START. 17 EA.
  593. [2023-11-07 17:53:46.734] [INFO ] VmsManageDao.batchInsertVmsDsplPrst: ..END. 17 EA. 19 ms.
  594. [2023-11-07 17:54:05.016] [INFO ] VmsCtlrService.updateCtlrStts: total 4, normal 0, error 4.
  595. [2023-11-07 17:54:05.017] [INFO ] VmsCtlrDao.updateStts: START. 4 EA. History false
  596. [2023-11-07 17:54:05.023] [INFO ] VmsCtlrDao.updateStts: ..END. 4 EA. 6 ms.
  597. [2023-11-07 17:54:15.012] [INFO ] VmsManageService.loadVmsOnOffTime: START.
  598. [2023-11-07 17:54:15.018] [INFO ] VmsManageService.loadVmsOnOffTime: ..END. 6 ms.