Issue Type: Bug Bug
Affects Versions: 1.0.10
Assignee: Logback dev list
Components: logback-classic
Created: 28/Mar/13 11:00 AM
Description: When using logback with glassfish, a NullPointerException exception is thrown, since glassfish seems to have a different classloader not always available via class.getClassLoader().

So the bug seem to be in ch.qos.logback.classic.util.EnvUtil in line 25. Here the classloader is used, without checking for a null value first, hence the NullPointerException.
Environment: Windows 7, Oracle Java 7 JDK, Glassfish 3.2.1.1
Project: logback
Priority: Major Major
Reporter: Alexander Brakowski
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