Hi Kiran, It is very likely there were concurrent operations going on. We think they were performing an operation in our software which would have initiated a delete in the directory structure. Unfortunately that's all we have to go on for now.
On Tue, Mar 16, 2010 at 8:29 PM, Kiran Ayyagari <[email protected]>wrote: > 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 >
