Re: [Quickfix-developers] Can't login after calling logout
Brought to you by:
orenmnero
|
From: Anshu N. <ans...@ya...> - 2006-09-07 18:39:29
|
Hi Steve, I have found out the problem . I had copied Session.lookupSession( sessionID ).logon(); to toApp rather than fromAdmin . Thanks and Regards, Anshu Narang. --- Steve Bate <sb...@sm...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: > http://www.quickfixengine.org/services.html > > Anshu, > > Are there any log events related to sequence number > problems or > other issues? > > Steve > > > -----Original Message----- > > From: > qui...@li... > > > [mailto:qui...@li...] > On > > Behalf Of Anshu Narang > > Sent: Thursday, September 07, 2006 12:42 AM > > To: qui...@li... > > Subject: [Quickfix-developers] Can't login after > calling logout > > > > QuickFIX Documentation: > > > http://www.quickfixengine.org/quickfix/doc/html/index.html > > QuickFIX Support: > http://www.quickfixengine.org/services.html > > > > Here is the scenarion > > > > Client ( Initiator ) logs in . When we get the > > message in cracker we find password is incorrect > so we > > call session.logout("Password Incorrect") . > > Client receives logout which is fine . > > > > Clients tries to login again It sends logon > message, > > receieves logon response, but right after that > > quickfix acceptor initiates logout message > > and client disconnects. The problem continues > until > > acceptor application is not restarted . > > > > We tried to add Session.lookupSession( sessionID > > ).logon(); so as to call it each time logon > message is > > received but this approach doesn't work . > > Issue is we don't get a logout out message when > we > > try to login using incorrect password . > > > > Does anyone have an idea of what might be the > reason > > of the problem ? We are using QuickfixJ ( 1.0.1 ) > . > > > > Thanks in advance > > > > Regards, > > Anshu Narang. > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > protection around > > http://mail.yahoo.com > > > > > -------------------------------------------------------------- > > ----------- > > 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 > > > > ------------------------------------------------------------------------- > 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 > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |