[QFJ-257] Error Reading/Writing in MessageStore Created: 16/Oct/07 Updated: 12/Dec/07 Resolved: 12/Dec/07 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.1.0 |
Fix Version/s: | None |
Type: | Other | Priority: | Default |
Reporter: | Parag Mehta | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Environment: |
Linux. |
Description |
Hi, Was receiving this message without any stack trace or details on initialization of the quickfixj engine. 2007-10-15 15:52:53,394 [QFJ Timer] INFO quickfixj.event - FIX.4.2:SENDER->TARGET: Error Reading/Writing in MessageStore The subsequent incoming seqnum does not get updated in the db though outgoing does, causing the engines to stop talking to each other. I believe I had to delete entries in the messages table to get rid of the error. Unfortunately, I forgot to capture the offending data in messages table. Q:
Thanks a lot for your help. |
Comments |
Comment by Parag Mehta [ 16/Oct/07 ] |
More info: The issue seems to happen when:
While writing a message with the same id exists in the table, hence the error probably. The resolution of course is that if seq reset is required, the messages table needs cleanup. |