[jira] [Created] (FLINK-11995) Kafka09SecuredRunITCase fails due to port conflict

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-11995) Kafka09SecuredRunITCase fails due to port conflict

Shang Yuanchun (Jira)
Chesnay Schepler created FLINK-11995:
----------------------------------------

             Summary: Kafka09SecuredRunITCase fails due to port conflict
                 Key: FLINK-11995
                 URL: https://issues.apache.org/jira/browse/FLINK-11995
             Project: Flink
          Issue Type: Bug
          Components: Connectors / Kafka, Tests
    Affects Versions: 1.8.0
            Reporter: Chesnay Schepler


[https://travis-ci.org/apache/flink/jobs/509650718]

 
{code:java}
22:40:05,370 INFO  org.apache.flink.streaming.connectors.kafka.Kafka09SecuredRunITCase  -     Starting Kafka09SecuredRunITCase
22:40:05,373 INFO  org.apache.flink.streaming.connectors.kafka.Kafka09SecuredRunITCase  - -------------------------------------------------------------------------
22:40:10,553 INFO  org.apache.flink.streaming.connectors.kafka.KafkaTestBase     - Starting KafkaTestBase.prepare() for Kafka 0.9
22:40:10,554 INFO  org.apache.flink.streaming.connectors.kafka.KafkaTestEnvironmentImpl  - Starting Zookeeper
java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:433)
        at sun.nio.ch.Net.bind(Net.java:425)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.configure(NIOServerCnxnFactory.java:90)
        at org.apache.zookeeper.server.ZooKeeperServerMain.runFromConfig(ZooKeeperServerMain.java:117)
        at org.apache.curator.test.TestingZooKeeperMain.runFromConfig(TestingZooKeeperMain.java:93)
        at org.apache.curator.test.TestingZooKeeperServer$1.run(TestingZooKeeperServer.java:148)
        at java.lang.Thread.run(Thread.java:748)
22:40:13.083 [ERROR] Tests run: 2, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 10.529 s <<< FAILURE! - in org.apache.flink.streaming.connectors.kafka.Kafka09SecuredRunITCase{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)