1234567891011121314151617181920212223242526272829303132 |
- 2023-11-08 10:40:29.093 [main] WARN org.springframework.boot.StartupInfoLogger(117) - InetAddress.getLocalHost().getHostName() took 5003 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
- 2023-11-08 10:40:35.492 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner(44) - No MyBatis mapper was found in '[com.tzld.piaoquan.recommend.server.dao]' package. Please check your configuration.
- 2023-11-08 10:40:35.612 [main] WARN o.s.boot.context.properties.PropertySourcesDeducer(66) - Multiple PropertySourcesPlaceholderConfigurer beans registered [propertySourcesPlaceholderConfigurer, org.springframework.context.support.PropertySourcesPlaceholderConfigurer], falling back to Environment
- 2023-11-08 10:40:36.418 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext(596) - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'preViewedService': Unsatisfied dependency expressed through field 'redisTemplate'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.data.redis.core.RedisTemplate<java.lang.String, java.lang.Long>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
- 2023-11-08 10:43:54.063 [main] WARN org.springframework.boot.StartupInfoLogger(117) - InetAddress.getLocalHost().getHostName() took 5002 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
- 2023-11-08 10:44:00.408 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner(44) - No MyBatis mapper was found in '[com.tzld.piaoquan.recommend.server.dao]' package. Please check your configuration.
- 2023-11-08 10:44:00.551 [main] WARN o.s.boot.context.properties.PropertySourcesDeducer(66) - Multiple PropertySourcesPlaceholderConfigurer beans registered [propertySourcesPlaceholderConfigurer, org.springframework.context.support.PropertySourcesPlaceholderConfigurer], falling back to Environment
- 2023-11-08 10:44:01.327 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext(596) - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'preViewedService': Unsatisfied dependency expressed through field 'redisTemplate'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.data.redis.core.RedisTemplate<java.lang.String, java.lang.Long>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
- 2023-11-08 10:51:39.693 [main] WARN org.springframework.boot.StartupInfoLogger(117) - InetAddress.getLocalHost().getHostName() took 5003 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
- 2023-11-08 10:51:46.497 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner(44) - No MyBatis mapper was found in '[com.tzld.piaoquan.recommend.server]' package. Please check your configuration.
- 2023-11-08 10:51:46.696 [main] WARN o.s.boot.context.properties.PropertySourcesDeducer(66) - Multiple PropertySourcesPlaceholderConfigurer beans registered [propertySourcesPlaceholderConfigurer, org.springframework.context.support.PropertySourcesPlaceholderConfigurer], falling back to Environment
- 2023-11-08 10:51:47.991 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext(596) - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'recommendService': Unsatisfied dependency expressed through field 'recallService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'recallService' defined in file [/Users/dingyunpeng/Desktop/code/pq/recommend-server/recommend-server-service/target/classes/com/tzld/piaoquan/recommend/server/service/recall/RecallService.class]: Initialization of bean failed; nested exception is com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1 path $
- 2023-11-08 10:57:03.735 [main] WARN org.springframework.boot.StartupInfoLogger(117) - InetAddress.getLocalHost().getHostName() took 5001 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
- 2023-11-08 10:57:10.153 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner(44) - No MyBatis mapper was found in '[com.tzld.piaoquan.recommend.server]' package. Please check your configuration.
- 2023-11-08 10:57:10.269 [main] WARN o.s.boot.context.properties.PropertySourcesDeducer(66) - Multiple PropertySourcesPlaceholderConfigurer beans registered [propertySourcesPlaceholderConfigurer, org.springframework.context.support.PropertySourcesPlaceholderConfigurer], falling back to Environment
- 2023-11-08 10:57:11.346 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext(596) - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'recommendService': Unsatisfied dependency expressed through field 'recallService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'recallService' defined in file [/Users/dingyunpeng/Desktop/code/pq/recommend-server/recommend-server-service/target/classes/com/tzld/piaoquan/recommend/server/service/recall/RecallService.class]: Initialization of bean failed; nested exception is com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1 path $
- 2023-11-08 11:01:14.700 [main] WARN org.springframework.boot.StartupInfoLogger(117) - InetAddress.getLocalHost().getHostName() took 5003 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
- 2023-11-08 11:01:21.324 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner(44) - No MyBatis mapper was found in '[com.tzld.piaoquan.recommend.server]' package. Please check your configuration.
- 2023-11-08 11:01:21.463 [main] WARN o.s.boot.context.properties.PropertySourcesDeducer(66) - Multiple PropertySourcesPlaceholderConfigurer beans registered [propertySourcesPlaceholderConfigurer, org.springframework.context.support.PropertySourcesPlaceholderConfigurer], falling back to Environment
- 2023-11-08 11:01:22.802 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext(596) - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'recommendService': Unsatisfied dependency expressed through field 'rankService'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.tzld.piaoquan.recommend.server.service.rank.RankService' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
- 2023-11-08 11:02:29.989 [main] WARN org.springframework.boot.StartupInfoLogger(117) - InetAddress.getLocalHost().getHostName() took 5002 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
- 2023-11-08 11:02:36.545 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner(44) - No MyBatis mapper was found in '[com.tzld.piaoquan.recommend.server]' package. Please check your configuration.
- 2023-11-08 11:02:36.655 [main] WARN o.s.boot.context.properties.PropertySourcesDeducer(66) - Multiple PropertySourcesPlaceholderConfigurer beans registered [propertySourcesPlaceholderConfigurer, org.springframework.context.support.PropertySourcesPlaceholderConfigurer], falling back to Environment
- 2023-11-08 11:02:37.834 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext(596) - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'recommendService' defined in file [/Users/dingyunpeng/Desktop/code/pq/recommend-server/recommend-server-service/target/classes/com/tzld/piaoquan/recommend/server/service/RecommendService.class]: Initialization of bean failed; nested exception is com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 65 column 6 path $..
- 2023-11-08 11:05:10.129 [main] WARN org.springframework.boot.StartupInfoLogger(117) - InetAddress.getLocalHost().getHostName() took 5002 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
- 2023-11-08 11:05:16.452 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner(44) - No MyBatis mapper was found in '[com.tzld.piaoquan.recommend.server]' package. Please check your configuration.
- 2023-11-08 11:05:16.574 [main] WARN o.s.boot.context.properties.PropertySourcesDeducer(66) - Multiple PropertySourcesPlaceholderConfigurer beans registered [propertySourcesPlaceholderConfigurer, org.springframework.context.support.PropertySourcesPlaceholderConfigurer], falling back to Environment
- 2023-11-08 11:05:17.579 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext(596) - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'recommendService' defined in file [/Users/dingyunpeng/Desktop/code/pq/recommend-server/recommend-server-service/target/classes/com/tzld/piaoquan/recommend/server/service/RecommendService.class]: Initialization of bean failed; nested exception is com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 65 column 6 path $..
- 2023-11-08 11:06:27.216 [main] WARN org.springframework.boot.StartupInfoLogger(117) - InetAddress.getLocalHost().getHostName() took 5003 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
- 2023-11-08 11:06:33.566 [main] WARN org.mybatis.spring.mapper.ClassPathMapperScanner(44) - No MyBatis mapper was found in '[com.tzld.piaoquan.recommend.server]' package. Please check your configuration.
- 2023-11-08 11:06:33.694 [main] WARN o.s.boot.context.properties.PropertySourcesDeducer(66) - Multiple PropertySourcesPlaceholderConfigurer beans registered [propertySourcesPlaceholderConfigurer, org.springframework.context.support.PropertySourcesPlaceholderConfigurer], falling back to Environment
- 2023-11-08 11:06:36.166 [main] WARN o.s.c.l.c.LoadBalancerCacheAutoConfiguration$LoadBalancerCaffeineWarnLogger(82) - Spring Cloud LoadBalancer is currently working with the default cache. You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
|