[infinispan-issues] [JBoss JIRA] (ISPN-5341) HR client tests fail with java.net.BindException: Address already in use exception

Martin Gencur (JIRA) issues at jboss.org
Mon Nov 16 08:04:02 EST 2015


     [ https://issues.jboss.org/browse/ISPN-5341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Gencur closed ISPN-5341.
-------------------------------
    Resolution: Cannot Reproduce


This if probably a problem of a test - one test fails and doesn't de-allocate its resouces. Then another test tries to connect to the same host/port. There's not enough information in this BZ and the related JIRA and we're not able to reproduce it.

> HR client tests fail with java.net.BindException: Address already in use exception
> ----------------------------------------------------------------------------------
>
>                 Key: ISPN-5341
>                 URL: https://issues.jboss.org/browse/ISPN-5341
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Test Suite - Core
>    Affects Versions: 7.1.1.Final
>            Reporter: Vitalii Chepeliuk
>              Labels: testsuite_stability
>
> Following tests
> client.hotrod.AuthenticationTest.testAuthentication
> client.hotrod.AuthenticationTest.testAuthenticationFail
> client.hotrod.SslTest.testPlainServerSSLClient
> client.hotrod.SslTest.testSSLServerPlainClient
> fail with
> {noformat}
> java.net.BindException: Address already in use
> 	at sun.nio.ch.Net.bind0(Native Method)
> 	at sun.nio.ch.Net.bind(Net.java:444)
> 	at sun.nio.ch.Net.bind(Net.java:436)
> 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
> 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
> 	at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:124)
> 	at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:476)
> 	at io.netty.channel.DefaultChannelPipeline$HeadHandler.bind(DefaultChannelPipeline.java:1000)
> 	at io.netty.channel.DefaultChannelHandlerContext.invokeBind(DefaultChannelHandlerContext.java:463)
> 	at io.netty.channel.DefaultChannelHandlerContext.bind(DefaultChannelHandlerContext.java:448)
> 	at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:842)
> 	at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:195)
> 	at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:338)
> 	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:370)
> 	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
> 	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
> 	at java.lang.Thread.run(Thread.java:745)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list