Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Runtime exception during log correlation due to missing protection domain #976

Closed
Patrick-Eichhorn opened this issue Jan 20, 2021 · 0 comments · Fixed by #1008 or #1009
Closed

Runtime exception during log correlation due to missing protection domain #976

Patrick-Eichhorn opened this issue Jan 20, 2021 · 0 comments · Fixed by #1008 or #1009
Assignees
Labels
area/agent bug Something isn't working

Comments

@Patrick-Eichhorn
Copy link
Contributor

Patrick-Eichhorn commented Jan 20, 2021

A thread without a protection domain, with active security manager and active log correlation results in a runtime exception.
The MDCAccess.put() method calls the AbstractStaticMapMDCAdapter.set() method, which uses reflections. If the protection Domain is null, a runtime exception occurs.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area/agent bug Something isn't working
Projects
None yet
2 participants