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 2020/04/20 09:01:59 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1723: 升级servicecomb 2.0.1版本,Application run failed

liubao68 commented on issue #1723:
URL: https://github.com/apache/servicecomb-java-chassis/issues/1723#issuecomment-616412125


   ```
   Caused by: java.lang.IllegalStateException: parameter name is not present, method=com.huawei.rtc.rtcamservice.server.controller.APPInfoProvider:subscribeAPPInfo
   solution:
   change pom.xml, add compiler argument: -parameters, for example:
   
   org.apache.maven.plugins
   maven-compiler-plugin
   
   -parameters
   ```
   这个错误是编译选型设置的错误, java-chassis 2.0.0 以上的版本要求加上, 这个应该是spring 版本无关。 升级指导描述了这个问题: https://docs.servicecomb.io/java-chassis/zh_CN/featured-topics/upgrading/1_3_0T2_0_0/


----------------------------------------------------------------
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