WARN 02-50-2022 01:50:17 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. FATAL 02-50-2022 01:50:17 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 02-54-2022 01:54:00 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. FATAL 02-54-2022 01:54:00 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 02-25-2022 02:25:54 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. FATAL 02-25-2022 02:25:54 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 02-37-2022 02:37:30 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. INFO 02-37-2022 02:37:30 Microsoft.Hosting.Lifetime [1] - Now listening on: http://0.0.0.0:6000 INFO 02-37-2022 02:37:30 Microsoft.Hosting.Lifetime [1] - Application started. Press Ctrl+C to shut down. INFO 02-37-2022 02:37:30 Microsoft.Hosting.Lifetime [1] - Hosting environment: Development INFO 02-37-2022 02:37:30 Microsoft.Hosting.Lifetime [1] - Content root path: /Users/youssef/Projects/pureiceapi/IceFactory_API WARN 02-42-2022 02:42:50 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. INFO 02-42-2022 02:42:50 Microsoft.Hosting.Lifetime [1] - Now listening on: http://localhost:6000 INFO 02-42-2022 02:42:50 Microsoft.Hosting.Lifetime [1] - Application started. Press Ctrl+C to shut down. INFO 02-42-2022 02:42:50 Microsoft.Hosting.Lifetime [1] - Hosting environment: Development INFO 02-42-2022 02:42:50 Microsoft.Hosting.Lifetime [1] - Content root path: /Users/youssef/Projects/pureiceapi/IceFactory_API WARN 02-40-2022 03:40:25 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. FATAL 02-40-2022 03:40:25 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 02-41-2022 03:41:38 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. INFO 02-41-2022 03:41:38 Microsoft.Hosting.Lifetime [1] - Now listening on: http://0.0.0.0:8000 INFO 02-41-2022 03:41:38 Microsoft.Hosting.Lifetime [1] - Application started. Press Ctrl+C to shut down. INFO 02-41-2022 03:41:38 Microsoft.Hosting.Lifetime [1] - Hosting environment: Development INFO 02-41-2022 03:41:38 Microsoft.Hosting.Lifetime [1] - Content root path: /Users/youssef/Projects/pureiceapi/IceFactory_API WARN 02-22-2022 04:22:18 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. INFO 02-22-2022 04:22:18 Microsoft.Hosting.Lifetime [1] - Now listening on: http://0.0.0.0:8000 INFO 02-22-2022 04:22:18 Microsoft.Hosting.Lifetime [1] - Application started. Press Ctrl+C to shut down. INFO 02-22-2022 04:22:18 Microsoft.Hosting.Lifetime [1] - Hosting environment: Development INFO 02-22-2022 04:22:18 Microsoft.Hosting.Lifetime [1] - Content root path: /Users/youssef/Projects/pureiceapi/IceFactory_API WARN 02-25-2022 04:25:49 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. INFO 02-25-2022 04:25:49 Microsoft.Hosting.Lifetime [1] - Now listening on: http://127.0.0.1:8000 INFO 02-25-2022 04:25:49 Microsoft.Hosting.Lifetime [1] - Application started. Press Ctrl+C to shut down. INFO 02-25-2022 04:25:49 Microsoft.Hosting.Lifetime [1] - Hosting environment: Development INFO 02-25-2022 04:25:49 Microsoft.Hosting.Lifetime [1] - Content root path: /Users/youssef/Projects/pureiceapi/IceFactory_API WARN 02-52-2022 17:52:00 Microsoft.AspNetCore.Server.Kestrel [1] - Overriding address(es) 'https://localhost:5001, http://localhost:5000'. Binding to endpoints defined in UseKestrel() instead. INFO 02-52-2022 17:52:00 Microsoft.Hosting.Lifetime [1] - Now listening on: http://127.0.0.1:8000 INFO 02-52-2022 17:52:00 Microsoft.Hosting.Lifetime [1] - Application started. Press Ctrl+C to shut down. INFO 02-52-2022 17:52:00 Microsoft.Hosting.Lifetime [1] - Hosting environment: Development INFO 02-52-2022 17:52:00 Microsoft.Hosting.Lifetime [1] - Content root path: /Users/youssef/Projects/pureiceapi/IceFactory_API