You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/12/03 11:32:30 UTC

[GitHub] [servicecomb-java-chassis] yhs0092 commented on issue #1436: 微服务间接口调用失败

yhs0092 commented on issue #1436: 微服务间接口调用失败
URL: https://github.com/apache/servicecomb-java-chassis/issues/1436#issuecomment-561127854
 
 
   看日志的话不是B服务没找到C服务,而是B在加载C的服务契约的时候抛异常了。
   你贴的日志里面有这么一行
   ```
   Caused by: java.lang.NoSuchMethodError: com.fasterxml.jackson.core.JsonStreamContext
   ```
   一般这种错误是依赖问题,可能是依赖包有冲突,建议排查一下看看

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services