关注JEECG发展历程 关注最新动态和版本, 记录JEECG成长点滴 更新日志 - 技术支持 - 招聘英才

JEECG最新版本下载 JEECG智能开发平台 - 显著提高开发效率 常见问题 - 入门视频 - 参与开源团队

商务QQ: 69893005、3102411850 商务热线(5*8小时): 010-64808099 官方邮箱: jeecgos@163.com

查看: 624|回复: 0

jeecg 3.5.1 微服务项目启动报错

[复制链接]
发表于 2023-7-18 20:37:56 | 显示全部楼层 |阅读模式
报错内容:


  1. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'pledgeRecordController': Unsatisfied dependency expressed through field 'service'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'pledgeRecordServiceImpl': Unsatisfied dependency expressed through field 'commonAPI'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.jeecg.common.system.api.ISysBaseAPI': Unexpected exception during bean creation; nested exception is java.lang.IllegalStateException: No bean found of type interface feign.codec.Decoder for sysBaseRemoteApi
  2.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660)
  3.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
  4.         at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
  5.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
  6.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
  7.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
  8.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
  9.         at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
  10.         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  11.         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
  12.         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
  13.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
  14.         at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920)
  15.         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
  16.         at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
  17.         at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731)
  18.         at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
  19.         at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
  20.         at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
  21.         at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
  22.         at org.jeecg.JeecgMgnCloudApplication.main(JeecgMgnCloudApplication.java:20)
  23. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'pledgeRecordServiceImpl': Unsatisfied dependency expressed through field 'commonAPI'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.jeecg.common.system.api.ISysBaseAPI': Unexpected exception during bean creation; nested exception is java.lang.IllegalStateException: No bean found of type interface feign.codec.Decoder for sysBaseRemoteApi
  24.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660)
  25.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
  26.         at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
  27.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
  28.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
  29.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
  30.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
  31.         at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
  32.         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  33.         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
  34.         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
  35.         at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
  36.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
  37.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
  38.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
  39.         ... 20 common frames omitted
  40. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.jeecg.common.system.api.ISysBaseAPI': Unexpected exception during bean creation; nested exception is java.lang.IllegalStateException: No bean found of type interface feign.codec.Decoder for sysBaseRemoteApi
  41.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:555)
  42.         at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
  43.         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
  44.         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
  45.         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
  46.         at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
  47.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
  48.         at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
  49.         at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657)
  50.         ... 34 common frames omitted
  51. Caused by: java.lang.IllegalStateException: No bean found of type interface feign.codec.Decoder for sysBaseRemoteApi
  52.         at org.springframework.cloud.openfeign.FeignClientFactoryBean.get(FeignClientFactoryBean.java:346)
  53.         at org.springframework.cloud.openfeign.FeignClientFactoryBean.feign(FeignClientFactoryBean.java:131)
  54.         at org.springframework.cloud.openfeign.FeignClientFactoryBean.getTarget(FeignClientFactoryBean.java:413)
  55.         at org.springframework.cloud.openfeign.FeignClientFactoryBean.getObject(FeignClientFactoryBean.java:402)
  56.         at org.springframework.cloud.openfeign.FeignClientsRegistrar.lambda$registerFeignClient$0(FeignClientsRegistrar.java:235)
  57.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.obtainFromSupplier(AbstractAutowireCapableBeanFactory.java:1249)
  58.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1191)
  59.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
  60.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
  61.         ... 42 common frames omitted
  62. 2023-07-18 20:27:42.289 [Thread-1] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder:108 -
  63.         [HttpClientBeanHolder] Start destroying common HttpClient
  64. 2023-07-18 20:27:42.289 [Thread-1] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder:114 -
  65.         [HttpClientBeanHolder] Destruction of the end
  66. 与目标 VM 断开连接, 地址为: ''127.0.0.1:50225',传输: '套接字''

  67. 进程已结束,退出代码1
复制代码







jeecg-module-mgn-start 引用了jeecg-system-cloud-api


恳请各位大神帮忙看看什么问题,好人一生平安!!!!!!

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表