Re: [Quickfix-developers] QuickFix.SessionNotFound
Brought to you by:
orenmnero
|
From: Guy M. <gu...@ea...> - 2006-09-04 08:41:20
|
Hi, I'm having the same problem in the same place in C# code. I did not have this problem when i used Console App. only when i use a Win App it happens Any suggestions? Can it be related to some conflicts between managed/umanaged code? Guy Mugrabi Mike Smith-14 wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > The exception comes when instantiating ThreadedSocketInitiator > > ThreadedSocketInitiator initiator = new > ThreadedSocketInitiator(application, storeFactory, settings, logFactory, > messageFactory); > > -----Original Message----- > From: Oren Miller [mailto:or...@qu...] > Sent: Friday, August 25, 2006 2:21 PM > To: Mike Smith > Cc: qui...@li... > Subject: Re: [Quickfix-developers] QuickFix.SessionNotFound > > Where exactly are you getting the exception? Are you trying to send > a message? How are you doing it? > > --oren > > On Aug 25, 2006, at 1:43 PM, Mike Smith wrote: > >> QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ >> html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> I know this is a very beginner level question, but I am going >> absolutely >> nuts trying to figure out why I'm getting a QuickFix.SessionNotFound >> exception. > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > -- View this message in context: http://www.nabble.com/QuickFix.SessionNotFound-tf2166375.html#a6131816 Sent from the QuickFIX - Dev forum at Nabble.com. |