Paulo Pires created CASSANDRA-5739:
--------------------------------------

             Summary: Class unloading triggers container crash
                 Key: CASSANDRA-5739
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5739
             Project: Cassandra
          Issue Type: Bug
          Components: Drivers
    Affects Versions: 1.2.4
            Reporter: Paulo Pires


While undeploying a Java webapp on a Glassfish cluster, I get a exception and 
consequently Glassfish crashes. The log can be seen at 
http://pastebin.com/CG6LKPEv

After some research, WebappClassLoader tries to clear references on each loaded 
class, triggering the call to static StorageService.getPartitioner() which then 
tries to load the cassandra.yaml file.

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

Reply via email to