com.alibaba.dubbo.rpc.RpcException 启动dubbo报错

因为同一套代码要启两个服务,所以直接复制了一套,结果启动的时候一个启动成功了,一个报错,dubbo的异常,后来看了一下是dubbo的端口号绑定异常

SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener

com.alibaba.dubbo.rpc.RpcException: Fail to start server(url: dubbo://172.19.200.188:20952/com.yuantu.unified.pay.dubbo.service.PayGatewayThirdPayDubboService?anyhost=true&application=provider-of-paygate-dubbo-service&channel.readonly.sent=true&codec=dubbo&dubbo=2.5.3&heartbeat=60000&interface=com.yuantu.unified.pay.dubbo.service.PayGatewayThirdPayDubboService&methods=executeThirdRefund,refundThirdTransOrder,getOrderLogDownLoadUrl&pid=11800&retries=0&revision=1.0.9-SNAPSHOT&side=provider&timeout=30000&timestamp=1545890679090&version=1.0.0.offlineuat) Failed to bind NettyServer on /172.19.200.188:20952, cause: Failed to bind to: /0.0.0.0:20952

at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.createServer(DubboProtocol.java:289)

at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.openServer(DubboProtocol.java:266)

at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.export(DubboProtocol.java:253)

at com.alibaba.dubbo.rpc.protocol.ProtocolListenerWrapper.export(ProtocolListenerWrapper.java:56)

at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper.export(ProtocolFilterWrapper.java:55)

at com.alibaba.dubbo.rpc.Protocol$Adpative.export(Protocol$Adpative.java)

at com.alibaba.dubbo.registry.integration.RegistryProtocol.doLocalExport(RegistryProtocol.java:153)

at com.alibaba.dubbo.registry.integration.RegistryProtocol.export(RegistryProtocol.java:107)

at com.alibaba.dubbo.rpc.protocol.ProtocolListenerWrapper.export(ProtocolListenerWrapper.java:54)

at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper.export(ProtocolFilterWrapper.java:53)

at com.alibaba.dubbo.rpc.Protocol$Adpative.export(Protocol$Adpative.java)

at com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:485)

at com.alibaba.dubbo.config.ServiceConfig.doExportUrls(ServiceConfig.java:281)

at com.alibaba.dubbo.config.ServiceConfig.doExport(ServiceConfig.java:242)

at com.alibaba.dubbo.config.ServiceConfig.export(ServiceConfig.java:143)

at com.alibaba.dubbo.config.spring.ServiceBean.onApplicationEvent(ServiceBean.java:109)

at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:151)

at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:128)

at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:331)

at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:773)

at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:483)

at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)

at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)

at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)

at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5141)

at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5664)

at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)

at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1017)

at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:993)

at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)

at org.apache.catalina.startup.HostConfig.manageApp(HostConfig.java:1899)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:601)

at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:301)

at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)

at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:791)

at org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:618)

at org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:565)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:601)

at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:301)

at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)

at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:791)

at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1486)

at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:96)

at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1327)

at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1419)

at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:847)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:601)

at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)

at sun.rmi.transport.Transport$1.run(Transport.java:177)

at sun.rmi.transport.Transport$1.run(Transport.java:174)

at java.security.AccessController.doPrivileged(Native Method)

at sun.rmi.transport.Transport.serviceCall(Transport.java:173)

at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553)

at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808)

at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)

at java.lang.Thread.run(Thread.java:722)

Caused by: com.alibaba.dubbo.remoting.RemotingException: Failed to bind NettyServer on /172.19.200.188:20952, cause: Failed to bind to: /0.0.0.0:20952

at com.alibaba.dubbo.remoting.transport.AbstractServer.<init>(AbstractServer.java:72)

at com.alibaba.dubbo.remoting.transport.netty.NettyServer.<init>(NettyServer.java:63)

at com.alibaba.dubbo.remoting.transport.netty.NettyTransporter.bind(NettyTransporter.java:33)

at com.alibaba.dubbo.remoting.Transporter$Adpative.bind(Transporter$Adpative.java)

at com.alibaba.dubbo.remoting.Transporters.bind(Transporters.java:48)

at com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchanger.bind(HeaderExchanger.java:41)

at com.alibaba.dubbo.remoting.exchange.Exchangers.bind(Exchangers.java:63)

at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.createServer(DubboProtocol.java:287)

... 66 more

Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:20952

at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:303)

at com.alibaba.dubbo.remoting.transport.netty.NettyServer.doOpen(NettyServer.java:94)

at com.alibaba.dubbo.remoting.transport.AbstractServer.<init>(AbstractServer.java:67)

... 73 more

Caused by: java.net.BindException: Address already in use: bind

at sun.nio.ch.Net.bind0(Native Method)

at sun.nio.ch.Net.bind(Net.java:344)

at sun.nio.ch.Net.bind(Net.java:336)

at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:199)

at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)

at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.bind(NioServerSocketPipelineSink.java:148)

at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleServerSocket(NioServerSocketPipelineSink.java:100)

at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java:74)

at org.jboss.netty.channel.Channels.bind(Channels.java:468)

at org.jboss.netty.channel.AbstractChannel.bind(AbstractChannel.java:192)

at org.jboss.netty.bootstrap.ServerBootstrap$Binder.channelOpen(ServerBootstrap.java:348)

at org.jboss.netty.channel.Channels.fireChannelOpen(Channels.java:176)

at org.jboss.netty.channel.socket.nio.NioServerSocketChannel.<init>(NioServerSocketChannel.java:85)

at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:142)

at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:90)

at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:282)

... 75 more

修改配置文件的端口号,只要和另一个已经启动的项目端口号不一样就可以正常启动了

以上

The truth is, everyone is going to hurt you. You just got to find the ones worth suffering for. 

事实是,每个人都会伤害你。你只需要找到那些值得让你忍受伤害的人。

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值