Re: [Quickfix-developers] Odd disconnect error message
Brought to you by:
orenmnero
|
From: Kyle C. <kco...@co...> - 2006-12-14 23:17:46
|
For the record, I've determined that the logout was actually initiated elsewhere in our system by a particularly unlikely and nefarious combination of circumstances. The ENOSOCK error was being thrown after a call to Session.reset() sent logout and read -1 bytes from the socket while looking for the logout response. I've not tested extensively, but the error message (although fairly harmless) seems unrelated to the issue I was having and could possibly be a bug in quickfix. - Kyle Oren Miller wrote: > Perhaps QuickFIX tried to operate on a socket that is not longer > valid? Was there a session associated with the event? > > --oren > > On Dec 13, 2006, at 11:19 AM, Kyle Consalus wrote: > >> QuickFIX Documentation: >> http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> We're running quickfix (using .NET wrappers) on win32 and just today saw >> all of the open sessions disconnect rather suddenly with the message, >> "An operation was attempted on something that is not a socket" in the >> event log. >> Anyone seen this this issue before or have any suggestions regarding >> what might be causing it? >> The only data I've seen indicates that it could be a DHCP issue, but >> we're not using DHCP so I wonder if it may be something quickfix is >> doing with winsock. >> >> Thanks, >> >> Kyle Consalus >> >> ------------------------------------------------------------------------- >> >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> _______________________________________________ >> Quickfix-developers mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > > |