事件id:105,源 : MSExchange DiagnosticsAggregation,Loading of DiagnosticsAggregation servicelet failed. 如何解决?

冉凡瑞 1,390 信誉分
2025-03-05T06:40:09.54+00:00

工程师您好:

exchange环境中mail004出现error 105错误id,具体信息如下:

源 : MSExchange DiagnosticsAggregation

显示名称 : mail004

事件ID : 105

严重性 : error

类型 : Application

Loading of DiagnosticsAggregation servicelet failed. Details System.ServiceModel.AddressAlreadyInUseException: 已有针对 IP 终结点 [::]:7810 的侦听器。如果有其他应用程序已在侦听此终结点,或者,如果在服务主机中具有多个服务终结点,这些终结点具有相同的 IP 终结点但绑定配置不兼容,则可能会发生这种情况。 ---> System.Net.Sockets.SocketException: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 在 System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) 在 System.Net.Sockets.Socket.Bind(EndPoint localEP) 在 System.ServiceModel.Channels.SocketConnectionListener.Listen() --- 内部异常堆栈跟踪的结尾 --- 在 System.ServiceModel.Channels.SocketConnectionListener.Listen() 在 System.ServiceModel.Channels.ExclusiveTcpTransportManager.OnOpen() 在 System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) 在 System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback) 在 System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) 在 System.ServiceModel.Channels.ConnectionOrientedTransportChannelListener.OnOpen(TimeSpan timeout) 在 System.ServiceModel.Channels.TcpChannelListener`2.OnOpen(TimeSpan timeout) 在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 在 System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) 在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 在 System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) 在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) 在 Microsoft.Exchange.Servicelets.DiagnosticsAggregation.DiagnosticsAggregationServicelet.TryHostDiagnosticsWebService(Boolean rehosting, ServiceHost& host)

请问:

1、目前观察事件ID105本月就出现1次好像不影响AD和邮件正常功能的使用,这个报错是啥意思?什么原因导致的?

2、根据这个报错信息,对此错误事件需要特别关注吗?

感谢您的答复!!!

谢谢

Exchange | Exchange 服务器 | 其他
0 个注释 无注释
{count} 票

接受的答案
  1. 匿名
    2025-03-05T08:36:58.35+00:00

    你好 @冉凡瑞

    感谢您在 Microsoft Q&A 论坛中发布您的问题。

    根据您的描述,您的问题是在exchange mail服务器上遇到了事件id为105的错误 。

    __错误原因:__错误信息显示DiagnosticsAggregation服务启动时尝试监听:7810端口,但该端口已被其他进程占用。AddressAlreadyInUseException通常意味着端口冲突,可能另一个服务或应用程序已经占用了这个端口,或者Exchange自身有多个服务尝试绑定同一端口但配置不兼容,也可能是DiagnosticsAggregation 服务在之前的停止过程中没有正常关闭,或者在启动时出现异常,导致端口仍然被占用,从而影响后续的服务加载。

    是否需要特别关注:由于该错误只发生过一次,而且似乎并不影响 AD 和电子邮件功能,因此可能并不严重。您可以使用netstat -ano命令检查端口 7810 被哪个进程占用,记录占用端口的进程PID,通过任务管理器查找进程名称,若有相冲突的进程,请根据您实际的环境情况进行调整。

    如果答案有帮助,请单击“接受答案”,因为它可以帮助 Microsoft Q&A 社区中其他有类似问题并正在寻找解决方案的成员。

    感谢您的支持和理解。

    1 个人认为此答案很有帮助。
    0 个注释 无注释

0 个其他答案

排序依据: 非常有帮助

你的答案

问题作者可以将答案标记为“接受的答案”,这有助于用户了解已解决作者问题的答案。