After upgrading DX NetOps Spectrum OneClick to version 25.4.11, the Tomcat service fails to start.
Reviewing the catalina.out log indicates an incompatible version of the Apache Tomcat Native library is detected. The error observed states:
2026-08-26 13:31:58,373 [main] ERROR org.apache.catalina.core.AprLifecycleListener - An incompatible version [1.2.35] of the Apache Tomcat Native library is installed, while Tomcat requires at least version [1.3.8]
The OS (RH 8.x) has FIPS enabled and the environment requires the Spectrum OneClick tomcat implementation also supports FIPS.
When FIPS is enabled on RHEL 8.x, the system requires a specific version of the tomcat-native library. The upgrade environment was found to have an older version (e.g., 1.2.35), while the current release of Tomcat in OneClick requires at least version 1.3.8 to function correctly.
tomcat-native version using: yum list installed | grep tomcat-nativetomcat-native package to at least the version specified in the error message. This may only be available via the RH EPEL.