Page MenuHomeDevCentral

Provides required libraries for graphics capabilities
ClosedPublic

Authored by dereckson on Feb 5 2020, 12:15.
Tags
None
Referenced Files
F2744237: D2185.id5497.diff
Thu, Mar 28, 15:12
Unknown Object (File)
Wed, Mar 27, 02:07
Unknown Object (File)
Sun, Mar 24, 05:44
Unknown Object (File)
Sat, Mar 23, 15:41
Unknown Object (File)
Fri, Mar 22, 01:12
Unknown Object (File)
Sun, Mar 17, 20:47
Unknown Object (File)
Wed, Mar 13, 22:22
Unknown Object (File)
Wed, Mar 13, 10:39
Subscribers
None

Details

Summary

The Monitoring Service plug-in, required to implement XEP-0313,
Message Archive Management, uses X11FontManager class, which
requires fontconfig to be available.

Fixes the following Java issue:

org.springframework.web.util.NestedServletException: Handler dispatch failed;
nested exception is java.lang.NoClassDefFoundError:
Could not initialize class sun.awt.X11FontManager

This is a follow-up for a5c611fc6f14.

Reference: https://stackoverflow.com/a/58765562/1930997

Test Plan

Diff Detail

Repository
rDO Docker image for Openfire
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
dereckson retitled this revision from Install fontconfig libfreetype6 to Provides required libraries for graphics capabilities.
dereckson edited the summary of this revision. (Show Details)
dereckson edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Feb 5 2020, 12:23
dereckson edited the summary of this revision. (Show Details)