Even I changed the port, it gives me the same error log.
Catastrophic failure occurred. Exiting. Information follows: Failed to start services, daemon exiting.
com.dremio.common.exceptions.UserException: Could not bind to port 56789.
at com.dremio.common.exceptions.UserException$Builder.build(UserException.java:746)
at com.dremio.exec.rpc.BasicServer.bind(BasicServer.java:220)
at com.dremio.services.fabric.FabricServer.bind(FabricServer.java:72)
at com.dremio.services.fabric.FabricServiceImpl.start(FabricServiceImpl.java:92)
at com.dremio.service.SingletonRegistry$AbstractServiceReference.start(SingletonRegistry.java:137)
at com.dremio.dac.daemon.NonMasterSingletonRegistry.start(NonMasterSingletonRegistry.java:54)
at com.dremio.dac.daemon.DACDaemon.startServices(DACDaemon.java:177)
at com.dremio.dac.daemon.DACDaemon.init(DACDaemon.java:183)
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:112)
Caused by: java.net.BindException: Address already in use
Do you have a firewall preventing port binding? Or do you have another process running on those specific ports? You can check via netstat -tulpn for example