I got recently into a problem with the journal, when the application starts it hangs. After some debug, I noticed that
JournalPersistenceAdapter.recover() {
   ...
   while ((pos = journal.getNextRecordLocation(pos)) != null) {
    ...
   }
   ...
}

loops infinitely .

RecordLocation indicate that the position goes to the end of the journal and start again.

Anybody experienced something like that? It is a know bug in 4.0.1, I couldn't find something, but maybe I missed somehow.

Thanks.




Reply via email to