com.weibo.api.motan.exception.MotanServiceException: error_message: NettyChannel failed to connect to server, url: motan://192.168.1.88:8002/demo.motan.service.FooService, result: true, success: false, connected: false, status: 503, error_code: 10001,r=null
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by javenliu
, 1 year agovia GitHub by ZhouXunYou
, 1 year agovia GitHub by kevin2f
, 11 months agovia GitHub by cheniqit
, 1 year agovia GitHub by cheniqit
, 1 year agovia GitHub by targerr
, 2 months agocom.weibo.api.motan.exception.MotanServiceException: error_message: NettyChannel failed to connect to server, url: motan://192.168.1.88:8002/demo.motan.service.FooService, result: true, success: false, connected: false, status: 503, error_code: 10001,r=null
at com.weibo.api.motan.transport.netty.NettyChannel.open(NettyChannel.java:150)
at com.weibo.api.motan.transport.netty.NettyChannelFactory.makeObject(NettyChannelFactory.java:53)
at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
at com.weibo.api.motan.transport.AbstractPoolClient.borrowObject(AbstractPoolClient.java:75)
at com.weibo.api.motan.transport.netty.NettyClient.request(NettyClient.java:160)
at com.weibo.api.motan.transport.netty.NettyClient.request(NettyClient.java:116)
at com.weibo.api.motan.protocol.rpc.DefaultRpcProtocol$DefaultRpcReferer.doCall(DefaultRpcProtocol.java:171)
at com.weibo.api.motan.rpc.AbstractReferer.call(AbstractReferer.java:64)
at com.weibo.api.motan.cluster.ha.FailoverHaStrategy.call(FailoverHaStrategy.java:72)
at com.weibo.api.motan.cluster.support.ClusterSpi.call(ClusterSpi.java:73)