Re: [Quickfix-developers] SessionNotFound -- why?
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2007-11-08 20:49:35
|
Timestamps are in UTC. What session ID are you using? Is it the same as the one defined in your configuration file? --oren On Nov 8, 2007, at 2:47 PM, Rick Lane wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Greetings. This question has two components. The first -- I finally > realized that I was unable to connect because my SessionEndTime (in my > settings file) was set to 16:00, which hasn't occurred yet, but for > some > reason the timestamps that are automatically created are 6 hours ahead > -- so I was trying to create the session at 12:00 (but Quickfix was > using 18:00 as the current time) -- why are the timestamps +6 hours? > > Additionally, I went into the settings file and put the session end > time > at 23:00, and I was able to successfully connect to the server, and > received periodic heartbeats from the server, so the session was > active. However, whenever I try to send a message (via > Session.sendToTarget) I get a SessionNotFound exception. is there > something I need to do, explicitly, other than create my > SocketInitiator > so that the "Session" is active? Why would I be getting the > SessionNotFound exception when I'm clearly still connected (and > receiving heartbeats from the server)? > > Thanks, > RL > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |