-
启动agent的时候报registry not found。查看了下zookeeper里面的内容,创建了一个`/motan/agent/label-mesh/node`节点,但是没有创建对应group的节点,我理解这表示zookeeper是可以连通的,但是注册的时候除了其他问题。
有意思的是,在同事的windows环境下,同样的配置是能够运行并注册成功的。但是它打包成linux的可执行文件后…
-
```
Caused by: java.lang.IllegalArgumentException: interface com.springboot.motan.HelloService is not visible from class loader
at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:581)
…
-
motan版本为0.3.0,最近异步调用老是报这个错误,时好时坏,请问是什么原因导致的,之前是不会的。
```
com.weibo.api.motan.exception.MotanServiceException: error_message: NettyChannel send request to server Error: url=motan://192.168.0.150:11004…
-
循环异步调用接口,在异步调用接口的回调里再次调用rpc接口,会抛出com.weibo.api.motan.exception.MotanServiceException: error_message: NettyChannel send request to server Error
找了很久,发现这是由于回调线程是netty的nioEventLoopGroup线程,而再次调用rpc接口也是…
-
打包后无法正确加载spi
```java
com.weibo.api.motan.exception.MotanServiceException: error_message: NettyChannel send request to server Error: url=motan://benchmark-server:8080/benchmark.service.UserService …
-
/***************协议配置了需要使用的均衡策略activeWeightLcn******************/
@Bean(name = "motan")
public ProtocolConfigBean protocolConfig() {
ProtocolConfigBean config = new ProtocolConfigBean(…
-
2017-08-13 11:47:11,023 [buyerInfoCompleteQueueListener-1] ERROR error - RefererInvocationHandler invoke Error: uri=motan://11.30.114.29:0/com.rpcapi.risk.rule.RiskRuleRpcService requestId=15755861358…
-
Server代码:
ApplicationContext applicationContext = new ClassPathXmlApplicationContext(
"classpath:motan_server.xml");
MotanSwitcherUtil.setSwitcherValue(
…
-
when i use @MotanReferer on an remote service interface,just tell me the msg as the title,
"
could not be injected as a 'com.weibo.api.motan.config.BasicRefererInterfaceConfig' because it is a JDK …
-
com.weibo.api.motan.exception.MotanServiceException: error_message: RoundRobinLoadBalance No available referers for call : referers_size= 0 requestId=1562077998622965761 interface=com.zs.pig.blog.ap…