sofastack-guides / kc-sofastack-demo

SOFAStack Demo for SOFAStack Cloud Native Workshop on KubeCon China 2019
Apache License 2.0
46 stars 46 forks source link

stockmng.StockMngApplication 模块启动报错 #7

Open J-Ruben opened 4 years ago

J-Ruben commented 4 years ago

com.alipay.sofa.runtime.api.ServiceRuntimeException: Can not found binding converter for binding type at com.alipay.sofa.runtime.spring.ServiceBeanFactoryPostProcessor.getSofaServiceBinding(ServiceBeanFactoryPostProcessor.java:332) ~[runtime-sofa-boot-3.2.0.jar:na] at com.alipay.sofa.runtime.spring.ServiceBeanFactoryPostProcessor.generateSofaServiceDefinition(ServiceBeanFactoryPostProcessor.java:310) ~[runtime-sofa-boot-3.2.0.jar:na] at com.alipay.sofa.runtime.spring.ServiceBeanFactoryPostProcessor.generateSofaServiceDefinitionOnClass(ServiceBeanFactoryPostProcessor.java:269) ~[runtime-sofa-boot-3.2.0.jar:na] at com.alipay.sofa.runtime.spring.ServiceBeanFactoryPostProcessor.transformSofaBeanDefinition(ServiceBeanFactoryPostProcessor.java:124) ~[runtime-sofa-boot-3.2.0.jar:na] at com.alipay.sofa.runtime.spring.ServiceBeanFactoryPostProcessor.lambda$postProcessBeanFactory$0(ServiceBeanFactoryPostProcessor.java:102) ~[runtime-sofa-boot-3.2.0.jar:na] at java.util.HashMap.forEach(HashMap.java:1289) ~[na:1.8.0_201] at com.alipay.sofa.runtime.spring.ServiceBeanFactoryPostProcessor.postProcessBeanFactory(ServiceBeanFactoryPostProcessor.java:102) ~[runtime-sofa-boot-3.2.0.jar:na] at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:286) ~[spring-context-5.1.2.RELEASE.jar:5.1.2.RELEASE] at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:181) ~[spring-context-5.1.2.RELEASE.jar:5.1.2.RELEASE] at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:691) ~[spring-context-5.1.2.RELEASE.jar:5.1.2.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:528) ~[spring-context-5.1.2.RELEASE.jar:5.1.2.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.1.0.RELEASE.jar:2.1.0.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) [spring-boot-2.1.0.RELEASE.jar:2.1.0.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) [spring-boot-2.1.0.RELEASE.jar:2.1.0.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) [spring-boot-2.1.0.RELEASE.jar:2.1.0.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260) [spring-boot-2.1.0.RELEASE.jar:2.1.0.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248) [spring-boot-2.1.0.RELEASE.jar:2.1.0.RELEASE] at io.sofastack.stockmng.StockMngApplication.main(StockMngApplication.java:10) [classes/:na]

ujjboy commented 4 years ago

try sofaboot-3.1.4 or sofaboot-3.3.0