X11GraphicsEnvironment
程序员文章站
2022-03-23 12:29:30
...
org.springframework.web.util.NestedServletException: Handler dispatch failed;
nested exception is java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11GraphicsEnvironment
环境 : 在window本地运行正常,在linux测试环境运行报错如上所示
复现 : 使用poi进行excel导出时出错,
解决方案:
修改linux的Tomcat目录下的catalina.sh
JAVA_OPTS="$JAVA_OPTS -Djava.awt.headless=true"