Re: mkahadb with error: java.lang.IllegalStateException: PageFile is not loaded

2016-10-24 Thread RuralHunter
Nope, there was not any error message before it. -- View this message in context: http://activemq.2283324.n4.nabble.com/mkahadb-with-error-java-lang-IllegalStateException-PageFile-is-not-loaded-tp4718293p4718423.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: mkahadb with error: java.lang.IllegalStateException: PageFile is not loaded

2016-10-24 Thread Christopher Shannon
That's odd because the page file should be loaded right before the journal is loaded in that open() method. Did you see a log message about the index being corrupted? On Mon, Oct 24, 2016 at 3:11 AM, RuralHunter wrote: > I'm using 5.13.4 with mkahadb. Sometimes I saw

mkahadb with error: java.lang.IllegalStateException: PageFile is not loaded

2016-10-24 Thread RuralHunter
I'm using 5.13.4 with mkahadb. Sometimes I saw this error: java.lang.IllegalStateException: PageFile is not loaded at org.apache.activemq.store.kahadb.disk.page.PageFile.assertLoaded(PageFile.java:811)[activemq-kahadb-store-5.13.4.jar:5.13.4] at