-
Bug
-
Resolution: Done
-
Blocker
-
fuse-7.11-GA
-
None
-
False
-
None
-
False
-
%
-
Todo
-
On build AR12 ( `1.14.0.fuse-7_11_0-00021-redhat-00001` )
The following error appears during the integration pod is starting.
2022-06-01 13:34:08.823 ERROR 1 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
com.fasterxml.jackson.dataformat.xml.XmlMapper.<init>(XmlMapper.java:176)
The following method did not exist:
com.fasterxml.jackson.dataformat.xml.XmlMapper.coercionConfigDefaults()Lcom/fasterxml/jackson/databind/cfg/MutableCoercionConfig;
The method's class, com.fasterxml.jackson.dataformat.xml.XmlMapper, is available from the following locations:
jar:file:/deployments/project-0.1-SNAPSHOT.jar!/BOOT-INF/lib/jackson-dataformat-xml-2.12.6.jar!/com/fasterxml/jackson/dataformat/xml/XmlMapper.class
The class hierarchy was loaded from the following locations:
com.fasterxml.jackson.dataformat.xml.XmlMapper: jar:file:/deployments/project-0.1-SNAPSHOT.jar!/BOOT-INF/lib/jackson-dataformat-xml-2.12.6.jar!/
com.fasterxml.jackson.databind.ObjectMapper: jar:file:/deployments/project-0.1-SNAPSHOT.jar!/BOOT-INF/lib/jackson-databind-2.11.2.jar!/
com.fasterxml.jackson.core.ObjectCodec: jar:file:/deployments/project-0.1-SNAPSHOT.jar!/BOOT-INF/lib/jackson-core-2.11.2.jar!/
com.fasterxml.jackson.core.TreeCodec: jar:file:/deployments/project-0.1-SNAPSHOT.jar!/BOOT-INF/lib/jackson-core-2.11.2.jar!/
Action:
Correct the classpath of your application so that it contains a single, compatible version of com.fasterxml.jackson.dataformat.xml.XmlMapper
- is caused by
-
ENTESB-19153 Fuse Online 7.11 Build #AR12
- Resolved