zhangjun2009 opened a new issue #2386:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2386
2021-05-17 09:41:31.050 ERROR 2540 --- [oup0-1-thread-1]
o.a.s.c.h.impl.ProducerOperationHandler : unexpected error operation=PRODUCER
rest consumer.com.hihonor.web.controller.RpcConsumerController.sayHello,
message=cause:InvocationTargetException,message:null;cause:IllegalStateException,message:parameter
name is not present, method=com.hihonor.service.RpcService:sayRpc
solution:
change pom.xml, add compiler argument: -parameters, for example:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgument>-parameters</compilerArgument>
</configuration>
</plugin>
--
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:
[email protected]