2023-04-14 08:10:20.8912 E:35 Microsoft.AspNetCore.Server.Kestrel Connection id "0HMPREUSPHMPF", Request id "0HMPREUSPHMPF:00000001": An unhandled exception was thrown by the application. 1. [Microsoft.AspNetCore.SpaServices.Extensions] System.InvalidOperationException: The SPA default page middleware could not return the default page '/index.html' because it was not found, and no other middleware handled the request. Your application is running in Production mode, so make sure it has been published, or that you have built your SPA manually. Alternatively you may wish to switch to the Development environment. Стек вызовов: at Microsoft.AspNetCore.SpaServices.SpaDefaultPageMiddleware.<>c__DisplayClass0_0.b__1(HttpContext context, RequestDelegate next) at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 121 at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application) HResult:-2146233079 -------------------------------------------------------------------------------------- 00-2cf83e13757c04f14f87e9e0466d76c6-f30e57e0088313a7-00 2023-04-14 13:11:58.6644 E:69 Lers.Server.Api.Administration.UpdatesController Не удалось проверить наличие обновлений 1. [Lers.UpdaterClient] Lers.UpdateService.Control.UpdateServiceException: Проверка обновлений уже выполняется. Стек вызовов: at Lers.UpdateService.Control.UpdateServiceClient.ReadResponseAsync(CancellationToken cancellationToken) at Lers.UpdateService.Control.UpdateServiceClient.CheckForUpdatesAsync(String updateSource, CancellationToken cancellationToken) at Lers.Administration.UpdateServiceClient.CheckForUpdates(CancellationToken cancellationToken) at Lers.Server.Api.Administration.UpdatesController.Check(CancellationToken cancellationToken) HResult:-2146233088 -------------------------------------------------------------------------------------- 00-9fcb2683e5b4d7a7c49cda60f5dc54d4-bc5fbfd79ad5e458-00 2023-04-14 13:11:58.6671 E:69 Lers.ExceptionHandler [Рабочее место оператора] Ошибка выполнения запроса PUT http://192.168.0.110:8081/api/v0.1/Admin/Updates/Check. Проверка обновлений уже выполняется. 00-9fcb2683e5b4d7a7c49cda60f5dc54d4-bc5fbfd79ad5e458-00 2023-04-14 13:13:21.9202 E:1 Lers.Server.Program ============================================ 2023-04-14 13:13:21.9500 E:1 Lers.Server.Program === Сервер запущен 2023-04-14 13:13:21.9500 E:1 Lers.Server.Program ============================================ 2023-04-14 13:14:35.9456 E:9 Lers.Plugins.DeleteFileAfterReboot Невозможно отложить удаление до перезагрузки. Отказано в доступе. 00-4d67e19ee75191cf24ec197498752cab-be0f5d7a4d9cc75a-00 2023-04-14 21:00:01.2679 E:39 Lers.Tasks.DatabaseMaintenanceTask Ошибка выполнения ежедневного обслуживания базы данных. Ошибка при удалении данных с превышенным сроком хранения. 1. [Microsoft.EntityFrameworkCore.Relational] System.InvalidOperationException: The LINQ expression 'DbSet() .Join( inner: DbSet(), outerKeySelector: p => EF.Property(p, "FileId"), innerKeySelector: f => EF.Property(f, "Id"), resultSelector: (o, i) => new TransparentIdentifier( Outer = o, Inner = i )) .Where(p => p.Inner.CreationTime < __minDateTime_0) .Take(__p_1) .Select(p => IncludeExpression( EntityExpression: p.Outer, NavigationExpression: p.Inner, File) ) .ExecuteDelete()' could not be translated. Additional information: The operation 'ExecuteDelete' requires an entity type which corresponds to the database table to be modified. The current operation is being applied on a non-entity projection. Remove any projection to non-entity types. See https://go.microsoft.com/fwlink/?linkid=2101038 for more information. Стек вызовов: at Microsoft.EntityFrameworkCore.Query.RelationalQueryableMethodTranslatingExpressionVisitor.VisitMethodCall(MethodCallExpression methodCallExpression) at Microsoft.EntityFrameworkCore.Query.QueryCompilationContext.CreateQueryExecutor[TResult](Expression query) at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass12_0`1.b__0() at Microsoft.EntityFrameworkCore.Query.Internal.CompiledQueryCache.GetOrAddQuery[TResult](Object cacheKey, Func`1 compiler) at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.ExecuteAsync[TResult](Expression query, CancellationToken cancellationToken) at Lers.Dal.BatchDeleteExtensions.BatchDeleteAsync[T](IQueryable`1 query, Int32 batchSize, CancellationToken cancellationToken) at Lers.Dal.SystemDataAccess.TrimPreparedReports(DateTime minDateTime) at Lers.Tasks.DatabaseMaintenanceTask.TrimPreparedReports(DateTime now) at Lers.Tasks.DatabaseMaintenanceTask.TrimData() at Lers.Tasks.DatabaseMaintenanceTask.<>c__DisplayClass8_0.<b__5>d.MoveNext() --- End of stack trace from previous location --- at Lers.Tasks.DatabaseMaintenanceTask.PerformMaintanceWithErrorHadle(Func`1 action, String actionName) HResult:-2146233079 --------------------------------------------------------------------------------------