apache / servicecomb-java-chassis

ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management features
Apache License 2.0
1.91k stars 813 forks source link

接口契约测试成功但请求网关NOT FOUND org.apache.servicecomb.common.rest.locator.OperationLocator ERROR - locate path failed, status:Not Found #4201

Open ZhangChaoSimple opened 9 months ago

ZhangChaoSimple commented 9 months ago

自定义业务接口在serviceComb的契约测试成功 image

但通过网关请求会报这个错误 : org.apache.servicecomb.common.rest.locator.OperationLocator ERROR - locate path failed, status:Not Found, http method:POST, path:/je/instruct/conveyInstuction/saveConveyInstruction/, microserviceName:srm

1706184254301

请问是什么原因

liubao68 commented 9 months ago

可以确认下日志里面的url是否存在,以及自定义的网关路由转发规则是否正确处理url。