Trying to install Odoo 15 community edition on Windows Server 2021 r2.
Unable to start Odoo 15 Server Service as it gets "Paused" automatically.
CHecked Odoo-bin and Found Log - "#!/usr/bin/env python3 # set server timezone in UTC before time module imported __import__('os').environ['TZ'] = 'UTC' import odoo
if __name__ == "__main__": odoo.cli.main() "
Also tried installing Odoo after setting the timezone to UTC. Still the same.
Kindly assist