-
第一次调用接口时报下面的错误信息,返回值null,服务端被调用,再一次调用正常了。下面是客户端日志,服务端正常。不知道怎么回事?是配置问题吗?
服务端配置:
`
`
客户端配置:
`
`
客户端日志:
`
2016-10-10 11:13:46,325 WARN[com.weibo.api.motan.log.DefaultLogService:67]- FailoverHa…
-
java client设置MSGPACK和JSON 都无法正常调用。异常如下:
Exception in thread "main" com.weibo.yar.YarException: argument type mismatch
at com.weibo.yar.yarclient.AbstractYarClient.buildResponse(AbstractYarClient.ja…
-
今天下载了0.2.2-SNAPSHOT版本,并尝试运行了其中的demo,但发现一个问题:
运行的服务类是com.weibo.motan.demo.server.DemoRpcServer 配置了zookeeper注册中心,而且是内网的其它机器
运行的client类是com.weibo.motan.demo.client.DemoRpcClient ,但发现在client类执行调用 service.…
-
ClusterSpi Call false for request
srmsh updated
5 years ago
-
I'm confused by this case, little requests, but huge memory is used when using skywalking-agent.
Does skywalking-agent trace the motanStatsLog? Do lots of work to record info about motanStatsLog i…
hepyu updated
5 years ago
-
服务端打印了这个。
```
2018-11-21 13:06:38.147 INFO 23921 --- [0001-1-thread-2] accessLog : service|||172.16.1.26|sunyu.example.motan.api.RedisClusterService|mget_list|java.ut…
-
hi:
我在 dubbo the version 2.5.4-SNAPSHOT master 分支看到提交号为 3945b83956debcf2127606ef6d88a6d29a080094 已经解决了@Service and @transactional冲突问题. 但我在使用的时候,provider生成到SpringProxy这个类命名的地址下,我使用的是spring boot…
ghost updated
5 years ago
-
[cooker-api][ERROR] 2018-04-18 09:39:48.594 [http-nio-8002-exec-3] error - RefererInvocationHandler invoke Error: uri=motan://192.168.10.34:0/com.ch.cooker.commons.autoconfigure.rpc.core.RpcProvider r…
-
[ERROR] Failed to execute goal com.google.cloud.tools:jib-maven-plugin:1.0.0:build (default-cli) on project xxx_plab: Build image failed, perhaps you should use a registry that supports HTTPS or set t…
jpfss updated
5 years ago
-
https://github.com/weibocom/motan/blob/c647e47b40b7ecd0144fe8556dafb109d9d52ae6/motan-core/src/main/java/com/weibo/api/motan/proxy/spi/JdkProxyFactory.java#L36
这个一行建议修改为Proxy.newProxyInstance(clz.g…