-
是否支持rpc,如dubbo,motan,grpc等。同类框架nest目前支持grpc。顺便问一下,淘宝在内部使用的时候,是否支持hsf?
-
我就是运行com.weibo.motan.demo.client下的DemoRpcClient,
报错:Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'motanDemoReferer': FactoryBean t…
-
Server代码:
ApplicationContext applicationContext = new ClassPathXmlApplicationContext(
"classpath:motan_server.xml");
MotanSwitcherUtil.setSwitcherValue(
…
-
/***************协议配置了需要使用的均衡策略activeWeightLcn******************/
@Bean(name = "motan")
public ProtocolConfigBean protocolConfig() {
ProtocolConfigBean config = new ProtocolConfigBean(…
-
```
25-Apr-2017 15:04:08.220 严重 [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [uml-web-api-bigdata-impl] created a ThreadLoc…
-
循环异步调用接口,在异步调用接口的回调里再次调用rpc接口,会抛出com.weibo.api.motan.exception.MotanServiceException: error_message: NettyChannel send request to server Error
找了很久,发现这是由于回调线程是netty的nioEventLoopGroup线程,而再次调用rpc接口也是…
-
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…
-
```
java.lang.NullPointerException
at com.weibo.api.motan.protocol.rpc.DefaultRpcProtocol$DefaultRpcExporter.(DefaultRpcProtocol.java:83)
at com.weibo.api.motan.protocol.rpc.DefaultRpcProtocol.cr…
-
> 2017-10-26 10:05:21,324 - INFO [main:NIOServerCnxnFactory@89] - binding to port 0.0.0.0/0.0.0.0:2181
> 2017-10-26 10:05:31,638 - INFO [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxnFacto…
-
启动agent的时候报registry not found。查看了下zookeeper里面的内容,创建了一个`/motan/agent/label-mesh/node`节点,但是没有创建对应group的节点,我理解这表示zookeeper是可以连通的,但是注册的时候除了其他问题。
有意思的是,在同事的windows环境下,同样的配置是能够运行并注册成功的。但是它打包成linux的可执行文件后…