Good Day,

We have a production system that encountered the following error:-

java.io.EOFException
        at java.io.RandomAccessFile.readFully(Unknown Source)
        at java.io.RandomAccessFile.readFully(Unknown Source)
        at
org.apache.activemq.kaha.impl.StoreDataReader.readItem(StoreDataReader.java:42)
        at 
org.apache.activemq.kaha.impl.DataManager.readItem(DataManager.java:96)
        at
org.apache.activemq.kaha.impl.IndexRootContainer.<init>(IndexRootContainer.java:50)
        at 
org.apache.activemq.kaha.impl.KahaStore.initialize(KahaStore.java:209)
        at org.apache.activemq.kaha.impl.KahaStore.<init>(KahaStore.java:55)
        at org.apache.activemq.kaha.StoreFactory.open(StoreFactory.java:36)
        at
org.apache.activemq.store.kahadaptor.KahaPersistentAdaptor.<init>(KahaPersistentAdaptor.java:59)


Is there anything we can do to remove the index that is causing the
exception and recover the rest of the messages in the queue?

Regards,
Mark P Ashworth
-- 
View this message in context: 
http://www.nabble.com/ActiveMQ-4.0.1-EOFException-on-Kaha-DB-tp18755899p18755899.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to