File: /home/logs/ushaleads-20190930.txt
2019-09-30T12:42:12.6835981-04:00 [INF] User profile is available. Using '"/home/ubuntu/.aspnet/DataProtection-Keys"' as key repository; keys will not be encrypted at rest. (a162847e)
2019-09-30T12:42:12.7062709-04:00 [INF] Creating key {e15b665e-744f-49de-af39-14b6f9d53edc} with creation date 2019-09-30 16:42:12Z, activation date 2019-09-30 16:42:12Z, and expiration date 2019-12-29 16:42:12Z. (77afce94)
2019-09-30T12:42:12.7248910-04:00 [WRN] No XML encryptor configured. Key {e15b665e-744f-49de-af39-14b6f9d53edc} may be persisted to storage in unencrypted form. (9ca7e61e)
2019-09-30T12:42:12.7285682-04:00 [INF] Writing data to file '"/home/ubuntu/.aspnet/DataProtection-Keys/key-e15b665e-744f-49de-af39-14b6f9d53edc.xml"'. (da22a8b1)
2019-09-30T12:42:12.7895521-04:00 [INF] Start installing Hangfire SQL objects... (3b5ca34b)
2019-09-30T12:42:13.0355789-04:00 [INF] Hangfire SQL objects installed. (3b5ca34b)
2019-09-30T12:42:13.0838950-04:00 [INF] Starting Hangfire Server using job storage: 'SQL Server: 209.133.218.185@UsHealth' (3b5ca34b)
2019-09-30T12:42:13.0844749-04:00 [INF] Using the following options for SQL Server job storage: Queue poll interval: 00:00:15. (3b5ca34b)
2019-09-30T12:42:13.0847368-04:00 [INF] Using the following options for Hangfire Server:
Worker count: 1
Listening queues: 'critical', 'default'
Shutdown timeout: 00:00:15
Schedule polling interval: 00:00:15 (3b5ca34b)
2019-09-30T12:42:13.1666358-04:00 [FTL] Application startup exception (6c57a5ba)
System.TimeZoneNotFoundException: The time zone ID 'Eastern Standard Time' was not found on the local computer. ---> System.IO.FileNotFoundException: Could not find file '/usr/share/zoneinfo/Eastern Standard Time'.
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at Internal.IO.File.ReadAllBytes(String path)
at System.TimeZoneInfo.TryGetTimeZoneFromLocalMachine(String id, TimeZoneInfo& value, Exception& e)
--- End of inner exception stack trace ---
at System.TimeZoneInfo.FindSystemTimeZoneById(String id)
at USHealthApi.Startup.Configure(IApplicationBuilder app, IHostingEnvironment env) in C:\Users\eXiLe\source\repos\USHealthApi\USHealthApi\Startup.cs:line 85
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.Configure(IApplicationBuilder app)
at Microsoft.AspNetCore.Mvc.Internal.MiddlewareFilterBuilderStartupFilter.<>c__DisplayClass0_0.<Configure>g__MiddlewareFilterBuilder|0(IApplicationBuilder builder)
at Microsoft.AspNetCore.HostFilteringStartupFilter.<>c__DisplayClass0_0.<Configure>b__0(IApplicationBuilder app)
at Microsoft.AspNetCore.Hosting.Internal.AutoRequestServicesStartupFilter.<>c__DisplayClass0_0.<Configure>b__0(IApplicationBuilder builder)
at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication()
at Microsoft.AspNetCore.Hosting.Internal.WebHost.StartAsync(CancellationToken cancellationToken)