You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2017/10/04 12:38:00 UTC

[jira] [Created] (QPID-7955) Stack overflow exception whilst report BDB error

Keith Wall created QPID-7955:
--------------------------------

             Summary: Stack overflow exception whilst report BDB error
                 Key: QPID-7955
                 URL: https://issues.apache.org/jira/browse/QPID-7955
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: qpid-java-broker-7.0.0
            Reporter: Keith Wall


Running a test case that deliberately causes the Broker configured to use BDB to run out of diskspace, the Broker shuts down with the following exception.  The exception exception was IOException reporting the absence of diskspace.



{code}
java.lang.StackOverflowError: null
        at com.sleepycat.je.DatabaseException.getMessage(DatabaseException.java:156)
        at com.sleepycat.je.EnvironmentFailureException.getMessage(EnvironmentFailureException.java:255)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:54)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:60)
        at ch.qos.logback.classic.spi.ThrowableProxy.<init>(ThrowableProxy.java:72)
{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org