Skip to content

Instantly share code, notes, and snippets.

@mandel-macaque
Created January 17, 2018 20:28
Show Gist options
  • Save mandel-macaque/b73bde648f98117d3560d72dee325b3d to your computer and use it in GitHub Desktop.
Save mandel-macaque/b73bde648f98117d3560d72dee325b3d to your computer and use it in GitHub Desktop.
1) Bug36080Test (MonoTests.System.ServiceModel.Bug36080.Bug36080Test)
#1, inner exception: System.ServiceModel.EndpointNotFoundException: System error. ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b0] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System/System.Net.Sockets/Socket.cs:879
at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0016d] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System/System.Net/WebConnection.cs:187
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x0003c] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System/System.Net/HttpWebRequest.cs:904
at System.ServiceModel.Channels.HttpRequestChannel+<>c__DisplayClass6_1.<BeginProcessRequest>b__0 (System.IAsyncResult r) [0x0001d] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/System.ServiceModel.Channels/HttpRequestChannel.cs:213
--- End of inner exception stack trace ---
at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_delegate_end_invoke(object,intptr)
at (wrapper delegate-end-invoke) <Module>.end_invoke_object__this___object[]&_IAsyncResult(object[]&,System.IAsyncResult)
at System.ServiceModel.MonoInternal.ClientRuntimeChannel.EndProcess (System.Reflection.MethodBase method, System.String operationName, System.Object[] parameters, System.IAsyncResult result) [0x0001f] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/System.ServiceModel/ClientRuntimeChannel.cs:459
at System.ServiceModel.ClientBase`1+ChannelBase`1[TChannel,T].EndInvoke (System.String methodName, System.Object[] args, System.IAsyncResult result) [0x00039] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/System.ServiceModel/ClientBase.cs:404
at HelloWorldServiceClient+HelloWorldServiceClientChannel.EndSayHelloTo (System.IAsyncResult result) [0x00008] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/Test/System.ServiceModel/Bug36080Test.cs:566
at HelloWorldServiceClient.IHelloWorldService.EndSayHelloTo (System.IAsyncResult result) [0x00001] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/Test/System.ServiceModel/Bug36080Test.cs:353
at HelloWorldServiceClient.OnEndSayHelloTo (System.IAsyncResult result) [0x00001] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/Test/System.ServiceModel/Bug36080Test.cs:364
at System.ServiceModel.ClientBase`1+<>c__DisplayClass39_0[TChannel].<InvokeAsync>b__0 (System.IAsyncResult ar) [0x00006] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/System.ServiceModel/ClientBase.cs:242
Expected: null
But was: <System.ServiceModel.EndpointNotFoundException: System error. ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b0] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System/System.Net.Sockets/Socket.cs:879
at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0016d] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System/System.Net/WebConnection.cs:187
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x0003c] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System/System.Net/HttpWebRequest.cs:904
at System.ServiceModel.Channels.HttpRequestChannel+<>c__DisplayClass6_1.<BeginProcessRequest>b__0 (System.IAsyncResult r) [0x0001d] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/System.ServiceModel.Channels/HttpRequestChannel.cs:213
--- End of inner exception stack trace ---
at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_delegate_end_invoke(object,intptr)
at (wrapper delegate-end-invoke) <Module>.end_invoke_object__this___object[]&_IAsyncResult(object[]&,System.IAsyncResult)
at System.ServiceModel.MonoInternal.ClientRuntimeChannel.EndProcess (System.Reflection.MethodBase method, System.String operationName, System.Object[] parameters, System.IAsyncResult result) [0x0001f] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/System.ServiceModel/ClientRuntimeChannel.cs:459
at System.ServiceModel.ClientBase`1+ChannelBase`1[TChannel,T].EndInvoke (System.String methodName, System.Object[] args, System.IAsyncResult result) [0x00039] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/System.ServiceModel/ClientBase.cs:404
at HelloWorldServiceClient+HelloWorldServiceClientChannel.EndSayHelloTo (System.IAsyncResult result) [0x00008] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/Test/System.ServiceModel/Bug36080Test.cs:566
at HelloWorldServiceClient.IHelloWorldService.EndSayHelloTo (System.IAsyncResult result) [0x00001] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/Test/System.ServiceModel/Bug36080Test.cs:353
at HelloWorldServiceClient.OnEndSayHelloTo (System.IAsyncResult result) [0x00001] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/Test/System.ServiceModel/Bug36080Test.cs:364
at System.ServiceModel.ClientBase`1+<>c__DisplayClass39_0[TChannel].<InvokeAsync>b__0 (System.IAsyncResult ar) [0x00006] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/System.ServiceModel/ClientBase.cs:242 >
at MonoTests.System.ServiceModel.Bug36080.Bug36080Test () [0x000d8] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System.ServiceModel/Test/System.ServiceModel/Bug36080Test.cs:90
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:305
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment