打印Word模版打印了记录崩溃

问答 明道云  收藏
2 / 140

2025-12-05 20:37:57

apitask

fail: Microsoft.Extensions.Hosting.Internal.Host[11]

2025-12-05 20:37:57

apitask

Hosting failed to start

2025-12-05 20:37:57

apitask

System.IO.IOException: Failed to bind to address http://[::]:7109: address already in use.

2025-12-05 20:37:57

apitask

---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use

2025-12-05 20:37:57

apitask

---> System.Net.Sockets.SocketException (98): Address already in use

2025-12-05 20:37:57

apitask

at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)

2025-12-05 20:37:57

apitask

at System.Net.Sockets.Socket.Bind(EndPoint localEP)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()

2025-12-05 20:37:57

apitask

--- End of inner exception stack trace ---

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<g__OnBind|0>d.MoveNext()

2025-12-05 20:37:57

apitask

--- End of stack trace from previous location ---

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

--- End of inner exception stack trace ---

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.AnyIPListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.Extensions.Hosting.Internal.Host.b__15_1(IHostedService service, CancellationToken token)

2025-12-05 20:37:57

apitask

at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable 1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List 1 exceptions, Func`3 operation)

2025-12-05 20:37:57

apitask

Unhandled exception. System.IO.IOException: Failed to bind to address http://[::]:7109: address already in use.

2025-12-05 20:37:57

apitask

---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use

2025-12-05 20:37:57

apitask

---> System.Net.Sockets.SocketException (98): Address already in use

2025-12-05 20:37:57

apitask

at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)

2025-12-05 20:37:57

apitask

at System.Net.Sockets.Socket.Bind(EndPoint localEP)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()

2025-12-05 20:37:57

apitask

--- End of inner exception stack trace ---

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<g__OnBind|0>d.MoveNext()

2025-12-05 20:37:57

apitask

--- End of stack trace from previous location ---

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

--- End of inner exception stack trace ---

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.AnyIPListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.Extensions.Hosting.Internal.Host.b__15_1(IHostedService service, CancellationToken token)

2025-12-05 20:37:57

apitask

at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable 1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List 1 exceptions, Func`3 operation)

2025-12-05 20:37:57

apitask

at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)

2025-12-05 20:37:57

apitask

at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)

2025-12-05 20:37:57

apitask

at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)

2025-12-05 20:37:57

apitask

at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)

2025-12-05 20:37:57

apitask

at MD.API.Task.Program.Main(String[] args) in /data/jenkins/workspace/private-api-all-m4/MD.API.Task/Program.cs:line 15

2025-12-05 20:37:56

alert

OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.

2025-12-05 20:37:54

Elasticsearch

2025-12-05 20:37:54

Elasticsearch

ERROR: User [md] already exists, with exit code 70

2025-12-05 20:37:53

Elasticsearch

2025-12-05 20:37:53

Elasticsearch

ERROR: User [md] already exists, with exit code 70

2025-12-05 20:37:52

calendaralert

/entrypoint.sh: line 1388: 20462 Killed /usr/local/dotnet-8-aspnetcore-runtime/dotnet ${calendaralertDir}/MD.CalendarAlert.Service.dll