Tomcat7 missing fonts
I recently migrated my tomcat7 server to a new esxi server and had the following issue: Caused by: java.lang.Error: Probable fatal error:No fonts found. There are a few explanations found on the web: Tomcat is running headless. Add this -Djava.awt.headless to /etc/init.d/tomcat7. Checked, was there already so this is not the cause. Add missing fonts:... » read more