Could not initialize class javax.imageio.ImageIO

前端 未结 3 1755
执念已碎
执念已碎 2020-12-20 15:54

I\'m trying to deploy a Spring web app to a Tomcat 7 running on a production environment on Windows Azure (tried Ubuntu and Windows Datacenter VM). Sadly, I get an error whi

3条回答
  •  温柔的废话
    2020-12-20 16:37

    Got fixed for me by adding following JVM option.

    JAVA_OPTS="-Djava.awt.headless=true -Dawt.toolkit=sun.awt.HToolkit"
    

提交回复
热议问题