Log Viewer

Showing 345 log entries
Timestamp (UTC) Labels Message
2026-03-10 02:42:00 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-No cached value for "/api/bulletins" — using safe default
2026-03-10 02:42:00 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-Control Hub returned 503 on "/api/bulletins". Falling back to cache.
2026-03-10 02:42:00 [category=Services.ControlHub.ControlHubAuthHandler | job=ctpapp-ui | level=Warning]
[SCHCHAH]-Control Hub unreachable at https://hub.choreologix.com/api/bulletins — returning 503 so callers fall back to cache/defaults
System.Net.Http.HttpRequestException: Name or service not known (hub.choreologix.com:443)
 ---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name or service not known
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at Services.ControlHub.ControlHubAuthHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/vsts/work/1/s/Services/ControlHub/ControlHubAuthHandler.cs:line 61
2026-03-10 02:42:00 [category=Services.Vault.VaultClient | job=ctpapp-ui | level=Information]
[SVVC]-Secret not found at path: ""secret/data/control-hub/api-token""
2026-03-10 02:42:00 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '404', Handled: 'False', Attempt: '0', Execution Time: 1.5028ms
2026-03-10 02:42:00 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '200', Handled: 'False', Attempt: '0', Execution Time: 2.5751ms
2026-03-10 02:42:00 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-Setup check failed (DB likely unsealed or not migrated): "42P01: relation \"system_state\" does not exist

POSITION: 39"
2026-03-10 02:42:00 [category=Microsoft.EntityFrameworkCore.Query | job=ctpapp-ui | level=Error]
[MEFCQ]-An exception occurred while iterating over the results of a query for context type '"DataAccess.Entities.CtpDbContext"'."
""Npgsql.PostgresException (0x80004005): 42P01: relation \"system_state\" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation \"system_state\" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable"
Npgsql.PostgresException (0x80004005): 42P01: relation "system_state" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "system_state" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:42:00 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
    SELECT 1
    FROM system_state AS s
    WHERE s.is_system_unsealed)"
2026-03-10 02:42:00 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-Unauthorized access to "/integrations" while system is SEALED. Redirecting to /setup.
2026-03-10 02:42:00 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-System unsealed check failed (Sealed state): "42P01: relation \"system_state\" does not exist

POSITION: 39"
2026-03-10 02:42:00 [category=Microsoft.EntityFrameworkCore.Query | job=ctpapp-ui | level=Error]
[MEFCQ]-An exception occurred while iterating over the results of a query for context type '"DataAccess.Entities.CtpDbContext"'."
""Npgsql.PostgresException (0x80004005): 42P01: relation \"system_state\" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation \"system_state\" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable"
Npgsql.PostgresException (0x80004005): 42P01: relation "system_state" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "system_state" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:42:00 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
    SELECT 1
    FROM system_state AS s
    WHERE s.is_system_unsealed)"
2026-03-10 02:42:00 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-No cached value for "/api/bulletins" — using safe default
2026-03-10 02:42:00 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-Control Hub returned 503 on "/api/bulletins". Falling back to cache.
2026-03-10 02:42:00 [category=Services.ControlHub.ControlHubAuthHandler | job=ctpapp-ui | level=Warning]
[SCHCHAH]-Control Hub unreachable at https://hub.choreologix.com/api/bulletins — returning 503 so callers fall back to cache/defaults
System.Net.Http.HttpRequestException: Name or service not known (hub.choreologix.com:443)
 ---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name or service not known
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at Services.ControlHub.ControlHubAuthHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/vsts/work/1/s/Services/ControlHub/ControlHubAuthHandler.cs:line 61
2026-03-10 02:42:00 [category=Services.Vault.VaultClient | job=ctpapp-ui | level=Information]
[SVVC]-Secret not found at path: ""secret/data/control-hub/api-token""
2026-03-10 02:42:00 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '404', Handled: 'False', Attempt: '0', Execution Time: 2.5363ms
2026-03-10 02:42:00 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '200', Handled: 'False', Attempt: '0', Execution Time: 3.2172ms
2026-03-10 02:42:00 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-Setup check failed (DB likely unsealed or not migrated): "42P01: relation \"system_state\" does not exist

POSITION: 39"
2026-03-10 02:42:00 [category=Microsoft.EntityFrameworkCore.Query | job=ctpapp-ui | level=Error]
[MEFCQ]-An exception occurred while iterating over the results of a query for context type '"DataAccess.Entities.CtpDbContext"'."
""Npgsql.PostgresException (0x80004005): 42P01: relation \"system_state\" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation \"system_state\" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable"
Npgsql.PostgresException (0x80004005): 42P01: relation "system_state" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "system_state" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:42:00 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
    SELECT 1
    FROM system_state AS s
    WHERE s.is_system_unsealed)"
2026-03-10 02:42:00 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-Unauthorized access to "/docs/integration-patterns" while system is SEALED. Redirecting to /setup.
2026-03-10 02:42:00 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-System unsealed check failed (Sealed state): "42P01: relation \"system_state\" does not exist

POSITION: 39"
2026-03-10 02:42:00 [category=Microsoft.EntityFrameworkCore.Query | job=ctpapp-ui | level=Error]
[MEFCQ]-An exception occurred while iterating over the results of a query for context type '"DataAccess.Entities.CtpDbContext"'."
""Npgsql.PostgresException (0x80004005): 42P01: relation \"system_state\" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation \"system_state\" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable"
Npgsql.PostgresException (0x80004005): 42P01: relation "system_state" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "system_state" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:42:00 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
    SELECT 1
    FROM system_state AS s
    WHERE s.is_system_unsealed)"
2026-03-10 02:41:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:41:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:41:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:41:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:41:15 [category=Services.Vault.VaultClient | job=ctpapp-ui | level=Information]
[SVVC]-Secret not found at path: ""secret/data/control-hub/api-token""
2026-03-10 02:41:15 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-No cached value for "/api/bulletins" — using safe default
2026-03-10 02:41:15 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '404', Handled: 'False', Attempt: '0', Execution Time: 4.2973ms
2026-03-10 02:41:15 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-Control Hub returned 503 on "/api/bulletins". Falling back to cache.
2026-03-10 02:41:15 [category=Services.ControlHub.ControlHubAuthHandler | job=ctpapp-ui | level=Warning]
[SCHCHAH]-Control Hub unreachable at https://hub.choreologix.com/api/bulletins — returning 503 so callers fall back to cache/defaults
System.Net.Http.HttpRequestException: Name or service not known (hub.choreologix.com:443)
 ---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name or service not known
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at Services.ControlHub.ControlHubAuthHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/vsts/work/1/s/Services/ControlHub/ControlHubAuthHandler.cs:line 61
2026-03-10 02:41:15 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '200', Handled: 'False', Attempt: '0', Execution Time: 2.4651ms
2026-03-10 02:41:15 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-Setup check failed (DB likely unsealed or not migrated): "42P01: relation \"system_state\" does not exist

POSITION: 39"
2026-03-10 02:41:15 [category=Microsoft.EntityFrameworkCore.Query | job=ctpapp-ui | level=Error]
[MEFCQ]-An exception occurred while iterating over the results of a query for context type '"DataAccess.Entities.CtpDbContext"'."
""Npgsql.PostgresException (0x80004005): 42P01: relation \"system_state\" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation \"system_state\" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable"
Npgsql.PostgresException (0x80004005): 42P01: relation "system_state" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "system_state" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:41:15 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
    SELECT 1
    FROM system_state AS s
    WHERE s.is_system_unsealed)"
2026-03-10 02:41:15 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-Unauthorized access to "/replicator" while system is SEALED. Redirecting to /setup.
2026-03-10 02:41:15 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-System unsealed check failed (Sealed state): "42P01: relation \"system_state\" does not exist

POSITION: 39"
2026-03-10 02:41:15 [category=Microsoft.EntityFrameworkCore.Query | job=ctpapp-ui | level=Error]
[MEFCQ]-An exception occurred while iterating over the results of a query for context type '"DataAccess.Entities.CtpDbContext"'."
""Npgsql.PostgresException (0x80004005): 42P01: relation \"system_state\" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation \"system_state\" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable"
Npgsql.PostgresException (0x80004005): 42P01: relation "system_state" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "system_state" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:41:15 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
    SELECT 1
    FROM system_state AS s
    WHERE s.is_system_unsealed)"
2026-03-10 02:41:14 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-No cached value for "/api/bulletins" — using safe default
2026-03-10 02:41:14 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-Control Hub returned 503 on "/api/bulletins". Falling back to cache.
2026-03-10 02:41:14 [category=Services.ControlHub.ControlHubAuthHandler | job=ctpapp-ui | level=Warning]
[SCHCHAH]-Control Hub unreachable at https://hub.choreologix.com/api/bulletins — returning 503 so callers fall back to cache/defaults
System.Net.Http.HttpRequestException: Name or service not known (hub.choreologix.com:443)
 ---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name or service not known
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at Services.ControlHub.ControlHubAuthHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/vsts/work/1/s/Services/ControlHub/ControlHubAuthHandler.cs:line 61
2026-03-10 02:41:14 [category=Services.Vault.VaultClient | job=ctpapp-ui | level=Information]
[SVVC]-Secret not found at path: ""secret/data/control-hub/api-token""
2026-03-10 02:41:14 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '404', Handled: 'False', Attempt: '0', Execution Time: 1.6245ms
2026-03-10 02:41:14 [category=Services.Vault.VaultClient | job=ctpapp-ui | level=Information]
[SVVC]-Secret not found at path: ""secret/data/control-hub/api-token""
2026-03-10 02:41:14 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '200', Handled: 'False', Attempt: '0', Execution Time: 12.8474ms
2026-03-10 02:41:14 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '404', Handled: 'False', Attempt: '0', Execution Time: 16.6026ms
2026-03-10 02:41:14 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-Setup check failed (DB likely unsealed or not migrated): "42P01: relation \"system_state\" does not exist

POSITION: 39"
2026-03-10 02:41:14 [category=Microsoft.EntityFrameworkCore.Query | job=ctpapp-ui | level=Error]
[MEFCQ]-An exception occurred while iterating over the results of a query for context type '"DataAccess.Entities.CtpDbContext"'."
""Npgsql.PostgresException (0x80004005): 42P01: relation \"system_state\" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation \"system_state\" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable"
Npgsql.PostgresException (0x80004005): 42P01: relation "system_state" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "system_state" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:41:14 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
    SELECT 1
    FROM system_state AS s
    WHERE s.is_system_unsealed)"
2026-03-10 02:41:14 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-Unauthorized access to "/document-browser" while system is SEALED. Redirecting to /setup.
2026-03-10 02:41:14 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-System unsealed check failed (Sealed state): "42P01: relation \"system_state\" does not exist

POSITION: 39"
2026-03-10 02:41:14 [category=Microsoft.EntityFrameworkCore.Query | job=ctpapp-ui | level=Error]
[MEFCQ]-An exception occurred while iterating over the results of a query for context type '"DataAccess.Entities.CtpDbContext"'."
""Npgsql.PostgresException (0x80004005): 42P01: relation \"system_state\" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation \"system_state\" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable"
Npgsql.PostgresException (0x80004005): 42P01: relation "system_state" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "system_state" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:41:14 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
    SELECT 1
    FROM system_state AS s
    WHERE s.is_system_unsealed)"
2026-03-10 02:40:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("2"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:40:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:40:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:40:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("2"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:39:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:39:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:39:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:39:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:38:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:38:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:38:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:38:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:37:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:37:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:37:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:37:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:36:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("2"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:36:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:36:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:36:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:35:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:35:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:35:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:35:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:34:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:34:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:34:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:34:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:33:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:33:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:33:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:33:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:32:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:32:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:32:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:32:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:31:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:31:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:31:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:31:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:30:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:30:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:30:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:30:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:29:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:29:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:29:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:29:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:28:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:28:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:28:43 [category=Services.TelemetryReportingService | job=ctpapp-ui | level=Warning]
[STRS]-Failed to send telemetry report.
Npgsql.PostgresException (0x80004005): 42P01: relation "replication_executions" does not exist

POSITION: 183
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
   at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
   at Integrator.Coordination.IntegrationStats.GetExecutionsAsync(Nullable`1 integrationId, Int32 limit) in /home/vsts/work/1/s/Integrator/Coordination/IntegrationStats.cs:line 235
   at Services.TelemetryReportingService.ReportHealthAsync(CancellationToken ct) in /home/vsts/work/1/s/Services/TelemetryReportingService.cs:line 102
   at Services.TelemetryReportingService.ExecuteAsync(CancellationToken stoppingToken) in /home/vsts/work/1/s/Services/TelemetryReportingService.cs:line 58
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "replication_executions" does not exist
    Position: 183
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:28:43 [category=Microsoft.EntityFrameworkCore.Query | job=ctpapp-ui | level=Error]
[MEFCQ]-An exception occurred while iterating over the results of a query for context type '"DataAccess.Entities.CtpDbContext"'."
""Npgsql.PostgresException (0x80004005): 42P01: relation \"replication_executions\" does not exist

POSITION: 183
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation \"replication_executions\" does not exist
    Position: 183
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable"
Npgsql.PostgresException (0x80004005): 42P01: relation "replication_executions" does not exist

POSITION: 183
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "replication_executions" does not exist
    Position: 183
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:28:43 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("2"ms) [Parameters=["@__p_0='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT r.id, r.completed_at, r.duration_ms, r.error_message, r.executed_by, r.integration_id, r.records_failed, r.records_processed, r.records_succeeded, r.started_at, r.status
FROM replication_executions AS r
ORDER BY r.started_at DESC
LIMIT @__p_0"
2026-03-10 02:28:30 [category=Services.Vault.VaultClient | job=ctpapp-ui | level=Information]
[SVVC]-Secret not found at path: ""secret/data/control-hub/api-token""
2026-03-10 02:28:30 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '404', Handled: 'False', Attempt: '0', Execution Time: 1.6929ms
2026-03-10 02:28:30 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-No cached value for "/api/bulletins" — using safe default
2026-03-10 02:28:30 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-Control Hub returned 503 on "/api/bulletins". Falling back to cache.
2026-03-10 02:28:30 [category=Services.ControlHub.ControlHubAuthHandler | job=ctpapp-ui | level=Warning]
[SCHCHAH]-Control Hub unreachable at https://hub.choreologix.com/api/bulletins — returning 503 so callers fall back to cache/defaults
System.Net.Http.HttpRequestException: Name or service not known (hub.choreologix.com:443)
 ---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name or service not known
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at Services.ControlHub.ControlHubAuthHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/vsts/work/1/s/Services/ControlHub/ControlHubAuthHandler.cs:line 61
2026-03-10 02:28:30 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '200', Handled: 'False', Attempt: '0', Execution Time: 3.4422ms
2026-03-10 02:28:30 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-Setup check failed (DB likely unsealed or not migrated): "42P01: relation \"system_state\" does not exist

POSITION: 39"
2026-03-10 02:28:30 [category=Microsoft.EntityFrameworkCore.Query | job=ctpapp-ui | level=Error]
[MEFCQ]-An exception occurred while iterating over the results of a query for context type '"DataAccess.Entities.CtpDbContext"'."
""Npgsql.PostgresException (0x80004005): 42P01: relation \"system_state\" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation \"system_state\" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable"
Npgsql.PostgresException (0x80004005): 42P01: relation "system_state" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "system_state" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:28:30 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
    SELECT 1
    FROM system_state AS s
    WHERE s.is_system_unsealed)"
2026-03-10 02:28:28 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-Unauthorized access to "/" while system is SEALED. Redirecting to /setup.
2026-03-10 02:28:28 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-System unsealed check failed (Sealed state): "42P01: relation \"system_state\" does not exist

POSITION: 39"
2026-03-10 02:28:28 [category=Microsoft.EntityFrameworkCore.Query | job=ctpapp-ui | level=Error]
[MEFCQ]-An exception occurred while iterating over the results of a query for context type '"DataAccess.Entities.CtpDbContext"'."
""Npgsql.PostgresException (0x80004005): 42P01: relation \"system_state\" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation \"system_state\" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable"
Npgsql.PostgresException (0x80004005): 42P01: relation "system_state" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "system_state" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:28:28 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
    SELECT 1
    FROM system_state AS s
    WHERE s.is_system_unsealed)"
2026-03-10 02:28:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:28:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:28:15 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-No cached value for "/api/config/flags" — using safe default
2026-03-10 02:28:15 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-Control Hub returned 503 on "/api/config/flags". Falling back to cache.
2026-03-10 02:28:15 [category=Services.ControlHub.ControlHubAuthHandler | job=ctpapp-ui | level=Warning]
[SCHCHAH]-Control Hub unreachable at https://hub.choreologix.com/api/config/flags — returning 503 so callers fall back to cache/defaults
System.Net.Http.HttpRequestException: Name or service not known (hub.choreologix.com:443)
 ---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name or service not known
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at Services.ControlHub.ControlHubAuthHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/vsts/work/1/s/Services/ControlHub/ControlHubAuthHandler.cs:line 61
2026-03-10 02:28:15 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-No cached value for "/api/bulletins" — using safe default
2026-03-10 02:28:15 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-Control Hub returned 503 on "/api/bulletins". Falling back to cache.
2026-03-10 02:28:15 [category=Services.ControlHub.ControlHubAuthHandler | job=ctpapp-ui | level=Warning]
[SCHCHAH]-Control Hub unreachable at https://hub.choreologix.com/api/bulletins — returning 503 so callers fall back to cache/defaults
System.Net.Http.HttpRequestException: Name or service not known (hub.choreologix.com:443)
 ---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name or service not known
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at Services.ControlHub.ControlHubAuthHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/vsts/work/1/s/Services/ControlHub/ControlHubAuthHandler.cs:line 61
2026-03-10 02:28:15 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-Discovery endpoint returned ServiceUnavailable
2026-03-10 02:28:15 [category=Services.ControlHub.ControlHubAuthHandler | job=ctpapp-ui | level=Warning]
[SCHCHAH]-Control Hub unreachable at https://hub.choreologix.com/api/discovery — returning 503 so callers fall back to cache/defaults
System.Net.Http.HttpRequestException: Name or service not known (hub.choreologix.com:443)
 ---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name or service not known
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at Services.ControlHub.ControlHubAuthHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/vsts/work/1/s/Services/ControlHub/ControlHubAuthHandler.cs:line 61
2026-03-10 02:28:15 [category=Services.Vault.VaultClient | job=ctpapp-ui | level=Information]
[SVVC]-Secret not found at path: ""secret/data/control-hub/api-token""
2026-03-10 02:28:15 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '404', Handled: 'False', Attempt: '0', Execution Time: 13.4546ms
2026-03-10 02:27:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:27:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:27:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("5"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:27:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:26:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("4"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:26:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:26:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:26:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:25:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:25:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:25:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:25:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:24:51 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:24:51 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:24:21 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("795"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:24:21 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:23:50 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:23:50 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:23:20 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:23:20 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:22:50 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:22:50 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:22:20 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:22:20 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:21:50 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:21:50 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:21:20 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:21:20 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:20:50 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:20:50 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:20:20 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:20:20 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:19:50 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:19:50 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:19:20 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:19:20 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:18:50 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:18:50 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:18:20 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:18:20 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:17:50 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:17:50 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:17:36 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-No cached value for "/api/bulletins" — using safe default
2026-03-10 02:17:36 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-Control Hub returned 503 on "/api/bulletins". Falling back to cache.
2026-03-10 02:17:36 [category=Services.ControlHub.ControlHubAuthHandler | job=ctpapp-ui | level=Warning]
[SCHCHAH]-Control Hub unreachable at https://hub.choreologix.com/api/bulletins — returning 503 so callers fall back to cache/defaults
System.Net.Http.HttpRequestException: Name or service not known (hub.choreologix.com:443)
 ---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name or service not known
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at Services.ControlHub.ControlHubAuthHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/vsts/work/1/s/Services/ControlHub/ControlHubAuthHandler.cs:line 61
2026-03-10 02:17:36 [category=Services.Vault.VaultClient | job=ctpapp-ui | level=Information]
[SVVC]-Secret not found at path: ""secret/data/control-hub/api-token""
2026-03-10 02:17:36 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '404', Handled: 'False', Attempt: '0', Execution Time: 9.6487ms
2026-03-10 02:17:20 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("2"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:17:20 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:16:50 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:16:50 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:16:20 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:16:20 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:15:50 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:15:50 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:15:19 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:15:19 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:14:49 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("4"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:14:49 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:14:26 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-No cached value for "/api/bulletins" — using safe default
2026-03-10 02:14:26 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-Control Hub returned 503 on "/api/bulletins". Falling back to cache.
2026-03-10 02:14:26 [category=Services.ControlHub.ControlHubAuthHandler | job=ctpapp-ui | level=Warning]
[SCHCHAH]-Control Hub unreachable at https://hub.choreologix.com/api/bulletins — returning 503 so callers fall back to cache/defaults
System.Net.Http.HttpRequestException: Name or service not known (hub.choreologix.com:443)
 ---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name or service not known
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at Services.ControlHub.ControlHubAuthHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/vsts/work/1/s/Services/ControlHub/ControlHubAuthHandler.cs:line 61
2026-03-10 02:14:26 [category=Services.Vault.VaultClient | job=ctpapp-ui | level=Information]
[SVVC]-Secret not found at path: ""secret/data/control-hub/api-token""
2026-03-10 02:14:26 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '404', Handled: 'False', Attempt: '0', Execution Time: 2.4679ms
2026-03-10 02:14:26 [category=Services.Vault.VaultClient | job=ctpapp-ui | level=Information]
[SVVC]-Secret not found at path: ""secret/data/control-hub/api-token""
2026-03-10 02:14:26 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '200', Handled: 'False', Attempt: '0', Execution Time: 9.815ms
2026-03-10 02:14:26 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '404', Handled: 'False', Attempt: '0', Execution Time: 22.6077ms
2026-03-10 02:14:26 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-Setup check failed (DB likely unsealed or not migrated): "42P01: relation \"system_state\" does not exist

POSITION: 39"
2026-03-10 02:14:26 [category=Microsoft.EntityFrameworkCore.Query | job=ctpapp-ui | level=Error]
[MEFCQ]-An exception occurred while iterating over the results of a query for context type '"DataAccess.Entities.CtpDbContext"'."
""Npgsql.PostgresException (0x80004005): 42P01: relation \"system_state\" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation \"system_state\" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable"
Npgsql.PostgresException (0x80004005): 42P01: relation "system_state" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "system_state" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:14:26 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
    SELECT 1
    FROM system_state AS s
    WHERE s.is_system_unsealed)"
2026-03-10 02:14:25 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-Unauthorized access to "/" while system is SEALED. Redirecting to /setup.
2026-03-10 02:14:25 [category=CTP.App.Middleware.BootstrapMiddleware | job=ctpapp-ui | level=Warning]
[CTPAMBM]-System unsealed check failed (Sealed state): "42P01: relation \"system_state\" does not exist

POSITION: 39"
2026-03-10 02:14:25 [category=Microsoft.EntityFrameworkCore.Query | job=ctpapp-ui | level=Error]
[MEFCQ]-An exception occurred while iterating over the results of a query for context type '"DataAccess.Entities.CtpDbContext"'."
""Npgsql.PostgresException (0x80004005): 42P01: relation \"system_state\" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation \"system_state\" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable"
Npgsql.PostgresException (0x80004005): 42P01: relation "system_state" does not exist

POSITION: 39
   at Npgsql.Internal.NpgsqlConnector.ReadMessageLong(Boolean async, DataRowLoadingMode dataRowLoadingMode, Boolean readingNotifications, Boolean isReadingPrependedMessage)
   at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteReader(Boolean async, CommandBehavior behavior, CancellationToken cancellationToken)
   at Npgsql.NpgsqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.<>c__DisplayClass30_0`2.<<ExecuteAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteImplementationAsync[TState,TResult](Func`4 operation, Func`4 verifySucceeded, TState state, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Storage.ExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  Exception data:
    Severity: ERROR
    SqlState: 42P01
    MessageText: relation "system_state" does not exist
    Position: 39
    File: parse_relation.c
    Line: 1392
    Routine: parserOpenTable
2026-03-10 02:14:25 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
    SELECT 1
    FROM system_state AS s
    WHERE s.is_system_unsealed)"
2026-03-10 02:14:19 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:14:19 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:13:49 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:13:49 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:13:19 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:13:19 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:12:49 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:12:49 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:12:19 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:12:19 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:11:49 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:11:49 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:11:19 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:11:19 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:10:49 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:10:49 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:10:19 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:10:19 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:09:49 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:09:49 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:09:19 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:09:19 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:08:49 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:08:49 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:08:19 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:08:19 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:07:48 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:07:48 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:07:18 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:07:18 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:06:48 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:06:48 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:06:18 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:06:18 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:05:48 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:05:48 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:05:18 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:05:18 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:04:48 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:04:48 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:04:18 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:04:18 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:03:48 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:03:48 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:03:18 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:03:18 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:02:48 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:02:48 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:02:18 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:02:18 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:01:47 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:01:47 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("2"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:01:17 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:01:17 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:00:47 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 02:00:47 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:00:17 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 02:00:17 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:59:47 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:59:47 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:59:17 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:59:17 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:58:47 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:58:47 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:58:17 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:58:17 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:57:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:57:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:57:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:57:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:56:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:56:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:56:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:56:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:55:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:55:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:55:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:55:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:54:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:54:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:54:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:54:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:53:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:53:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:53:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:53:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:52:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:52:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:52:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:52:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:51:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:51:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:51:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:51:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:50:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:50:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:50:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:50:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:49:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:49:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:49:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:49:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:48:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:48:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:48:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:48:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:47:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:47:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:47:36 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-No cached value for "/api/bulletins" — using safe default
2026-03-10 01:47:36 [category=Services.ControlHub.ControlHubClient | job=ctpapp-ui | level=Warning]
[SCHCHC]-Control Hub returned 503 on "/api/bulletins". Falling back to cache.
2026-03-10 01:47:36 [category=Services.ControlHub.ControlHubAuthHandler | job=ctpapp-ui | level=Warning]
[SCHCHAH]-Control Hub unreachable at https://hub.choreologix.com/api/bulletins — returning 503 so callers fall back to cache/defaults
System.Net.Http.HttpRequestException: Name or service not known (hub.choreologix.com:443)
 ---> System.Net.Sockets.SocketException (0xFFFDFFFF): Name or service not known
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|4_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at Services.ControlHub.ControlHubAuthHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/vsts/work/1/s/Services/ControlHub/ControlHubAuthHandler.cs:line 61
2026-03-10 01:47:36 [category=Services.Vault.VaultClient | job=ctpapp-ui | level=Information]
[SVVC]-Secret not found at path: ""secret/data/control-hub/api-token""
2026-03-10 01:47:36 [category=Polly | job=ctpapp-ui | level=Information]
[P]-Execution attempt. Source: '"VaultClient-standard"/""/"Standard-Retry"', Operation Key: 'null', Result: '404', Handled: 'False', Attempt: '0', Execution Time: 10.2386ms
2026-03-10 01:47:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:47:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:46:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:46:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:46:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:46:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:45:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:45:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:45:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:45:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:44:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:44:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:44:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:44:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:43:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:43:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:43:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:43:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:42:46 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:42:46 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.
2026-03-10 01:42:16 [category=Microsoft.EntityFrameworkCore.Database.Command | job=ctpapp-ui | level=Error]
[MEFCDC]-Failed executing DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
2026-03-10 01:42:16 [category=CTP.App.Scheduling.SchedulerSyncService | job=ctpapp-ui | level=Warning]
[CTPASSSS]-SchedulerSyncService: 11 pending migration(s) detected — schema may be incomplete.

Local serilog.txt

Reads a local serilog.txt file from the server/container file system. Click to load latest lines.
No serilog.txt found or file is empty.