You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SocketException (0x271d): 以一种访问权限不允许的方式做了一个访问套接字的尝试。]
System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) +8167574
System.Net.Sockets.Socket.Bind(EndPoint localEP) +274
ECommon.Socketing.ServerSocket.Start() in D:\MyProjects\ecommon\src\ECommon\Socketing\ServerSocket.cs:64
ENode.EQueue.CommandResultProcessor.Start() in D:\MyProjects\enode\src\eNode\EQueue\Command\CommandResultProcessor.cs:67
ENode.EQueue.CommandService.Start() in D:\MyProjects\enode\src\eNode\EQueue\Command\CommandService.cs:49
ConferenceManagement.Web.Extensions.ENodeExtensions.StartEQueue(ENodeConfiguration enodeConfiguration) in G:\临时文件\Mine\DDD\Conference-master\Conference-master\ConferenceManagementBC\ConferenceManagement.Web\Extensions\ENodeExtensions.cs:34
ConferenceManagement.Web.MvcApplication.InitializeENode() in G:\临时文件\Mine\DDD\Conference-master\Conference-master\ConferenceManagementBC\ConferenceManagement.Web\Global.asax.cs:58
ConferenceManagement.Web.MvcApplication.Application_Start() in G:\临时文件\Mine\DDD\Conference-master\Conference-master\ConferenceManagementBC\ConferenceManagement.Web\Global.asax.cs:31
说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Net.Sockets.SocketException: 以一种访问权限不允许的方式做了一个访问套接字的尝试。
源错误:
行 32: public static ENodeConfiguration StartEQueue(this ENodeConfiguration enodeConfiguration)
行 33: {
行 34: _commandService.Start();
行 35: return enodeConfiguration;
行 36: }
源文件: .\ConferenceManagementBC\ConferenceManagement.Web\Extensions\ENodeExtensions.cs 行: 34
堆栈跟踪:
[SocketException (0x271d): 以一种访问权限不允许的方式做了一个访问套接字的尝试。]
System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) +8167574
System.Net.Sockets.Socket.Bind(EndPoint localEP) +274
ECommon.Socketing.ServerSocket.Start() in D:\MyProjects\ecommon\src\ECommon\Socketing\ServerSocket.cs:64
ENode.EQueue.CommandResultProcessor.Start() in D:\MyProjects\enode\src\eNode\EQueue\Command\CommandResultProcessor.cs:67
ENode.EQueue.CommandService.Start() in D:\MyProjects\enode\src\eNode\EQueue\Command\CommandService.cs:49
ConferenceManagement.Web.Extensions.ENodeExtensions.StartEQueue(ENodeConfiguration enodeConfiguration) in G:\临时文件\Mine\DDD\Conference-master\Conference-master\ConferenceManagementBC\ConferenceManagement.Web\Extensions\ENodeExtensions.cs:34
ConferenceManagement.Web.MvcApplication.InitializeENode() in G:\临时文件\Mine\DDD\Conference-master\Conference-master\ConferenceManagementBC\ConferenceManagement.Web\Global.asax.cs:58
ConferenceManagement.Web.MvcApplication.Application_Start() in G:\临时文件\Mine\DDD\Conference-master\Conference-master\ConferenceManagementBC\ConferenceManagement.Web\Global.asax.cs:31
[HttpException (0x80004005): 以一种访问权限不允许的方式做了一个访问套接字的尝试。]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +544
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +186
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +172
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +402
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +343
[HttpException (0x80004005): 以一种访问权限不允许的方式做了一个访问套接字的尝试。]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +579
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +112
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +712
The text was updated successfully, but these errors were encountered: