From c36d7e431e87ad85656aa490a9b9acc91a708f47 Mon Sep 17 00:00:00 2001 From: nutchayut Date: Sun, 2 Jun 2024 00:44:54 +0700 Subject: [PATCH] b --- .../Logs/OCPP.Core.Management-00.log | 185 ++++++++++++++++++ .../bin/Debug/net8.0/OCPP.Core.Management.dll | Bin 226816 -> 226816 bytes .../bin/Debug/net8.0/OCPP.Core.Management.pdb | Bin 86552 -> 86552 bytes .../bin/Debug/net8.0/appsettings.json | 6 +- .../de/OCPP.Core.Management.resources.dll | Bin 15360 -> 15360 bytes .../OCPP.Core.Management.AssemblyInfo.cs | 2 +- ...P.Core.Management.AssemblyInfoInputs.cache | 2 +- .../obj/Debug/net8.0/OCPP.Core.Management.dll | Bin 226816 -> 226816 bytes .../obj/Debug/net8.0/OCPP.Core.Management.pdb | Bin 86552 -> 86552 bytes .../de/OCPP.Core.Management.resources.cs | 2 +- .../de/OCPP.Core.Management.resources.dll | Bin 15360 -> 15360 bytes .../Debug/net8.0/ref/OCPP.Core.Management.dll | Bin 36352 -> 36352 bytes .../net8.0/refint/OCPP.Core.Management.dll | Bin 36352 -> 36352 bytes OCPP.Core.Server/appsettings.json | 2 +- 14 files changed, 192 insertions(+), 7 deletions(-) diff --git a/OCPP.Core.Management/Logs/OCPP.Core.Management-00.log b/OCPP.Core.Management/Logs/OCPP.Core.Management-00.log index 07b1848..ebbb10a 100644 --- a/OCPP.Core.Management/Logs/OCPP.Core.Management-00.log +++ b/OCPP.Core.Management/Logs/OCPP.Core.Management-00.log @@ -2,3 +2,188 @@ Overriding address(es) 'http://localhost:8082'. Binding to endpoints defined via IConfiguration and/or UseKestrel() instead. warn: Microsoft.AspNetCore.Server.Kestrel[0] @ 2024-06-02T00:27:32.0567750+07:00 Overriding address(es) 'http://localhost:8082'. Binding to endpoints defined via IConfiguration and/or UseKestrel() instead. +warn: Microsoft.AspNetCore.Server.Kestrel[0] @ 2024-06-02T00:41:32.0457940+07:00 + Overriding address(es) 'http://localhost:8082'. Binding to endpoints defined via IConfiguration and/or UseKestrel() instead. +info: OCPP.Core.Management.Controllers.AccountController[0] @ 2024-06-02T00:41:43.4731870+07:00 + User 'admin' logged in +trce: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:41:43.4983950+07:00 + Index: Loading charge points with latest transactions... +fail: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:41:43.5464040+07:00 + Index: Error in status web request => nodename nor servname provided, or not known (server-ocpp-service.ocpp:80) +System.Net.Http.HttpRequestException: nodename nor servname provided, or not known (server-ocpp-service.ocpp:80) + ---> System.Net.Sockets.SocketException (0xFFFDFFFF): nodename nor servname provided, or 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.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.AddHttp11ConnectionAsync(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 System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at OCPP.Core.Management.Controllers.HomeController.Index() in /Users/nutchayut/OCPP.Core/OCPP.Core.Management/Controllers/HomeController.Index.cs:line 91 +fail: Microsoft.EntityFrameworkCore.Database.Connection[Microsoft.EntityFrameworkCore.Database.Connection.ConnectionError] @ 2024-06-02T00:41:54.5152150+07:00 + An error occurred using the connection to database 'OCPP.Core' on server '202.129.205.201,31455'. +fail: Microsoft.EntityFrameworkCore.Query[Microsoft.EntityFrameworkCore.Query.QueryIterationFailed] @ 2024-06-02T00:41:54.5323130+07:00 + An exception occurred while iterating over the results of a query for context type 'OCPP.Core.Database.OCPPCoreContext'. + System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure' to the 'UseSqlServer' call. + ---> Microsoft.Data.SqlClient.SqlException (0x80131904): Cannot open database "OCPP.Core" requested by the login. The login failed. + Login failed for user 'sa'. + at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) + at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) + at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) + at Microsoft.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool) + at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) + at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) + at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) + at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) + at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) + at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) + at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) + at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) + at Microsoft.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) + at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides) + at Microsoft.Data.SqlClient.SqlConnection.Open(SqlConnectionOverrides overrides) + at Microsoft.Data.SqlClient.SqlConnection.Open() + at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection.OpenDbConnection(Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject) + at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator) + at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.<>c.b__21_0(DbContext _, Enumerator enumerator) + at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded) + ClientConnectionId:df1e09f0-0b3b-431f-a489-00563a0dbfbf + Error Number:4060,State:1,Class:11 + --- End of inner exception stack trace --- + at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded) + at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.MoveNext() +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure' to the 'UseSqlServer' call. + ---> Microsoft.Data.SqlClient.SqlException (0x80131904): Cannot open database "OCPP.Core" requested by the login. The login failed. +Login failed for user 'sa'. + at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) + at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) + at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) + at Microsoft.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool) + at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) + at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) + at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) + at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) + at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) + at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) + at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) + at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) + at Microsoft.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) + at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides) + at Microsoft.Data.SqlClient.SqlConnection.Open(SqlConnectionOverrides overrides) + at Microsoft.Data.SqlClient.SqlConnection.Open() + at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection.OpenDbConnection(Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject) + at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator) + at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.<>c.b__21_0(DbContext _, Enumerator enumerator) + at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded) +ClientConnectionId:df1e09f0-0b3b-431f-a489-00563a0dbfbf +Error Number:4060,State:1,Class:11 + --- End of inner exception stack trace --- + at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded) + at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.MoveNext() +fail: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:41:54.5345880+07:00 + Index: Error loading charge points from database +System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure' to the 'UseSqlServer' call. + ---> Microsoft.Data.SqlClient.SqlException (0x80131904): Cannot open database "OCPP.Core" requested by the login. The login failed. +Login failed for user 'sa'. + at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) + at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) + at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) + at Microsoft.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance) + at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool) + at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) + at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) + at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) + at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) + at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) + at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) + at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) + at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) + at Microsoft.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) + at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides) + at Microsoft.Data.SqlClient.SqlConnection.Open(SqlConnectionOverrides overrides) + at Microsoft.Data.SqlClient.SqlConnection.Open() + at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection.OpenDbConnection(Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected) + at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject) + at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator) + at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.<>c.b__21_0(DbContext _, Enumerator enumerator) + at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded) +ClientConnectionId:df1e09f0-0b3b-431f-a489-00563a0dbfbf +Error Number:4060,State:1,Class:11 + --- End of inner exception stack trace --- + at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded) + at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.MoveNext() + at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) + at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) + at OCPP.Core.Management.Controllers.HomeController.Index() in /Users/nutchayut/OCPP.Core/OCPP.Core.Management/Controllers/HomeController.Index.cs:line 140 +info: OCPP.Core.Management.Controllers.AccountController[0] @ 2024-06-02T00:42:02.8721630+07:00 + User 'admin' logged in +trce: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:42:02.8761570+07:00 + Index: Loading charge points with latest transactions... +fail: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:42:02.8812750+07:00 + Index: Error in status web request => nodename nor servname provided, or not known (server-ocpp-service.ocpp:80) +System.Net.Http.HttpRequestException: nodename nor servname provided, or not known (server-ocpp-service.ocpp:80) + ---> System.Net.Sockets.SocketException (0xFFFDFFFF): nodename nor servname provided, or 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.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.AddHttp11ConnectionAsync(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 System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at OCPP.Core.Management.Controllers.HomeController.Index() in /Users/nutchayut/OCPP.Core/OCPP.Core.Management/Controllers/HomeController.Index.cs:line 91 +info: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:42:03.0684930+07:00 + Index: Found 0 charge points / connectors +warn: Microsoft.AspNetCore.Server.Kestrel[0] @ 2024-06-02T00:42:40.1738420+07:00 + Overriding address(es) 'http://localhost:8082'. Binding to endpoints defined via IConfiguration and/or UseKestrel() instead. +trce: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:42:47.0957060+07:00 + Index: Loading charge points with latest transactions... +info: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:42:47.2083850+07:00 + Index: Result of status web request => Length=0 +info: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:42:48.1017280+07:00 + Index: Found 0 charge points / connectors +trce: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:42:53.9862280+07:00 + ChargeTag: Loading charge tags... +info: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:42:54.0941500+07:00 + ChargeTag: Found 0 charge tags +trce: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:42:56.7993090+07:00 + Index: Loading charge points with latest transactions... +info: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:42:56.8499620+07:00 + Index: Result of status web request => Length=0 +info: OCPP.Core.Management.Controllers.HomeController[0] @ 2024-06-02T00:42:56.9205190+07:00 + Index: Found 0 charge points / connectors diff --git a/OCPP.Core.Management/bin/Debug/net8.0/OCPP.Core.Management.dll b/OCPP.Core.Management/bin/Debug/net8.0/OCPP.Core.Management.dll index 0dacc98cf0ad97cf9674b57cf52957d79d2a7406..c0834fe09c1d29abe090772210c7c9bf323e0269 100644 GIT binary patch delta 253 zcmZp8!`twNcR~k?!h`=e8+%%N7+ZUow)QaZU=etec9@lS_aWb|3<)E}Y>%GpA*{@7 z3K}M62FYn=hL%Z5CTT`yiD`z3CZ>t0#s-PWrWT22W){h&CWc7{7D?NiRGEWZSolis z+?{?SlQ}@(cx%q%z9o8Yiw^R(m8}mnpKg)GoT>m7{gwn31*!jNyRX^!YL$PW$Cl{r zd$X7iv-q1Zm@ybIBr~J|X+s7}h9n>~0rHH1{6rva2qaAyOo3!7gE3HLB2cXYk09I>H@&Et; delta 253 zcmZp8!`twNcR~kCLAd{f#-7$5#?~IDtv$>;SOm^zzj%2i#M6JZ+>FUwY%#mHhp;lU zDQK7(8JMLcC8wGv8X6dzniyJ|n^+ncB_$`P7#UckC8i}ACmJMMTBdAoQe_TuVUZA& zoHzYOCUbxQJGXpUq)Ucxw^F$7GsQaI=@wbcsR~fhxu>C`K=pD|uPIxjuv>HS8B$vZf^HB8J5lGDr#Et8T= z(u~X!(+m?$OcPU$4HA=0EfUSlERs!443i8jk~U{^vFiJqFqknIFeEdi0ck@9ONJyM zGy(FAfc!)tZ3rYy7)*g=DuXdlWg<|mDT4)&HUmNnFwX?2DhViO!H~3hzojD+019j> AdH?_b delta 167 zcmZpuXsDRb!E)1b(bbJTGMoZ!eY$GTTDiPd)W29NBvtix@(#{!4KpJHvy`OdRP#hb z17lMYLrZfLO9P{%(tor_D3`PtF3}y@|3`q>h45Od-zfhs{dEEv*&D${^s#z5KtC~gUaDVz6OIx+zO D*!wCw diff --git a/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfo.cs b/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfo.cs index aadde4c..52af7c3 100644 --- a/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfo.cs +++ b/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+6206dbce7a103541974902bccd208fafb3a0c99d")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+460cf619bb4f26af1a45ae30ac58a668c541b08b")] [assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Management")] [assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")] diff --git a/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfoInputs.cache b/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfoInputs.cache index 70c3255..6fb834c 100644 --- a/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfoInputs.cache +++ b/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfoInputs.cache @@ -1 +1 @@ -b94d85bb8ba51b4c3e1e4e558957a11f134b662d7c9c2b42a3e295fd0e5c24d6 +48e36532c9193e97cbdbcf72dff70c2168a66bec5bb440f8795da356f856b2c8 diff --git a/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.dll b/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.dll index 0dacc98cf0ad97cf9674b57cf52957d79d2a7406..c0834fe09c1d29abe090772210c7c9bf323e0269 100644 GIT binary patch delta 253 zcmZp8!`twNcR~k?!h`=e8+%%N7+ZUow)QaZU=etec9@lS_aWb|3<)E}Y>%GpA*{@7 z3K}M62FYn=hL%Z5CTT`yiD`z3CZ>t0#s-PWrWT22W){h&CWc7{7D?NiRGEWZSolis z+?{?SlQ}@(cx%q%z9o8Yiw^R(m8}mnpKg)GoT>m7{gwn31*!jNyRX^!YL$PW$Cl{r zd$X7iv-q1Zm@ybIBr~J|X+s7}h9n>~0rHH1{6rva2qaAyOo3!7gE3HLB2cXYk09I>H@&Et; delta 253 zcmZp8!`twNcR~kCLAd{f#-7$5#?~IDtv$>;SOm^zzj%2i#M6JZ+>FUwY%#mHhp;lU zDQK7(8JMLcC8wGv8X6dzniyJ|n^+ncB_$`P7#UckC8i}ACmJMMTBdAoQe_TuVUZA& zoHzYOCUbxQJGXpUq)Ucxw^F$7GsQaI=@wbcsR~fhxu>C`K=pD|uPIxjuv>HS8B$vZf^HB8J5lGDr#Et8T= z(u~X!(+m?$OcPU$4HA=0EfUSlERs!443i8jk~U{^vFiJqFqknIFeEdi0ck@9ONJyM zGy(FAfc!)tZ3rYy7)*g=DuXdlWg<|mDT4)&HUmNnFwX?2DhViO!H~3hzojD+019j> AdH?_b delta 167 zcmZpuXsDRb!E)1b(bbJTGMoZ!eY$GTTDiPd)W29NBvtix@(#{!4KpJHvy`OdRP#hb z17lMYLrZfLO9P{%(tor_D3`PtF3}y@|3`q>h45Od-zfhs{dEEv*&D${^s#z5KtC~gUaDVz6OIx+zO D*!wCw diff --git a/OCPP.Core.Management/obj/Debug/net8.0/ref/OCPP.Core.Management.dll b/OCPP.Core.Management/obj/Debug/net8.0/ref/OCPP.Core.Management.dll index e08491758d9748499e9389aa7259fbc6d13b28b0..c77f8abe7a4f853eda43064aa57fc885b89cd0ed 100644 GIT binary patch delta 196 zcmZpe!_+W`X+j5!@Q(FQHujV-3;dS5?A#bB;nd-tK5y4ePLa)mT^|@XvB{)i%IM^r zWYaJ)Ge}M|Gqg-fGD$NsOH4CNG%-y~H8x00Hnm7JGqXrGH8D&wut?f0TbwN7Z^B^4 zV8D>fkOrg;87vu+fY1cUGXnAxfwUozG+{6WlBo>FK$VF=wWbUfK-vrlExE delta 196 zcmZpe!_+W`X+j6fp>1z>Z0spv7Rcv3yCFG7!)wJ0Z}xIur45?}yFM^(Vv|Y3l+npK z$);guWMGz(l$>gwXlP(;YGP<EmY9}goM@12X_>NFwm4bD-;BYC z!GOVxA%!7{A(fkOrg;87vu+fY1cUGXnAxfwUozG+{6WlBo>FK$VF=wWbUfK-vrlExE delta 196 zcmZpe!_+W`X+j6fp>1z>Z0spv7Rcv3yCFG7!)wJ0Z}xIur45?}yFM^(Vv|Y3l+npK z$);guWMGz(l$>gwXlP(;YGP<EmY9}goM@12X_>NFwm4bD-;BYC z!GOVxA%!7{A(