Resolution

This issue is due to CXF packages having been removed from AEM and those need to be installed externally:

  1. Stop the AEM.

  2. Find and open this file in a text editor: crx-quickstart/conf/sling.properties.

  3. Modify this line:
    Before
    org.osgi.framework.bootdelegation=com.yourkit.*,

    ${org.apache.sling.launcher.bootdelegation}
    After

    org.osgi.framework.bootdelegation=sun.*,com.sun.*,jdk.internal.reflect,jdk.internal.reflect.*,com.yourkit.*,${org.apache.sling.launcher.bootdelegation}

  4. Start the AEM.

3d58f420-19b5-47a0-a122-5c9dab55ec7f