简体   繁体   中英

Getting Java.lang.ClassNotFoundException: org.apach.logging.log4j.Logger while deploying ear module in WebLogic 12C

I'm getting Java.lang.ClassNotFoundException: org.apach.logging.log4j.Logger while deploying ear module in WebLogic 12C. Ear module contains EJB & Web Modules.

Please help me to fix this issue.

Issue got resolved after i added org.apach.logging.log4j log4j-api & log4j-core maven dependencies in ear, ejb & web pom.xmls.

I've extracted ear file and verified log4j jars classpath in Mainfest.mf file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM