Skip to Main Content

Integration

deploying to weblogic 12c on linux :java.lang.IncompatibleClassChangeError: Implementing class

User_KSRYHJul 12 2022

War file succesfully deployed on weblogic 12 c on windows machine, but getting this error when deploying to same version of weblogic on linux. I found some cyclic and conflicting dependencies and removed them, but i am still getting this error. I have tried everything. Can somebody help please ?
ERROR: java.lang.IncompatibleClassChangeError: Implementing class
Server log:
log.txt (28.7 KB)
My pom.xml file:
pom.txt (3.27 KB)
Project structure and web.xml file:
image.png
List of libraries packed in .war:
image.png

Comments
Post Details
Added on Jul 12 2022
0 comments
158 views