vy commented on issue #2737:
URL: 
https://github.com/apache/logging-log4j2/issues/2737#issuecomment-2225127699

   @aaaygupta, the stack trace doesn't really make sense to me. I cannot think 
of a way `Config.getInstance().fallbackListenerLevel` (`StatusLogger.java:533`) 
returns null. I am suspecting an unexpected behaviour in J9... :thinking:
   
   1. Could you try placing `static { 
org.apache.logging.log4j.status.StatusLogger.getLogger().error("test"); }` just 
above the `... Logger = LogManager...` line in `TestLog`? Does it solve the 
problem? If not, could you share the stack trace of the exception you get?
   1. Could you share `IngrianLogger` and `IngrianUtils` sources, please?
   1. I wanted to give J9 a spin myself, but I couldn't find a binary matching 
yours in 
[AdoptOpenJDK](https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=openj9).
 Could it be that you're using a really old J9 release? Could you update J9 to 
the most recent Java 8 supporting version? If not, where can I download the J9 
VM matching yours to reproduce the problem?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to