NoSuchMethodError After Migrating Application to WebLogic 12.2.1.3
(Doc ID 2684979.1)
Last updated on JULY 18, 2024
Applies to:
Oracle WebLogic Server - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
The RESTful web application can't work after migrating from 11g (WebLogic 10.3.6 with JDK6) to 12c (WebLogic 12.2.1.3 with JDK8)
Application works well on WebLogic 10.3.6 but throws below NoSuchMethodError on WebLogic 12.2.1.3
org.glassfish.jersey.server.ContainerException: java.lang.NoSuchMethodError: com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator.getOutputContext()Lcom/fasterxml/jackson/core/json/JsonWriteContext;
Log:
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |