[Quickfix-users] QuickFix - Java -Initiator Crashes
Brought to you by:
orenmnero
From: <lar...@su...> - 2005-11-29 13:53:13
|
Hello, I have some strange issues while running the FIX engine as an initiator using Java. I send 100 000 messages to test that it works but ones in a while=20 (about 40% of the time) of the test the program just stops. I get no error message no logs that says that anything is wrong. Not even my main method is finished, it just stops in a for-loop. Could it be some memory leak in the FIX engine? But 100 000 messages isn't that much, is it? I use java: =20 java version "1.5.0_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05) Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing) =20 The other strange thing is that the sequence number in the log file doesn't match the sequence number on the acceptor side. So it sent some messages that didn't get logged. =20 =20 Lars Mattsson =20 |