although I am not familiar with the java amqp tracer tool you mentioned and have not used it thus far...<br><br>yes, my results are consistent with yours...<br><br>and have disabled anything that i know of that could be blocking sockets etc...<br>
<br>i do not see anything showing up in any of the windows event logs either...<br><br>I am also running the wireshark packet sniffer and have the following filter applied...<br><br>(ip.dst == 192.168.100.36) || (amqp)<br>
<br>and am not seeing anything anomalous thus far...<br><br>I am also, looking at the locals, output, threads and call stack windows pretty close as well...<br>nothing jumping out there either...<br><br>i have also enabled .NET Framework source stepping and have not found anything additional that route either yet...<br>
<br>the socket trace connection aborts seem to be some kind of timeouts, and while i have been adding configurable ridiculously long timeouts everywhere i can find just to get it to work once, these timeout errors seem to be a secondary issue, from what i can tell at the moment...<br>
<br>thanks in advance.<br><br>re:<br><div class="gmail_quote">On Thu, Aug 13, 2009 at 2:01 PM, Matthias Radestock <span dir="ltr"><<a href="mailto:matthias@lshift.net">matthias@lshift.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Patrick,<div class="im"><br>
<br>
Patrick Kenney wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
try this one again with the attached...<br>
<br>
from vs2005/2008 IDE...<br>
open solution...<br>
<br>
F5/debug...<br>
<br>
set no break points...<br>
<br>
frmMain comes up...<br>
<br>
enter "amqp:///dispatcher" in text box above btnHostDispatcher...<br>
click "Host Dis" ...<br>
<br>
enter "amqp:///subscriber" in text box above btnHostSubscriber...<br>
<br>
Click "Host Sub"...<br>
<br>
enter "amqp:///subscriber" in text box above<br>
<br>
Click "Subscribe"...<br>
<br>
after about a minute or so code breaks at "Trace.Fail("Illegal EitherAlternative " + either.Alternative);" in SimpleBlockingRpcContinuation.GetReply()...<br>
</blockquote>
<br></div>
We don't see that, but ...<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
after you hit f5 it breaks in a few other places and ultimately ends up in the catch in btnSubscribe_Click...<br>
<br>
if you check your output window you will see the message too long error at this time...<br>
<br>
kill the ide via the vcr button...<br>
<br>
go to "C:\System.Net.TraceRabbitMq.log"...<br>
<br>
open it up and execute ctrl+F...<br>
<br>
enter "long"...<br>
<br>
you will come to the message too long error...<br>
</blockquote>
<br></div>
we do see that error.<br>
<br>
So, finally, we can reproduce the problem you reported.<br>
<br>
<br>
Vlad and I have started some experimenting to narrow down the list of possible causes. Here's where we got to so far:<br>
<br>
1) We ran the program through our java AMQP Tracer tool. This didn't show anything unusual, except for the connections getting dropped by the client.<br>
<br>
2) If we only go as far as the "Host Dis" step above, and let the program run for a few minutes, then the .Net socket trace eventually shows the "An established connection was aborted by the software in your host machine" error.<br>
<br>
3) We then disabled the Windows Firewall, and, probably more importantly, the "Windows Defender". Then we tried "Host Dis" (and no further) again. We waited for quite a while without seeing an error.<br>
<br>
If you could check whether you get the same results for 2 & 3 in your setup that would be great.<br>
<br>
<br>
Regards,<br><font color="#888888">
<br>
Matthias.<br>
</font></blockquote></div><br>