Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.98 KB | None | 0 0
  1.  
  2. F:\Developing\growUperion-backend>git status
  3. On branch bugs/4-missing-certificate
  4. Your branch is up to date with 'origin/bugs/4-missing-certificate'.
  5.  
  6. nothing to commit, working tree clean
  7.  
  8. F:\Developing\growUperion-backend>docker-compose up
  9. ERROR: Couldn't connect to Docker daemon. You might need to start Docker for Windows.
  10.  
  11. F:\Developing\growUperion-backend>docker-compose up
  12. Starting db ... done Starting migrations ... done Starting web ... done Attaching to db, migrations, web
  13. db | SQL Server 2019 will run as non-root by default.
  14. db | This container is running as user root.
  15. db | Your master database file is owned by root.
  16. db | To learn more visit https://go.microsoft.com/fwlink/?linkid=2099216.
  17. migrations | Unhandled exception. System.IO.FileNotFoundException: The configuration file 'appsettings.json' was not found and is not optional. The physical path is '/app/appsettings.json'.
  18. migrations | at Microsoft.Extensions.Configuration.FileConfigurationProvider.HandleException(ExceptionDispatchInfo info)
  19. migrations | at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(Boolean reload)
  20. migrations | at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load()
  21. migrations | at Microsoft.Extensions.Configuration.ConfigurationRoot..ctor(IList`1 providers)
  22. migrations | at Microsoft.Extensions.Configuration.ConfigurationBuilder.Build()
  23. migrations | at GrowUperion.Migrations.Program.Main(String[] args) in /src/GrowUperion.Migrations/Program.cs:line 18
  24. migrations exited with code 139
  25. web | info: ExtCore.WebApplication[0]
  26. web | Discovering and loading assemblies from DependencyContext
  27. web | info: ExtCore.WebApplication[0]
  28. web | Assembly 'Web, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  29. web | info: ExtCore.WebApplication[0]
  30. web | Assembly 'Autofac, Version=4.9.4.0, Culture=neutral, PublicKeyToken=17863af14b0044da' is discovered and loaded
  31. web | info: ExtCore.WebApplication[0]
  32. web | Assembly 'Autofac.Extensions.DependencyInjection, Version=5.0.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da' is discovered and loaded
  33. web | info: ExtCore.WebApplication[0]
  34. web | Assembly 'ExtCore.Infrastructure, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  35. web | info: ExtCore.WebApplication[0]
  36. web | Assembly 'ExtCore.Mvc.Infrastructure, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  37. web | info: ExtCore.WebApplication[0]
  38. web | Assembly 'ExtCore.WebApplication, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  39. web | warn: ExtCore.WebApplication[0]
  40. web | Error loading assembly 'runtime.native.System'
  41. web | warn: ExtCore.WebApplication[0]
  42. web | System.IO.FileNotFoundException: Could not load file or assembly 'runtime.native.System, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
  43. web |
  44. web | File name: 'runtime.native.System, Culture=neutral, PublicKeyToken=null'
  45. web | at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
  46. web | at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  47. web | at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  48. web | at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName)
  49. web | at ExtCore.WebApplication.DefaultAssemblyProvider.GetAssembliesFromDependencyContext(List`1 assemblies)
  50. web |
  51. web |
  52. web | warn: ExtCore.WebApplication[0]
  53. web | Error loading assembly 'runtime.native.System.Data.SqlClient.sni'
  54. web | warn: ExtCore.WebApplication[0]
  55. web | System.IO.FileNotFoundException: Could not load file or assembly 'runtime.native.System.Data.SqlClient.sni, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
  56. web |
  57. web | File name: 'runtime.native.System.Data.SqlClient.sni, Culture=neutral, PublicKeyToken=null'
  58. web | at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
  59. web | at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  60. web | at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  61. web | at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName)
  62. web | at ExtCore.WebApplication.DefaultAssemblyProvider.GetAssembliesFromDependencyContext(List`1 assemblies)
  63. web |
  64. web |
  65. web | warn: ExtCore.WebApplication[0]
  66. web | Error loading assembly 'runtime.win-arm64.runtime.native.System.Data.SqlClient.sni'
  67. web | warn: ExtCore.WebApplication[0]
  68. web | System.IO.FileNotFoundException: Could not load file or assembly 'runtime.win-arm64.runtime.native.System.Data.SqlClient.sni, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
  69. web |
  70. web | File name: 'runtime.win-arm64.runtime.native.System.Data.SqlClient.sni, Culture=neutral, PublicKeyToken=null'
  71. web | at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
  72. web | at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  73. web | at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  74. web | at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName)
  75. web | at ExtCore.WebApplication.DefaultAssemblyProvider.GetAssembliesFromDependencyContext(List`1 assemblies)
  76. web |
  77. web |
  78. web | warn: ExtCore.WebApplication[0]
  79. web | Error loading assembly 'runtime.win-x64.runtime.native.System.Data.SqlClient.sni'
  80. web | warn: ExtCore.WebApplication[0]
  81. web | System.IO.FileNotFoundException: Could not load file or assembly 'runtime.win-x64.runtime.native.System.Data.SqlClient.sni, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
  82. web |
  83. web | File name: 'runtime.win-x64.runtime.native.System.Data.SqlClient.sni, Culture=neutral, PublicKeyToken=null'
  84. web | at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
  85. web | at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  86. web | at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  87. web | at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName)
  88. web | at ExtCore.WebApplication.DefaultAssemblyProvider.GetAssembliesFromDependencyContext(List`1 assemblies)
  89. web |
  90. web |
  91. web | warn: ExtCore.WebApplication[0]
  92. web | Error loading assembly 'runtime.win-x86.runtime.native.System.Data.SqlClient.sni'
  93. web | warn: ExtCore.WebApplication[0]
  94. web | System.IO.FileNotFoundException: Could not load file or assembly 'runtime.win-x86.runtime.native.System.Data.SqlClient.sni, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
  95. web |
  96. web | File name: 'runtime.win-x86.runtime.native.System.Data.SqlClient.sni, Culture=neutral, PublicKeyToken=null'
  97. web | at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
  98. web | at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  99. web | at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  100. web | at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName)
  101. web | at ExtCore.WebApplication.DefaultAssemblyProvider.GetAssembliesFromDependencyContext(List`1 assemblies)
  102. web |
  103. web |
  104. web | warn: ExtCore.WebApplication[0]
  105. web | Error loading assembly 'Swashbuckle.AspNetCore'
  106. web | warn: ExtCore.WebApplication[0]
  107. web | System.IO.FileNotFoundException: Could not load file or assembly 'Swashbuckle.AspNetCore, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
  108. web |
  109. web | File name: 'Swashbuckle.AspNetCore, Culture=neutral, PublicKeyToken=null'
  110. web | at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
  111. web | at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  112. web | at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  113. web | at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName)
  114. web | at ExtCore.WebApplication.DefaultAssemblyProvider.GetAssembliesFromDependencyContext(List`1 assemblies)
  115. web |
  116. web |
  117. web | info: ExtCore.WebApplication[0]
  118. web | Assembly 'Swashbuckle.AspNetCore.Swagger, Version=5.0.0.0, Culture=neutral, PublicKeyToken=62657d7474907593' is discovered and loaded
  119. web | info: ExtCore.WebApplication[0]
  120. web | Assembly 'Swashbuckle.AspNetCore.SwaggerGen, Version=5.0.0.0, Culture=neutral, PublicKeyToken=d84d99fb0135530a' is discovered and loaded
  121. web | info: ExtCore.WebApplication[0]
  122. web | Assembly 'Swashbuckle.AspNetCore.SwaggerUI, Version=5.0.0.0, Culture=neutral, PublicKeyToken=4232c99127b3c254' is discovered and loaded
  123. web | info: ExtCore.WebApplication[0]
  124. web | Assembly 'GrowUperion.Auth, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  125. web | info: ExtCore.WebApplication[0]
  126. web | Assembly 'GrowUperion.Quizes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  127. web | info: ExtCore.WebApplication[0]
  128. web | Assembly 'GrowUperion.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  129. web | warn: ExtCore.WebApplication[0]
  130. web | Discovering and loading assemblies from path skipped: path not provided
  131. web | info: ExtCore.WebApplication[0]
  132. web | Executing ConfigureServices action 'GrowUperion.Auth.AuthModule'
  133. web | info: ExtCore.WebApplication[0]
  134. web | Executing ConfigureServices action 'GrowUperion.Quizes.QuizModule'
  135. web | warn: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[60]
  136. web | Storing keys in a directory '/root/.aspnet/DataProtection-Keys' that may not be persisted outside of the container. Protected data will be unavailable when container is destroyed.
  137. web | crit: Microsoft.AspNetCore.Server.Kestrel[0]
  138. web | Unable to start Kestrel.
  139. web | System.InvalidOperationException: Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.
  140. web | To generate a developer certificate run 'dotnet dev-certs https'. To trust the certificate (Windows and macOS only) run 'dotnet dev-certs https --trust'.
  141. web | For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.
  142. web | at Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.UseHttps(ListenOptions listenOptions, Action`1 configureOptions)
  143. web | at Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.UseHttps(ListenOptions listenOptions)
  144. web | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context)
  145. web | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IServerAddressesFeature addresses, KestrelServerOptions serverOptions, ILogger logger, Func`2 createBinding)
  146. web | at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  147. web | Unhandled exception. System.InvalidOperationException: Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.
  148. web | To generate a developer certificate run 'dotnet dev-certs https'. To trust the certificate (Windows and macOS only) run 'dotnet dev-certs https --trust'.
  149. web | For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.
  150. web | at Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.UseHttps(ListenOptions listenOptions, Action`1 configureOptions)
  151. web | at Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.UseHttps(ListenOptions listenOptions)
  152. web | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context)
  153. web | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IServerAddressesFeature addresses, KestrelServerOptions serverOptions, ILogger logger, Func`2 createBinding)
  154. web | at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  155. web | at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  156. web | at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  157. web | at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
  158. web | at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
  159. web | at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
  160. web | at Web.Program.Main(String[] args) in /src/Web/Program.cs:line 14
  161. web exited with code 139
  162. db | 2020-01-21 11:59:53.29 Server Microsoft SQL Server 2017 (RTM-CU17) (KB4515579) - 14.0.3238.1 (X64)
  163. Sep 13 2019 15:49:57
  164. Copyright (C) 2017 Microsoft Corporation
  165. Developer Edition (64-bit) on Linux (Ubuntu 16.04.6 LTS)
  166. 2020-01-21 11:59:53.29 Server UTC adjustment: 0:00
  167. 2020-01-21 11:59:53.29 Server (c) Microsoft Corporation.
  168. 2020-01-21 11:59:53.29 Server All rights reserved.
  169. 2020-01-21 11:59:53.29 Server Server process ID is 28.
  170. 2020-01-21 11:59:53.29 Server Logging SQL Server messages in file '/var/opt/mssql/log/errorlog'.
  171. 2020-01-21 11:59:53.29 Server Registry startup parameters:
  172. -d /var/opt/mssql/data/master.mdf
  173. -l /var/opt/mssql/data/mastlog.ldf
  174. -e /var/opt/mssql/log/errorlog
  175. 2020-01-21 11:59:53.30 Server SQL Server detected 1 sockets with 1 cores per socket and 2 logical processors per socket, 2 total logical processors; using 2 logical processors based on SQL Server licensing. This is an informational message; no user action is required.
  176. 2020-01-21 11:59:53.30 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
  177. 2020-01-21 11:59:53.31 Server Detected 1600 MB of RAM. This is an informational message; no user action is required.
  178. 2020-01-21 11:59:53.31 Server Using conventional memory in the memory manager.
  179. 2020-01-21 11:59:53.47 Server Buffer pool extension is already disabled. No action is necessary.
  180. 2020-01-21 11:59:53.59 Server InitializeExternalUserGroupSid failed. Implied authentication will be disabled.
  181. 2020-01-21 11:59:53.59 Server Implied authentication manager initialization failed. Implied authentication will be disabled.
  182. 2020-01-21 11:59:53.59 Server Successfully initialized the TLS configuration. Allowed TLS protocol versions are ['1.0 1.1 1.2']. Allowed TLS ciphers are ['ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:!DHE-RSA-AES256-GCM-SHA384:!DHE-RSA-AES128-GCM-SHA256:!DHE-RSA-AES256-SHA:!DHE-RSA-AES128-SHA'].
  183. 2020-01-21 11:59:53.63 Server The maximum number of dedicated administrator connections for this instance is '1'
  184. 2020-01-21 11:59:53.63 Server Node configuration: node 0: CPU mask: 0x0000000000000003:0 Active CPU mask: 0x0000000000000003:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
  185. 2020-01-21 11:59:53.64 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required.
  186. 2020-01-21 11:59:53.64 Server In-Memory OLTP initialized on lowend machine.
  187. 2020-01-21 11:59:53.71 Server Database Instant File Initialization: enabled. For security and performance considerations see the topic 'Database Instant File Initialization' in SQL Server Books Online. This is an informational message only. No user action is required.
  188. ForceFlush is enabled for this instance.
  189. 2020-01-21 11:59:53.72 Server Query Store settings initialized with enabled = 1,
  190. 2020-01-21 11:59:53.73 spid7s Starting up database 'master'.
  191. 2020-01-21 11:59:53.73 Server Software Usage Metrics is disabled.
  192. ForceFlush feature is enabled for log durability.
  193. 2020-01-21 11:59:53.97 spid7s Resource governor reconfiguration succeeded.
  194. 2020-01-21 11:59:53.98 spid7s SQL Server Audit is starting the audits. This is an informational message. No user action is required.
  195. 2020-01-21 11:59:54.00 spid7s SQL Server Audit has started the audits. This is an informational message. No user action is required.
  196. 2020-01-21 11:59:54.12 spid7s SQL Trace ID 1 was started by login "sa".
  197. 2020-01-21 11:59:54.15 spid7s Server name is 'aea64e520889'. This is an informational message only. No user action is required.
  198. 2020-01-21 11:59:54.18 spid22s Always On: The availability replica manager is starting. This is an informational message only. No user action is required.
  199. 2020-01-21 11:59:54.19 spid22s Always On: The availability replica manager is waiting for the instance of SQL Server to allow client connections. This is an informational message only. No user action is required.
  200. 2020-01-21 11:59:54.19 spid7s Starting up database 'msdb'.
  201. 2020-01-21 11:59:54.19 spid9s Starting up database 'mssqlsystemresource'.
  202. 2020-01-21 11:59:54.20 spid9s The resource database build version is 14.00.3238. This is an informational message only. No user action is required.
  203. 2020-01-21 11:59:54.22 spid9s Starting up database 'model'.
  204. 2020-01-21 11:59:54.38 spid19s A self-generated certificate was successfully loaded for encryption.
  205. 2020-01-21 11:59:54.40 spid19s Server is listening on [ 'any' <ipv6> 1433].
  206. 2020-01-21 11:59:54.42 spid19s Server is listening on [ 'any' <ipv4> 1433].
  207. 2020-01-21 11:59:54.44 Server Server is listening on [ ::1 <ipv6> 1434].
  208. 2020-01-21 11:59:54.44 Server Server is listening on [ 127.0.0.1 <ipv4> 1434].
  209. 2020-01-21 11:59:54.44 Server Dedicated admin connection support was established for listening locally on port 1434.
  210. 2020-01-21 11:59:54.44 spid19s SQL Server is now ready for client connections. This is an informational message; no user action is required.
  211. 2020-01-21 11:59:54.49 Server Failed to verify the Authenticode signature of 'C:\binn\secforwarder.dll'. Signature verification of SQL Server DLLs will be skipped. Genuine copies of SQL Server are signed. Failure to verify the Authenticode signature might indicate that this is not an authentic release of SQL Server. Install a genuine copy of SQL Server or contact customer support.
  212. 2020-01-21 11:59:54.52 spid9s Polybase feature disabled.
  213. 2020-01-21 11:59:54.53 spid9s Clearing tempdb database.
  214. 2020-01-21 11:59:54.82 spid9s Starting up database 'tempdb'.
  215. 2020-01-21 11:59:55.05 spid9s The tempdb database has 1 data file(s).
  216. 2020-01-21 11:59:55.06 spid22s The Service Broker endpoint is in disabled or stopped state.
  217. 2020-01-21 11:59:55.06 spid22s The Database Mirroring endpoint is in disabled or stopped state.
  218. 2020-01-21 11:59:55.08 spid22s Service Broker manager has started.
  219. 2020-01-21 11:59:55.09 spid7s Recovery is complete. This is an informational message only. No user action is required.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement