Dremio error root dremio exiting- 502 Bad Gateway Nginx

I added memory to the virtual machine running Dremio, but when I accessed it again there was a dremio root error dremio exiting. With a description of the error in the browser: 502 bad gateway nginx.
2024-06-24 00:00:20,244 [main] ERROR ROOT - Dremio is exiting. Failure while starting services.
java.lang.RuntimeException: Failure reading configuration file. The following properties were invalid:
flight.auth.mode
flight.port
flight.enabled

    at com.dremio.config.DremioConfig.check(DremioConfig.java:296)
    at com.dremio.config.DremioConfig.<init>(DremioConfig.java:265)
    at com.dremio.config.DremioConfig.create(DremioConfig.java:402)
    at com.dremio.config.DremioConfig.create(DremioConfig.java:351)
    at com.dremio.config.DremioConfig.create(DremioConfig.java:347)
    at com.dremio.dac.server.DACConfig.newConfig(DACConfig.java:211)
    at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:93)

please help. how to handle it?

@romij It seems like you have some invalid parameters in your dremio.conf. Are you able to send your dremio.conf for us to review? If you have any trust store or key store password, you can X it out, please see dremio.conf documentation below