{{Quickfixn}} : initiator start issues

Grant Birchmeier gbirchmeier at connamara.com
Fri Aug 3 15:52:48 PDT 2012


Ah, yes, that bug is fixed.  If you're using 1.2, that bug should not
affect you.

Can you change to a FileLogFactory?  Then you will see a files for an event
log and message log.  Those will be helpful in diagnosing this.

With no other information to go on, I'd suspect a configuration issue.


On Fri, Aug 3, 2012 at 5:40 PM, Michael Lever <mlever at pharofund.com> wrote:

> There really isn't anything else. I was just testing the quickfixn
> library to see if I could use it.
>
> I have a simple form client that does the following:
>         SocketInitiator _socketInitiator;
>
>                 QuickFix.SessionSettings settings = new
> QuickFix.SessionSettings(strSettingsFile);
>                 QuickFix.MessageStoreFactory storeFactory = new
> QuickFix.FileStoreFactory(settings);
>                 QuickFix.LogFactory logFactory = new
> QuickFix.ScreenLogFactory(settings);
>
>                 _socketInitiator = new SocketInitiator(this,
> storeFactory, settings, logFactory);
>                 _socketInitiator.Start();
>
> After that nothing happens.  I have a simple acceptor application that I
> run on the same host waiting for connections.  The OnCreate and OnLogon
> never get called and there is no communication with the server.  No
> errors or anything else.  The Start returns with no issues.
>
> I have the same app using the quickfix library which does the same thing
> but after calling start it connects to the server and works fine.
>
> See this page, I thought maybe it had something to do with this:
> https://github.com/connamara/quickfixn/issues/53
>
> Thanks for your time.
>
> -----Original Message-----
> From: quickfixn-bounces at lists.quickfixn.com
> [mailto:quickfixn-bounces at lists.quickfixn.com] On Behalf Of
> quickfixn-request at lists.quickfixn.com
> Sent: Friday, August 03, 2012 6:09 PM
> To: quickfixn at lists.quickfixn.com
> Subject: Quickfixn Digest, Vol 10, Issue 26
>
> Send Quickfixn mailing list submissions to
>         quickfixn at lists.quickfixn.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
> or, via email, send a message with subject or body 'help' to
>         quickfixn-request at lists.quickfixn.com
>
> You can reach the person managing the list at
>         quickfixn-owner at lists.quickfixn.com
>
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of Quickfixn digest..."
>
>
> Today's Topics:
>
>    1.  initiator start issues (Michael Lever)
>    2. Re:  initiator start issues (Grant Birchmeier)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 3 Aug 2012 14:09:21 -0400
> From: "Michael Lever" <mlever at pharofund.com>
> To: <quickfixn at lists.quickfixn.com>
> Subject: {{Quickfixn}} initiator start issues
> Message-ID: <B7DBD62D6476394E97405A40FAF1A3CC010C9A4D at pharo-exch-ny1>
> Content-Type: text/plain; charset="windows-1252"
>
> Hi, I just recently attempted to use the quickfixn library to create an
> initiator client, replacing the quickfix library in my project.  The
> problem is that the process never seems to get past the
> initiator.Start() call.  It never gets to the OnCreate or OnLogon
> methods.
>
>
>
> I think I read somewhere earlier that this is due to a date calculation
> bug in quickfixn.
>
>
>
> Is this the case and will a bug fix release be put out anytime in the
> near future?
>
>
>
> Thanks,
>
> Michael
>
>
>
> This message contains information intended for the exclusive use of the
> individual or entity to whom it is addressed. This email may contain
> information which is privileged and confidential. If you are not the
> intended recipient of this message, please notify the sender as soon as
> possible and do not show the message to any third party. Please do not
> copy, disclose or distribute the information contained within.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachment
> s/20120803/91f74120/attachment.html>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 3 Aug 2012 13:11:51 -0500
> From: Grant Birchmeier <gbirchmeier at connamara.com>
> To: "Mailing list for QuickFIX/n" <quickfixn at lists.quickfixn.com>
> Subject: Re: {{Quickfixn}} initiator start issues
> Message-ID:
>
> <CAMq4opP-HLF=g0uVdJbEv_whp4ZGqxrPFFNk+ACHRSQis0Ux1Q at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I'm not aware of any date calculation bug.
>
> You haven't given us much to go on, I'm afraid.
>
>
> On Fri, Aug 3, 2012 at 1:09 PM, Michael Lever <mlever at pharofund.com>
> wrote:
>
> > Hi, I just recently attempted to use the quickfixn library to create
> > an initiator client, replacing the quickfix library in my project.
> > The problem is that the process never seems to get past the
> > initiator.Start() call.  It never gets to the OnCreate or OnLogon
> methods.
> >
> >
> >
> > I think I read somewhere earlier that this is due to a date
> > calculation bug in quickfixn.
> >
> >
> >
> > Is this the case and will a bug fix release be put out anytime in the
> > near future?
> >
> >
> >
> > Thanks,
> >
> > Michael
> >
> >
> >
> > *This message contains information intended for the exclusive use of
> > the individual or entity to whom it is addressed. This email may
> > contain information which is privileged and confidential. If you are
> > not the intended recipient of this message, please notify the sender
> > as soon as possible and do not show the message to any third party.
> > Please do not copy, disclose or distribute the information contained
> > within.*
> >
> >
> > _______________________________________________
> > Quickfixn mailing list
> > Quickfixn at lists.quickfixn.com
> > http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
> >
> >
>
>
> --
> Grant Birchmeier
> *Connamara Systems, LLC*
> *Made-To-Measure Trading Solutions.*
> Exactly what you need. No more. No less.*
> *
> http://connamara.com
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachment
> s/20120803/971e27c5/attachment-0001.htm>
>
> ------------------------------
>
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
>
>
> End of Quickfixn Digest, Vol 10, Issue 26
> *****************************************
>
> This message contains information intended for the exclusive use of the
> individual or entity to whom it is
> addressed. This email may contain information which is privileged and
> confidential. If you are not the intended
> recipient of this message, please notify the sender as soon as possible
> and do not show the message to any
> third party. Please do not copy, disclose or distribute the information
> contained within.
>
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
>



-- 
Grant Birchmeier
*Connamara Systems, LLC*
*Made-To-Measure Trading Solutions.*
Exactly what you need. No more. No less.*
*
http://connamara.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20120803/2280b83d/attachment-0001.htm>


More information about the Quickfixn mailing list