Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.96 KB | None | 0 0
  1.  
  2. F:\Developing\growUperion-backend>dotnet dev-certs https --trust
  3.  
  4. Welcome to .NET Core!
  5. ---------------------
  6. Learn more about .NET Core: https://aka.ms/dotnet-docs
  7. Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
  8.  
  9. Telemetry
  10. ---------
  11. The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
  12.  
  13. Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
  14.  
  15. ASP.NET Core
  16. ------------
  17. Successfully installed the ASP.NET Core HTTPS Development Certificate.
  18. To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only). For establishing trust on other platforms refer to the platform specific documentation.
  19. For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.
  20. Trusting the HTTPS development certificate was requested. A confirmation prompt will be displayed if the certificate was not previously trusted. Click yes on the prompt to trust the certificate.
  21. A valid HTTPS certificate is already present.
  22.  
  23. F:\Developing\growUperion-backend>docker-compose up
  24. Starting db ... done Starting migrations ... done Starting web ... done Attaching to db, migrations, web
  25. db | SQL Server 2019 will run as non-root by default.
  26. db | This container is running as user root.
  27. db | Your master database file is owned by root.
  28. db | To learn more visit https://go.microsoft.com/fwlink/?linkid=2099216.
  29. 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'.
  30. migrations | at Microsoft.Extensions.Configuration.FileConfigurationProvider.HandleException(ExceptionDispatchInfo info)
  31. migrations | at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(Boolean reload)
  32. migrations | at Microsoft.Extensions.Configuration.FileConfigurationProvider.Load()
  33. migrations | at Microsoft.Extensions.Configuration.ConfigurationRoot..ctor(IList`1 providers)
  34. migrations | at Microsoft.Extensions.Configuration.ConfigurationBuilder.Build()
  35. migrations | at GrowUperion.Migrations.Program.Main(String[] args) in /src/GrowUperion.Migrations/Program.cs:line 18
  36. migrations exited with code 139
  37. web | info: ExtCore.WebApplication[0]
  38. web | Discovering and loading assemblies from DependencyContext
  39. web | info: ExtCore.WebApplication[0]
  40. web | Assembly 'Web, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  41. web | info: ExtCore.WebApplication[0]
  42. web | Assembly 'Autofac, Version=4.9.4.0, Culture=neutral, PublicKeyToken=17863af14b0044da' is discovered and loaded
  43. web | info: ExtCore.WebApplication[0]
  44. web | Assembly 'Autofac.Extensions.DependencyInjection, Version=5.0.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da' is discovered and loaded
  45. web | info: ExtCore.WebApplication[0]
  46. web | Assembly 'ExtCore.Infrastructure, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  47. web | info: ExtCore.WebApplication[0]
  48. web | Assembly 'ExtCore.Mvc.Infrastructure, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  49. web | info: ExtCore.WebApplication[0]
  50. web | Assembly 'ExtCore.WebApplication, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  51. web | warn: ExtCore.WebApplication[0]
  52. web | Error loading assembly 'runtime.native.System'
  53. web | warn: ExtCore.WebApplication[0]
  54. web | System.IO.FileNotFoundException: Could not load file or assembly 'runtime.native.System, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
  55. web |
  56. web | File name: 'runtime.native.System, Culture=neutral, PublicKeyToken=null'
  57. web | at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
  58. web | at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  59. web | at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  60. web | at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName)
  61. web | at ExtCore.WebApplication.DefaultAssemblyProvider.GetAssembliesFromDependencyContext(List`1 assemblies)
  62. web |
  63. web |
  64. web | warn: ExtCore.WebApplication[0]
  65. web | Error loading assembly 'runtime.native.System.Data.SqlClient.sni'
  66. web | warn: ExtCore.WebApplication[0]
  67. 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.
  68. web |
  69. web | File name: 'runtime.native.System.Data.SqlClient.sni, Culture=neutral, PublicKeyToken=null'
  70. web | at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
  71. web | at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  72. web | at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  73. web | at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName)
  74. web | at ExtCore.WebApplication.DefaultAssemblyProvider.GetAssembliesFromDependencyContext(List`1 assemblies)
  75. web |
  76. web |
  77. web | warn: ExtCore.WebApplication[0]
  78. web | Error loading assembly 'runtime.win-arm64.runtime.native.System.Data.SqlClient.sni'
  79. web | warn: ExtCore.WebApplication[0]
  80. 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.
  81. web |
  82. web | File name: 'runtime.win-arm64.runtime.native.System.Data.SqlClient.sni, Culture=neutral, PublicKeyToken=null'
  83. web | at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
  84. web | at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  85. web | at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  86. web | at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName)
  87. web | at ExtCore.WebApplication.DefaultAssemblyProvider.GetAssembliesFromDependencyContext(List`1 assemblies)
  88. web |
  89. web |
  90. web | warn: ExtCore.WebApplication[0]
  91. web | Error loading assembly 'runtime.win-x64.runtime.native.System.Data.SqlClient.sni'
  92. web | warn: ExtCore.WebApplication[0]
  93. 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.
  94. web |
  95. web | File name: 'runtime.win-x64.runtime.native.System.Data.SqlClient.sni, Culture=neutral, PublicKeyToken=null'
  96. web | at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
  97. web | at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  98. web | at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  99. web | at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName)
  100. web | at ExtCore.WebApplication.DefaultAssemblyProvider.GetAssembliesFromDependencyContext(List`1 assemblies)
  101. web |
  102. web |
  103. web | warn: ExtCore.WebApplication[0]
  104. web | Error loading assembly 'runtime.win-x86.runtime.native.System.Data.SqlClient.sni'
  105. web | warn: ExtCore.WebApplication[0]
  106. 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.
  107. web |
  108. web | File name: 'runtime.win-x86.runtime.native.System.Data.SqlClient.sni, Culture=neutral, PublicKeyToken=null'
  109. web | at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
  110. web | at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  111. web | at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  112. web | at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName)
  113. web | at ExtCore.WebApplication.DefaultAssemblyProvider.GetAssembliesFromDependencyContext(List`1 assemblies)
  114. web |
  115. web |
  116. web | warn: ExtCore.WebApplication[0]
  117. web | Error loading assembly 'Swashbuckle.AspNetCore'
  118. web | warn: ExtCore.WebApplication[0]
  119. web | System.IO.FileNotFoundException: Could not load file or assembly 'Swashbuckle.AspNetCore, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
  120. web |
  121. web | File name: 'Swashbuckle.AspNetCore, Culture=neutral, PublicKeyToken=null'
  122. web | at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, RuntimeAssembly assemblyContext, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, AssemblyLoadContext assemblyLoadContext)
  123. web | at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  124. web | at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext)
  125. web | at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyName(AssemblyName assemblyName)
  126. web | at ExtCore.WebApplication.DefaultAssemblyProvider.GetAssembliesFromDependencyContext(List`1 assemblies)
  127. web |
  128. web |
  129. web | info: ExtCore.WebApplication[0]
  130. web | Assembly 'Swashbuckle.AspNetCore.Swagger, Version=5.0.0.0, Culture=neutral, PublicKeyToken=62657d7474907593' is discovered and loaded
  131. web | info: ExtCore.WebApplication[0]
  132. web | Assembly 'Swashbuckle.AspNetCore.SwaggerGen, Version=5.0.0.0, Culture=neutral, PublicKeyToken=d84d99fb0135530a' is discovered and loaded
  133. web | info: ExtCore.WebApplication[0]
  134. web | Assembly 'Swashbuckle.AspNetCore.SwaggerUI, Version=5.0.0.0, Culture=neutral, PublicKeyToken=4232c99127b3c254' is discovered and loaded
  135. web | info: ExtCore.WebApplication[0]
  136. web | Assembly 'GrowUperion.Auth, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  137. web | info: ExtCore.WebApplication[0]
  138. web | Assembly 'GrowUperion.Quizes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  139. web | info: ExtCore.WebApplication[0]
  140. web | Assembly 'GrowUperion.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is discovered and loaded
  141. web | warn: ExtCore.WebApplication[0]
  142. web | Discovering and loading assemblies from path skipped: path not provided
  143. web | info: ExtCore.WebApplication[0]
  144. web | Executing ConfigureServices action 'GrowUperion.Auth.AuthModule'
  145. web | info: ExtCore.WebApplication[0]
  146. web | Executing ConfigureServices action 'GrowUperion.Quizes.QuizModule'
  147. web | warn: Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository[60]
  148. 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.
  149. web | crit: Microsoft.AspNetCore.Server.Kestrel[0]
  150. web | Unable to start Kestrel.
  151. 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.
  152. 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'.
  153. web | For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.
  154. web | at Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.UseHttps(ListenOptions listenOptions, Action`1 configureOptions)
  155. web | at Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.UseHttps(ListenOptions listenOptions)
  156. web | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context)
  157. web | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IServerAddressesFeature addresses, KestrelServerOptions serverOptions, ILogger logger, Func`2 createBinding)
  158. web | at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  159. 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.
  160. 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'.
  161. web | For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.
  162. web | at Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.UseHttps(ListenOptions listenOptions, Action`1 configureOptions)
  163. web | at Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.UseHttps(ListenOptions listenOptions)
  164. web | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context)
  165. web | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IServerAddressesFeature addresses, KestrelServerOptions serverOptions, ILogger logger, Func`2 createBinding)
  166. web | at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
  167. web | at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
  168. web | at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  169. web | at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
  170. web | at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
  171. web | at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
  172. web | at Web.Program.Main(String[] args) in /src/Web/Program.cs:line 14
  173. web exited with code 139
  174. db | 2020-01-21 11:16:05.28 Server Microsoft SQL Server 2017 (RTM-CU17) (KB4515579) - 14.0.3238.1 (X64)
  175. Sep 13 2019 15:49:57
  176. Copyright (C) 2017 Microsoft Corporation
  177. Developer Edition (64-bit) on Linux (Ubuntu 16.04.6 LTS)
  178. 2020-01-21 11:16:05.29 Server UTC adjustment: 0:00
  179. 2020-01-21 11:16:05.29 Server (c) Microsoft Corporation.
  180. 2020-01-21 11:16:05.29 Server All rights reserved.
  181. 2020-01-21 11:16:05.29 Server Server process ID is 28.
  182. 2020-01-21 11:16:05.29 Server Logging SQL Server messages in file '/var/opt/mssql/log/errorlog'.
  183. 2020-01-21 11:16:05.29 Server Registry startup parameters:
  184. -d /var/opt/mssql/data/master.mdf
  185. -l /var/opt/mssql/data/mastlog.ldf
  186. -e /var/opt/mssql/log/errorlog
  187. 2020-01-21 11:16:05.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.
  188. 2020-01-21 11:16:05.30 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
  189. 2020-01-21 11:16:05.31 Server Detected 1600 MB of RAM. This is an informational message; no user action is required.
  190. 2020-01-21 11:16:05.31 Server Using conventional memory in the memory manager.
  191. 2020-01-21 11:16:05.47 Server Buffer pool extension is already disabled. No action is necessary.
  192. 2020-01-21 11:16:05.60 Server InitializeExternalUserGroupSid failed. Implied authentication will be disabled.
  193. 2020-01-21 11:16:05.60 Server Implied authentication manager initialization failed. Implied authentication will be disabled.
  194. 2020-01-21 11:16:05.61 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'].
  195. 2020-01-21 11:16:05.64 Server The maximum number of dedicated administrator connections for this instance is '1'
  196. 2020-01-21 11:16:05.64 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.
  197. 2020-01-21 11:16:05.65 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.
  198. 2020-01-21 11:16:05.66 Server In-Memory OLTP initialized on lowend machine.
  199. 2020-01-21 11:16:05.70 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.
  200. ForceFlush is enabled for this instance.
  201. 2020-01-21 11:16:05.71 Server Query Store settings initialized with enabled = 1,
  202. 2020-01-21 11:16:05.71 spid6s Starting up database 'master'.
  203. 2020-01-21 11:16:05.72 Server Software Usage Metrics is disabled.
  204. ForceFlush feature is enabled for log durability.
  205. 2020-01-21 11:16:05.97 spid6s Resource governor reconfiguration succeeded.
  206. 2020-01-21 11:16:05.97 spid6s SQL Server Audit is starting the audits. This is an informational message. No user action is required.
  207. 2020-01-21 11:16:05.97 spid6s SQL Server Audit has started the audits. This is an informational message. No user action is required.
  208. 2020-01-21 11:16:06.04 spid6s SQL Trace ID 1 was started by login "sa".
  209. 2020-01-21 11:16:06.11 spid6s Server name is 'aea64e520889'. This is an informational message only. No user action is required.
  210. 2020-01-21 11:16:06.16 spid22s Always On: The availability replica manager is starting. This is an informational message only. No user action is required.
  211. 2020-01-21 11:16:06.17 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.
  212. 2020-01-21 11:16:06.17 spid6s Starting up database 'msdb'.
  213. 2020-01-21 11:16:06.18 spid9s Starting up database 'mssqlsystemresource'.
  214. 2020-01-21 11:16:06.19 spid9s The resource database build version is 14.00.3238. This is an informational message only. No user action is required.
  215. 2020-01-21 11:16:06.25 spid9s Starting up database 'model'.
  216. 2020-01-21 11:16:06.32 spid19s A self-generated certificate was successfully loaded for encryption.
  217. 2020-01-21 11:16:06.35 spid19s Server is listening on [ 'any' <ipv6> 1433].
  218. 2020-01-21 11:16:06.36 spid19s Server is listening on [ 'any' <ipv4> 1433].
  219. 2020-01-21 11:16:06.38 Server Server is listening on [ ::1 <ipv6> 1434].
  220. 2020-01-21 11:16:06.40 Server Server is listening on [ 127.0.0.1 <ipv4> 1434].
  221. 2020-01-21 11:16:06.41 Server Dedicated admin connection support was established for listening locally on port 1434.
  222. 2020-01-21 11:16:06.43 spid19s SQL Server is now ready for client connections. This is an informational message; no user action is required.
  223. 2020-01-21 11:16:06.54 spid9s Polybase feature disabled.
  224. 2020-01-21 11:16:06.55 spid9s Clearing tempdb database.
  225. 2020-01-21 11:16:06.58 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.
  226. 2020-01-21 11:16:06.87 spid9s Starting up database 'tempdb'.
  227. 2020-01-21 11:16:07.09 spid9s The tempdb database has 1 data file(s).
  228. 2020-01-21 11:16:07.10 spid22s The Service Broker endpoint is in disabled or stopped state.
  229. 2020-01-21 11:16:07.10 spid22s The Database Mirroring endpoint is in disabled or stopped state.
  230. 2020-01-21 11:16:07.12 spid22s Service Broker manager has started.
  231. 2020-01-21 11:16:07.15 spid6s Recovery is complete. This is an informational message only. No user action is required.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement