Advertisement
Guest User

Untitled

a guest
Oct 5th, 2021
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. webapp_1 | crit: Microsoft.AspNetCore.Server.Kestrel[0]
  2. webapp_1 | Unable to start Kestrel.
  3. webapp_1 | System.NullReferenceException: Object reference not set to an instance of an object.
  4. webapp_1 | at System.TimeZoneInfo.TZif_ParsePosixName(ReadOnlySpan`1 posixFormat, Int32& index)
  5. webapp_1 | at System.TimeZoneInfo.TZif_ParsePosixFormat(ReadOnlySpan`1 posixFormat, ReadOnlySpan`1& standardName, ReadOnlySpan`1& standardOffset, ReadOnlySpan`1& daylightSavingsName, ReadOnlySpan`1& daylightSavingsOffset, ReadOnlySpan`1& start, ReadOnlySpan`1& startTime, ReadOnlySpan`1& end, ReadOnlySpan`1& endTime)
  6. webapp_1 | at System.TimeZoneInfo.TZif_CreateAdjustmentRuleForPosixFormat(String posixFormat, DateTime startTransitionDate, TimeSpan timeZoneBaseUtcOffset)
  7. webapp_1 | at System.TimeZoneInfo.TZif_GenerateAdjustmentRule(Int32& index, TimeSpan timeZoneBaseUtcOffset, List`1 rulesList, DateTime[] dts, Byte[] typeOfLocalTime, TZifType[] transitionTypes, Boolean[] StandardTime, Boolean[] GmtTime, String futureTransitionsPosixFormat)
  8. webapp_1 | at System.TimeZoneInfo.TZif_GenerateAdjustmentRules(AdjustmentRule[]& rules, TimeSpan baseUtcOffset, DateTime[] dts, Byte[] typeOfLocalTime, TZifType[] transitionType, Boolean[] StandardTime, Boolean[] GmtTime, String futureTransitionsPosixFormat)
  9. webapp_1 | at System.TimeZoneInfo..ctor(Byte[] data, String id, Boolean dstDisabled)
  10. webapp_1 | at System.TimeZoneInfo.GetTimeZoneFromTzData(Byte[] rawData, String id)
  11. webapp_1 | at System.TimeZoneInfo.GetLocalTimeZoneFromTzFile()
  12. webapp_1 | at System.TimeZoneInfo.CachedData.CreateLocal()
  13. webapp_1 | at System.DateTime.get_Now()
  14. webapp_1 | at System.Security.Cryptography.X509Certificates.X509ChainPolicy.Reset()
  15. webapp_1 | at System.Security.Cryptography.X509Certificates.X509Chain.get_ChainPolicy()
  16. webapp_1 | at System.Net.Security.SslStreamCertificateContext.Create(X509Certificate2 target, X509Certificate2Collection additionalCertificates, Boolean offline)
  17. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware..ctor(ConnectionDelegate next, HttpsConnectionAdapterOptions options, ILoggerFactory loggerFactory)
  18. webapp_1 | at Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.<>c__DisplayClass12_0.<UseHttps>b__0(ConnectionDelegate next)
  19. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.Build()
  20. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass29_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  21. webapp_1 | --- End of stack trace from previous location ---
  22. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context)
  23. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context)
  24. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.AnyIPListenOptions.BindAsync(AddressBindContext context)
  25. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context)
  26. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IEnumerable`1 listenOptions, AddressBindContext context)
  27. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  28. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  29. webapp_1 | Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
  30. webapp_1 | at System.TimeZoneInfo.TZif_ParsePosixName(ReadOnlySpan`1 posixFormat, Int32& index)
  31. webapp_1 | at System.TimeZoneInfo.TZif_ParsePosixFormat(ReadOnlySpan`1 posixFormat, ReadOnlySpan`1& standardName, ReadOnlySpan`1& standardOffset, ReadOnlySpan`1& daylightSavingsName, ReadOnlySpan`1& daylightSavingsOffset, ReadOnlySpan`1& start, ReadOnlySpan`1& startTime, ReadOnlySpan`1& end, ReadOnlySpan`1& endTime)
  32. webapp_1 | at System.TimeZoneInfo.TZif_CreateAdjustmentRuleForPosixFormat(String posixFormat, DateTime startTransitionDate, TimeSpan timeZoneBaseUtcOffset)
  33. webapp_1 | at System.TimeZoneInfo.TZif_GenerateAdjustmentRule(Int32& index, TimeSpan timeZoneBaseUtcOffset, List`1 rulesList, DateTime[] dts, Byte[] typeOfLocalTime, TZifType[] transitionTypes, Boolean[] StandardTime, Boolean[] GmtTime, String futureTransitionsPosixFormat)
  34. webapp_1 | at System.TimeZoneInfo.TZif_GenerateAdjustmentRules(AdjustmentRule[]& rules, TimeSpan baseUtcOffset, DateTime[] dts, Byte[] typeOfLocalTime, TZifType[] transitionType, Boolean[] StandardTime, Boolean[] GmtTime, String futureTransitionsPosixFormat)
  35. webapp_1 | at System.TimeZoneInfo..ctor(Byte[] data, String id, Boolean dstDisabled)
  36. webapp_1 | at System.TimeZoneInfo.GetTimeZoneFromTzData(Byte[] rawData, String id)
  37. webapp_1 | at System.TimeZoneInfo.GetLocalTimeZoneFromTzFile()
  38. webapp_1 | at System.TimeZoneInfo.CachedData.CreateLocal()
  39. webapp_1 | at System.DateTime.get_Now()
  40. webapp_1 | at System.Security.Cryptography.X509Certificates.X509ChainPolicy.Reset()
  41. webapp_1 | at System.Security.Cryptography.X509Certificates.X509Chain.get_ChainPolicy()
  42. webapp_1 | at System.Net.Security.SslStreamCertificateContext.Create(X509Certificate2 target, X509Certificate2Collection additionalCertificates, Boolean offline)
  43. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Https.Internal.HttpsConnectionMiddleware..ctor(ConnectionDelegate next, HttpsConnectionAdapterOptions options, ILoggerFactory loggerFactory)
  44. webapp_1 | at Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.<>c__DisplayClass12_0.<UseHttps>b__0(ConnectionDelegate next)
  45. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.Build()
  46. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass29_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
  47. webapp_1 | --- End of stack trace from previous location ---
  48. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context)
  49. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context)
  50. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.AnyIPListenOptions.BindAsync(AddressBindContext context)
  51. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context)
  52. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IEnumerable`1 listenOptions, AddressBindContext context)
  53. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
  54. webapp_1 | at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  55. webapp_1 | at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  56. webapp_1 | at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  57. webapp_1 | at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
  58. webapp_1 | at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
  59. webapp_1 | at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
  60. webapp_1 | at Website.Program.Main(String[] args) in /source/Website/Program.cs:line 17
  61.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement