Hui Li
Hui Li

Reputation: 51

Chronicle queue file corrupted?

When I read message from a chronicle queue, I got an exception "java.lang.IllegalStateException: Meta data not ready c0000000". Is is possible to repair this queue file?

Upvotes: 1

Views: 368

Answers (1)

Peter Lawrey
Peter Lawrey

Reputation: 533520

This error could occur if you are reading using a much older version of the queue library. Can you try the latest version 4.5.13?

Note this would be a bug in the reading code rather than a corruption of the file. You can use DumpQueueMain to check this.

Upvotes: 0

Related Questions