Could not initialize class sun.font.SunFontManager in Official Docker Container
I am running the official Docker Coldfusion Container:
eaps-docker-coldfusion.bintray.io/cf/coldfusion:latest
When I try to create a PDF using <CFDOCUMENT>, I receive the following error message.
I know that lucee had some problems with this based on the Java version, but I assumed that the official image/container would work.
Here is the code block it works great on the exact same version of ColdFusion installed locally.
<cfdocument format="pdf" scale="#URL.scale#">
<cfoutput>#cfhttp.filecontent#</cfoutput>
</cfdocument>
Thank you
