94 lines
13 KiB
Plaintext
94 lines
13 KiB
Plaintext
2024-04-22 21:04:15,555 INFO Microsoft.Hosting.Lifetime.? [?] - MESSAGE: Now listening on: https://localhost:7282
|
|
2024-04-22 21:04:15,625 INFO Microsoft.Hosting.Lifetime.? [?] - MESSAGE: Now listening on: http://localhost:5121
|
|
2024-04-22 21:04:15,635 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Application started. Press Ctrl+C to shut down.
|
|
2024-04-22 21:04:15,639 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Hosting environment: Development
|
|
2024-04-22 21:04:15,641 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Content root path: C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantRestApi\
|
|
2024-04-22 21:07:24,198 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadList [47] - MESSAGE: ReadList. PlaneName:(null).Id:(null)
|
|
2024-04-22 21:07:30,192 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadList [56] - MESSAGE: ReadList. Count:2
|
|
2024-04-22 22:10:11,896 INFO Microsoft.Hosting.Lifetime.? [?] - MESSAGE: Now listening on: https://localhost:7282
|
|
2024-04-22 22:10:11,946 INFO Microsoft.Hosting.Lifetime.? [?] - MESSAGE: Now listening on: http://localhost:5121
|
|
2024-04-22 22:10:11,954 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Application started. Press Ctrl+C to shut down.
|
|
2024-04-22 22:10:11,958 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Hosting environment: Development
|
|
2024-04-22 22:10:11,960 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Content root path: C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantRestApi\
|
|
2024-04-22 22:22:53,975 INFO Microsoft.Hosting.Lifetime.? [?] - MESSAGE: Now listening on: https://localhost:7282
|
|
2024-04-22 22:22:54,010 INFO Microsoft.Hosting.Lifetime.? [?] - MESSAGE: Now listening on: http://localhost:5121
|
|
2024-04-22 22:22:54,018 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Application started. Press Ctrl+C to shut down.
|
|
2024-04-22 22:22:54,021 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Hosting environment: Development
|
|
2024-04-22 22:22:54,022 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Content root path: C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantRestApi\
|
|
2024-04-22 22:24:52,282 INFO AircraftPlantBusinessLogic.BusinessLogics.ClientLogic.CheckModel [114] - MESSAGE: Client. ClientFIO: Иванов И.И.. Email: client@email.com. Id: 0
|
|
2024-04-22 22:24:57,450 ERROR AircraftPlantRestApi.Controllers.ClientController.Register [43] - MESSAGE: Ошибка регистрации
|
|
Microsoft.Data.SqlClient.SqlException (0x80131904): Недопустимое имя объекта "Clients".
|
|
at Microsoft.Data.SqlClient.SqlConnection.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.SqlDataReader.TryConsumeMetaData()
|
|
at Microsoft.Data.SqlClient.SqlDataReader.get_MetaData()
|
|
at Microsoft.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
|
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean isAsync, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
|
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String method)
|
|
at Microsoft.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
|
|
at Microsoft.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
|
|
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
|
|
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
|
|
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.Linq.Enumerable.TryGetSingle[TSource](IEnumerable`1 source, Boolean& found)
|
|
at lambda_method15(Closure , QueryContext )
|
|
at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source, Expression`1 predicate)
|
|
at AircraftPlantDatabaseImplement.Implements.ClientStorage.GetElement(ClientSearchModel model) in C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantDatabaseImplement\Implements\ClientStorage.cs:line 51
|
|
at AircraftPlantBusinessLogic.BusinessLogics.ClientLogic.CheckModel(ClientBindingModel model, Boolean withParams) in C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantBusinessLogic\BusinessLogics\ClientLogic.cs:line 115
|
|
at AircraftPlantBusinessLogic.BusinessLogics.ClientLogic.Create(ClientBindingModel model) in C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantBusinessLogic\BusinessLogics\ClientLogic.cs:line 59
|
|
at AircraftPlantRestApi.Controllers.ClientController.Register(ClientBindingModel model) in C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantRestApi\Controllers\ClientController.cs:line 43
|
|
ClientConnectionId:2857b5f6-18fd-479e-a483-0cadf995dd85
|
|
Error Number:208,State:1,Class:16
|
|
2024-04-22 22:29:44,047 INFO Microsoft.Hosting.Lifetime.? [?] - MESSAGE: Now listening on: https://localhost:7282
|
|
2024-04-22 22:29:44,085 INFO Microsoft.Hosting.Lifetime.? [?] - MESSAGE: Now listening on: http://localhost:5121
|
|
2024-04-22 22:29:44,094 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Application started. Press Ctrl+C to shut down.
|
|
2024-04-22 22:29:44,098 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Hosting environment: Development
|
|
2024-04-22 22:29:44,100 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Content root path: C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantRestApi\
|
|
2024-04-22 22:30:11,756 INFO AircraftPlantBusinessLogic.BusinessLogics.ClientLogic.CheckModel [114] - MESSAGE: Client. ClientFIO: Иванов И.И.. Email: client@email.com. Id: 0
|
|
2024-04-22 22:30:13,742 ERROR AircraftPlantRestApi.Controllers.ClientController.Register [43] - MESSAGE: Ошибка регистрации
|
|
Microsoft.Data.SqlClient.SqlException (0x80131904): Недопустимое имя объекта "Clients".
|
|
at Microsoft.Data.SqlClient.SqlConnection.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.SqlDataReader.TryConsumeMetaData()
|
|
at Microsoft.Data.SqlClient.SqlDataReader.get_MetaData()
|
|
at Microsoft.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
|
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean isAsync, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
|
|
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String method)
|
|
at Microsoft.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
|
|
at Microsoft.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
|
|
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
|
|
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
|
|
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.Linq.Enumerable.TryGetSingle[TSource](IEnumerable`1 source, Boolean& found)
|
|
at lambda_method15(Closure , QueryContext )
|
|
at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source, Expression`1 predicate)
|
|
at AircraftPlantDatabaseImplement.Implements.ClientStorage.GetElement(ClientSearchModel model) in C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantDatabaseImplement\Implements\ClientStorage.cs:line 51
|
|
at AircraftPlantBusinessLogic.BusinessLogics.ClientLogic.CheckModel(ClientBindingModel model, Boolean withParams) in C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantBusinessLogic\BusinessLogics\ClientLogic.cs:line 115
|
|
at AircraftPlantBusinessLogic.BusinessLogics.ClientLogic.Create(ClientBindingModel model) in C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantBusinessLogic\BusinessLogics\ClientLogic.cs:line 59
|
|
at AircraftPlantRestApi.Controllers.ClientController.Register(ClientBindingModel model) in C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantRestApi\Controllers\ClientController.cs:line 43
|
|
ClientConnectionId:3f725802-e3b8-4a60-be33-de60726794d6
|
|
Error Number:208,State:1,Class:16
|
|
2024-04-22 23:24:31,757 INFO Microsoft.Hosting.Lifetime.? [?] - MESSAGE: Now listening on: https://localhost:7282
|
|
2024-04-22 23:24:31,797 INFO Microsoft.Hosting.Lifetime.? [?] - MESSAGE: Now listening on: http://localhost:5121
|
|
2024-04-22 23:24:31,804 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Application started. Press Ctrl+C to shut down.
|
|
2024-04-22 23:24:31,807 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Hosting environment: Development
|
|
2024-04-22 23:24:31,808 INFO Microsoft.Hosting.Lifetime.OnApplicationStarted [0] - MESSAGE: Content root path: C:\Users\Admin\Desktop\4 семестр\rpp\AircraftPlant\AircraftPlantRestApi\
|
|
2024-04-22 23:24:57,638 INFO AircraftPlantBusinessLogic.BusinessLogics.ClientLogic.CheckModel [114] - MESSAGE: Client. ClientFIO: Иванов И.И.. Email: client@email.com. Id: 0
|
|
2024-04-22 23:26:26,726 INFO AircraftPlantBusinessLogic.BusinessLogics.ClientLogic.ReadElement [45] - MESSAGE: ReadElement. ClientEmail:client@email.com.Id:(null)
|
|
2024-04-22 23:26:26,789 INFO AircraftPlantBusinessLogic.BusinessLogics.ClientLogic.ReadElement [54] - MESSAGE: ReadElement find. Id:1
|
|
2024-04-22 23:26:26,844 INFO AircraftPlantBusinessLogic.BusinessLogics.OrderLogic.ReadList [48] - MESSAGE: ReadList. Order.Id:(null)
|
|
2024-04-22 23:26:26,911 INFO AircraftPlantBusinessLogic.BusinessLogics.OrderLogic.ReadList [57] - MESSAGE: ReadList. Count:0
|
|
2024-04-22 23:26:32,911 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadList [47] - MESSAGE: ReadList. PlaneName:(null).Id:(null)
|
|
2024-04-22 23:26:32,999 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadList [56] - MESSAGE: ReadList. Count:2
|
|
2024-04-22 23:26:38,094 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadElement [72] - MESSAGE: ReadElement. PlaneName:(null).Id:1
|
|
2024-04-22 23:26:38,123 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadElement [81] - MESSAGE: ReadElement find. Id:1
|
|
2024-04-22 23:26:39,425 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadElement [72] - MESSAGE: ReadElement. PlaneName:(null).Id:1
|
|
2024-04-22 23:26:39,431 INFO AircraftPlantBusinessLogic.BusinessLogics.PlaneLogic.ReadElement [81] - MESSAGE: ReadElement find. Id:1
|
|
2024-04-22 23:26:39,452 INFO AircraftPlantBusinessLogic.BusinessLogics.OrderLogic.CheckModel [137] - MESSAGE: Order. OrderID:0.Sum:81400. PlaneId: 1
|
|
2024-04-22 23:26:39,514 INFO AircraftPlantBusinessLogic.BusinessLogics.OrderLogic.ReadList [48] - MESSAGE: ReadList. Order.Id:(null)
|
|
2024-04-22 23:26:39,524 INFO AircraftPlantBusinessLogic.BusinessLogics.OrderLogic.ReadList [57] - MESSAGE: ReadList. Count:1
|
|
|