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):
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
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