Re: Log4j2: Stack overflow error after logging configuration with java api

2017-04-28 Thread Sergii Volokh
Hi Gary! Unfortunately, I do not have access to the environment for now. But I do remember the place. It was a single step stack strace cycle in "org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy", line 97. Following method recursively calls itself (the same object instance):

Re: Log4j2: Stack overflow error after logging configuration with java api

2017-04-28 Thread Gary Gregory
Hi, Can you post a bit of the stack trace? Gary On Fri, Apr 28, 2017 at 9:05 AM, Sergii Volokh wrote: > Hi Guys! > > I have some logging configuration staff using java api. > And migrating from log4j2 v2.2 to v2.8.2, I've got StackOverflowError > inside of Log4j logger. > The problem was final

Fwd: Log4j2: Stack overflow error after logging configuration with java api

2017-04-28 Thread Sergii Volokh
Hi Guys! I have some logging configuration staff using java api. And migrating from log4j2 v2.2 to v2.8.2, I've got StackOverflowError inside of Log4j logger. The problem was finally resolved with configuration logic correction, but it still seems to be a reason to fix something inside of Log4j to