01 June 2026
Resolved an ExceptionInInitializerError that occurred when executing reports via Client.bat in environments where only the Report Generator (RPT) and Core components were installed, without the Collaboration module. The error was caused by the jakarta.json.spi.JsonProvider class not being available in the custom URLClassLoader used by the BootLoader during context initialization. This fix ensures the JSON provider is properly loaded regardless of whether the Collaboration component is present, allowing standalone report generation to work reliably.