|
||||||||
|
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 |
||||||||
_______________________________________________ logback-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-dev

Our project is hitting this too. Ours is because we have Throwables/stacktraces sent from a different process which has classes that don't exist in the process doing the logging. The OSGi classloader we use then spends quite a lot of time trying to find that class in support of the package data before finally giving up.