Skip to content

Instantly share code, notes, and snippets.

@Reedyuk
Created March 22, 2017 14:37
Show Gist options
  • Save Reedyuk/e0a91eecdaeb45843c6ca12394567306 to your computer and use it in GitHub Desktop.
Save Reedyuk/e0a91eecdaeb45843c6ca12394567306 to your computer and use it in GitHub Desktop.
Xamarin Test Cloud Appium upload
Unhandled Exception: System.AggregateException: An error occurred while writing to logger(s). (Too many open files) ---> System.IO.IOException: Too many open files
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Interop.CheckIo[TSafeHandle](TSafeHandle handle, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(Func`1 fdFunc)
at System.ConsolePal.OpenStandardError()
at System.Console.<>c.<get_Error>b__27_0()
at System.Console.EnsureInitialized[T](T& field, Func`1 initializer)
at Microsoft.Xtc.Common.Services.Logging.SimpleConsoleLogger.WriteSimpleLog(LogLevel logLevel, String message)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func`3 formatter)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func`3 formatter)
at Microsoft.Extensions.Logging.Logger`1.Microsoft.Extensions.Logging.ILogger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func`3 formatter)
at Microsoft.Extensions.Logging.LoggerExtensions.LogError(ILogger logger, String message, Object[] args)
at Microsoft.Xtc.Cli.Program.ExceptionsHandler(ICommand command, ILogger logger, IPlatformService platformService, Exception ex)
at Microsoft.Xtc.Cli.Program.ExceptionsHandler(ICommand command, ILogger logger, IPlatformService platformService, Exception ex)
at Microsoft.Xtc.Cli.Program.Main(String[] args)
Abort trap: 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment