WARN 16-39-2022 02:39:13 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. FATAL 16-39-2022 02:39:14 Microsoft.AspNetCore.Server.Kestrel [1] - Unable to start Kestrel. System.IO.IOException: Failed to bind to address http://0.0.0.0:7000: address already in use. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use ---> System.Net.Sockets.SocketException (48): Address already in use at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName) at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind() --- End of inner exception stack trace --- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind() at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.<>c__DisplayClass21_0`1.<g__OnBind|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context) --- End of inner exception stack trace --- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context) at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IServerAddressesFeature addresses, KestrelServerOptions serverOptions, ILogger logger, Func`2 createBinding) at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken) WARN 16-40-2022 02:40:02 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. INFO 16-40-2022 02:40:02 Microsoft.Hosting.Lifetime [1] - Now listening on: http://0.0.0.0:8000 INFO 16-40-2022 02:40:02 Microsoft.Hosting.Lifetime [1] - Application started. Press Ctrl+C to shut down. INFO 16-40-2022 02:40:02 Microsoft.Hosting.Lifetime [1] - Hosting environment: Development INFO 16-40-2022 02:40:02 Microsoft.Hosting.Lifetime [1] - Content root path: /Users/youssef/Projects/pureiceapi/IceFactory_API ERROR 16-40-2022 02:40:39 Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware [13] - An unhandled exception has occurred while executing the request. CookComputing.XmlRpc.XmlRpcMappingSerializeException: Items in array cannot be null (System.Object[]). at CookComputing.XmlRpc.XmlRpcSerializer.Serialize(XmlTextWriter xtw, Object o, MappingAction mappingAction, ArrayList nestedObjs) at CookComputing.XmlRpc.XmlRpcSerializer.Serialize(XmlTextWriter xtw, Object o, MappingAction mappingAction, ArrayList nestedObjs) at CookComputing.XmlRpc.XmlRpcSerializer.SerializeParams(XmlTextWriter xtw, XmlRpcRequest request, MappingAction mappingAction) at CookComputing.XmlRpc.XmlRpcSerializer.SerializeRequest(Stream stm, XmlRpcRequest request) at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(Object clientObj, MethodInfo mi, Object[] parameters) at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(MethodInfo mi, Object[] parameters) at XmlRpcProxy7b51f0f1-329e-4413-ab94-01c2a0ad9e18.searchRead(String dbName, Int32 userId, String dbPwd, String model, String method, Object[] filter, Object[] fields) at IceFactory_API.OdooRpcWrapper.OdooAPI.SearchRead(String model, Object[] filter, Object[] fields) in /Users/youssef/Projects/pureiceapi/IceFactory_API/Controllers/OdooAPI.cs:line 98 at IceFactory_API.OdooRpcWrapper.OdooModel.SearchnRead(Object[] filter) in /Users/youssef/Projects/pureiceapi/IceFactory_API/Controllers/OdooModel.cs:line 57 at IceFactory_API.Controllers.PrintController.getDelivryByOrderId(OdooAPI api, Int32 id) in /Users/youssef/Projects/pureiceapi/IceFactory_API/Controllers/PrintController.cs:line 229 at IceFactory_API.Controllers.PrintController.Stock(Int32 id) in /Users/youssef/Projects/pureiceapi/IceFactory_API/Controllers/PrintController.cs:line 141 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) WARN 16-41-2022 02:41:53 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. INFO 16-41-2022 02:41:53 Microsoft.Hosting.Lifetime [1] - Now listening on: http://0.0.0.0:8000 INFO 16-41-2022 02:41:53 Microsoft.Hosting.Lifetime [1] - Application started. Press Ctrl+C to shut down. INFO 16-41-2022 02:41:53 Microsoft.Hosting.Lifetime [1] - Hosting environment: Development INFO 16-41-2022 02:41:53 Microsoft.Hosting.Lifetime [1] - Content root path: /Users/youssef/Projects/pureiceapi/IceFactory_API WARN 16-46-2022 02:46:09 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. INFO 16-46-2022 02:46:09 Microsoft.Hosting.Lifetime [1] - Now listening on: http://0.0.0.0:8000 INFO 16-46-2022 02:46:09 Microsoft.Hosting.Lifetime [1] - Application started. Press Ctrl+C to shut down. INFO 16-46-2022 02:46:09 Microsoft.Hosting.Lifetime [1] - Hosting environment: Development INFO 16-46-2022 02:46:09 Microsoft.Hosting.Lifetime [1] - Content root path: /Users/youssef/Projects/pureiceapi/IceFactory_API INFO 16-47-2022 02:47:02 System.Net.Http.HttpClient.Default.LogicalHandler [4] - Start processing HTTP request GET http://161.97.88.134:8069/report/py3o/e.stock.mobile/27957 INFO 16-47-2022 02:47:02 System.Net.Http.HttpClient.Default.ClientHandler [4] - Sending HTTP request GET http://161.97.88.134:8069/report/py3o/e.stock.mobile/27957 INFO 16-47-2022 02:47:12 System.Net.Http.HttpClient.Default.ClientHandler [14] - Received HTTP response after 9616.4348ms - OK INFO 16-47-2022 02:47:12 System.Net.Http.HttpClient.Default.LogicalHandler [14] - End processing HTTP request after 9639.852ms - OK WARN 16-47-2022 21:47:58 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. FATAL 16-47-2022 21:47:58 Microsoft.AspNetCore.Server.Kestrel [1] - Unable to start Kestrel. System.IO.IOException: Failed to bind to address http://0.0.0.0:7000: address already in use. ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use ---> System.Net.Sockets.SocketException (48): Address already in use at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName) at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind() --- End of inner exception stack trace --- at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind() at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken) at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.<>c__DisplayClass21_0`1.<g__OnBind|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context) --- End of inner exception stack trace --- at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context) at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context) at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(IServerAddressesFeature addresses, KestrelServerOptions serverOptions, ILogger logger, Func`2 createBinding) at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken) WARN 16-48-2022 21:48:14 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. INFO 16-48-2022 21:48:14 Microsoft.Hosting.Lifetime [1] - Now listening on: http://0.0.0.0:8000 INFO 16-48-2022 21:48:14 Microsoft.Hosting.Lifetime [1] - Application started. Press Ctrl+C to shut down. INFO 16-48-2022 21:48:14 Microsoft.Hosting.Lifetime [1] - Hosting environment: Development INFO 16-48-2022 21:48:14 Microsoft.Hosting.Lifetime [1] - Content root path: /Users/youssef/Projects/pureiceapi/IceFactory_API WARN 16-51-2022 21:51:16 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. INFO 16-51-2022 21:51:16 Microsoft.Hosting.Lifetime [1] - Now listening on: http://0.0.0.0:8000 INFO 16-51-2022 21:51:16 Microsoft.Hosting.Lifetime [1] - Application started. Press Ctrl+C to shut down. INFO 16-51-2022 21:51:16 Microsoft.Hosting.Lifetime [1] - Hosting environment: Development INFO 16-51-2022 21:51:16 Microsoft.Hosting.Lifetime [1] - Content root path: /Users/youssef/Projects/pureiceapi/IceFactory_API