Guest User

Untitled

a guest
Mar 14th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.86 KB | Software | 0 0
  1. # cat semantic.log
  2. 2024-03-15 11:38:14,964 [INFO ] o.h.v.i.u.Version.<clinit> - HV000001: Hibernate Validator 6.1.7.Final
  3. 2024-03-15 11:38:16,655 [WARN ] o.m.s.m.ClassPathMapperScanner.warn - No MyBatis mapper was found in '[io.kylin.mdx.insight.server]' package. Please check your configuration.
  4. 2024-03-15 11:38:16,792 [INFO ] c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor.postProcessBeanFactory - Post-processing PropertySource instances
  5. 2024-03-15 11:38:16,818 [INFO ] c.u.j.EncryptablePropertySourceConverter.makeEncryptable - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
  6. 2024-03-15 11:38:16,818 [INFO ] c.u.j.EncryptablePropertySourceConverter.makeEncryptable - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  7. 2024-03-15 11:38:16,819 [INFO ] c.u.j.EncryptablePropertySourceConverter.makeEncryptable - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  8. 2024-03-15 11:38:16,819 [INFO ] c.u.j.EncryptablePropertySourceConverter.makeEncryptable - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  9. 2024-03-15 11:38:16,819 [INFO ] c.u.j.EncryptablePropertySourceConverter.makeEncryptable - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
  10. 2024-03-15 11:38:16,819 [INFO ] c.u.j.EncryptablePropertySourceConverter.makeEncryptable - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  11. 2024-03-15 11:38:16,820 [INFO ] c.u.j.EncryptablePropertySourceConverter.makeEncryptable - Converting PropertySource applicationConfig: [classpath:/application-mysql.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  12. 2024-03-15 11:38:16,820 [INFO ] c.u.j.EncryptablePropertySourceConverter.makeEncryptable - Converting PropertySource applicationConfig: [file:/home/admin/mdx-kylin-4.0.1-beta/conf/insight.properties] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  13. 2024-03-15 11:38:16,820 [INFO ] c.u.j.EncryptablePropertySourceConverter.makeEncryptable - Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  14. 2024-03-15 11:38:16,820 [INFO ] c.u.j.EncryptablePropertySourceConverter.makeEncryptable - Converting PropertySource defaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  15. 2024-03-15 11:38:16,911 [INFO ] c.u.j.f.DefaultLazyPropertyFilter.lambda$null$2 - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  16. 2024-03-15 11:38:17,329 [INFO ] c.u.j.r.DefaultLazyPropertyResolver.lambda$null$2 - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  17. 2024-03-15 11:38:17,331 [INFO ] c.u.j.d.DefaultLazyPropertyDetector.lambda$null$2 - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  18. 2024-03-15 11:38:17,664 [INFO ] o.s.b.w.e.t.TomcatWebServer.initialize - Tomcat initialized with port(s): 7080 (http)
  19. 2024-03-15 11:38:17,727 [INFO ] o.s.b.w.s.c.ServletWebServerApplicationContext.prepareWebApplicationContext - Root WebApplicationContext: initialization completed in 2642 ms
  20. 2024-03-15 11:38:17,817 [INFO ] c.a.d.s.b.a.DruidDataSourceAutoConfigure.dataSource - Init DruidDataSource
  21. 2024-03-15 11:38:18,644 [INFO ] c.a.d.p.DruidDataSource.init - {dataSource-1} inited
  22. 2024-03-15 11:38:21,519 [INFO ] o.s.s.c.ThreadPoolTaskExecutor.initialize - Initializing ExecutorService 'applicationTaskExecutor'
  23. 2024-03-15 11:38:21,665 [INFO ] o.s.b.a.w.s.WelcomePageHandlerMapping.<init> - Adding welcome page: class path resource [static/index.html]
  24. 2024-03-15 11:38:21,749 [INFO ] t.m.m.a.MapperCacheDisabler.removeStaticCache - Clear tk.mybatis.mapper.util.MsUtil CLASS_CACHE cache.
  25. 2024-03-15 11:38:21,750 [INFO ] t.m.m.a.MapperCacheDisabler.removeStaticCache - Clear tk.mybatis.mapper.genid.GenIdUtil CACHE cache.
  26. 2024-03-15 11:38:21,751 [INFO ] t.m.m.a.MapperCacheDisabler.removeStaticCache - Clear tk.mybatis.mapper.version.VersionUtil CACHE cache.
  27. 2024-03-15 11:38:21,752 [INFO ] t.m.m.a.MapperCacheDisabler.removeEntityHelperCache - Clear EntityHelper entityTableMap cache.
  28. 2024-03-15 11:38:22,159 [INFO ] o.s.b.a.s.s.UserDetailsServiceAutoConfiguration.getOrDeducePassword -
  29.  
  30. Using generated security password: 2157b847-d868-404f-8a39-0988c370b0ed
  31.  
  32. 2024-03-15 11:38:22,251 [INFO ] o.s.s.w.DefaultSecurityFilterChain.<init> - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3b08f438, org.springframework.security.web.context.SecurityContextPersistenceFilter@7ac9af2a, org.springframework.security.web.header.HeaderWriterFilter@58399d82, org.springframework.web.filter.CorsFilter@7eb01b12, org.springframework.security.web.authentication.logout.LogoutFilter@108531c2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7ec58feb, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@63ec445c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2bac9ba, org.springframework.security.web.session.SessionManagementFilter@46d8f407, org.springframework.security.web.access.ExceptionTranslationFilter@3c017078]
  33. 2024-03-15 11:38:22,292 [INFO ] o.s.s.c.ThreadPoolTaskScheduler.initialize - Initializing ExecutorService 'taskScheduler'
  34. 2024-03-15 11:38:22,373 [INFO ] o.s.b.a.e.w.EndpointLinksResolver.<init> - Exposing 14 endpoint(s) beneath base path '/actuator'
  35. 2024-03-15 11:38:22,432 [INFO ] o.s.b.w.e.t.TomcatWebServer.start - Tomcat started on port(s): 7080 (http) with context path ''
  36. 2024-03-15 11:38:23,187 [INFO ] o.s.w.s.DispatcherServlet.initServletBean - Initializing Servlet 'dispatcherServlet'
  37. 2024-03-15 11:38:23,192 [INFO ] o.s.w.s.DispatcherServlet.initServletBean - Completed initialization in 5 ms
  38. 2024-03-15 11:38:23,434 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  39. 2024-03-15 11:38:23,435 [INFO ] m.sync.syncUser - sync user has started
  40. 2024-03-15 11:38:23,435 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  41. 2024-03-15 11:38:33,486 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10043
  42. 2024-03-15 11:39:03,510 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  43. 2024-03-15 11:39:03,510 [INFO ] m.sync.syncUser - sync user has started
  44. 2024-03-15 11:39:13,523 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  45. 2024-03-15 11:39:43,528 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  46. 2024-03-15 11:39:43,528 [INFO ] m.sync.syncUser - sync user has started
  47. 2024-03-15 11:39:53,541 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10013
  48. 2024-03-15 11:40:23,544 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  49. 2024-03-15 11:40:23,545 [INFO ] m.sync.syncUser - sync user has started
  50. 2024-03-15 11:40:33,557 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10011
  51. 2024-03-15 11:41:03,561 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  52. 2024-03-15 11:41:03,561 [INFO ] m.sync.syncUser - sync user has started
  53. 2024-03-15 11:41:13,574 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  54. 2024-03-15 11:41:43,580 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  55. 2024-03-15 11:41:43,581 [INFO ] m.sync.syncUser - sync user has started
  56. 2024-03-15 11:41:53,594 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  57. 2024-03-15 11:42:23,600 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  58. 2024-03-15 11:42:23,600 [INFO ] m.sync.syncUser - sync user has started
  59. 2024-03-15 11:42:33,614 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10013
  60. 2024-03-15 11:43:03,618 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  61. 2024-03-15 11:43:03,618 [INFO ] m.sync.syncUser - sync user has started
  62. 2024-03-15 11:43:13,628 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10010
  63. 2024-03-15 11:43:43,635 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  64. 2024-03-15 11:43:43,636 [INFO ] m.sync.syncUser - sync user has started
  65. 2024-03-15 11:43:53,649 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  66. 2024-03-15 11:44:23,651 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  67. 2024-03-15 11:44:23,651 [INFO ] m.sync.syncUser - sync user has started
  68. 2024-03-15 11:44:33,660 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10009
  69. 2024-03-15 11:45:03,662 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  70. 2024-03-15 11:45:03,662 [INFO ] m.sync.syncUser - sync user has started
  71. 2024-03-15 11:45:13,672 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10010
  72. 2024-03-15 11:45:43,673 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  73. 2024-03-15 11:45:43,673 [INFO ] m.sync.syncUser - sync user has started
  74. 2024-03-15 11:45:53,684 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10010
  75. 2024-03-15 11:46:23,687 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  76. 2024-03-15 11:46:23,687 [INFO ] m.sync.syncUser - sync user has started
  77. 2024-03-15 11:46:33,698 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10011
  78. 2024-03-15 11:47:03,706 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  79. 2024-03-15 11:47:03,706 [INFO ] m.sync.syncUser - sync user has started
  80. 2024-03-15 11:47:13,719 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10013
  81. 2024-03-15 11:47:43,721 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  82. 2024-03-15 11:47:43,721 [INFO ] m.sync.syncUser - sync user has started
  83. 2024-03-15 11:47:53,732 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10011
  84. 2024-03-15 11:48:23,734 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  85. 2024-03-15 11:48:23,734 [INFO ] m.sync.syncUser - sync user has started
  86. 2024-03-15 11:48:33,744 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10010
  87. 2024-03-15 11:49:03,751 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  88. 2024-03-15 11:49:03,751 [INFO ] m.sync.syncUser - sync user has started
  89. 2024-03-15 11:49:13,765 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  90. 2024-03-15 11:49:43,769 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  91. 2024-03-15 11:49:43,770 [INFO ] m.sync.syncUser - sync user has started
  92. 2024-03-15 11:49:53,780 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10010
  93. 2024-03-15 11:50:23,785 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  94. 2024-03-15 11:50:23,785 [INFO ] m.sync.syncUser - sync user has started
  95. 2024-03-15 11:50:33,796 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10011
  96. 2024-03-15 11:51:03,800 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  97. 2024-03-15 11:51:03,800 [INFO ] m.sync.syncUser - sync user has started
  98. 2024-03-15 11:51:13,812 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  99. 2024-03-15 11:51:43,818 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  100. 2024-03-15 11:51:43,818 [INFO ] m.sync.syncUser - sync user has started
  101. 2024-03-15 11:51:53,832 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10014
  102. 2024-03-15 11:52:23,836 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  103. 2024-03-15 11:52:23,836 [INFO ] m.sync.syncUser - sync user has started
  104. 2024-03-15 11:52:33,840 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10004
  105. 2024-03-15 11:53:03,846 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  106. 2024-03-15 11:53:03,846 [INFO ] m.sync.syncUser - sync user has started
  107. 2024-03-15 11:53:13,853 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10007
  108. 2024-03-15 11:53:43,859 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  109. 2024-03-15 11:53:43,860 [INFO ] m.sync.syncUser - sync user has started
  110. 2024-03-15 11:53:53,873 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10013
  111. 2024-03-15 11:54:23,879 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  112. 2024-03-15 11:54:23,879 [INFO ] m.sync.syncUser - sync user has started
  113. 2024-03-15 11:54:33,892 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10013
  114. 2024-03-15 11:55:03,896 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  115. 2024-03-15 11:55:03,897 [INFO ] m.sync.syncUser - sync user has started
  116. 2024-03-15 11:55:13,909 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10011
  117. 2024-03-15 11:55:43,913 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  118. 2024-03-15 11:55:43,914 [INFO ] m.sync.syncUser - sync user has started
  119. 2024-03-15 11:55:53,924 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10010
  120. 2024-03-15 11:56:23,932 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  121. 2024-03-15 11:56:23,932 [INFO ] m.sync.syncUser - sync user has started
  122. 2024-03-15 11:56:33,944 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  123. 2024-03-15 11:57:03,949 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  124. 2024-03-15 11:57:03,949 [INFO ] m.sync.syncUser - sync user has started
  125. 2024-03-15 11:57:13,961 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  126. 2024-03-15 11:57:43,964 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  127. 2024-03-15 11:57:43,964 [INFO ] m.sync.syncUser - sync user has started
  128. 2024-03-15 11:57:53,973 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10008
  129. 2024-03-15 11:58:23,978 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  130. 2024-03-15 11:58:23,978 [INFO ] m.sync.syncUser - sync user has started
  131. 2024-03-15 11:58:33,988 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10010
  132. 2024-03-15 11:59:03,992 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  133. 2024-03-15 11:59:03,993 [INFO ] m.sync.syncUser - sync user has started
  134. 2024-03-15 11:59:14,006 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10013
  135. 2024-03-15 11:59:44,011 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  136. 2024-03-15 11:59:44,011 [INFO ] m.sync.syncUser - sync user has started
  137. 2024-03-15 11:59:54,024 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  138. 2024-03-15 12:00:24,028 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  139. 2024-03-15 12:00:24,028 [INFO ] m.sync.syncUser - sync user has started
  140. 2024-03-15 12:00:34,036 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10008
  141. 2024-03-15 12:01:04,041 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  142. 2024-03-15 12:01:04,041 [INFO ] m.sync.syncUser - sync user has started
  143. 2024-03-15 12:01:14,053 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  144. 2024-03-15 12:01:44,059 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  145. 2024-03-15 12:01:44,059 [INFO ] m.sync.syncUser - sync user has started
  146. 2024-03-15 12:01:54,072 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  147. 2024-03-15 12:02:24,075 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  148. 2024-03-15 12:02:24,075 [INFO ] m.sync.syncUser - sync user has started
  149. 2024-03-15 12:02:34,084 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10009
  150. 2024-03-15 12:03:04,089 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  151. 2024-03-15 12:03:04,090 [INFO ] m.sync.syncUser - sync user has started
  152. 2024-03-15 12:03:14,094 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10004
  153. 2024-03-15 12:03:44,096 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  154. 2024-03-15 12:03:44,097 [INFO ] m.sync.syncUser - sync user has started
  155. 2024-03-15 12:03:54,108 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10011
  156. 2024-03-15 12:04:24,113 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  157. 2024-03-15 12:04:24,114 [INFO ] m.sync.syncUser - sync user has started
  158. 2024-03-15 12:04:34,126 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  159. 2024-03-15 12:05:04,131 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  160. 2024-03-15 12:05:04,131 [INFO ] m.sync.syncUser - sync user has started
  161. 2024-03-15 12:05:14,143 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  162. 2024-03-15 12:05:44,148 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  163. 2024-03-15 12:05:44,149 [INFO ] m.sync.syncUser - sync user has started
  164. 2024-03-15 12:05:54,161 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  165. 2024-03-15 12:06:24,167 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  166. 2024-03-15 12:06:24,167 [INFO ] m.sync.syncUser - sync user has started
  167. 2024-03-15 12:06:34,179 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  168. 2024-03-15 12:07:04,185 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  169. 2024-03-15 12:07:04,185 [INFO ] m.sync.syncUser - sync user has started
  170. 2024-03-15 12:07:14,198 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10013
  171. 2024-03-15 12:07:44,200 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  172. 2024-03-15 12:07:44,200 [INFO ] m.sync.syncUser - sync user has started
  173. 2024-03-15 12:07:54,212 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  174. 2024-03-15 12:08:24,217 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  175. 2024-03-15 12:08:24,217 [INFO ] m.sync.syncUser - sync user has started
  176. 2024-03-15 12:08:34,228 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10011
  177. 2024-03-15 12:09:04,232 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  178. 2024-03-15 12:09:04,232 [INFO ] m.sync.syncUser - sync user has started
  179. 2024-03-15 12:09:14,245 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  180. 2024-03-15 12:09:44,250 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  181. 2024-03-15 12:09:44,250 [INFO ] m.sync.syncUser - sync user has started
  182. 2024-03-15 12:09:54,263 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  183. 2024-03-15 12:10:24,265 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  184. 2024-03-15 12:10:24,265 [INFO ] m.sync.syncUser - sync user has started
  185. 2024-03-15 12:10:34,276 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10011
  186. 2024-03-15 12:11:04,280 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  187. 2024-03-15 12:11:04,280 [INFO ] m.sync.syncUser - sync user has started
  188. 2024-03-15 12:11:14,292 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10011
  189. 2024-03-15 12:11:44,296 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  190. 2024-03-15 12:11:44,296 [INFO ] m.sync.syncUser - sync user has started
  191. 2024-03-15 12:11:54,307 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10011
  192. 2024-03-15 12:12:24,309 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  193. 2024-03-15 12:12:24,309 [INFO ] m.sync.syncUser - sync user has started
  194. 2024-03-15 12:12:34,322 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  195. 2024-03-15 12:13:04,327 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  196. 2024-03-15 12:13:04,327 [INFO ] m.sync.syncUser - sync user has started
  197. 2024-03-15 12:13:14,336 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10008
  198. 2024-03-15 12:13:44,337 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  199. 2024-03-15 12:13:44,337 [INFO ] m.sync.syncUser - sync user has started
  200. 2024-03-15 12:13:54,349 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10011
  201. 2024-03-15 12:14:24,355 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  202. 2024-03-15 12:14:24,355 [INFO ] m.sync.syncUser - sync user has started
  203. 2024-03-15 12:14:34,368 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10013
  204. 2024-03-15 12:15:04,371 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  205. 2024-03-15 12:15:04,371 [INFO ] m.sync.syncUser - sync user has started
  206. 2024-03-15 12:15:14,383 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10011
  207. 2024-03-15 12:15:44,388 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  208. 2024-03-15 12:15:44,388 [INFO ] m.sync.syncUser - sync user has started
  209. 2024-03-15 12:15:54,400 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  210. 2024-03-15 12:16:24,405 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  211. 2024-03-15 12:16:24,405 [INFO ] m.sync.syncUser - sync user has started
  212. 2024-03-15 12:16:34,417 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  213. 2024-03-15 12:17:04,423 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  214. 2024-03-15 12:17:04,424 [INFO ] m.sync.syncUser - sync user has started
  215. 2024-03-15 12:17:14,437 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  216. 2024-03-15 12:17:44,439 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  217. 2024-03-15 12:17:44,439 [INFO ] m.sync.syncUser - sync user has started
  218. 2024-03-15 12:17:54,451 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  219. 2024-03-15 12:18:24,456 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  220. 2024-03-15 12:18:24,456 [INFO ] m.sync.syncUser - sync user has started
  221. 2024-03-15 12:18:34,469 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  222. 2024-03-15 12:19:04,473 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  223. 2024-03-15 12:19:04,473 [INFO ] m.sync.syncUser - sync user has started
  224. 2024-03-15 12:19:14,486 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  225. 2024-03-15 12:19:44,492 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  226. 2024-03-15 12:19:44,492 [INFO ] m.sync.syncUser - sync user has started
  227. 2024-03-15 12:19:54,505 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10013
  228. 2024-03-15 12:20:24,510 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  229. 2024-03-15 12:20:24,510 [INFO ] m.sync.syncUser - sync user has started
  230. 2024-03-15 12:20:34,524 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10014
  231. 2024-03-15 12:21:04,527 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  232. 2024-03-15 12:21:04,528 [INFO ] m.sync.syncUser - sync user has started
  233. 2024-03-15 12:21:14,540 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  234. 2024-03-15 12:21:44,544 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  235. 2024-03-15 12:21:44,544 [INFO ] m.sync.syncUser - sync user has started
  236. 2024-03-15 12:21:54,557 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10013
  237. 2024-03-15 12:22:24,561 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  238. 2024-03-15 12:22:24,561 [INFO ] m.sync.syncUser - sync user has started
  239. 2024-03-15 12:22:34,572 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10010
  240. 2024-03-15 12:23:04,575 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  241. 2024-03-15 12:23:04,576 [INFO ] m.sync.syncUser - sync user has started
  242. 2024-03-15 12:23:14,588 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10012
  243. 2024-03-15 12:23:44,592 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  244. 2024-03-15 12:23:44,592 [INFO ] m.sync.syncUser - sync user has started
  245. 2024-03-15 12:23:54,599 [ERROR] h.call.doHttpCall - Http call. status:500, url:/kylin/api/user/users?isFuzzMatch=true&limit=100000, time:10007
  246. 2024-03-15 12:24:24,601 [INFO ] m.sync.syncCheck - user info not exists in database, please fetch from config
  247. 2024-03-15 12:24:24,601 [INFO ] m.sync.syncUser - sync user has started
Advertisement
Add Comment
Please, Sign In to add comment