On 3/16/10 1:27 PM, Brad Moody wrote:
Hi all,
our application uses directory 1.5.5 running in JBoss 5.1. We recently got
the following stack trace in our logs:
java.lang.
IllegalArgumentException: Key not found: 275
at jdbm.btree.BPage.remove(BPage.java:480)
at jdbm.btree.BPage.remove(BPage.java:492)
at jdbm.btree.BPage.remove(BPage.java:492)
at jdbm.btree.BTree.remove(BTree.java:366)
at org.apache.directory
.server.core.partition.impl.btree.jdbm.JdbmTable.remove(JdbmTable.java:803)
as you mentioned this issue was identified and fixed earlier, looks like
this is happening in a highly concurrent(just a wild guess cause you
said you found this stacktrace 'recently')
can you provide any more details about the kind of operations performed
on the server
Kiran Ayyagari