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 2021/11/13 11:49:47 UTC

[GitHub] [dubbo] kylixs removed a comment on issue #9268: Start unit test zookeeper server failed in macOS

kylixs removed a comment on issue #9268:
URL: https://github.com/apache/dubbo/issues/9268#issuecomment-968055897


   ```
   "logs/zookeeper-gongdewei-server-mbp1649.local.out" 104L, 17640C
   2021-11-13 19:48:22,772 [myid:] - INFO  [main:DefaultSessionIdManager@333] - DefaultSessionIdManager workerName=node0
   2021-11-13 19:48:22,772 [myid:] - INFO  [main:DefaultSessionIdManager@338] - No SessionScavenger set, using defaults
   2021-11-13 19:48:22,776 [myid:] - INFO  [main:HouseKeeper@140] - node0 Scavenging every 600000ms
   2021-11-13 19:48:22,786 [myid:] - INFO  [main:ContextHandler@825] - Started o.e.j.s.ServletContextHandler@4d41cee{/,null,AVAILABLE}
   2021-11-13 19:48:22,796 [myid:] - ERROR [main:ZooKeeperServerMain@85] - Unable to start AdminServer, exiting abnormally
   org.apache.zookeeper.server.admin.AdminServer$AdminServerException: Problem starting AdminServer on address 0.0.0.0, port 8081 and command URL /commands
           at org.apache.zookeeper.server.admin.JettyAdminServer.start(JettyAdminServer.java:176)
           at org.apache.zookeeper.server.ZooKeeperServerMain.runFromConfig(ZooKeeperServerMain.java:153)
           at org.apache.zookeeper.server.ZooKeeperServerMain.initializeAndRun(ZooKeeperServerMain.java:112)
           at org.apache.zookeeper.server.ZooKeeperServerMain.main(ZooKeeperServerMain.java:67)
           at org.apache.zookeeper.server.quorum.QuorumPeerMain.initializeAndRun(QuorumPeerMain.java:140)
           at org.apache.zookeeper.server.quorum.QuorumPeerMain.main(QuorumPeerMain.java:90)
   Caused by: java.io.IOException: Failed to bind to /0.0.0.0:8081
           at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:346)
           at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:307)
           at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
           at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:231)
           at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
           at org.eclipse.jetty.server.Server.doStart(Server.java:385)
           at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72)
           at org.apache.zookeeper.server.admin.JettyAdminServer.start(JettyAdminServer.java:167)
           ... 5 more
   Caused by: 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:225)
           at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
           at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:342)
           ... 12 more
   Unable to start AdminServer, exiting abnormally
   2021-11-13 19:48:22,800 [myid:] - INFO  [main:ZKAuditProvider@42] - ZooKeeper audit is disabled.
   2021-11-13 19:48:22,801 [myid:] - ERROR [main:ServiceUtils@42] - Exiting JVM with code 4
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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