Can you write a little junit test and if it fails against trunk raise a jira issue to track. That would make it easy to track down. On 14 Mar 2014 06:39, "khandelwalanuj" <khandelwal.anu...@gmail.com> wrote:
> Hi > > using Activemq v5.8 > > We create a queue, delete it through the jconsole, and attempt to recreate > it, receiving the error below on the client. But when filteredKahaDB > perDestination is disabled, queues can be deleted and recreated without > issues. > I have already gone through https://issues.apache.org/jira/browse/AMQ-4220 > but it doesn't seems to be fixed even in v5.8. I am using ActiveMQ v5.8 > only. > > > javax.jms.JMSException: PageFile is not loaded > at > > org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49) > at > > org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1295) > at > > org.apache.activemq.ActiveMQSession.syncSendPacket(ActiveMQSession.java:1874) > at > > org.apache.activemq.ActiveMQMessageConsumer.<init>(ActiveMQMessageConsumer.java:254) > at > > org.apache.activemq.ActiveMQSession.createConsumer(ActiveMQSession.java:1116) > at > > org.apache.activemq.ActiveMQSession.createConsumer(ActiveMQSession.java:1060) > at > > org.apache.activemq.ActiveMQSession.createConsumer(ActiveMQSession.java:973) > at > > org.apache.activemq.ActiveMQSession.createConsumer(ActiveMQSession.java:946) > at com.returnpath.common.activemq.Consumer.connect(Consumer.java:60) > at > > com.returnpath.cert.loader.MessageConsumer.connectToQueue(MessageConsumer.java:176) > at com.returnpath.cert.loader.MessageConsumer.run(MessageConsumer.java:51) > at java.lang.Thread.run(Thread.java:722) > Caused by: java.lang.IllegalStateException: PageFile is not loaded > at org.apache.kahadb.page.PageFile.assertLoaded(PageFile.java:809) > . > . > . > . > > > > > Thanks, > Anuj > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/PageFile-is-not-loaded-when-recreating-queue-tp4679066.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >