Hello, Probably this is an obvious newbie question, but I got to the following problem:
" 2008-03-11 18:23:00,139 [138.5.237:33191] ERROR Service - Async error occurred: java.lang.RuntimeException: org.apache.activemq.kaha.RuntimeStoreException: java.io.IOException: Could not locate data file data-topic-data-1 2008-03-11 18:23:02,840 [138.5.237:33191] ERROR DataManagerImpl - Looking for key 1 but not found in fileMap: {2=data-topic-data-2 number = 2 , length = 33554418 refCount = 7316, 3=data-topic-data-3 number = 3 , length = 4831686 refCount = 2322} 2008-03-11 18:23:02,840 [138.5.237:33191] ERROR MapContainerImpl - Failed to get value for offset=730779, key=(1, 3779446, 53), value=(1, 3779504, 69), previousItem=0, nextItem=-1 2008-03-11 18:23:02,941 [138.5.237:33191] ERROR TopicStorePrefetch - Failed to fill batch 2008-03-11 18:23:02,941 [138.5.237:33191] ERROR Service - Async error occurred: java.lang.RuntimeException: org.apache.activemq.kaha.RuntimeStoreException: java.io.IOException: Could not locate data file data-topic-data-1 2008-03-11 18:23:09,512 [42.131.89:33644] ERROR DataManagerImpl - Looking for key 1 but not found in fileMap: {2=data-topic-data-2 number = 2 , length = 33554418 refCount = 7316, 3=data-topic-data-3 number = 3 , length = 4886960 refCount = 2300} 2008-03-11 18:23:09,512 [42.131.89:33644] ERROR MapContainerImpl - Failed to get value for offset=730779, key=(1, 3779446, 53), value=(1, 3779504, 69), previousItem=0, nextItem=-1 2008-03-11 18:23:09,614 [42.131.89:33644] ERROR TopicStorePrefetch - Failed to fill batch 2008-03-11 18:23:09,617 [42.131.89:33644] ERROR StoreDurableSubscriberCursor - Failed to get current cursor " I am using stomp (opening and closing the connection every 1000 messages sent), configured persistent messages, and a durable consumer listening on 1 topic. I am trying to have a fairly constant throughput. Messages are about 1k in size, and I start detecting the errors after about 18000 messages are sent. Are these errors known issues, or could it be due to a faulty configuration? I am worried some messages might get lost, although for the moment the broker seems to keep them safe. Cheers, daniel -- View this message in context: http://www.nabble.com/Error-on-kaha-tp15981928s2354p15981928.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.