
dubbo
文章平均质量分 55
doegoo
这个作者很懒,什么都没留下…
展开
-
Centos中普通用户启动多个Dubbo服务出现java.lang.OutOfMemoryError: unable to create new native thread
当在同一台Centos服务器上启动多个dubbo服务时出现调用异常,查看日志发现是以下错误:2016-07-06 16:23:48.806 [New I/O server boss #1 ([id: 0x55fcd7d6, /0:0:0:0:0:0:0:0:20882])] WARN o.j.n.c.socket.nio.NioServerSocketPipelineSink - [DUB原创 2016-07-06 21:15:34 · 2850 阅读 · 0 评论 -
DUBBO的com.alibaba.dubbo.rpc.RpcException解决方法
联接超时问题Caused by: com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method subscribe in the service com.alibaba.dubbo.registry.RegistryService. Tried 3 times of the providers[172.168.1.167:2原创 2015-11-06 10:41:10 · 90653 阅读 · 11 评论 -
SpringBoot整合Dubbo报错: java.lang.ClassCastException
项目采用的SpringBoot加Dubbo进行构建时当远程调用dubbo服务时报以下错误:com.alibaba.dubbo.remoting.RemotingException: com.alibaba.dubbo.rpc.RpcException: Failed to invoke remote proxy method chat to registry://127.0.0.1:2181/com原创 2016-09-28 14:06:13 · 14991 阅读 · 15 评论