[ 
https://issues.apache.org/jira/browse/QPID-7955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16198591#comment-16198591
 ] 

ASF subversion and git services commented on QPID-7955:
-------------------------------------------------------

Commit 4889eac089acd05f6725cbeca23d30eff2f84d63 in qpid-broker-j's branch 
refs/heads/master from [~lorenz.quack]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-broker-j.git;h=4889eac ]

QPID-7955: [Java Broker] Workaround LOGBACK-1027: Stack overflow on recursive 
exceptions


> Logback Stack overflow exception whilst reporting fatal BDB JE 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
>             Fix For: qpid-java-broker-7.0.0
>
>
> 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.   
> Problem occurs equally on all three AMQP protocols.
> {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-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to