java.lang.ClassNotFoundException: com.fasterxml.jackson.databind.ser.FilterProvider not found by core bundle
Hi guys,
I am getting this issue on all my content pages in the AEM repo -
04.02.2026 17:11:30.988 *ERROR* [[0:0:0:0:0:0:0:1] [1770205290899] GET /content/projectA/us/en/home.html HTTP/1.1] com.day.cq.wcm.core.impl.WCMDeveloperModeFilter Error during include of SlingRequestPathInfo: path='/content/projectA/us/en/home/jcr:content', selectorString='null', extension='html', suffix='null'
java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/ser/FilterProvider
Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.databind.ser.FilterProvider not found by aem-projA.core [622]
at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1591)
I do have the bundle “jackson-databindcom.fasterxml.jackson.core.jackson-databind”
It is exporting the package com.fasterxml.jackson.databind.ser,version=2.17.2
Though the error is for ser.FilterProvider I don’t see it in the codebase.