SAP PO – ConfigTool doesn’t show any text or button
Last time I had a problem with ConfigTool. It opens but does not show any text or buttons like on the below screens. I use use: SAPJVM_VERSION = 8.1.097.
Solution
- You have to google-roboto-fonts package for Linux system. Go to https://fonts.google.com/specimen/Roboto and click in download family
- Save the ZIP file and copy to the affected server
- Extract ZIP file
- Copy all “Roboto-*.ttf” font files to font path for linux “/usr/share/fonts/truetype”
- Make sure to set the same authorization to the files with
- chmod 644 Roboto-*
- chown root:root Roboto-*
- Make sure to set the same authorization to the files with
- Run the following command to refresh the font cache “fc-cache -f -v”
- Restart the Config tool
Now everything is OK. ConfigTool works properly.