Advertisement
Guest User

VRS Log

a guest
Jan 25th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.49 KB | None | 0 0
  1. [2020-01-25 20:29:13.604 UTC] [t1] Cannot switch TLS 1.2 support on: The type initializer for 'System.Net.ServicePointManager' threw an exception.
  2. [2020-01-25 20:29:14.033 UTC] [t1] Program started, version 2.4.4.36598, build date 20.12.2019 20:19:56 UTC
  3. [2020-01-25 20:29:14.033 UTC] [t1] Working folder /home/pi/.local/share/VirtualRadar
  4. [2020-01-25 20:29:14.035 UTC] [t1] Running under Mono runtime version 6.8.0, CLR version 4.0.30319.42000
  5. [2020-01-25 20:29:14.035 UTC] [t1] Mono display name: 6.8.0.96 (tarball Wed Jan 15 10:30:49 UTC 2020)
  6. [2020-01-25 20:29:15.265 UTC] [t1] Exception caught during load of standing data: Mono.Data.Sqlite.SqliteException (0x80004005): Unable to open the database file
  7. at Mono.Data.Sqlite.SQLite3.Open (System.String strFilename, Mono.Data.Sqlite.SQLiteOpenFlagsEnum flags, System.Int32 maxPoolSize, System.Boolean usePool) [0x00077] in <80a4d7dcc48a462098ba1f0b14e65dfa>:0
  8. at Mono.Data.Sqlite.SqliteConnection.Open () [0x00543] in <80a4d7dcc48a462098ba1f0b14e65dfa>:0
  9. at VirtualRadar.Database.StandingData.StandingDataManager.CreateOpenConnection () [0x00043] in <f57062b156e747cd9c4358238c19d5bb>:0
  10. at VirtualRadar.Database.StandingData.StandingDataManager.GetDatabaseVersionNumber () [0x0000d] in <f57062b156e747cd9c4358238c19d5bb>:0
  11. at VirtualRadar.Database.StandingData.StandingDataManager.Load () [0x00019] in <f57062b156e747cd9c4358238c19d5bb>:0
  12. at VirtualRadar.Library.Presenter.SplashPresenter.LoadStandingData () [0x00015] in <fecf96952bc24a0194d3711217e82b06>:0
  13. [2020-01-25 20:29:15.403 UTC] [t1] Caught exception while downloading tile server settings at startup: System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system.
  14. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <5a1468a397d7424593a68071692145af>:0
  15. at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <5a1468a397d7424593a68071692145af>:0
  16. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  17. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  18. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  19. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  20. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  21. at VirtualRadar.Library.Settings.TileServerSettingsDownloader.Download (System.Int32 timeoutSeconds) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  22. at VirtualRadar.Library.Settings.TileServerSettingsManager.DoDownloadTileServerSettings (System.Int32 timeoutSeconds) [0x00020] in <fecf96952bc24a0194d3711217e82b06>:0
  23. at VirtualRadar.Library.Settings.TileServerSettingsManager.<Initialise>b__18_0 () [0x0000d] in <fecf96952bc24a0194d3711217e82b06>:0
  24. at VirtualRadar.Library.Settings.TileServerSettingsManager.CatchErrorsDuringInitialise (System.Text.StringBuilder messageBuffer, System.String describeAction, System.Action action) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  25. -- INNER EXCEPTION --
  26. System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  27. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  28. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  29. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  30. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  31. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  32. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  33. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  34. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  35. at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <5a1468a397d7424593a68071692145af>:0
  36. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <5a1468a397d7424593a68071692145af>:0
  37.  
  38. [2020-01-25 20:29:16.259 UTC] [t6] Exception caught during data download: System.InvalidOperationException: Could not download http://www.virtualradarserver.co.uk/Files/FlightNumberCoverage.csv: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  39. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  40. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  41. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  42. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  43. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  44. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  45. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  46. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  47. at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <5a1468a397d7424593a68071692145af>:0
  48. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <5a1468a397d7424593a68071692145af>:0
  49. --- End of inner exception stack trace ---
  50. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <5a1468a397d7424593a68071692145af>:0
  51. at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <5a1468a397d7424593a68071692145af>:0
  52. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  53. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  54. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  55. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  56. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  57. at VirtualRadar.Database.StandingData.StandingDataUpdater+DefaultProvider.DownloadToStream (System.String url, System.IO.Stream stream, System.Boolean urlIsGzipFile) [0x0000b] in <f57062b156e747cd9c4358238c19d5bb>:0
  58. --- End of inner exception stack trace ---
  59. at VirtualRadar.Database.StandingData.StandingDataUpdater+DefaultProvider.DownloadToStream (System.String url, System.IO.Stream stream, System.Boolean urlIsGzipFile) [0x0009c] in <f57062b156e747cd9c4358238c19d5bb>:0
  60. at VirtualRadar.Database.StandingData.StandingDataUpdater+DefaultProvider.DownloadLines (System.String url) [0x0000d] in <f57062b156e747cd9c4358238c19d5bb>:0
  61. at VirtualRadar.Database.StandingData.StandingDataUpdater.Update () [0x0005e] in <f57062b156e747cd9c4358238c19d5bb>:0
  62. at VirtualRadar.Database.StandingData.BackgroundDataDownloader.Heartbeat_SlowTick (System.Object sender, System.EventArgs args) [0x00052] in <f57062b156e747cd9c4358238c19d5bb>:0
  63. [2020-01-25 20:29:16.409 UTC] [t6] Exception caught during fetch of external IP address: System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  64. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  65. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  66. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  67. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  68. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  69. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  70. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  71. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  72. at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <5a1468a397d7424593a68071692145af>:0
  73. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <5a1468a397d7424593a68071692145af>:0
  74. --- End of inner exception stack trace ---
  75. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <5a1468a397d7424593a68071692145af>:0
  76. at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <5a1468a397d7424593a68071692145af>:0
  77. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  78. at System.Configuration.PrivilegedConfigurationManager.GetSection (System.String sectionName) [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  79. at System.Diagnostics.DiagnosticsConfiguration.GetConfigSection () [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  80. at System.Diagnostics.DiagnosticsConfiguration.Initialize () [0x0002a] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  81. at System.Diagnostics.DiagnosticsConfiguration.get_SwitchSettings () [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  82. at System.Diagnostics.Switch.InitializeConfigSettings () [0x00013] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  83. at System.Diagnostics.Switch.InitializeWithStatus () [0x00046] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  84. at System.Diagnostics.Switch.get_SwitchSetting () [0x0000a] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  85. at System.Diagnostics.BooleanSwitch.get_Enabled () [0x00000] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  86. at System.Xml.Serialization.RecursionLimiter..ctor () [0x00013] in <8400c5ec23ef4030a9bbbef447b3fcf8>:0
  87. at System.Xml.Serialization.XmlReflectionImporter.IncludeTypes (System.Reflection.ICustomAttributeProvider provider) [0x00000] in <8400c5ec23ef4030a9bbbef447b3fcf8>:0
  88. at System.Web.Services.WebMethodReflector.IncludeTypes (System.Web.Services.Protocols.LogicalMethodInfo method, System.Xml.Serialization.XmlReflectionImporter importer) [0x00032] in <544b55f8792245a9b2ba6830df5bda32>:0
  89. at System.Web.Services.WebMethodReflector.IncludeTypes (System.Web.Services.Protocols.LogicalMethodInfo[] methods, System.Xml.Serialization.XmlReflectionImporter importer) [0x00004] in <544b55f8792245a9b2ba6830df5bda32>:0
  90. at System.Web.Services.Protocols.SoapClientType.GenerateXmlMappings (System.Type type, System.Collections.ArrayList soapMethodList, System.String serviceNamespace, System.Boolean serviceDefaultIsEncoded, System.Collections.ArrayList mappings) [0x0001f] in <544b55f8792245a9b2ba6830df5bda32>:0
  91. at System.Web.Services.Protocols.SoapClientType..ctor (System.Type type) [0x0005e] in <544b55f8792245a9b2ba6830df5bda32>:0
  92. at System.Web.Services.Protocols.SoapHttpClientProtocol..ctor () [0x0004f] in <544b55f8792245a9b2ba6830df5bda32>:0
  93. at VirtualRadar.Library.webservice.virtualradarserver.co.uk.ClientSupport..ctor () [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  94. at (wrapper remoting-invoke-with-check) VirtualRadar.Library.webservice.virtualradarserver.co.uk.ClientSupport..ctor()
  95. at VirtualRadar.Library.ExternalIPAddressService+DefaultProvider.ExternalIpAddress () [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  96. at VirtualRadar.Library.ExternalIPAddressService.GetExternalIPAddress () [0x00007] in <fecf96952bc24a0194d3711217e82b06>:0
  97. at VirtualRadar.WebServer.AutoConfigWebServer.Heartbeat_SlowTick (System.Object sender, System.EventArgs args) [0x0003f] in <47d1049bfd8b4dd38a6b9ff80c0b396d>:0
  98. [2020-01-25 20:29:21.974 UTC] [t11] AircraftOnlineLookup caught exception: System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  99. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  100. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  101. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  102. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  103. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  104. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  105. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  106. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  107. at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <5a1468a397d7424593a68071692145af>:0
  108. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <5a1468a397d7424593a68071692145af>:0
  109. --- End of inner exception stack trace ---
  110. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <5a1468a397d7424593a68071692145af>:0
  111. at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <5a1468a397d7424593a68071692145af>:0
  112. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  113. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  114. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  115. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  116. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  117. at VirtualRadar.Library.AircraftOnlineLookupProvider.FetchSettings () [0x00041] in <fecf96952bc24a0194d3711217e82b06>:0
  118. at VirtualRadar.Library.AircraftOnlineLookupProvider.DoLookup (System.String[] icaos, System.Collections.Generic.IList`1[T] fetchedAircraft, System.Collections.Generic.IList`1[T] missingIcaos) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  119. at VirtualRadar.Library.AircraftOnlineLookup.ThreadPool_LookupWorkItem (System.Object unusedState) [0x00178] in <fecf96952bc24a0194d3711217e82b06>:0
  120. [2020-01-25 20:29:23.920 UTC] [t11] AircraftOnlineLookup caught exception: System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  121. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  122. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  123. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  124. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  125. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  126. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  127. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  128. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  129. at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <5a1468a397d7424593a68071692145af>:0
  130. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <5a1468a397d7424593a68071692145af>:0
  131. --- End of inner exception stack trace ---
  132. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <5a1468a397d7424593a68071692145af>:0
  133. at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <5a1468a397d7424593a68071692145af>:0
  134. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  135. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  136. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  137. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  138. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  139. at VirtualRadar.Library.AircraftOnlineLookupProvider.FetchSettings () [0x00041] in <fecf96952bc24a0194d3711217e82b06>:0
  140. at VirtualRadar.Library.AircraftOnlineLookupProvider.DoLookup (System.String[] icaos, System.Collections.Generic.IList`1[T] fetchedAircraft, System.Collections.Generic.IList`1[T] missingIcaos) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  141. at VirtualRadar.Library.AircraftOnlineLookup.ThreadPool_LookupWorkItem (System.Object unusedState) [0x00178] in <fecf96952bc24a0194d3711217e82b06>:0
  142. [2020-01-25 20:29:24.908 UTC] [t21] Caught an exception on a slow tick heartbeat event: System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  143. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  144. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  145. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  146. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  147. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  148. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  149. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  150. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  151. at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <5a1468a397d7424593a68071692145af>:0
  152. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <5a1468a397d7424593a68071692145af>:0
  153. --- End of inner exception stack trace ---
  154. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <5a1468a397d7424593a68071692145af>:0
  155. at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <5a1468a397d7424593a68071692145af>:0
  156. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  157. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  158. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  159. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  160. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  161. at VirtualRadar.Library.Settings.TileServerSettingsDownloader.Download (System.Int32 timeoutSeconds) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  162. at VirtualRadar.Library.Settings.TileServerSettingsManager.DoDownloadTileServerSettings (System.Int32 timeoutSeconds) [0x00020] in <fecf96952bc24a0194d3711217e82b06>:0
  163. at VirtualRadar.Library.Settings.TileServerSettingsManager.DownloadTileServerSettings () [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  164. at VirtualRadar.Library.Settings.TileServerSettingsManager.DownloadSettingsOnHeartbeatThread () [0x0005d] in <fecf96952bc24a0194d3711217e82b06>:0
  165. at VirtualRadar.Library.Settings.TileServerSettingsManager.Heartbeat_SlowTick (System.Object sender, System.EventArgs e) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  166. at (wrapper dynamic-method) System.Object.lambda_method(System.Runtime.CompilerServices.Closure,object,object,System.EventArgs)
  167. at VirtualRadar.Interface.EventHelper.Raise[TEventArgs] (System.Delegate eventHandler, System.Object sender, System.Func`1[TResult] buildArgsCallback, System.Action`1[T] exceptionCallback, System.Boolean throwEventHelperException) [0x000ec] in <e12aac2b958e495eab9ae21eda4767ae>:0
  168. [2020-01-25 20:29:24.989 UTC] [t21] Caught exception while checking for new version: System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  169. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  170. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  171. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  172. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  173. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  174. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  175. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  176. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  177. at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <5a1468a397d7424593a68071692145af>:0
  178. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <5a1468a397d7424593a68071692145af>:0
  179. --- End of inner exception stack trace ---
  180. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <5a1468a397d7424593a68071692145af>:0
  181. at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <5a1468a397d7424593a68071692145af>:0
  182. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  183. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  184. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  185. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  186. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  187. at VirtualRadar.Library.NewVersionChecker+DefaultProvider.DownloadFileContent (System.String url) [0x00002] in <fecf96952bc24a0194d3711217e82b06>:0
  188. at VirtualRadar.Library.NewVersionChecker.CheckForNewVersion () [0x00008] in <fecf96952bc24a0194d3711217e82b06>:0
  189. at VirtualRadar.Library.Presenter.MainPresenter.PerformVersionCheck (VirtualRadar.Interface.Settings.Configuration configuration, System.DateTime now) [0x00049] in <fecf96952bc24a0194d3711217e82b06>:0
  190. at VirtualRadar.Library.Presenter.MainPresenter.PerformPeriodicChecks () [0x0001e] in <fecf96952bc24a0194d3711217e82b06>:0
  191. [2020-01-25 20:29:25.928 UTC] [t17] AircraftOnlineLookup caught exception: System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  192. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  193. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  194. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  195. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  196. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  197. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  198. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  199. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  200. at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <5a1468a397d7424593a68071692145af>:0
  201. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <5a1468a397d7424593a68071692145af>:0
  202. --- End of inner exception stack trace ---
  203. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <5a1468a397d7424593a68071692145af>:0
  204. at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <5a1468a397d7424593a68071692145af>:0
  205. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  206. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  207. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  208. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  209. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  210. at VirtualRadar.Library.AircraftOnlineLookupProvider.FetchSettings () [0x00041] in <fecf96952bc24a0194d3711217e82b06>:0
  211. at VirtualRadar.Library.AircraftOnlineLookupProvider.DoLookup (System.String[] icaos, System.Collections.Generic.IList`1[T] fetchedAircraft, System.Collections.Generic.IList`1[T] missingIcaos) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  212. at VirtualRadar.Library.AircraftOnlineLookup.ThreadPool_LookupWorkItem (System.Object unusedState) [0x00178] in <fecf96952bc24a0194d3711217e82b06>:0
  213. [2020-01-25 20:29:27.925 UTC] [t19] AircraftOnlineLookup caught exception: System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  214. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  215. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  216. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  217. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  218. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  219. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  220. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  221. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  222. at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <5a1468a397d7424593a68071692145af>:0
  223. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <5a1468a397d7424593a68071692145af>:0
  224. --- End of inner exception stack trace ---
  225. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <5a1468a397d7424593a68071692145af>:0
  226. at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <5a1468a397d7424593a68071692145af>:0
  227. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  228. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  229. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  230. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  231. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  232. at VirtualRadar.Library.AircraftOnlineLookupProvider.FetchSettings () [0x00041] in <fecf96952bc24a0194d3711217e82b06>:0
  233. at VirtualRadar.Library.AircraftOnlineLookupProvider.DoLookup (System.String[] icaos, System.Collections.Generic.IList`1[T] fetchedAircraft, System.Collections.Generic.IList`1[T] missingIcaos) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  234. at VirtualRadar.Library.AircraftOnlineLookup.ThreadPool_LookupWorkItem (System.Object unusedState) [0x00178] in <fecf96952bc24a0194d3711217e82b06>:0
  235. [2020-01-25 20:29:29.928 UTC] [t18] AircraftOnlineLookup caught exception: System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  236. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  237. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  238. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  239. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  240. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  241. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  242. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  243. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  244. at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <5a1468a397d7424593a68071692145af>:0
  245. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <5a1468a397d7424593a68071692145af>:0
  246. --- End of inner exception stack trace ---
  247. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <5a1468a397d7424593a68071692145af>:0
  248. at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <5a1468a397d7424593a68071692145af>:0
  249. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  250. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  251. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  252. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  253. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  254. at VirtualRadar.Library.AircraftOnlineLookupProvider.FetchSettings () [0x00041] in <fecf96952bc24a0194d3711217e82b06>:0
  255. at VirtualRadar.Library.AircraftOnlineLookupProvider.DoLookup (System.String[] icaos, System.Collections.Generic.IList`1[T] fetchedAircraft, System.Collections.Generic.IList`1[T] missingIcaos) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  256. at VirtualRadar.Library.AircraftOnlineLookup.ThreadPool_LookupWorkItem (System.Object unusedState) [0x00178] in <fecf96952bc24a0194d3711217e82b06>:0
  257. [2020-01-25 20:29:35.105 UTC] [t18] Caught an exception on a slow tick heartbeat event: System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  258. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  259. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  260. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  261. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  262. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  263. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  264. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  265. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  266. at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <5a1468a397d7424593a68071692145af>:0
  267. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <5a1468a397d7424593a68071692145af>:0
  268. --- End of inner exception stack trace ---
  269. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <5a1468a397d7424593a68071692145af>:0
  270. at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <5a1468a397d7424593a68071692145af>:0
  271. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  272. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  273. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  274. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  275. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  276. at VirtualRadar.Library.Settings.TileServerSettingsDownloader.Download (System.Int32 timeoutSeconds) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  277. at VirtualRadar.Library.Settings.TileServerSettingsManager.DoDownloadTileServerSettings (System.Int32 timeoutSeconds) [0x00020] in <fecf96952bc24a0194d3711217e82b06>:0
  278. at VirtualRadar.Library.Settings.TileServerSettingsManager.DownloadTileServerSettings () [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  279. at VirtualRadar.Library.Settings.TileServerSettingsManager.DownloadSettingsOnHeartbeatThread () [0x0005d] in <fecf96952bc24a0194d3711217e82b06>:0
  280. at VirtualRadar.Library.Settings.TileServerSettingsManager.Heartbeat_SlowTick (System.Object sender, System.EventArgs e) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  281. at (wrapper dynamic-method) System.Object.lambda_method(System.Runtime.CompilerServices.Closure,object,object,System.EventArgs)
  282. at VirtualRadar.Interface.EventHelper.Raise[TEventArgs] (System.Delegate eventHandler, System.Object sender, System.Func`1[TResult] buildArgsCallback, System.Action`1[T] exceptionCallback, System.Boolean throwEventHelperException) [0x000ec] in <e12aac2b958e495eab9ae21eda4767ae>:0
  283. [2020-01-25 20:29:35.970 UTC] [t18] AircraftOnlineLookup caught exception: System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  284. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  285. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  286. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  287. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  288. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  289. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  290. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  291. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  292. at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <5a1468a397d7424593a68071692145af>:0
  293. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <5a1468a397d7424593a68071692145af>:0
  294. --- End of inner exception stack trace ---
  295. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <5a1468a397d7424593a68071692145af>:0
  296. at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <5a1468a397d7424593a68071692145af>:0
  297. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  298. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  299. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  300. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  301. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  302. at VirtualRadar.Library.AircraftOnlineLookupProvider.FetchSettings () [0x00041] in <fecf96952bc24a0194d3711217e82b06>:0
  303. at VirtualRadar.Library.AircraftOnlineLookupProvider.DoLookup (System.String[] icaos, System.Collections.Generic.IList`1[T] fetchedAircraft, System.Collections.Generic.IList`1[T] missingIcaos) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  304. at VirtualRadar.Library.AircraftOnlineLookup.ThreadPool_LookupWorkItem (System.Object unusedState) [0x00178] in <fecf96952bc24a0194d3711217e82b06>:0
  305. [2020-01-25 20:29:40.988 UTC] [t6] AircraftOnlineLookup caught exception: System.Configuration.ConfigurationErrorsException: Error Initializing the configuration system. ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  306. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  307. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  308. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  309. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  310. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  311. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  312. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  313. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  314. at System.Configuration.ConfigurationManager.OpenExeConfigurationInternal (System.Configuration.ConfigurationUserLevel userLevel, System.Reflection.Assembly calling_assembly, System.String exePath) [0x000ef] in <5a1468a397d7424593a68071692145af>:0
  315. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0000e] in <5a1468a397d7424593a68071692145af>:0
  316. --- End of inner exception stack trace ---
  317. at System.Configuration.ClientConfigurationSystem.get_Configuration () [0x0002a] in <5a1468a397d7424593a68071692145af>:0
  318. at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <5a1468a397d7424593a68071692145af>:0
  319. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  320. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  321. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  322. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  323. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  324. at VirtualRadar.Library.AircraftOnlineLookupProvider.FetchSettings () [0x00041] in <fecf96952bc24a0194d3711217e82b06>:0
  325. at VirtualRadar.Library.AircraftOnlineLookupProvider.DoLookup (System.String[] icaos, System.Collections.Generic.IList`1[T] fetchedAircraft, System.Collections.Generic.IList`1[T] missingIcaos) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  326. at VirtualRadar.Library.AircraftOnlineLookup.ThreadPool_LookupWorkItem (System.Object unusedState) [0x00178] in <fecf96952bc24a0194d3711217e82b06>:0
  327. [2020-01-25 20:29:43.457 UTC] [t15] VirtualRadar.Interface.WebServer.RequestException: Exception {System.NullReferenceException: Object reference not set to an instance of an object.} caught during request for {/VirtualRadar/script/i18n/strings.en.js?_=1579984181813} - see inner exception for details
  328. No stack trace
  329. -- INNER EXCEPTION --
  330. System.NullReferenceException: Object reference not set to an instance of an object.
  331. at System.Web.Util.HttpEncoder.GetCustomEncoderFromConfig () [0x00005] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  332. at System.Lazy`1[T].ViaFactory (System.Threading.LazyThreadSafetyMode mode) [0x00043] in <c453bf849bb84e719dbec0475e99db95>:0
  333. at System.Lazy`1[T].ExecutionAndPublication (System.LazyHelper executionAndPublication, System.Boolean useDefaultConstructor) [0x00022] in <c453bf849bb84e719dbec0475e99db95>:0
  334. at System.Lazy`1[T].CreateValue () [0x00074] in <c453bf849bb84e719dbec0475e99db95>:0
  335. at System.Lazy`1[T].get_Value () [0x0000a] in <c453bf849bb84e719dbec0475e99db95>:0
  336. at System.Web.Util.HttpEncoder.get_Current () [0x00007] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  337. at System.Web.HttpUtility.HtmlDecode (System.String s) [0x0000b] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  338. at System.Web.HttpUtility.ParseQueryString (System.String query, System.Text.Encoding encoding, System.Collections.Specialized.NameValueCollection result) [0x00009] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  339. at System.Web.HttpUtility.ParseQueryString (System.String query, System.Text.Encoding encoding) [0x00058] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  340. at System.Web.HttpUtility.ParseQueryString (System.String query) [0x00006] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  341. at VirtualRadar.Interface.WebServer.RequestReceivedEventArgs.DecomposeRequestUrl (VirtualRadar.Interface.WebServer.IRequest request) [0x00172] in <e12aac2b958e495eab9ae21eda4767ae>:0
  342. at VirtualRadar.Interface.WebServer.RequestReceivedEventArgs..ctor (VirtualRadar.Interface.WebServer.IRequest request, VirtualRadar.Interface.WebServer.IResponse response, System.String root) [0x00078] in <e12aac2b958e495eab9ae21eda4767ae>:0
  343. at VirtualRadar.WebServer.WebServer.GetContextHandler (System.IAsyncResult asyncResult) [0x00097] in <47d1049bfd8b4dd38a6b9ff80c0b396d>:0
  344.  
  345. [2020-01-25 20:29:43.504 UTC] [t14] VirtualRadar.Interface.WebServer.RequestException: Exception {System.NullReferenceException: Object reference not set to an instance of an object.} caught during request for {/VirtualRadar/script/i18n/globalize/globalize.culture.en-GB.js?_=1579984181814} - see inner exception for details
  346. No stack trace
  347. -- INNER EXCEPTION --
  348. System.NullReferenceException: Object reference not set to an instance of an object.
  349. at System.Web.Util.HttpEncoder.GetCustomEncoderFromConfig () [0x00005] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  350. at System.Lazy`1[T].ViaFactory (System.Threading.LazyThreadSafetyMode mode) [0x0001c] in <c453bf849bb84e719dbec0475e99db95>:0
  351. --- End of stack trace from previous location where exception was thrown ---
  352.  
  353. at System.LazyHelper.ThrowException () [0x00000] in <c453bf849bb84e719dbec0475e99db95>:0
  354. at System.Lazy`1[T].CreateValue () [0x0007e] in <c453bf849bb84e719dbec0475e99db95>:0
  355. at System.Lazy`1[T].get_Value () [0x0000a] in <c453bf849bb84e719dbec0475e99db95>:0
  356. at System.Web.Util.HttpEncoder.get_Current () [0x00007] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  357. at System.Web.HttpUtility.HtmlDecode (System.String s) [0x0000b] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  358. at System.Web.HttpUtility.ParseQueryString (System.String query, System.Text.Encoding encoding, System.Collections.Specialized.NameValueCollection result) [0x00009] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  359. at System.Web.HttpUtility.ParseQueryString (System.String query, System.Text.Encoding encoding) [0x00058] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  360. at System.Web.HttpUtility.ParseQueryString (System.String query) [0x00006] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  361. at VirtualRadar.Interface.WebServer.RequestReceivedEventArgs.DecomposeRequestUrl (VirtualRadar.Interface.WebServer.IRequest request) [0x00172] in <e12aac2b958e495eab9ae21eda4767ae>:0
  362. at VirtualRadar.Interface.WebServer.RequestReceivedEventArgs..ctor (VirtualRadar.Interface.WebServer.IRequest request, VirtualRadar.Interface.WebServer.IResponse response, System.String root) [0x00078] in <e12aac2b958e495eab9ae21eda4767ae>:0
  363. at VirtualRadar.WebServer.WebServer.GetContextHandler (System.IAsyncResult asyncResult) [0x00097] in <47d1049bfd8b4dd38a6b9ff80c0b396d>:0
  364.  
  365. [2020-01-25 20:29:43.538 UTC] [t11] VirtualRadar.Interface.WebServer.RequestException: Exception {System.NullReferenceException: Object reference not set to an instance of an object.} caught during request for {/VirtualRadar/script/i18n/strings.de.js?_=1579984181815} - see inner exception for details
  366. No stack trace
  367. -- INNER EXCEPTION --
  368. System.NullReferenceException: Object reference not set to an instance of an object.
  369. at System.Web.Util.HttpEncoder.GetCustomEncoderFromConfig () [0x00005] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  370. at System.Lazy`1[T].ViaFactory (System.Threading.LazyThreadSafetyMode mode) [0x0001c] in <c453bf849bb84e719dbec0475e99db95>:0
  371. --- End of stack trace from previous location where exception was thrown ---
  372.  
  373. at System.LazyHelper.ThrowException () [0x00000] in <c453bf849bb84e719dbec0475e99db95>:0
  374. at System.Lazy`1[T].CreateValue () [0x0007e] in <c453bf849bb84e719dbec0475e99db95>:0
  375. at System.Lazy`1[T].get_Value () [0x0000a] in <c453bf849bb84e719dbec0475e99db95>:0
  376. at System.Web.Util.HttpEncoder.get_Current () [0x00007] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  377. at System.Web.HttpUtility.HtmlDecode (System.String s) [0x0000b] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  378. at System.Web.HttpUtility.ParseQueryString (System.String query, System.Text.Encoding encoding, System.Collections.Specialized.NameValueCollection result) [0x00009] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  379. at System.Web.HttpUtility.ParseQueryString (System.String query, System.Text.Encoding encoding) [0x00058] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  380. at System.Web.HttpUtility.ParseQueryString (System.String query) [0x00006] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  381. at VirtualRadar.Interface.WebServer.RequestReceivedEventArgs.DecomposeRequestUrl (VirtualRadar.Interface.WebServer.IRequest request) [0x00172] in <e12aac2b958e495eab9ae21eda4767ae>:0
  382. at VirtualRadar.Interface.WebServer.RequestReceivedEventArgs..ctor (VirtualRadar.Interface.WebServer.IRequest request, VirtualRadar.Interface.WebServer.IResponse response, System.String root) [0x00078] in <e12aac2b958e495eab9ae21eda4767ae>:0
  383. at VirtualRadar.WebServer.WebServer.GetContextHandler (System.IAsyncResult asyncResult) [0x00097] in <47d1049bfd8b4dd38a6b9ff80c0b396d>:0
  384.  
  385. [2020-01-25 20:29:43.567 UTC] [t19] VirtualRadar.Interface.WebServer.RequestException: Exception {System.NullReferenceException: Object reference not set to an instance of an object.} caught during request for {/VirtualRadar/script/i18n/globalize/globalize.culture.de-DE.js?_=1579984181816} - see inner exception for details
  386. No stack trace
  387. -- INNER EXCEPTION --
  388. System.NullReferenceException: Object reference not set to an instance of an object.
  389. at System.Web.Util.HttpEncoder.GetCustomEncoderFromConfig () [0x00005] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  390. at System.Lazy`1[T].ViaFactory (System.Threading.LazyThreadSafetyMode mode) [0x0001c] in <c453bf849bb84e719dbec0475e99db95>:0
  391. --- End of stack trace from previous location where exception was thrown ---
  392.  
  393. at System.LazyHelper.ThrowException () [0x00000] in <c453bf849bb84e719dbec0475e99db95>:0
  394. at System.Lazy`1[T].CreateValue () [0x0007e] in <c453bf849bb84e719dbec0475e99db95>:0
  395. at System.Lazy`1[T].get_Value () [0x0000a] in <c453bf849bb84e719dbec0475e99db95>:0
  396. at System.Web.Util.HttpEncoder.get_Current () [0x00007] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  397. at System.Web.HttpUtility.HtmlDecode (System.String s) [0x0000b] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  398. at System.Web.HttpUtility.ParseQueryString (System.String query, System.Text.Encoding encoding, System.Collections.Specialized.NameValueCollection result) [0x00009] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  399. at System.Web.HttpUtility.ParseQueryString (System.String query, System.Text.Encoding encoding) [0x00058] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  400. at System.Web.HttpUtility.ParseQueryString (System.String query) [0x00006] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  401. at VirtualRadar.Interface.WebServer.RequestReceivedEventArgs.DecomposeRequestUrl (VirtualRadar.Interface.WebServer.IRequest request) [0x00172] in <e12aac2b958e495eab9ae21eda4767ae>:0
  402. at VirtualRadar.Interface.WebServer.RequestReceivedEventArgs..ctor (VirtualRadar.Interface.WebServer.IRequest request, VirtualRadar.Interface.WebServer.IResponse response, System.String root) [0x00078] in <e12aac2b958e495eab9ae21eda4767ae>:0
  403. at VirtualRadar.WebServer.WebServer.GetContextHandler (System.IAsyncResult asyncResult) [0x00097] in <47d1049bfd8b4dd38a6b9ff80c0b396d>:0
  404.  
  405. [2020-01-25 20:29:45.280 UTC] [t18] Caught an exception on a slow tick heartbeat event: System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  406. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  407. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  408. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  409. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  410. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  411. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  412. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  413. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00038] in <5a1468a397d7424593a68071692145af>:0
  414. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  415. at System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration (System.String path, System.String site, System.String locationSubPath, System.String server, System.String userName, System.String password, System.Boolean fweb) [0x00068] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  416. at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName, System.String path, System.Web.HttpContext context) [0x0000a] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  417. at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName) [0x0000d] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  418. at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  419. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  420. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  421. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  422. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  423. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  424. at VirtualRadar.Library.Settings.TileServerSettingsDownloader.Download (System.Int32 timeoutSeconds) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  425. at VirtualRadar.Library.Settings.TileServerSettingsManager.DoDownloadTileServerSettings (System.Int32 timeoutSeconds) [0x00020] in <fecf96952bc24a0194d3711217e82b06>:0
  426. at VirtualRadar.Library.Settings.TileServerSettingsManager.DownloadTileServerSettings () [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  427. at VirtualRadar.Library.Settings.TileServerSettingsManager.DownloadSettingsOnHeartbeatThread () [0x0005d] in <fecf96952bc24a0194d3711217e82b06>:0
  428. at VirtualRadar.Library.Settings.TileServerSettingsManager.Heartbeat_SlowTick (System.Object sender, System.EventArgs e) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  429. at (wrapper dynamic-method) System.Object.lambda_method(System.Runtime.CompilerServices.Closure,object,object,System.EventArgs)
  430. at VirtualRadar.Interface.EventHelper.Raise[TEventArgs] (System.Delegate eventHandler, System.Object sender, System.Func`1[TResult] buildArgsCallback, System.Action`1[T] exceptionCallback, System.Boolean throwEventHelperException) [0x000ec] in <e12aac2b958e495eab9ae21eda4767ae>:0
  431. [2020-01-25 20:29:55.358 UTC] [t19] Caught an exception on a slow tick heartbeat event: System.Configuration.ConfigurationErrorsException: Unrecognized configuration section <startup> (/home/pi/VRS/VirtualRadar.exe.config line 5)
  432. at System.Configuration.ConfigInfo.ThrowException (System.String text, System.Xml.XmlReader reader) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  433. at System.Configuration.SectionGroupInfo.ReadContent (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed, System.Boolean root) [0x00135] in <5a1468a397d7424593a68071692145af>:0
  434. at System.Configuration.SectionGroupInfo.ReadRootData (System.Xml.XmlReader reader, System.Configuration.Configuration config, System.Boolean overrideAllowed) [0x00007] in <5a1468a397d7424593a68071692145af>:0
  435. at System.Configuration.Configuration.ReadConfigFile (System.Xml.XmlReader reader, System.String fileName) [0x000ce] in <5a1468a397d7424593a68071692145af>:0
  436. at System.Configuration.Configuration.Load () [0x00043] in <5a1468a397d7424593a68071692145af>:0
  437. at System.Configuration.Configuration.Init (System.Configuration.Internal.IConfigSystem system, System.String configPath, System.Configuration.Configuration parent) [0x0005d] in <5a1468a397d7424593a68071692145af>:0
  438. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00056] in <5a1468a397d7424593a68071692145af>:0
  439. at System.Configuration.Configuration..ctor (System.Configuration.InternalConfigurationSystem system, System.String locationSubPath) [0x00038] in <5a1468a397d7424593a68071692145af>:0
  440. at System.Configuration.InternalConfigurationFactory.Create (System.Type typeConfigHost, System.Object[] hostInitConfigurationParams) [0x0000d] in <5a1468a397d7424593a68071692145af>:0
  441. at System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration (System.String path, System.String site, System.String locationSubPath, System.String server, System.String userName, System.String password, System.Boolean fweb) [0x00068] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  442. at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName, System.String path, System.Web.HttpContext context) [0x0000a] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  443. at System.Web.Configuration.WebConfigurationManager.GetSection (System.String sectionName) [0x0000d] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  444. at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection (System.String configKey) [0x00000] in <b4f0b153c02f4f0588d3f7549d75281b>:0
  445. at System.Configuration.ConfigurationManager.GetSection (System.String sectionName) [0x00005] in <5a1468a397d7424593a68071692145af>:0
  446. at System.Net.WebRequest.PopulatePrefixList () [0x00006] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  447. at System.Net.WebRequest.get_PrefixList () [0x00022] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  448. at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x0002e] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  449. at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <4d8f95b7df544b3fa1a27dda924b4424>:0
  450. at VirtualRadar.Library.Settings.TileServerSettingsDownloader.Download (System.Int32 timeoutSeconds) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  451. at VirtualRadar.Library.Settings.TileServerSettingsManager.DoDownloadTileServerSettings (System.Int32 timeoutSeconds) [0x00020] in <fecf96952bc24a0194d3711217e82b06>:0
  452. at VirtualRadar.Library.Settings.TileServerSettingsManager.DownloadTileServerSettings () [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  453. at VirtualRadar.Library.Settings.TileServerSettingsManager.DownloadSettingsOnHeartbeatThread () [0x0005d] in <fecf96952bc24a0194d3711217e82b06>:0
  454. at VirtualRadar.Library.Settings.TileServerSettingsManager.Heartbeat_SlowTick (System.Object sender, System.EventArgs e) [0x00000] in <fecf96952bc24a0194d3711217e82b06>:0
  455. at (wrapper dynamic-method) System.Object.lambda_method(System.Runtime.CompilerServices.Closure,object,object,System.EventArgs)
  456. at VirtualRadar.Interface.EventHelper.Raise[TEventArgs] (System.Delegate eventHandler, System.Object sender, System.Func`1[TResult] buildArgsCallback, System.Action`1[T] exceptionCallback, System.Boolean throwEventHelperException) [0x000ec] in <e12aac2b958e495eab9ae21eda4767ae>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement