You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
Hi
When I configure the JSON logger to send logs to Anypoint MQ, Gettting error "Exception in thread "Thread-19" java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/springframework/util/backoff/ExponentialBackOff
Caused by: org.mule.runtime.module.artifact.api.classloader.exception.CompositeClassNotFoundException: Cannot load class 'org.springframework.util.backoff.ExponentialBackOff': [
org.springframework.util.backoff.ExponentialBackOf
"
The Exclusion of spring-core artifact in the pom.xml seems to be the culprit. After removing spring-core from the exclusion list, it works fine. Please have this corrected in the repo.
The text was updated successfully, but these errors were encountered:
Hi
When I configure the JSON logger to send logs to Anypoint MQ, Gettting error "Exception in thread "Thread-19" java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/springframework/util/backoff/ExponentialBackOff
Caused by: org.mule.runtime.module.artifact.api.classloader.exception.CompositeClassNotFoundException: Cannot load class 'org.springframework.util.backoff.ExponentialBackOff': [
org.springframework.util.backoff.ExponentialBackOf
"
The Exclusion of spring-core artifact in the pom.xml seems to be the culprit. After removing spring-core from the exclusion list, it works fine. Please have this corrected in the repo.
The text was updated successfully, but these errors were encountered: