Same issue here using standalone installation with:
- rocky 9
- tomcat 9
- java 8
- openboxes release Release v0.9.6-hotfix1
- installation instructions from https://docs.openboxes.com/en/latest/admin-guide/installation/
As indicated in the thread, the problem was in the machine’s local configuration; in my case:
#$ localectl
System Locale: LANG=es_ES.UTF-8
VC Keymap: es
X11 Layout: es
Quick fix (will look deeper later) changing it to “en_US.UTF-8”, the application worked as expected:
#$ localectl set-locale "en_US.UTF-8"
#$ localectl
System Locale: LANG=en_US.UTF-8
VC Keymap: es
X11 Layout: es