Created
March 22, 2017 14:37
-
-
Save Reedyuk/e0a91eecdaeb45843c6ca12394567306 to your computer and use it in GitHub Desktop.
Xamarin Test Cloud Appium upload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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