jihwong commented on issue #4154:
URL: https://github.com/apache/bookkeeper/issues/4154#issuecomment-1855008385

   > The default configuration declared on the bookkeeper.apache.org website 
has been annotated and is invalid. You need to change the configuration
   
   I changed the configuration and the log also printed out that the 
configuration was successfully loaded, but failed to listen to port 8000
   
![image](https://github.com/apache/bookkeeper/assets/71686809/7ee34590-5b40-4937-863f-5e9662849376)
   ```
   root@ubuntu:~# ss -antpl
   State        Recv-Q        Send-Q                Local Address:Port          
      Peer Address:Port                                                 
   LISTEN       0             4096                        0.0.0.0:3181          
           0.0.0.0:*           users:(("java",pid=13184,fd=178))        
   LISTEN       0             4096                        0.0.0.0:8080          
           0.0.0.0:*           users:(("java",pid=13184,fd=207))        
   LISTEN       0             50                          0.0.0.0:42387         
           0.0.0.0:*           users:(("java",pid=13184,fd=156))    
   ```
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to