|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
_______________________________________________ slf4j-dev mailing list slf4j-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/slf4j-dev
We are in a secure environment, LoggerFactory.findPossibleStaticLoggerBinderPathSet() triggers an AccessControlException with ClassLoader.getResources(). That in turn, triggers this issue when attempting to report the issue in Util.
Since JDK 1.4, you can use Throwable.getStackTrace() to find the class name of the calling class.
But no matter how you do it, I don't think finding the name of the calling class is reason enough for a total failure.