sowjanya created LOG4J2-3620:
--------------------------------
Summary: Getting Could not initialize class
org.apache.logging.log4j.status.StatusLogger Exception while upgrading from
log4j1.x to 2.19.0
Key: LOG4J2-3620
URL: https://issues.apache.org/jira/browse/LOG4J2-3620
Project: Log4j 2
Issue Type: Bug
Reporter: sowjanya
We are upgrading log4j in our application from 1.x to 2.19.0
Added below jars for forward compatibility
{code:java}
log4j-1.2-api-2.19.0.jar
log4j-core-2.19.0.jar
log4j-api-2.19.0.jar {code}
Compilation if failing with below Exception
{code:java}
[java] Error starting Application!!! Message:Could not initialize class
org.apache.logging.log4j.status.StatusLogger {code}
*Note:* We tried upgrade from 1.x to 2.17.2 and everything works well we didn't
get any issue but when trying to upgrade from 1.x to 2.19.0 we are getting
above exception.
Can someone let us know how to solve above exception
--
This message was sent by Atlassian Jira
(v8.20.10#820010)