info.2023-08-27.log 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. 18:57:09.582 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.0.Final
  2. 18:57:09.630 [restartedMain] INFO com.zhyc.xps.XPSApplication - Starting XPSApplication using Java 17.0.6 with PID 3796 (E:\zhycnewprj\iotplatform\xps-server-3\xps-application\target\classes started by qzz19 in E:\zhycnewprj\iotplatform\xps-server-3)
  3. 18:57:09.631 [restartedMain] INFO com.zhyc.xps.XPSApplication - The following 1 profile is active: "local"
  4. 18:57:09.684 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  5. 18:57:09.684 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  6. 18:57:11.637 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
  7. 18:57:11.640 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  8. 18:57:11.732 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 76 ms. Found 0 Redis repository interfaces.
  9. 18:57:11.892 [restartedMain] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
  10. 18:57:11.910 [restartedMain] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
  11. 18:57:12.663 [restartedMain] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  12. 18:57:12.663 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2978 ms
  13. 18:57:15.076 [restartedMain] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  14. 18:57:15.088 [restartedMain] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  15. 18:57:15.088 [restartedMain] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  16. 18:57:15.089 [restartedMain] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  17. 18:57:15.089 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  18. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  19. NOT STARTED.
  20. Currently in standby mode.
  21. Number of jobs executed: 0
  22. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  23. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  24. 18:57:15.089 [restartedMain] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  25. 18:57:15.089 [restartedMain] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  26. 18:57:15.090 [restartedMain] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@32e199f2
  27. 18:57:16.677 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729
  28. 18:57:16.682 [restartedMain] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 15 endpoint(s) beneath base path '/actuator/z'
  29. 18:57:16.821 [restartedMain] INFO io.undertow.websockets.jsr - UT026003: Adding annotated server endpoint class com.zhyc.xps.common.ws.WebSocketServer for path /websocket/link
  30. 18:57:16.853 [restartedMain] INFO o.s.i.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
  31. 18:57:16.853 [restartedMain] INFO o.s.i.c.PublishSubscribeChannel - Channel 'xps-server.errorChannel' has 1 subscriber(s).
  32. 18:57:16.853 [restartedMain] INFO o.s.i.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger'
  33. 18:57:16.879 [restartedMain] INFO io.undertow - starting server: Undertow - 2.3.4.Final
  34. 18:57:16.889 [restartedMain] INFO org.xnio - XNIO version 3.8.8.Final
  35. 18:57:16.900 [restartedMain] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.8.Final
  36. 18:57:16.933 [restartedMain] INFO org.jboss.threads - JBoss Threads version 3.5.0.Final
  37. 18:57:16.987 [restartedMain] INFO o.s.b.w.e.undertow.UndertowWebServer - Undertow started on port(s) 1788 (http)
  38. 18:57:16.988 [restartedMain] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  39. 18:57:16.988 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  40. 18:57:17.011 [restartedMain] INFO com.zhyc.xps.XPSApplication - Started XPSApplication in 7.91 seconds (process running for 9.622)
  41. 18:57:17.016 [restartedMain] INFO com.zhyc.xps.sys.job.InitSystemJob - 初始化系统定时任务
  42. 18:57:17.022 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Starting...
  43. 18:57:17.397 [restartedMain] INFO p6spy - 2023-08-27 18:57:17 | Time Consuming: 14 ms | Connection: statement-0 | SQL: SELECT 1
  44. 18:57:17.402 [restartedMain] INFO com.zaxxer.hikari.pool.HikariPool - DatebookHikariCP - Added connection com.p6spy.engine.wrapper.ConnectionWrapper@19d397d5
  45. 18:57:17.411 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Start completed.
  46. 18:57:17.474 [restartedMain] INFO p6spy - 2023-08-27 18:57:17 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT
  47. A.job_id,
  48. A.job_title,
  49. A.job_desc,
  50. A.status,
  51. A.job_type,
  52. A.job_code,
  53. A.job_cron,
  54. A.job_class_id,
  55. B.job_class,
  56. A.cycle_title,
  57. A.cycle_period,
  58. A.cycle_unit
  59. FROM job AS A
  60. LEFT JOIN job_class AS B ON (A.job_class_id = B.job_class_id)
  61. WHERE A.deleted_flag = 0
  62. AND A.status = 1
  63. ORDER BY A.job_id ASC
  64. 18:57:17.493 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  65. 18:57:17.495 [restartedMain] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  66. 18:57:18.249 [RMI TCP Connection(3)-192.168.3.5] INFO p6spy - 2023-08-27 18:57:18 | Time Consuming: 3 ms | Connection: statement-0 | SQL: SELECT 1
  67. 18:57:18.250 [RMI TCP Connection(2)-192.168.3.5] INFO io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
  68. 18:57:18.251 [RMI TCP Connection(2)-192.168.3.5] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  69. 18:57:18.253 [RMI TCP Connection(2)-192.168.3.5] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms
  70. 18:57:18.259 [RMI TCP Connection(3)-192.168.3.5] INFO p6spy - 2023-08-27 18:57:18 | Time Consuming: 3 ms | Connection: statement-0 | SQL: SELECT 1
  71. 18:58:33.539 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:33 | Time Consuming: 6 ms | Connection: statement-0 | SQL: SELECT 1
  72. 18:58:33.555 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:33 | Time Consuming: 7 ms | Connection: statement-0 | SQL: SELECT
  73. client_id,
  74. client_title,
  75. client_app_id,
  76. client_app_key,
  77. client_app_secret,
  78. client_desc,
  79. status,
  80. is_fixed
  81. FROM client
  82. WHERE deleted_flag = 0
  83. AND client_app_id = '10001'
  84. AND client_app_key = '82a8bf439373e305'
  85. 18:58:33.574 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:33 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT
  86. A.oc_id,
  87. B.oc_type_id,
  88. B.oc_name,
  89. A.account_id,
  90. A.account_name,
  91. A.account_real_name,
  92. A.password,
  93. A.account_type,
  94. A.account_staff_no,
  95. A.account_phone,
  96. A.account_last_ip,
  97. A.account_loc,
  98. A.status,
  99. A.account_avatar,
  100. A.account_photo,
  101. A.account_real_name,
  102. A.account_intro,
  103. A.wx_id,
  104. A.is_fixed
  105. FROM account AS A
  106. LEFT JOIN oc AS B ON (A.oc_id = B.oc_id )
  107. WHERE A.deleted_flag = 0
  108. AND (A.account_name = 'sxky'
  109. OR A.account_phone = 'sxky'
  110. OR A.account_mail = 'sxky'
  111. OR A.account_staff_no = 'sxky')
  112. 18:58:33.584 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:33 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT
  113. A.oc_id,
  114. A.oc_name,
  115. A.oc_type_id,
  116. A.root_id,
  117. A.parent_id,
  118. A.admin_id,
  119. B.account_name AS admin_name,
  120. A.group_id,
  121. A.node_left,
  122. A.node_right,
  123. A.node_level,
  124. A.is_leaf,
  125. A.status,
  126. A.if_lic
  127. FROM oc AS A
  128. LEFT JOIN account AS B ON (A.oc_id = B.oc_id AND A.admin_id = B.account_id)
  129. WHERE A.oc_id = 406283
  130. 18:58:33.591 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:33 | Time Consuming: 5 ms | Connection: statement-0 | SQL: SELECT
  131. A.rm_id,
  132. A.role_id,
  133. B.role_type_id,
  134. B.role_code,
  135. B.role_name,
  136. A.account_id
  137. FROM s_role_member AS A
  138. LEFT JOIN s_role AS B ON (A.role_id = B.role_id)
  139. WHERE account_id = 406283
  140. LIMIT 1
  141. 18:58:33.598 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:33 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT
  142. A.gm_id,
  143. A.oc_id,
  144. A.group_id,
  145. B.group_name,
  146. B.node_left ,
  147. B.node_right,
  148. A.account_id
  149. FROM s_group_member AS A
  150. LEFT JOIN s_group AS B ON (A.oc_id = B.oc_id AND A.group_id = B.group_id)
  151. WHERE B.deleted_flag = 0
  152. AND A.oc_id = 406283
  153. AND A.account_id = 406283
  154. LIMIT 1
  155. 18:58:33.604 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:33 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT
  156. A.gmp_id,
  157. A.oc_id,
  158. A.group_id,
  159. B.group_name,
  160. A.account_id,
  161. D.account_name,
  162. D.account_real_name,
  163. A.position_id,
  164. C.position_name
  165. FROM s_group_member_position A
  166. LEFT JOIN s_group B ON (A.oc_id = B.oc_id AND A.group_id = B.group_id)
  167. LEFT JOIN s_position C ON (A.oc_id = C.oc_id AND A.position_id = C.position_id)
  168. LEFT JOIN account D ON (A.oc_id = D.oc_id AND A.account_id = D.account_id)
  169. WHERE A.deleted_flag = 0
  170. AND A.oc_id = 406283
  171. AND A.group_id = 406283
  172. AND A.account_id = 406283
  173. LIMIT 1
  174. 18:58:33.611 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:33 | Time Consuming: 5 ms | Connection: statement-0 | SQL: SELECT
  175. A.gmpg_id,
  176. A.oc_id,
  177. A.group_id,
  178. A.account_id,
  179. A.position_id,
  180. A.grant_group_id,
  181. B.group_name AS grant_group_name
  182. FROM s_group_member_position_grant A
  183. LEFT JOIN s_group B ON(A.oc_id = B.oc_id AND A.grant_group_id = B.group_id)
  184. WHERE A.deleted_flag = 0
  185. AND A.oc_id = 406283
  186. AND A.group_id = 406283
  187. AND A.account_id = 406283
  188. AND A.position_id = 406283
  189. LIMIT 1
  190. 18:58:34.080 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:34 | Time Consuming: 5 ms | Connection: statement-0 | SQL: SELECT
  191. client_id,
  192. client_title,
  193. client_app_id,
  194. client_app_key,
  195. client_app_secret,
  196. client_desc,
  197. status,
  198. is_fixed
  199. FROM client
  200. WHERE deleted_flag = 0
  201. AND client_app_id = '10001'
  202. AND client_app_key = '82a8bf439373e305'
  203. 18:58:34.102 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:34 | Time Consuming: 6 ms | Connection: statement-0 | SQL: SELECT
  204. A.client_id,
  205. A.role_id,
  206. A.permit_id,
  207. A.permit_title,
  208. A.permit_code,
  209. A.permit_entry,
  210. A.permit_desc,
  211. A.permit_type,
  212. A.parent_id,
  213. A.root_id,
  214. A.sort_no,
  215. A.is_home
  216. FROM s_role_permit AS A
  217. WHERE 1 = 1
  218. AND A.client_id = 2
  219. AND A.role_id = 6
  220. ORDER BY A.parent_id ASC ,A.sort_no ASC
  221. 18:58:34.444 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:34 | Time Consuming: 38 ms | Connection: statement-0 | SQL: SELECT count(*)
  222. FROM msg AS M
  223. WHERE M.oc_id = 406283
  224. AND (
  225. EXISTS (
  226. SELECT 1 FROM msg_to TT
  227. WHERE M.oc_id = TT.oc_id AND M.msg_id = TT.msg_id AND TT.msg_to_id = 406283 AND TT.status=0
  228. ) OR
  229. EXISTS (
  230. SELECT 1 FROM msg_cc CC
  231. WHERE M.oc_id = CC.oc_id AND M.msg_id = CC.msg_id AND CC.msg_cc_id = 406283 AND CC.status=0
  232. )
  233. )
  234. 18:58:35.083 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:35 | Time Consuming: 3 ms | Connection: statement-0 | SQL: SELECT 1
  235. 18:58:35.090 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:35 | Time Consuming: 5 ms | Connection: statement-0 | SQL: SELECT count(0) FROM goaf_sensor WHERE oc_id = 406283
  236. 18:58:35.099 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:35 | Time Consuming: 6 ms | Connection: statement-0 | SQL: SELECT *
  237. FROM goaf_sensor
  238. where oc_id = 406283
  239. LIMIT 10
  240. 18:58:37.346 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:37 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT 1
  241. 18:58:37.356 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:37 | Time Consuming: 3 ms | Connection: statement-0 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283
  242. 18:58:37.623 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:37 | Time Consuming: 266 ms | Connection: statement-0 | SQL: SELECT *
  243. FROM goaf_sensordata
  244. WHERE oc_id = 406283
  245. ORDER BY goaf_datareport_time DESC
  246. LIMIT 10
  247. 18:58:38.823 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:38 | Time Consuming: 3 ms | Connection: statement-0 | SQL: SELECT 1
  248. 18:58:38.834 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:38 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283
  249. 18:58:39.094 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:39 | Time Consuming: 258 ms | Connection: statement-0 | SQL: SELECT *
  250. FROM goaf_sensordata
  251. WHERE oc_id = 406283
  252. ORDER BY goaf_datareport_time DESC
  253. LIMIT 10
  254. 18:58:40.617 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:40 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT 1
  255. 18:58:40.628 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:40 | Time Consuming: 4 ms | Connection: statement-0 | SQL: SELECT count(0) FROM goaf_sensordata WHERE oc_id = 406283
  256. 18:58:40.887 [XNIO-1 task-3] INFO p6spy - 2023-08-27 18:58:40 | Time Consuming: 257 ms | Connection: statement-0 | SQL: SELECT *
  257. FROM goaf_sensordata
  258. WHERE oc_id = 406283
  259. ORDER BY goaf_datareport_time DESC
  260. LIMIT 10
  261. 20:48:11.877 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  262. 20:48:11.878 [SpringApplicationShutdownHook] INFO io.undertow - stopping server: Undertow - 2.3.4.Final
  263. 20:48:11.881 [SpringApplicationShutdownHook] INFO io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
  264. 20:48:11.884 [SpringApplicationShutdownHook] INFO o.s.i.endpoint.EventDrivenConsumer - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
  265. 20:48:11.885 [SpringApplicationShutdownHook] INFO o.s.i.c.PublishSubscribeChannel - Channel 'xps-server.errorChannel' has 0 subscriber(s).
  266. 20:48:11.885 [SpringApplicationShutdownHook] INFO o.s.i.endpoint.EventDrivenConsumer - stopped bean '_org.springframework.integration.errorLogger'
  267. 20:48:11.896 [SpringApplicationShutdownHook] INFO o.s.j.e.a.AnnotationMBeanExporter - Could not unregister MBean [com.github.tobato.fastdfs.domain.conn:name=fdfsConnectionPool,type=FdfsConnectionPool] as said MBean is not registered (perhaps already unregistered by an external process)
  268. 20:48:11.897 [SpringApplicationShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  269. 20:48:11.897 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  270. 20:48:11.897 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  271. 20:48:11.898 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  272. 20:48:11.923 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Shutdown initiated...
  273. 20:48:11.980 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - DatebookHikariCP - Shutdown completed.