sijie opened a new issue #407: Enable `allowLoopback` when starting localbookie URL: https://github.com/apache/bookkeeper/issues/407 **BUG REPORT** 1. Please describe the issue you observed: - What did you do? run localbookie on 4.5.0 rc0 - What did you expect to see? localbookie should be running - What did you see instead? ``` 2017-08-07 10:21:50,711 - ERROR - [main:LocalBookKeeper@304] - Failed to run 3 bookies : zk ensemble = '127.0.0.1:2181' java.net.UnknownHostException: Trying to listen on loopback address, 127.0.0.1:5000 but this is forbidden by default (see ServerConfiguration#getAllowLoopback()) at org.apache.bookkeeper.bookie.Bookie.getBookieAddress(Bookie.java:601) at org.apache.bookkeeper.proto.BookieNettyServer.<init>(BookieNettyServer.java:139) at org.apache.bookkeeper.proto.BookieServer.<init>(BookieServer.java:98) at org.apache.bookkeeper.proto.BookieServer.<init>(BookieServer.java:90) at org.apache.bookkeeper.util.LocalBookKeeper.runBookies(LocalBookKeeper.java:229) at org.apache.bookkeeper.util.LocalBookKeeper.runBookies(LocalBookKeeper.java:138) at org.apache.bookkeeper.util.LocalBookKeeper.startLocalBookiesInternal(LocalBookKeeper.java:287) at org.apache.bookkeeper.util.LocalBookKeeper.main(LocalBookKeeper.java:337) ``` ---------------------------------------------------------------- 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: us...@infra.apache.org
With regards, Apache Git Services