Page MenuHomeDevCentral

Provides required libraries for graphics capabilities
ClosedPublic

Authored by dereckson on Feb 5 2020, 12:15.
Tags
None
Referenced Files
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
Unknown Object (File)
Sep 28 2024, 22:43
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
No Lint Coverage
Unit
No Test Coverage
Branch
gfx (branched from master)
Build Status
Buildable 3389
Build 3638: arc lint + arc unit

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)