Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D2185
Change Details
Change Details
Old
New
Diff
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
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
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
Continue