Page MenuHomeDevCentral

Provides required libraries for graphics capabilities
ClosedPublic

Authored by dereckson on Feb 5 2020, 12:15.
Tags
None
Referenced Files
F3758466: D2185.diff
Tue, Nov 19, 12:38
Unknown Object (File)
Wed, Nov 13, 04:41
Unknown Object (File)
Sat, Nov 9, 14:36
Unknown Object (File)
Thu, Nov 7, 19:43
Unknown Object (File)
Sat, Nov 2, 22:50
Unknown Object (File)
Oct 17 2024, 08:17
Unknown Object (File)
Oct 17 2024, 08:17
Unknown Object (File)
Oct 17 2024, 06:24
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)