To resolve this issue:
- Perform any of the following options to fix the locale:
- /etc/default/locale file (for Ubuntu), comment the following and save it.
#LANG="en_US.UTF-8"
For Centos/RHEL, the path is /etc/locale.
- Generate this missing locale by:
locale-gen "en_US.UTF-8"{{}}
- Perform the following command, and follow the wizard to complete setting system locale.
dpkg-reconfigure locales
- Consult with the OS provider on how to fix the locale.
- /etc/default/locale file (for Ubuntu), comment the following and save it.
- Restart the agent service:
service ds_agent stop
service ds_agent start