<div><font color="#000000"><font>Ah, yes, that bug is fixed.  If you're using 1.2, that bug should not affect you.<br></font></font></div><div><font color="#000000"><font><br></font></font></div><div><font color="#000000"><font>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.<br>

</font></font></div><div><br></div><div>With no other information to go on, I'd suspect a configuration issue.</div><div><br></div><div><br></div><div class="gmail_quote">On Fri, Aug 3, 2012 at 5:40 PM, Michael Lever <span dir="ltr"><<a href="mailto:mlever@pharofund.com" target="_blank">mlever@pharofund.com</a>></span> wrote:<br>

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

<div><font><b><font color="#3333ff"><span style="background-color:#ffcc33"><span style="background-color:#ffcc66"><span style="background-color:#ffcc99"><span style="background-color:#ffffff"><span style="background-color:#ffcc00">Connamara Systems, LLC</span></span></span></span></span></font></b></font><br>

</div><div><font><b>Made-To-Measure Trading Solutions.</b></font></div><div><font>Exactly what you need. No more. No less.</font><font><b><font color="#3333ff"><br></font></b></font></div><div><font><a href="http://connamara.com" target="_blank">http://connamara.com</a><br>

</font></div><br>