|
From: Fabien G. <fab...@pr...> - 2006-08-30 08:29:34
|
Hi, I am using QuickFIX/J with maven2/continuum and i noticed since v1.0.2 that this test (SocketInitiatorTest) hangs up maven test phase sometimes. I added "serverThread.join();" after each "serverThread.interrupt();" and it seems that this resolves the problem. The problem was that the server socket try to instanciate too fast while the old one was not closed. It occurs most often on fast servers (rh4 - opteron) and never on windows workstation. Fabien |