Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created March 19, 2014 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/d793832aa12666ca1fef to your computer and use it in GitHub Desktop.
Save saurabh360/d793832aa12666ca1fef to your computer and use it in GitHub Desktop.
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : Connection task failed. One or more errors occurred. (System.AggregateException)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : Error establishing connection to Xamarin.iOS build server
System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.set_HttpPort(Int32 value)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureConnection()
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.<>c__DisplayClass26.<Connect>b__25()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at Mono.IOS.VisualStudio.Utilities.Helpers.EstablishConnection(VSBuildServerClient srv, String connectMessage, Int32 maxRetries, Boolean autoShowWizard)
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.set_HttpPort(Int32 value)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureConnection()
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.<>c__DisplayClass26.<Connect>b__25()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.set_HttpPort(Int32 value)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureConnection()
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.<>c__DisplayClass26.<Connect>b__25()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<---
<---
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : Exception caught.
System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_Init(String command, String method, IDictionary`2 queryVariables, String payloadChecksum)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_GetResult[T](String command, IDictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : Server command 'Info': information about server not available
Command execution task ended with exception
Exception System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
Exception details can be found in the log file
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : Build server control connection failed
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : port
Parameter name: must be between 0 and 65535
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : Server 192.168.3.30 returned no data. Hanging up.)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : Failed to contact the build server.
System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at Mono.IOS.VisualStudio.Utilities.Helpers.RequestServerInfo(VSBuildServerClient server, Boolean suppressMacActivationDialog, Dictionary`2 queryVariables)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment