When attempting to start the Automic Analytics backend using Java v25, the application fails to start. The following error is observed in the logs:
ERROR --- [main] c.a.analytics.backend.AgentMainDelegate : Exception in Agent main java.lang.NoClassDefFoundError: com/automic/mail/MailException at java.base/java.lang.Class.getDeclaredConstructors0(Native Method) ... Caused by: java.lang.ClassNotFoundException: com.automic.mail.MailException
This is a known incompatibility between Automic Analytics v26.0 and Java v25. Despite being listed as compatible the Compatibility Matrix, the Analytics backend cannot correctly load mail-related classes when running on Java v25, leading to a NoClassDefFoundError during the service activation phase.
Until version 26.1.0 is released, please use Java v17 for the Analytics backend:
Update to a fix version listed below or a newer version if available.
Fix version:
Component(s): Analytics Backend
Automation.Engine 26.1.0 - TBD