microsoft / azure-maven-plugins

Maven plugins for Azure
MIT License
274 stars 146 forks source link

Unavailable Font Error #2051

Open dharm187 opened 2 years ago

dharm187 commented 2 years ago

Plugin name and version

azure-webapp-maven-plugin 1.6.0

Plugin configuration in your pom.xml

V2 XXXX XXXXX australiasoutheast P1V2 JAVA_OPTS -Dserver.port=80 linux jre8 TOMCAT 8.5 ${project.basedir}/target abc/xyz *.war

Expected behavior

Excel file should be generated

Actual behavior

While using a latest tomcat version, we are getting error while generating excel. Below is the error:

Probable fatal error:No fonts found

When working with older version of tomcat, for ex. tomcat 8.5.57, the excel generation is working good.

Steps to reproduce the problem

Try to generate excel using Apache POI library and latest version of Tomcat. Error will be generated

image

Flanker32 commented 2 years ago

@dharm187 Thanks for your report. Could you plese share us a demo project to reproduce this issue? By the way, could this issue be reproduced locally with the same tomcat container in Azure?

dharm187 commented 2 years ago

@Flanker32 Yes. I think this can be reproduced locally with same settings. For demo project, give me a day or 2. I can create that and provide.