Marcus Klein created JCS-107:
--------------------------------

             Summary: NoSuchMethodError thrown during shutdown of JCS
                 Key: JCS-107
                 URL: https://issues.apache.org/jira/browse/JCS-107
             Project: Commons JCS
          Issue Type: Bug
          Components: Composite Cache
    Affects Versions: jcs-1.3
         Environment: Debian Squeeze, Wheezy, RHEL6, SLES11. Equinox OSGi 
environment, Sun JDK 6 and OpenJDK 6 and 7.
            Reporter: Marcus Klein
            Priority: Blocker


When shutting down JCS within the ElementEventQueue a NoSuchMethodError is 
thrown:

Exception in thread "ElementEventQueue.QProcessor-1" java.lang.NoSuchMethodError
        at java.lang.Thread.destroy(Thread.java:980)
        at 
org.apache.jcs.engine.control.event.ElementEventQueue$QProcessor.run(ElementEventQueue.java:257)

This happens because the deprecated Method java.lang.Thead.destroy() is used. 
The implementation of that method throws a NoSuchMethodError with all above 
mentioned JDKs.

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