I am developing a web application that will generate a word doc. I use Mac as my development environment. I have no problems with generating the report on my Mac. Recently, I deployed the same web application in a staging environment. I encountered this issue where the generation of report takes a very long time and probably not finish processing. Stuck at FOUserAgent doing its thing.
Logs in my Mac
- Code: Select all
2021-09-06 22:17:45.043 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.043 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.045 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.045 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.048 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.050 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.051 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.051 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.059 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.059 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.066 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.066 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.071 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.071 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.071 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.071 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.072 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.072 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.074 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.074 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.074 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.074 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.077 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.077 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.081 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.081 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.081 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.082 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.082 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.082 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.097 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.097 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.098 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.098 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.103 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.103 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.103 INFO 2366 --- [io-3000-exec-10] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 22:17:45.103 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@6bec03d0 is null, but we don't have that
2021-09-06 22:17:45.138 WARN 2366 --- [io-3000-exec-10] org.docx4j.fonts.RunFontSelector : TODO: how to handle char '–' in range c>='\u2000' && c<='\u2EFF'?
2021-09-06 22:17:45.142 WARN 2366 --- [io-3000-exec-10] org.docx4j.fonts.fop.util.FopConfigUtil : Document font Calibri (Body) is not mapped to a physical font!
2021-09-06 22:17:45.142 WARN 2366 --- [io-3000-exec-10] org.docx4j.fonts.fop.util.FopConfigUtil : Document font Calibri Light is not mapped to a physical font!
2021-09-06 22:17:45.142 WARN 2366 --- [io-3000-exec-10] org.docx4j.fonts.fop.util.FopConfigUtil : Document font Symbol is not mapped to a physical font!
2021-09-06 22:17:45.142 INFO 2366 --- [io-3000-exec-10] org.docx4j.fonts.PhysicalFonts : No italic form for: Wingdings
2021-09-06 22:17:45.366 WARN 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : Hyphenation pattern not found. URI: en.
2021-09-06 22:17:45.367 WARN 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
2021-09-06 22:17:45.368 WARN 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
2021-09-06 22:17:45.369 WARN 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : Font "Calibri,normal,700" not found. Substituting with "any,normal,700".
2021-09-06 22:17:45.393 WARN 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : Font "Calibri,normal,400" not found. Substituting with "any,normal,400".
2021-09-06 22:17:45.752 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 5:424) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:45.753 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 5:424) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:45.827 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 7:443) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:45.827 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 7:443) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:45.868 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 9:451) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:45.868 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 9:451) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:45.927 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 11:443) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:45.988 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 13:451) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:46.018 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 15:445) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:46.018 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 15:445) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:46.026 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 17:445) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:46.026 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 17:445) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:46.078 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 19:445) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:46.137 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 21:443) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:46.151 WARN 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : Font "Courier New,normal,400" not found. Substituting with "any,normal,400".
2021-09-06 22:17:46.490 INFO 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : An fo:table (See position 23:443) is wider than the available room in inline-progression-dimension. Adjusting end-indent based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4)
2021-09-06 22:17:46.493 WARN 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : Font "Calibri,italic,400" not found. Substituting with "any,italic,400".
2021-09-06 22:17:46.631 WARN 2366 --- [io-3000-exec-10] org.apache.fop.apps.FOUserAgent : The contents of fo:external-graphic line 1 exceed the available area in the inline-progression direction by 13616 millipoints. (See position 23:20128)
2021-09-06 22:17:47.719 INFO 2366 --- [io-3000-exec-10] o.d.jaxb.NamespacePrefixMapperUtils : Using ri.NamespacePrefixMapperRelationshipsPart, which is suitable for the JAXB RI
...JPA stuff...
2021-09-06 22:17:47.875 DEBUG 2366 --- [io-3000-exec-10] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit
2021-09-06 22:17:47.875 DEBUG 2366 --- [io-3000-exec-10] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1804913848<open>)]
2021-09-06 22:17:47.875 DEBUG 2366 --- [io-3000-exec-10] o.s.jdbc.datasource.DataSourceUtils : Resetting read-only flag of JDBC Connection [HikariProxyConnection@1699950522 wrapping conn0: url=jdbc:h2:mem:test user=SA]
2021-09-06 22:17:47.875 DEBUG 2366 --- [io-3000-exec-10] o.s.orm.jpa.JpaTransactionManager : Not closing pre-bound JPA EntityManager after transaction
2021-09-06 22:17:47.879 DEBUG 2366 --- [io-3000-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Found 'Content-Type:application/vnd.openxmlformats-officedocument.wordprocessingml.document' in response
2021-09-06 22:17:47.880 DEBUG 2366 --- [io-3000-exec-10] o.s.w.s.m.m.a.HttpEntityMethodProcessor : Writing [Byte array resource [resource loaded from byte array]]
2021-09-06 22:17:47.889 DEBUG 2366 --- [io-3000-exec-10] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@e2cb930
2021-09-06 22:17:47.889 DEBUG 2366 --- [io-3000-exec-10] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2021-09-06 22:17:47.897 DEBUG 2366 --- [io-3000-exec-10] o.j.s.OpenEntityManagerInViewInterceptor : Closing JPA EntityManager in OpenEntityManagerInViewInterceptor
2021-09-06 22:17:47.897 DEBUG 2366 --- [io-3000-exec-10] o.s.web.servlet.DispatcherServlet : Completed 200 OK
2021-09-06 22:17:47.897 DEBUG 2366 --- [io-3000-exec-10] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
2021-09-06 22:17:47.897 DEBUG 2366 --- [io-3000-exec-10] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
Logs in staging environment, running Linux
- Code: Select all
2021-09-06 07:23:34.746 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.746 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.746 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.746 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.750 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.750 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.752 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.752 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.753 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.753 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.753 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.753 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.754 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.754 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.755 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.755 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.755 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.755 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.756 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.756 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.758 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.758 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.758 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.758 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.758 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.758 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.765 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.765 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.765 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.765 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.768 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.768 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.768 INFO 1857574 --- [-nio-443-exec-8] o.docx4j.openpackaging.parts.ThemePart : Empty typeface in font for MAJOR_EAST_ASIA
2021-09-06 07:23:34.768 INFO 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : theme font for lang org.docx4j.wml.CTLanguage@3f0076dc is null, but we don't have that
2021-09-06 07:23:34.779 WARN 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.RunFontSelector : TODO: how to handle char '?' in range c>='\u2000' && c<='\u2EFF'?
2021-09-06 07:23:34.780 WARN 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.fop.util.FopConfigUtil : Document font Calibri (Body) is not mapped to a physical font!
2021-09-06 07:23:34.780 WARN 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.fop.util.FopConfigUtil : Document font Calibri Light is not mapped to a physical font!
2021-09-06 07:23:34.781 WARN 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.fop.util.FopConfigUtil : Document font Symbol is not mapped to a physical font!
2021-09-06 07:23:34.781 WARN 1857574 --- [-nio-443-exec-8] org.docx4j.fonts.fop.util.FopConfigUtil : Document font Wingdings is not mapped to a physical font!
2021-09-06 07:24:07.891 WARN 1857574 --- [-nio-443-exec-8] org.apache.fop.apps.FOUserAgent : Hyphenation pattern not found. URI: en.
2021-09-06 07:24:07.893 WARN 1857574 --- [-nio-443-exec-8] org.apache.fop.apps.FOUserAgent : Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
2021-09-06 07:24:07.893 WARN 1857574 --- [-nio-443-exec-8] org.apache.fop.apps.FOUserAgent : Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
2021-09-06 07:24:07.894 WARN 1857574 --- [-nio-443-exec-8] org.apache.fop.apps.FOUserAgent : Font "Calibri,normal,700" not found. Substituting with "any,normal,700".
2021-09-06 07:26:28.460 WARN 1857574 --- [-nio-443-exec-8] org.apache.fop.apps.FOUserAgent : Font "Calibri,normal,400" not found. Substituting with "any,normal,400".