[
https://issues.apache.org/jira/browse/ZOOKEEPER-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amichai Rothman updated ZOOKEEPER-4205:
---------------------------------------
Description:
Port 8080 is used by default on various web servers and applications. On any
system running such a server the ZooKeeper build fails because the port is in
use. It should use a dynamically assigned free port instead.
java.lang.NullPointerException
at
org.apache.zookeeper.server.X509AuthFailureTest.testSecureStandaloneServerAuthNFailure(X509AuthFailureTest.java:81)
was:Port 8080 is used by default on various web servers and applications. On
any system running such a server the ZooKeeper build fails because the port is
in use. It should use a dynamically assigned free port instead.
> Test fails when port 8080 is in use
> -----------------------------------
>
> Key: ZOOKEEPER-4205
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4205
> Project: ZooKeeper
> Issue Type: Bug
> Components: tests
> Affects Versions: 3.8.0
> Reporter: Amichai Rothman
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Port 8080 is used by default on various web servers and applications. On any
> system running such a server the ZooKeeper build fails because the port is in
> use. It should use a dynamically assigned free port instead.
>
> java.lang.NullPointerException
> at
> org.apache.zookeeper.server.X509AuthFailureTest.testSecureStandaloneServerAuthNFailure(X509AuthFailureTest.java:81)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)