virgo.api.log 105 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  1. 2024-04-24 11:18:17.408 INFO 28188 --- [main] com.bosshand.virgo.api.Application : No active profile set, falling back to default profiles: default
  2. 2024-04-24 11:18:19.284 INFO 28188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  3. 2024-04-24 11:18:19.290 INFO 28188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  4. 2024-04-24 11:18:19.347 INFO 28188 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26ms. Found 0 repository interfaces.
  5. 2024-04-24 11:18:19.537 WARN 28188 --- [main] o.s.boot.actuate.endpoint.EndpointId : Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
  6. 2024-04-24 11:18:19.936 INFO 28188 --- [main] o.s.cloud.context.scope.GenericScope : BeanFactory id=16eaeb78-fc3e-3c95-be0a-a41120c2cddb
  7. 2024-04-24 11:18:19.949 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.bosshand.virgo.core.config.ShiroConfig$$EnhancerBySpringCGLIB$$2f1b351f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  8. 2024-04-24 11:18:20.067 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatis-org.mybatis.spring.boot.autoconfigure.MybatisProperties' of type [org.mybatis.spring.boot.autoconfigure.MybatisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  9. 2024-04-24 11:18:20.089 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration' of type [org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration$$EnhancerBySpringCGLIB$$3c35dce0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  10. 2024-04-24 11:18:20.093 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure' of type [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure$$EnhancerBySpringCGLIB$$230d8122] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  11. 2024-04-24 11:18:20.097 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.druid-com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceProperties' of type [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  12. 2024-04-24 11:18:20.165 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  13. 2024-04-24 11:18:20.667 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  14. 2024-04-24 11:18:20.672 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  15. 2024-04-24 11:18:20.673 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrUserDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  16. 2024-04-24 11:18:20.674 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrUserDao' of type [com.sun.proxy.$Proxy87] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  17. 2024-04-24 11:18:20.677 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrUserRoleDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  18. 2024-04-24 11:18:20.678 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrUserRoleDao' of type [com.sun.proxy.$Proxy88] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  19. 2024-04-24 11:18:20.681 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrRoleCodeDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  20. 2024-04-24 11:18:20.681 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrRoleCodeDao' of type [com.sun.proxy.$Proxy89] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  21. 2024-04-24 11:18:20.684 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrOrganizationDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  22. 2024-04-24 11:18:20.684 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrOrganizationDao' of type [com.sun.proxy.$Proxy90] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  23. 2024-04-24 11:18:20.687 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrResourceDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  24. 2024-04-24 11:18:20.687 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrResourceDao' of type [com.sun.proxy.$Proxy91] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  25. 2024-04-24 11:18:20.690 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrOrganizationTypeDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  26. 2024-04-24 11:18:20.690 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrOrganizationTypeDao' of type [com.sun.proxy.$Proxy92] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  27. 2024-04-24 11:18:20.693 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrOrganizationTypeRoleDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  28. 2024-04-24 11:18:20.693 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrOrganizationTypeRoleDao' of type [com.sun.proxy.$Proxy93] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  29. 2024-04-24 11:18:20.696 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'operationRecordDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  30. 2024-04-24 11:18:20.696 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'operationRecordDao' of type [com.sun.proxy.$Proxy94] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  31. 2024-04-24 11:18:20.699 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'operationRecordHistoryDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  32. 2024-04-24 11:18:20.699 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'operationRecordHistoryDao' of type [com.sun.proxy.$Proxy95] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  33. 2024-04-24 11:18:20.701 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisManagerConfiguration' of type [com.bosshand.virgo.core.config.RedisManagerConfiguration$$EnhancerBySpringCGLIB$$ee662dd0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  34. 2024-04-24 11:18:20.705 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  35. 2024-04-24 11:18:20.708 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisSessionDAO' of type [org.crazycake.shiro.RedisSessionDAO] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  36. 2024-04-24 11:18:20.711 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'appUserTokenDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  37. 2024-04-24 11:18:20.712 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'appUserTokenDao' of type [com.sun.proxy.$Proxy97] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  38. 2024-04-24 11:18:20.712 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrUserService' of type [com.bosshand.virgo.core.service.MgrUserService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  39. 2024-04-24 11:18:20.715 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'cacheManager' of type [org.crazycake.shiro.RedisCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  40. 2024-04-24 11:18:20.720 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'userRealm' of type [com.bosshand.virgo.core.shiro.UserRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  41. 2024-04-24 11:18:21.056 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  42. 2024-04-24 11:18:21.093 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  43. 2024-04-24 11:18:21.134 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$9618bb0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  44. 2024-04-24 11:18:21.172 INFO 28188 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$257b8ead] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  45. 2024-04-24 11:18:21.517 INFO 28188 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9106 (http)
  46. 2024-04-24 11:18:21.541 INFO 28188 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  47. 2024-04-24 11:18:21.542 INFO 28188 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.24]
  48. 2024-04-24 11:18:21.547 INFO 28188 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded APR based Apache Tomcat Native library [1.2.35] using APR version [1.7.0].
  49. 2024-04-24 11:18:21.548 INFO 28188 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
  50. 2024-04-24 11:18:21.548 INFO 28188 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  51. 2024-04-24 11:18:21.561 INFO 28188 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.1.1q 5 Jul 2022]
  52. 2024-04-24 11:18:21.690 INFO 28188 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  53. 2024-04-24 11:18:21.690 INFO 28188 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4249 ms
  54. 2024-04-24 11:18:21.842 WARN 28188 --- [main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
  55. 2024-04-24 11:18:21.842 INFO 28188 --- [main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  56. 2024-04-24 11:18:21.855 INFO 28188 --- [main] c.netflix.config.DynamicPropertyFactory : DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@33ec2c0c
  57. 2024-04-24 11:18:23.691 INFO 28188 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  58. 2024-04-24 11:18:23.834 WARN 28188 --- [main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
  59. 2024-04-24 11:18:23.834 INFO 28188 --- [main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  60. 2024-04-24 11:18:24.029 INFO 28188 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  61. 2024-04-24 11:18:24.595 INFO 28188 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
  62. 2024-04-24 11:18:24.607 INFO 28188 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  63. 2024-04-24 11:18:24.608 INFO 28188 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
  64. 2024-04-24 11:18:24.608 INFO 28188 --- [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
  65. 2024-04-24 11:18:24.609 INFO 28188 --- [main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  66. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  67. NOT STARTED.
  68. Currently in standby mode.
  69. Number of jobs executed: 0
  70. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  71. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  72. 2024-04-24 11:18:24.610 INFO 28188 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  73. 2024-04-24 11:18:24.610 INFO 28188 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
  74. 2024-04-24 11:18:24.610 INFO 28188 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@68821f6
  75. 2024-04-24 11:18:25.323 INFO 28188 --- [main] o.s.c.n.eureka.InstanceInfoFactory : Setting initial instance status as: STARTING
  76. 2024-04-24 11:18:25.370 INFO 28188 --- [main] com.netflix.discovery.DiscoveryClient : Initializing Eureka in region us-east-1
  77. 2024-04-24 11:18:25.488 INFO 28188 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON encoding codec LegacyJacksonJson
  78. 2024-04-24 11:18:25.489 INFO 28188 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON decoding codec LegacyJacksonJson
  79. 2024-04-24 11:18:25.623 INFO 28188 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using XML encoding codec XStreamXml
  80. 2024-04-24 11:18:25.623 INFO 28188 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using XML decoding codec XStreamXml
  81. 2024-04-24 11:18:26.094 INFO 28188 --- [main] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  82. 2024-04-24 11:18:26.316 INFO 28188 --- [main] com.netflix.discovery.DiscoveryClient : Disable delta property : false
  83. 2024-04-24 11:18:26.317 INFO 28188 --- [main] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null
  84. 2024-04-24 11:18:26.317 INFO 28188 --- [main] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false
  85. 2024-04-24 11:18:26.317 INFO 28188 --- [main] com.netflix.discovery.DiscoveryClient : Application is null : false
  86. 2024-04-24 11:18:26.317 INFO 28188 --- [main] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true
  87. 2024-04-24 11:18:26.317 INFO 28188 --- [main] com.netflix.discovery.DiscoveryClient : Application version is -1: true
  88. 2024-04-24 11:18:26.317 INFO 28188 --- [main] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server
  89. 2024-04-24 11:18:30.459 ERROR 28188 --- [main] c.n.d.s.t.d.RedirectingEurekaHttpClient : Request execution error. endpoint=DefaultEndpoint{ serviceUrl='http://localhost:9101/eureka/}
  90. com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused: connect
  91. at com.sun.jersey.client.apache4.ApacheHttpClient4Handler.handle(ApacheHttpClient4Handler.java:187) ~[jersey-apache-client4-1.19.1.jar:1.19.1]
  92. at com.sun.jersey.api.client.filter.GZIPContentEncodingFilter.handle(GZIPContentEncodingFilter.java:123) ~[jersey-client-1.19.1.jar:1.19.1]
  93. at com.netflix.discovery.EurekaIdentityHeaderFilter.handle(EurekaIdentityHeaderFilter.java:27) ~[eureka-client-1.9.13.jar:1.9.13]
  94. at com.sun.jersey.api.client.Client.handle(Client.java:652) ~[jersey-client-1.19.1.jar:1.19.1]
  95. at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682) ~[jersey-client-1.19.1.jar:1.19.1]
  96. at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) ~[jersey-client-1.19.1.jar:1.19.1]
  97. at com.sun.jersey.api.client.WebResource$Builder.get(WebResource.java:509) ~[jersey-client-1.19.1.jar:1.19.1]
  98. at com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient.getApplicationsInternal(AbstractJerseyEurekaHttpClient.java:194) ~[eureka-client-1.9.13.jar:1.9.13]
  99. at com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient.getApplications(AbstractJerseyEurekaHttpClient.java:165) ~[eureka-client-1.9.13.jar:1.9.13]
  100. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$6.execute(EurekaHttpClientDecorator.java:137) [eureka-client-1.9.13.jar:1.9.13]
  101. at com.netflix.discovery.shared.transport.decorator.MetricsCollectingEurekaHttpClient.execute(MetricsCollectingEurekaHttpClient.java:73) ~[eureka-client-1.9.13.jar:1.9.13]
  102. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.getApplications(EurekaHttpClientDecorator.java:134) [eureka-client-1.9.13.jar:1.9.13]
  103. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$6.execute(EurekaHttpClientDecorator.java:137) [eureka-client-1.9.13.jar:1.9.13]
  104. at com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient.executeOnNewServer(RedirectingEurekaHttpClient.java:118) ~[eureka-client-1.9.13.jar:1.9.13]
  105. at com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient.execute(RedirectingEurekaHttpClient.java:79) ~[eureka-client-1.9.13.jar:1.9.13]
  106. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.getApplications(EurekaHttpClientDecorator.java:134) [eureka-client-1.9.13.jar:1.9.13]
  107. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$6.execute(EurekaHttpClientDecorator.java:137) [eureka-client-1.9.13.jar:1.9.13]
  108. at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:120) [eureka-client-1.9.13.jar:1.9.13]
  109. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.getApplications(EurekaHttpClientDecorator.java:134) [eureka-client-1.9.13.jar:1.9.13]
  110. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$6.execute(EurekaHttpClientDecorator.java:137) [eureka-client-1.9.13.jar:1.9.13]
  111. at com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient.execute(SessionedEurekaHttpClient.java:77) [eureka-client-1.9.13.jar:1.9.13]
  112. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.getApplications(EurekaHttpClientDecorator.java:134) [eureka-client-1.9.13.jar:1.9.13]
  113. at com.netflix.discovery.DiscoveryClient.getAndStoreFullRegistry(DiscoveryClient.java:1069) [eureka-client-1.9.13.jar:1.9.13]
  114. at com.netflix.discovery.DiscoveryClient.fetchRegistry(DiscoveryClient.java:983) [eureka-client-1.9.13.jar:1.9.13]
  115. at com.netflix.discovery.DiscoveryClient.<init>(DiscoveryClient.java:430) [eureka-client-1.9.13.jar:1.9.13]
  116. at com.netflix.discovery.DiscoveryClient.<init>(DiscoveryClient.java:276) [eureka-client-1.9.13.jar:1.9.13]
  117. at com.netflix.discovery.DiscoveryClient.<init>(DiscoveryClient.java:272) [eureka-client-1.9.13.jar:1.9.13]
  118. at org.springframework.cloud.netflix.eureka.CloudEurekaClient.<init>(CloudEurekaClient.java:67) [spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  119. at org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration$RefreshableEurekaClientConfiguration.eurekaClient(EurekaClientAutoConfiguration.java:330) [spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  120. at org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration$RefreshableEurekaClientConfiguration$$EnhancerBySpringCGLIB$$2ce487cc.CGLIB$eurekaClient$2(<generated>) [spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  121. at org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration$RefreshableEurekaClientConfiguration$$EnhancerBySpringCGLIB$$2ce487cc$$FastClassBySpringCGLIB$$f8f19481.invoke(<generated>) [spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  122. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) [spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  123. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:363) [spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  124. at org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration$RefreshableEurekaClientConfiguration$$EnhancerBySpringCGLIB$$2ce487cc.eurekaClient(<generated>) [spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  125. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
  126. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
  127. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
  128. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
  129. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  130. at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:622) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  131. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:607) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  132. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1321) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  133. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1160) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  134. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  135. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  136. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:356) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  137. at org.springframework.cloud.context.scope.GenericScope$BeanLifecycleWrapper.getBean(GenericScope.java:389) ~[spring-cloud-context-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  138. at org.springframework.cloud.context.scope.GenericScope.get(GenericScope.java:186) ~[spring-cloud-context-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  139. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:353) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  140. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  141. at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  142. at org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration.getTargetObject(EurekaRegistration.java:129) ~[spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  143. at org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration.getEurekaClient(EurekaRegistration.java:117) ~[spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  144. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
  145. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
  146. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
  147. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
  148. at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:282) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  149. at org.springframework.cloud.context.scope.GenericScope$LockedScopedProxyFactoryBean.invoke(GenericScope.java:499) ~[spring-cloud-context-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  150. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  151. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  152. at org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration$$EnhancerBySpringCGLIB$$de22af5c.getEurekaClient(<generated>) ~[spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  153. at org.springframework.cloud.netflix.eureka.serviceregistry.EurekaServiceRegistry.maybeInitializeClient(EurekaServiceRegistry.java:57) ~[spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  154. at org.springframework.cloud.netflix.eureka.serviceregistry.EurekaServiceRegistry.register(EurekaServiceRegistry.java:38) ~[spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  155. at org.springframework.cloud.netflix.eureka.serviceregistry.EurekaAutoServiceRegistration.start(EurekaAutoServiceRegistration.java:83) ~[spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  156. at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:182) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  157. at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:53) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  158. at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:360) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  159. at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:158) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  160. at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:122) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  161. at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:893) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  162. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:162) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  163. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:552) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  164. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  165. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  166. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  167. at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  168. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  169. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1204) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  170. at com.bosshand.virgo.api.Application.main(Application.java:18) ~[classes/:na]
  171. Caused by: java.net.ConnectException: Connection refused: connect
  172. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) ~[na:1.8.0_131]
  173. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85) ~[na:1.8.0_131]
  174. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[na:1.8.0_131]
  175. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[na:1.8.0_131]
  176. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[na:1.8.0_131]
  177. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) ~[na:1.8.0_131]
  178. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[na:1.8.0_131]
  179. at java.net.Socket.connect(Socket.java:589) ~[na:1.8.0_131]
  180. at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:121) ~[httpclient-4.5.9.jar:4.5.9]
  181. at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180) ~[httpclient-4.5.9.jar:4.5.9]
  182. at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:144) ~[httpclient-4.5.9.jar:4.5.9]
  183. at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:134) ~[httpclient-4.5.9.jar:4.5.9]
  184. at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:605) ~[httpclient-4.5.9.jar:4.5.9]
  185. at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:440) ~[httpclient-4.5.9.jar:4.5.9]
  186. at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:835) ~[httpclient-4.5.9.jar:4.5.9]
  187. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:118) ~[httpclient-4.5.9.jar:4.5.9]
  188. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.9.jar:4.5.9]
  189. at com.sun.jersey.client.apache4.ApacheHttpClient4Handler.handle(ApacheHttpClient4Handler.java:173) ~[jersey-apache-client4-1.19.1.jar:1.19.1]
  190. ... 79 common frames omitted
  191. 2024-04-24 11:18:30.460 WARN 28188 --- [main] c.n.d.s.t.d.RetryableEurekaHttpClient : Request execution failed with message: java.net.ConnectException: Connection refused: connect
  192. 2024-04-24 11:18:30.461 ERROR 28188 --- [main] com.netflix.discovery.DiscoveryClient : DiscoveryClient_VIRGO-API/192.168.1.3:virgo-api:9106 - was unable to refresh its cache! status = Cannot execute request on any known server
  193. com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server
  194. at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:112) ~[eureka-client-1.9.13.jar:1.9.13]
  195. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.getApplications(EurekaHttpClientDecorator.java:134) ~[eureka-client-1.9.13.jar:1.9.13]
  196. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$6.execute(EurekaHttpClientDecorator.java:137) ~[eureka-client-1.9.13.jar:1.9.13]
  197. at com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient.execute(SessionedEurekaHttpClient.java:77) ~[eureka-client-1.9.13.jar:1.9.13]
  198. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.getApplications(EurekaHttpClientDecorator.java:134) ~[eureka-client-1.9.13.jar:1.9.13]
  199. at com.netflix.discovery.DiscoveryClient.getAndStoreFullRegistry(DiscoveryClient.java:1069) [eureka-client-1.9.13.jar:1.9.13]
  200. at com.netflix.discovery.DiscoveryClient.fetchRegistry(DiscoveryClient.java:983) [eureka-client-1.9.13.jar:1.9.13]
  201. at com.netflix.discovery.DiscoveryClient.<init>(DiscoveryClient.java:430) [eureka-client-1.9.13.jar:1.9.13]
  202. at com.netflix.discovery.DiscoveryClient.<init>(DiscoveryClient.java:276) [eureka-client-1.9.13.jar:1.9.13]
  203. at com.netflix.discovery.DiscoveryClient.<init>(DiscoveryClient.java:272) [eureka-client-1.9.13.jar:1.9.13]
  204. at org.springframework.cloud.netflix.eureka.CloudEurekaClient.<init>(CloudEurekaClient.java:67) [spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  205. at org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration$RefreshableEurekaClientConfiguration.eurekaClient(EurekaClientAutoConfiguration.java:330) [spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  206. at org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration$RefreshableEurekaClientConfiguration$$EnhancerBySpringCGLIB$$2ce487cc.CGLIB$eurekaClient$2(<generated>) [spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  207. at org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration$RefreshableEurekaClientConfiguration$$EnhancerBySpringCGLIB$$2ce487cc$$FastClassBySpringCGLIB$$f8f19481.invoke(<generated>) [spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  208. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) [spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  209. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:363) [spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  210. at org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration$RefreshableEurekaClientConfiguration$$EnhancerBySpringCGLIB$$2ce487cc.eurekaClient(<generated>) [spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  211. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
  212. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
  213. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
  214. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
  215. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  216. at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:622) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  217. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:607) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  218. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1321) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  219. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1160) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  220. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  221. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  222. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:356) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  223. at org.springframework.cloud.context.scope.GenericScope$BeanLifecycleWrapper.getBean(GenericScope.java:389) ~[spring-cloud-context-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  224. at org.springframework.cloud.context.scope.GenericScope.get(GenericScope.java:186) ~[spring-cloud-context-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  225. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:353) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  226. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) [spring-beans-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  227. at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  228. at org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration.getTargetObject(EurekaRegistration.java:129) ~[spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  229. at org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration.getEurekaClient(EurekaRegistration.java:117) ~[spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  230. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
  231. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
  232. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
  233. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
  234. at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:282) ~[spring-core-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  235. at org.springframework.cloud.context.scope.GenericScope$LockedScopedProxyFactoryBean.invoke(GenericScope.java:499) ~[spring-cloud-context-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  236. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  237. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) ~[spring-aop-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  238. at org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration$$EnhancerBySpringCGLIB$$de22af5c.getEurekaClient(<generated>) ~[spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  239. at org.springframework.cloud.netflix.eureka.serviceregistry.EurekaServiceRegistry.maybeInitializeClient(EurekaServiceRegistry.java:57) ~[spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  240. at org.springframework.cloud.netflix.eureka.serviceregistry.EurekaServiceRegistry.register(EurekaServiceRegistry.java:38) ~[spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  241. at org.springframework.cloud.netflix.eureka.serviceregistry.EurekaAutoServiceRegistration.start(EurekaAutoServiceRegistration.java:83) ~[spring-cloud-netflix-eureka-client-2.1.3.RELEASE.jar:2.1.3.RELEASE]
  242. at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:182) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  243. at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:53) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  244. at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:360) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  245. at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:158) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  246. at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:122) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  247. at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:893) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  248. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:162) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  249. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:552) ~[spring-context-5.1.9.RELEASE.jar:5.1.9.RELEASE]
  250. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  251. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  252. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  253. at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  254. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  255. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1204) ~[spring-boot-2.1.8.RELEASE.jar:2.1.8.RELEASE]
  256. at com.bosshand.virgo.api.Application.main(Application.java:18) ~[classes/:na]
  257. 2024-04-24 11:18:30.462 WARN 28188 --- [main] com.netflix.discovery.DiscoveryClient : Using default backup registry implementation which does not do anything.
  258. 2024-04-24 11:18:30.463 INFO 28188 --- [main] com.netflix.discovery.DiscoveryClient : Starting heartbeat executor: renew interval is: 30
  259. 2024-04-24 11:18:30.465 INFO 28188 --- [main] c.n.discovery.InstanceInfoReplicator : InstanceInfoReplicator onDemand update allowed rate per min is 4
  260. 2024-04-24 11:18:30.468 INFO 28188 --- [main] com.netflix.discovery.DiscoveryClient : Discovery Client initialized at timestamp 1713928710466 with initial instances count: 0
  261. 2024-04-24 11:18:30.473 INFO 28188 --- [main] o.s.c.n.e.s.EurekaServiceRegistry : Registering application VIRGO-API with eureka with status UP
  262. 2024-04-24 11:18:30.474 INFO 28188 --- [main] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1713928710474, current=UP, previous=STARTING]
  263. 2024-04-24 11:18:30.475 INFO 28188 --- [main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
  264. 2024-04-24 11:18:30.475 INFO 28188 --- [main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
  265. 2024-04-24 11:18:30.476 INFO 28188 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_VIRGO-API/192.168.1.3:virgo-api:9106: registering service...
  266. 2024-04-24 11:18:30.489 INFO 28188 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  267. 2024-04-24 11:18:30.503 INFO 28188 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  268. 2024-04-24 11:18:30.513 INFO 28188 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  269. 2024-04-24 11:18:30.637 INFO 28188 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_1
  270. 2024-04-24 11:18:30.638 INFO 28188 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_2
  271. 2024-04-24 11:18:30.639 INFO 28188 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_3
  272. 2024-04-24 11:18:30.649 INFO 28188 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getProjectUsingGET_1
  273. 2024-04-24 11:18:30.751 INFO 28188 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9106 (http) with context path ''
  274. 2024-04-24 11:18:30.752 INFO 28188 --- [main] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 9106
  275. 2024-04-24 11:18:31.228 INFO 28188 --- [main] com.bosshand.virgo.api.Application : Started Application in 16.862 seconds (JVM running for 18.757)
  276. 2024-04-24 11:18:31.687 INFO 28188 --- [RMI TCP Connection(3)-192.168.1.3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  277. 2024-04-24 11:18:31.687 INFO 28188 --- [RMI TCP Connection(3)-192.168.1.3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  278. 2024-04-24 11:18:31.698 INFO 28188 --- [RMI TCP Connection(3)-192.168.1.3] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms
  279. 2024-04-24 11:18:32.040 INFO 28188 --- [RMI TCP Connection(5)-192.168.1.3] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
  280. 2024-04-24 11:18:32.987 INFO 28188 --- [parallel-1] io.lettuce.core.EpollProvider : Starting without optional epoll library
  281. 2024-04-24 11:18:32.988 INFO 28188 --- [parallel-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  282. 2024-04-24 11:18:33.460 WARN 28188 --- [parallel-1] o.s.b.a.r.RedisReactiveHealthIndicator : Redis health check failed
  283. org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to git.bosshand.com:6666:6666
  284. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1106) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  285. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1085) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  286. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedReactiveConnection(LettuceConnectionFactory.java:876) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  287. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getReactiveConnection(LettuceConnectionFactory.java:377) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  288. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getReactiveConnection(LettuceConnectionFactory.java:91) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  289. at reactor.core.publisher.MonoSupplier.call(MonoSupplier.java:85) ~[reactor-core-3.2.12.RELEASE.jar:3.2.12.RELEASE]
  290. at reactor.core.publisher.FluxSubscribeOnCallable$CallableSubscribeOnSubscription.run(FluxSubscribeOnCallable.java:225) ~[reactor-core-3.2.12.RELEASE.jar:3.2.12.RELEASE]
  291. at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:50) ~[reactor-core-3.2.12.RELEASE.jar:3.2.12.RELEASE]
  292. at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:27) ~[reactor-core-3.2.12.RELEASE.jar:3.2.12.RELEASE]
  293. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_131]
  294. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_131]
  295. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[na:1.8.0_131]
  296. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_131]
  297. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_131]
  298. at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_131]
  299. Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to git.bosshand.com:6666:6666
  300. at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78) ~[lettuce-core-5.1.8.RELEASE.jar:na]
  301. at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56) ~[lettuce-core-5.1.8.RELEASE.jar:na]
  302. at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:235) ~[lettuce-core-5.1.8.RELEASE.jar:na]
  303. at io.lettuce.core.RedisClient.connect(RedisClient.java:204) ~[lettuce-core-5.1.8.RELEASE.jar:na]
  304. at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.lambda$getConnection$1(StandaloneConnectionProvider.java:113) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  305. at java.util.Optional.orElseGet(Optional.java:267) ~[na:1.8.0_131]
  306. at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.getConnection(StandaloneConnectionProvider.java:113) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  307. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1104) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  308. ... 14 common frames omitted
  309. Caused by: java.net.UnknownHostException: git.bosshand.com:6666
  310. at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) ~[na:1.8.0_131]
  311. at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) ~[na:1.8.0_131]
  312. at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) ~[na:1.8.0_131]
  313. at java.net.InetAddress.getAllByName0(InetAddress.java:1276) ~[na:1.8.0_131]
  314. at java.net.InetAddress.getAllByName(InetAddress.java:1192) ~[na:1.8.0_131]
  315. at java.net.InetAddress.getAllByName(InetAddress.java:1126) ~[na:1.8.0_131]
  316. at java.net.InetAddress.getByName(InetAddress.java:1076) ~[na:1.8.0_131]
  317. at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:146) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  318. at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:143) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  319. at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_131]
  320. at io.netty.util.internal.SocketUtils.addressByName(SocketUtils.java:143) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  321. at io.netty.resolver.DefaultNameResolver.doResolve(DefaultNameResolver.java:43) ~[netty-resolver-4.1.39.Final.jar:4.1.39.Final]
  322. at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:63) ~[netty-resolver-4.1.39.Final.jar:4.1.39.Final]
  323. at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:55) ~[netty-resolver-4.1.39.Final.jar:4.1.39.Final]
  324. at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:57) ~[netty-resolver-4.1.39.Final.jar:4.1.39.Final]
  325. at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:32) ~[netty-resolver-4.1.39.Final.jar:4.1.39.Final]
  326. at io.netty.resolver.AbstractAddressResolver.resolve(AbstractAddressResolver.java:108) ~[netty-resolver-4.1.39.Final.jar:4.1.39.Final]
  327. at io.netty.bootstrap.Bootstrap.doResolveAndConnect0(Bootstrap.java:204) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  328. at io.netty.bootstrap.Bootstrap.access$000(Bootstrap.java:50) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  329. at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:184) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  330. at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:170) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  331. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:500) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  332. at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:474) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  333. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:413) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  334. at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:538) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  335. at io.netty.util.concurrent.DefaultPromise.setSuccess0(DefaultPromise.java:527) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  336. at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:98) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  337. at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  338. at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetSuccess(AbstractChannel.java:982) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  339. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:505) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  340. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:416) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  341. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:475) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  342. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  343. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:416) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  344. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:515) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  345. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  346. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  347. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  348. ... 1 common frames omitted
  349. 2024-04-24 11:18:34.548 ERROR 28188 --- [DiscoveryClient-InstanceInfoReplicator-0] c.n.d.s.t.d.RedirectingEurekaHttpClient : Request execution error. endpoint=DefaultEndpoint{ serviceUrl='http://localhost:9101/eureka/}
  350. com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused: connect
  351. at com.sun.jersey.client.apache4.ApacheHttpClient4Handler.handle(ApacheHttpClient4Handler.java:187) ~[jersey-apache-client4-1.19.1.jar:1.19.1]
  352. at com.sun.jersey.api.client.filter.GZIPContentEncodingFilter.handle(GZIPContentEncodingFilter.java:123) ~[jersey-client-1.19.1.jar:1.19.1]
  353. at com.netflix.discovery.EurekaIdentityHeaderFilter.handle(EurekaIdentityHeaderFilter.java:27) ~[eureka-client-1.9.13.jar:1.9.13]
  354. at com.sun.jersey.api.client.Client.handle(Client.java:652) ~[jersey-client-1.19.1.jar:1.19.1]
  355. at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682) ~[jersey-client-1.19.1.jar:1.19.1]
  356. at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) ~[jersey-client-1.19.1.jar:1.19.1]
  357. at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:570) ~[jersey-client-1.19.1.jar:1.19.1]
  358. at com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient.register(AbstractJerseyEurekaHttpClient.java:56) ~[eureka-client-1.9.13.jar:1.9.13]
  359. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) [eureka-client-1.9.13.jar:1.9.13]
  360. at com.netflix.discovery.shared.transport.decorator.MetricsCollectingEurekaHttpClient.execute(MetricsCollectingEurekaHttpClient.java:73) ~[eureka-client-1.9.13.jar:1.9.13]
  361. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) [eureka-client-1.9.13.jar:1.9.13]
  362. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) [eureka-client-1.9.13.jar:1.9.13]
  363. at com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient.executeOnNewServer(RedirectingEurekaHttpClient.java:118) ~[eureka-client-1.9.13.jar:1.9.13]
  364. at com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient.execute(RedirectingEurekaHttpClient.java:79) ~[eureka-client-1.9.13.jar:1.9.13]
  365. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) [eureka-client-1.9.13.jar:1.9.13]
  366. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) [eureka-client-1.9.13.jar:1.9.13]
  367. at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:120) [eureka-client-1.9.13.jar:1.9.13]
  368. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) [eureka-client-1.9.13.jar:1.9.13]
  369. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) [eureka-client-1.9.13.jar:1.9.13]
  370. at com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient.execute(SessionedEurekaHttpClient.java:77) [eureka-client-1.9.13.jar:1.9.13]
  371. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) [eureka-client-1.9.13.jar:1.9.13]
  372. at com.netflix.discovery.DiscoveryClient.register(DiscoveryClient.java:847) [eureka-client-1.9.13.jar:1.9.13]
  373. at com.netflix.discovery.InstanceInfoReplicator.run(InstanceInfoReplicator.java:121) [eureka-client-1.9.13.jar:1.9.13]
  374. at com.netflix.discovery.InstanceInfoReplicator$1.run(InstanceInfoReplicator.java:101) [eureka-client-1.9.13.jar:1.9.13]
  375. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_131]
  376. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_131]
  377. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [na:1.8.0_131]
  378. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [na:1.8.0_131]
  379. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_131]
  380. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_131]
  381. at java.lang.Thread.run(Thread.java:748) [na:1.8.0_131]
  382. Caused by: java.net.ConnectException: Connection refused: connect
  383. at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) ~[na:1.8.0_131]
  384. at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85) ~[na:1.8.0_131]
  385. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[na:1.8.0_131]
  386. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[na:1.8.0_131]
  387. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[na:1.8.0_131]
  388. at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) ~[na:1.8.0_131]
  389. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[na:1.8.0_131]
  390. at java.net.Socket.connect(Socket.java:589) ~[na:1.8.0_131]
  391. at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:121) ~[httpclient-4.5.9.jar:4.5.9]
  392. at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180) ~[httpclient-4.5.9.jar:4.5.9]
  393. at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:144) ~[httpclient-4.5.9.jar:4.5.9]
  394. at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:134) ~[httpclient-4.5.9.jar:4.5.9]
  395. at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:605) ~[httpclient-4.5.9.jar:4.5.9]
  396. at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:440) ~[httpclient-4.5.9.jar:4.5.9]
  397. at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:835) ~[httpclient-4.5.9.jar:4.5.9]
  398. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:118) ~[httpclient-4.5.9.jar:4.5.9]
  399. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.9.jar:4.5.9]
  400. at com.sun.jersey.client.apache4.ApacheHttpClient4Handler.handle(ApacheHttpClient4Handler.java:173) ~[jersey-apache-client4-1.19.1.jar:1.19.1]
  401. ... 30 common frames omitted
  402. 2024-04-24 11:18:34.549 WARN 28188 --- [DiscoveryClient-InstanceInfoReplicator-0] c.n.d.s.t.d.RetryableEurekaHttpClient : Request execution failed with message: java.net.ConnectException: Connection refused: connect
  403. 2024-04-24 11:18:34.549 WARN 28188 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_VIRGO-API/192.168.1.3:virgo-api:9106 - registration failed Cannot execute request on any known server
  404. com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server
  405. at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:112) ~[eureka-client-1.9.13.jar:1.9.13]
  406. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) ~[eureka-client-1.9.13.jar:1.9.13]
  407. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) ~[eureka-client-1.9.13.jar:1.9.13]
  408. at com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient.execute(SessionedEurekaHttpClient.java:77) ~[eureka-client-1.9.13.jar:1.9.13]
  409. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) ~[eureka-client-1.9.13.jar:1.9.13]
  410. at com.netflix.discovery.DiscoveryClient.register(DiscoveryClient.java:847) ~[eureka-client-1.9.13.jar:1.9.13]
  411. at com.netflix.discovery.InstanceInfoReplicator.run(InstanceInfoReplicator.java:121) [eureka-client-1.9.13.jar:1.9.13]
  412. at com.netflix.discovery.InstanceInfoReplicator$1.run(InstanceInfoReplicator.java:101) [eureka-client-1.9.13.jar:1.9.13]
  413. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_131]
  414. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_131]
  415. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [na:1.8.0_131]
  416. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [na:1.8.0_131]
  417. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_131]
  418. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_131]
  419. at java.lang.Thread.run(Thread.java:748) [na:1.8.0_131]
  420. 2024-04-24 11:18:34.550 WARN 28188 --- [DiscoveryClient-InstanceInfoReplicator-0] c.n.discovery.InstanceInfoReplicator : There was a problem with the instance info replicator
  421. com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server
  422. at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:112) ~[eureka-client-1.9.13.jar:1.9.13]
  423. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) ~[eureka-client-1.9.13.jar:1.9.13]
  424. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) ~[eureka-client-1.9.13.jar:1.9.13]
  425. at com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient.execute(SessionedEurekaHttpClient.java:77) ~[eureka-client-1.9.13.jar:1.9.13]
  426. at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) ~[eureka-client-1.9.13.jar:1.9.13]
  427. at com.netflix.discovery.DiscoveryClient.register(DiscoveryClient.java:847) ~[eureka-client-1.9.13.jar:1.9.13]
  428. at com.netflix.discovery.InstanceInfoReplicator.run(InstanceInfoReplicator.java:121) ~[eureka-client-1.9.13.jar:1.9.13]
  429. at com.netflix.discovery.InstanceInfoReplicator$1.run(InstanceInfoReplicator.java:101) [eureka-client-1.9.13.jar:1.9.13]
  430. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_131]
  431. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_131]
  432. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [na:1.8.0_131]
  433. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [na:1.8.0_131]
  434. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_131]
  435. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_131]
  436. at java.lang.Thread.run(Thread.java:748) [na:1.8.0_131]
  437. 2024-04-24 11:19:00.465 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Disable delta property : false
  438. 2024-04-24 11:19:00.466 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null
  439. 2024-04-24 11:19:00.466 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false
  440. 2024-04-24 11:19:00.466 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Application is null : false
  441. 2024-04-24 11:19:00.467 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true
  442. 2024-04-24 11:19:00.467 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Application version is -1: true
  443. 2024-04-24 11:19:00.467 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server
  444. 2024-04-24 11:19:00.712 INFO 28188 --- [DiscoveryClient-HeartbeatExecutor-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_VIRGO-API/192.168.1.3:virgo-api:9106 - Re-registering apps/VIRGO-API
  445. 2024-04-24 11:19:00.712 INFO 28188 --- [DiscoveryClient-HeartbeatExecutor-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_VIRGO-API/192.168.1.3:virgo-api:9106: registering service...
  446. 2024-04-24 11:19:00.735 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : The response status is 200
  447. 2024-04-24 11:19:00.827 INFO 28188 --- [DiscoveryClient-HeartbeatExecutor-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_VIRGO-API/192.168.1.3:virgo-api:9106 - registration status: 204
  448. 2024-04-24 11:19:30.743 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Disable delta property : false
  449. 2024-04-24 11:19:30.744 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null
  450. 2024-04-24 11:19:30.745 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false
  451. 2024-04-24 11:19:30.745 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Application is null : false
  452. 2024-04-24 11:19:30.745 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true
  453. 2024-04-24 11:19:30.745 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Application version is -1: false
  454. 2024-04-24 11:19:30.746 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server
  455. 2024-04-24 11:19:30.792 INFO 28188 --- [DiscoveryClient-CacheRefreshExecutor-0] com.netflix.discovery.DiscoveryClient : The response status is 200
  456. 2024-04-24 11:23:26.323 INFO 28188 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  457. 2024-04-24 11:28:26.327 INFO 28188 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  458. 2024-04-24 11:33:26.342 INFO 28188 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  459. 2024-04-24 11:38:26.358 INFO 28188 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  460. 2024-04-24 11:43:26.368 INFO 28188 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  461. 2024-04-24 11:48:26.373 INFO 28188 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  462. 2024-04-24 11:53:26.384 INFO 28188 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  463. 2024-04-24 11:55:31.507 INFO 28188 --- [Thread-38] o.s.c.n.e.s.EurekaServiceRegistry : Unregistering application VIRGO-API with eureka with status DOWN
  464. 2024-04-24 11:55:31.507 WARN 28188 --- [Thread-38] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1713930931507, current=DOWN, previous=UP]
  465. 2024-04-24 11:55:31.508 INFO 28188 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_VIRGO-API/192.168.1.3:virgo-api:9106: registering service...
  466. 2024-04-24 11:55:31.513 INFO 28188 --- [Thread-38] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  467. 2024-04-24 11:55:31.520 INFO 28188 --- [Thread-38] o.s.s.quartz.SchedulerFactoryBean : Shutting down Quartz Scheduler
  468. 2024-04-24 11:55:31.520 INFO 28188 --- [Thread-38] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  469. 2024-04-24 11:55:31.520 INFO 28188 --- [Thread-38] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  470. 2024-04-24 11:55:31.521 INFO 28188 --- [Thread-38] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  471. 2024-04-24 11:55:31.521 INFO 28188 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_VIRGO-API/192.168.1.3:virgo-api:9106 - registration status: 204
  472. 2024-04-24 11:55:31.523 INFO 28188 --- [Thread-38] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  473. 2024-04-24 11:55:32.676 INFO 28188 --- [Thread-38] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
  474. 2024-04-24 11:55:32.677 INFO 28188 --- [Thread-38] com.netflix.discovery.DiscoveryClient : Shutting down DiscoveryClient ...
  475. 2024-04-24 11:55:35.678 INFO 28188 --- [Thread-38] com.netflix.discovery.DiscoveryClient : Unregistering ...
  476. 2024-04-24 11:55:35.680 WARN 28188 --- [DiscoveryClient-0] c.netflix.discovery.TimedSupervisorTask : task supervisor shutting down, can't accept the task
  477. 2024-04-24 11:55:35.695 INFO 28188 --- [Thread-38] com.netflix.discovery.DiscoveryClient : DiscoveryClient_VIRGO-API/192.168.1.3:virgo-api:9106 - deregister status: 200
  478. 2024-04-24 11:55:35.705 INFO 28188 --- [Thread-38] com.netflix.discovery.DiscoveryClient : Completed shut down of DiscoveryClient
  479. 2024-04-24 11:56:31.099 INFO 26532 --- [main] com.bosshand.virgo.api.Application : No active profile set, falling back to default profiles: default
  480. 2024-04-24 11:56:32.275 INFO 26532 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
  481. 2024-04-24 11:56:32.281 INFO 26532 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
  482. 2024-04-24 11:56:32.334 INFO 26532 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25ms. Found 0 repository interfaces.
  483. 2024-04-24 11:56:32.489 WARN 26532 --- [main] o.s.boot.actuate.endpoint.EndpointId : Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
  484. 2024-04-24 11:56:32.809 INFO 26532 --- [main] o.s.cloud.context.scope.GenericScope : BeanFactory id=16eaeb78-fc3e-3c95-be0a-a41120c2cddb
  485. 2024-04-24 11:56:32.822 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'shiroConfig' of type [com.bosshand.virgo.core.config.ShiroConfig$$EnhancerBySpringCGLIB$$5ea2dc6f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  486. 2024-04-24 11:56:32.929 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mybatis-org.mybatis.spring.boot.autoconfigure.MybatisProperties' of type [org.mybatis.spring.boot.autoconfigure.MybatisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  487. 2024-04-24 11:56:32.954 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration' of type [org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration$$EnhancerBySpringCGLIB$$6bbd8430] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  488. 2024-04-24 11:56:32.959 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure' of type [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure$$EnhancerBySpringCGLIB$$52952872] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  489. 2024-04-24 11:56:32.964 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource.druid-com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceProperties' of type [com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  490. 2024-04-24 11:56:33.016 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  491. 2024-04-24 11:56:33.599 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  492. 2024-04-24 11:56:33.606 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  493. 2024-04-24 11:56:33.607 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrUserDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  494. 2024-04-24 11:56:33.609 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrUserDao' of type [com.sun.proxy.$Proxy87] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  495. 2024-04-24 11:56:33.616 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrUserRoleDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  496. 2024-04-24 11:56:33.617 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrUserRoleDao' of type [com.sun.proxy.$Proxy88] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  497. 2024-04-24 11:56:33.622 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrRoleCodeDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  498. 2024-04-24 11:56:33.623 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrRoleCodeDao' of type [com.sun.proxy.$Proxy89] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  499. 2024-04-24 11:56:33.629 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrOrganizationDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  500. 2024-04-24 11:56:33.630 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrOrganizationDao' of type [com.sun.proxy.$Proxy90] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  501. 2024-04-24 11:56:33.635 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrResourceDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  502. 2024-04-24 11:56:33.636 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrResourceDao' of type [com.sun.proxy.$Proxy91] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  503. 2024-04-24 11:56:33.641 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrOrganizationTypeDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  504. 2024-04-24 11:56:33.642 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrOrganizationTypeDao' of type [com.sun.proxy.$Proxy92] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  505. 2024-04-24 11:56:33.648 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrOrganizationTypeRoleDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  506. 2024-04-24 11:56:33.649 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrOrganizationTypeRoleDao' of type [com.sun.proxy.$Proxy93] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  507. 2024-04-24 11:56:33.654 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'operationRecordDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  508. 2024-04-24 11:56:33.655 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'operationRecordDao' of type [com.sun.proxy.$Proxy94] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  509. 2024-04-24 11:56:33.660 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'operationRecordHistoryDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  510. 2024-04-24 11:56:33.661 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'operationRecordHistoryDao' of type [com.sun.proxy.$Proxy95] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  511. 2024-04-24 11:56:33.666 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisManagerConfiguration' of type [com.bosshand.virgo.core.config.RedisManagerConfiguration$$EnhancerBySpringCGLIB$$1dedd520] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  512. 2024-04-24 11:56:33.673 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  513. 2024-04-24 11:56:33.679 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'redisSessionDAO' of type [org.crazycake.shiro.RedisSessionDAO] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  514. 2024-04-24 11:56:33.685 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'appUserTokenDao' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  515. 2024-04-24 11:56:33.686 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'appUserTokenDao' of type [com.sun.proxy.$Proxy97] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  516. 2024-04-24 11:56:33.687 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'mgrUserService' of type [com.bosshand.virgo.core.service.MgrUserService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  517. 2024-04-24 11:56:33.692 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'cacheManager' of type [org.crazycake.shiro.RedisCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  518. 2024-04-24 11:56:33.703 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'userRealm' of type [com.bosshand.virgo.core.shiro.UserRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  519. 2024-04-24 11:56:34.255 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  520. 2024-04-24 11:56:34.305 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  521. 2024-04-24 11:56:34.370 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$38e93300] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  522. 2024-04-24 11:56:34.422 INFO 26532 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$550335fd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  523. 2024-04-24 11:56:34.889 INFO 26532 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9106 (http)
  524. 2024-04-24 11:56:34.926 INFO 26532 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  525. 2024-04-24 11:56:34.926 INFO 26532 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.24]
  526. 2024-04-24 11:56:34.936 INFO 26532 --- [main] o.a.catalina.core.AprLifecycleListener : Loaded APR based Apache Tomcat Native library [1.2.35] using APR version [1.7.0].
  527. 2024-04-24 11:56:34.937 INFO 26532 --- [main] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
  528. 2024-04-24 11:56:34.937 INFO 26532 --- [main] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
  529. 2024-04-24 11:56:34.942 INFO 26532 --- [main] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.1.1q 5 Jul 2022]
  530. 2024-04-24 11:56:35.164 INFO 26532 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  531. 2024-04-24 11:56:35.164 INFO 26532 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4047 ms
  532. 2024-04-24 11:56:35.427 WARN 26532 --- [main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
  533. 2024-04-24 11:56:35.427 INFO 26532 --- [main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  534. 2024-04-24 11:56:35.441 INFO 26532 --- [main] c.netflix.config.DynamicPropertyFactory : DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@443a06ad
  535. 2024-04-24 11:56:37.909 INFO 26532 --- [main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  536. 2024-04-24 11:56:38.166 WARN 26532 --- [main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
  537. 2024-04-24 11:56:38.166 INFO 26532 --- [main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  538. 2024-04-24 11:56:38.528 INFO 26532 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  539. 2024-04-24 11:56:39.277 INFO 26532 --- [main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
  540. 2024-04-24 11:56:39.286 INFO 26532 --- [main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  541. 2024-04-24 11:56:39.287 INFO 26532 --- [main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.1 created.
  542. 2024-04-24 11:56:39.287 INFO 26532 --- [main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
  543. 2024-04-24 11:56:39.288 INFO 26532 --- [main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.1) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  544. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  545. NOT STARTED.
  546. Currently in standby mode.
  547. Number of jobs executed: 0
  548. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  549. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  550. 2024-04-24 11:56:39.288 INFO 26532 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  551. 2024-04-24 11:56:39.288 INFO 26532 --- [main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.1
  552. 2024-04-24 11:56:39.288 INFO 26532 --- [main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@6e090aaa
  553. 2024-04-24 11:56:40.023 INFO 26532 --- [main] o.s.c.n.eureka.InstanceInfoFactory : Setting initial instance status as: STARTING
  554. 2024-04-24 11:56:40.057 INFO 26532 --- [main] com.netflix.discovery.DiscoveryClient : Initializing Eureka in region us-east-1
  555. 2024-04-24 11:56:40.151 INFO 26532 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON encoding codec LegacyJacksonJson
  556. 2024-04-24 11:56:40.152 INFO 26532 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using JSON decoding codec LegacyJacksonJson
  557. 2024-04-24 11:56:40.247 INFO 26532 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using XML encoding codec XStreamXml
  558. 2024-04-24 11:56:40.248 INFO 26532 --- [main] c.n.d.provider.DiscoveryJerseyProvider : Using XML decoding codec XStreamXml
  559. 2024-04-24 11:56:40.702 INFO 26532 --- [main] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  560. 2024-04-24 11:56:40.918 INFO 26532 --- [main] com.netflix.discovery.DiscoveryClient : Disable delta property : false
  561. 2024-04-24 11:56:40.919 INFO 26532 --- [main] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null
  562. 2024-04-24 11:56:40.919 INFO 26532 --- [main] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false
  563. 2024-04-24 11:56:40.919 INFO 26532 --- [main] com.netflix.discovery.DiscoveryClient : Application is null : false
  564. 2024-04-24 11:56:40.919 INFO 26532 --- [main] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true
  565. 2024-04-24 11:56:40.919 INFO 26532 --- [main] com.netflix.discovery.DiscoveryClient : Application version is -1: true
  566. 2024-04-24 11:56:40.919 INFO 26532 --- [main] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server
  567. 2024-04-24 11:56:41.061 INFO 26532 --- [main] com.netflix.discovery.DiscoveryClient : The response status is 200
  568. 2024-04-24 11:56:41.063 INFO 26532 --- [main] com.netflix.discovery.DiscoveryClient : Starting heartbeat executor: renew interval is: 30
  569. 2024-04-24 11:56:41.066 INFO 26532 --- [main] c.n.discovery.InstanceInfoReplicator : InstanceInfoReplicator onDemand update allowed rate per min is 4
  570. 2024-04-24 11:56:41.069 INFO 26532 --- [main] com.netflix.discovery.DiscoveryClient : Discovery Client initialized at timestamp 1713931001068 with initial instances count: 1
  571. 2024-04-24 11:56:41.075 INFO 26532 --- [main] o.s.c.n.e.s.EurekaServiceRegistry : Registering application VIRGO-API with eureka with status UP
  572. 2024-04-24 11:56:41.076 INFO 26532 --- [main] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1713931001076, current=UP, previous=STARTING]
  573. 2024-04-24 11:56:41.078 INFO 26532 --- [main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
  574. 2024-04-24 11:56:41.078 INFO 26532 --- [main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
  575. 2024-04-24 11:56:41.079 INFO 26532 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_VIRGO-API/192.168.1.3:virgo-api:9106: registering service...
  576. 2024-04-24 11:56:41.097 INFO 26532 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  577. 2024-04-24 11:56:41.114 INFO 26532 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  578. 2024-04-24 11:56:41.129 INFO 26532 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  579. 2024-04-24 11:56:41.137 INFO 26532 --- [DiscoveryClient-InstanceInfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_VIRGO-API/192.168.1.3:virgo-api:9106 - registration status: 204
  580. 2024-04-24 11:56:41.258 INFO 26532 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_1
  581. 2024-04-24 11:56:41.259 INFO 26532 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_2
  582. 2024-04-24 11:56:41.260 INFO 26532 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: handleUsingGET_3
  583. 2024-04-24 11:56:41.272 INFO 26532 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getProjectUsingGET_1
  584. 2024-04-24 11:56:41.389 INFO 26532 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9106 (http) with context path ''
  585. 2024-04-24 11:56:41.390 INFO 26532 --- [main] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 9106
  586. 2024-04-24 11:56:42.021 INFO 26532 --- [main] com.bosshand.virgo.api.Application : Started Application in 13.401 seconds (JVM running for 15.071)
  587. 2024-04-24 11:56:42.312 INFO 26532 --- [RMI TCP Connection(1)-192.168.1.3] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
  588. 2024-04-24 11:56:43.094 INFO 26532 --- [RMI TCP Connection(3)-192.168.1.3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  589. 2024-04-24 11:56:43.095 INFO 26532 --- [RMI TCP Connection(3)-192.168.1.3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  590. 2024-04-24 11:56:43.112 INFO 26532 --- [RMI TCP Connection(3)-192.168.1.3] o.s.web.servlet.DispatcherServlet : Completed initialization in 17 ms
  591. 2024-04-24 11:56:43.191 INFO 26532 --- [parallel-1] io.lettuce.core.EpollProvider : Starting without optional epoll library
  592. 2024-04-24 11:56:43.194 INFO 26532 --- [parallel-1] io.lettuce.core.KqueueProvider : Starting without optional kqueue library
  593. 2024-04-24 11:56:44.220 WARN 26532 --- [parallel-1] o.s.b.a.r.RedisReactiveHealthIndicator : Redis health check failed
  594. org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to git.bosshand.com:6666:6666
  595. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1106) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  596. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1085) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  597. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedReactiveConnection(LettuceConnectionFactory.java:876) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  598. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getReactiveConnection(LettuceConnectionFactory.java:377) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  599. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getReactiveConnection(LettuceConnectionFactory.java:91) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  600. at reactor.core.publisher.MonoSupplier.call(MonoSupplier.java:85) ~[reactor-core-3.2.12.RELEASE.jar:3.2.12.RELEASE]
  601. at reactor.core.publisher.FluxSubscribeOnCallable$CallableSubscribeOnSubscription.run(FluxSubscribeOnCallable.java:225) ~[reactor-core-3.2.12.RELEASE.jar:3.2.12.RELEASE]
  602. at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:50) ~[reactor-core-3.2.12.RELEASE.jar:3.2.12.RELEASE]
  603. at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:27) ~[reactor-core-3.2.12.RELEASE.jar:3.2.12.RELEASE]
  604. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_131]
  605. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[na:1.8.0_131]
  606. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[na:1.8.0_131]
  607. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_131]
  608. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_131]
  609. at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_131]
  610. Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to git.bosshand.com:6666:6666
  611. at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78) ~[lettuce-core-5.1.8.RELEASE.jar:na]
  612. at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56) ~[lettuce-core-5.1.8.RELEASE.jar:na]
  613. at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:235) ~[lettuce-core-5.1.8.RELEASE.jar:na]
  614. at io.lettuce.core.RedisClient.connect(RedisClient.java:204) ~[lettuce-core-5.1.8.RELEASE.jar:na]
  615. at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.lambda$getConnection$1(StandaloneConnectionProvider.java:113) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  616. at java.util.Optional.orElseGet(Optional.java:267) ~[na:1.8.0_131]
  617. at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.getConnection(StandaloneConnectionProvider.java:113) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  618. at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1104) ~[spring-data-redis-2.1.10.RELEASE.jar:2.1.10.RELEASE]
  619. ... 14 common frames omitted
  620. Caused by: java.net.UnknownHostException: git.bosshand.com:6666
  621. at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) ~[na:1.8.0_131]
  622. at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) ~[na:1.8.0_131]
  623. at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) ~[na:1.8.0_131]
  624. at java.net.InetAddress.getAllByName0(InetAddress.java:1276) ~[na:1.8.0_131]
  625. at java.net.InetAddress.getAllByName(InetAddress.java:1192) ~[na:1.8.0_131]
  626. at java.net.InetAddress.getAllByName(InetAddress.java:1126) ~[na:1.8.0_131]
  627. at java.net.InetAddress.getByName(InetAddress.java:1076) ~[na:1.8.0_131]
  628. at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:146) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  629. at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:143) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  630. at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_131]
  631. at io.netty.util.internal.SocketUtils.addressByName(SocketUtils.java:143) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  632. at io.netty.resolver.DefaultNameResolver.doResolve(DefaultNameResolver.java:43) ~[netty-resolver-4.1.39.Final.jar:4.1.39.Final]
  633. at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:63) ~[netty-resolver-4.1.39.Final.jar:4.1.39.Final]
  634. at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:55) ~[netty-resolver-4.1.39.Final.jar:4.1.39.Final]
  635. at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:57) ~[netty-resolver-4.1.39.Final.jar:4.1.39.Final]
  636. at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:32) ~[netty-resolver-4.1.39.Final.jar:4.1.39.Final]
  637. at io.netty.resolver.AbstractAddressResolver.resolve(AbstractAddressResolver.java:108) ~[netty-resolver-4.1.39.Final.jar:4.1.39.Final]
  638. at io.netty.bootstrap.Bootstrap.doResolveAndConnect0(Bootstrap.java:204) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  639. at io.netty.bootstrap.Bootstrap.access$000(Bootstrap.java:50) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  640. at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:184) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  641. at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:170) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  642. at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:500) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  643. at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:474) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  644. at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:413) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  645. at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:538) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  646. at io.netty.util.concurrent.DefaultPromise.setSuccess0(DefaultPromise.java:527) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  647. at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:98) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  648. at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  649. at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetSuccess(AbstractChannel.java:982) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  650. at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:505) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  651. at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:416) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  652. at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:475) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  653. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  654. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:416) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  655. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:515) ~[netty-transport-4.1.39.Final.jar:4.1.39.Final]
  656. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  657. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  658. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.39.Final.jar:4.1.39.Final]
  659. ... 1 common frames omitted
  660. 2024-04-24 11:58:01.027 INFO 26532 --- [http-nio-9106-exec-2] a.s.s.m.AbstractValidatingSessionManager : Enabling session validation scheduler...
  661. 2024-04-24 11:58:24.742 DEBUG 26532 --- [http-nio-9106-exec-6] c.b.v.a.d.ProjectItemDao.getDoneStatus : ==> Preparing: SELECT * FROM project_item where status=1
  662. 2024-04-24 11:58:24.780 DEBUG 26532 --- [http-nio-9106-exec-6] c.b.v.a.d.ProjectItemDao.getDoneStatus : ==> Parameters:
  663. 2024-04-24 11:58:24.825 DEBUG 26532 --- [http-nio-9106-exec-6] c.b.v.a.d.ProjectItemDao.getDoneStatus : <== Total: 0
  664. 2024-04-24 12:01:40.925 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  665. 2024-04-24 12:06:40.938 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  666. 2024-04-24 12:11:40.944 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  667. 2024-04-24 12:16:40.948 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  668. 2024-04-24 12:21:40.954 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  669. 2024-04-24 12:26:40.967 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  670. 2024-04-24 12:31:40.973 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  671. 2024-04-24 12:36:40.980 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  672. 2024-04-24 12:41:40.986 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  673. 2024-04-24 12:46:40.997 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  674. 2024-04-24 12:51:41.009 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  675. 2024-04-24 12:56:41.020 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  676. 2024-04-24 12:58:01.033 INFO 26532 --- [SessionValidationThread-1] a.s.s.m.AbstractValidatingSessionManager : Validating all active sessions...
  677. 2024-04-24 12:58:01.302 ERROR 26532 --- [SessionValidationThread-1] org.crazycake.shiro.RedisSessionDAO : get active sessions error.
  678. 2024-04-24 12:58:01.302 INFO 26532 --- [SessionValidationThread-1] a.s.s.m.AbstractValidatingSessionManager : Finished session validation. No sessions were stopped.
  679. 2024-04-24 13:01:41.036 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  680. 2024-04-24 13:06:41.041 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  681. 2024-04-24 13:11:41.054 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  682. 2024-04-24 13:16:41.058 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  683. 2024-04-24 13:21:41.071 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
  684. 2024-04-24 13:26:41.073 INFO 26532 --- [AsyncResolver-bootstrap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration