当前位置:   article > 正文

Could not initialize class sun.font.SunFontManager

could not initialize class sun.font.sunfontmanager

项目从jdk8升级到jdk11后出现的问题,找了很多文章说什么改这改那的都不行

使用了dockerfile进行的项目部署,部署成功后,不断报了以下错误

Handler dispatch failed; nested exception is java.lang.InternalError: java.lang.reflect.InvocationTargetException

org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.UnsatisfiedLinkError: /usr/local/openjdk-11/lib/libfontmanager.so: libfreetype.so.6: cannot open shared object file: No such file or directory

Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class sun.font.SunFontManager

解决方案

使用 Amazon Corretto 11 的官方映像。

在dockerfile上FORM修改为    FROM amazoncorretto:11

重新打包上传到doker运行,解决!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/195591
推荐阅读
相关标签
  

闽ICP备14008679号