You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/07 02:19:59 UTC

[GitHub] diecui1202 opened a new issue #2462: master ut not stable

diecui1202 opened a new issue #2462: master ut not stable
URL: https://github.com/apache/incubator-dubbo/issues/2462
 
 
   ```
   Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.229 sec <<< FAILURE! - in org.apache.dubbo.rpc.protocol.dubbo.telnet.PortTelnetHandlerTest
   testListAllPort(org.apache.dubbo.rpc.protocol.dubbo.telnet.PortTelnetHandlerTest)  Time elapsed: 0.012 sec  <<< ERROR!
   org.apache.dubbo.rpc.RpcException: Fail to start server(url: dubbo://127.0.0.1:20887/demo?channel.readonly.sent=true&codec=dubbo&heartbeat=60000) Failed to bind NettyServer on /127.0.0.1:20887, cause: Address already in use
   	at org.apache.dubbo.rpc.protocol.dubbo.telnet.PortTelnetHandlerTest.before(PortTelnetHandlerTest.java:53)
   Caused by: org.apache.dubbo.remoting.RemotingException: Failed to bind NettyServer on /127.0.0.1:20887, cause: Address already in use
   	at org.apache.dubbo.rpc.protocol.dubbo.telnet.PortTelnetHandlerTest.before(PortTelnetHandlerTest.java:53)
   Caused by: java.net.BindException: Address already in use
   ```
   
   Tests in error: 
     PortTelnetHandlerTest.before:53 » Rpc Fail to start server(url: dubbo://127.0....

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org