Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

以一种访问权限不允许的方式做了一个访问套接字的尝试 #1

Open
leojomo opened this issue Jan 18, 2017 · 0 comments

Comments

@leojomo
Copy link

leojomo commented Jan 18, 2017

说明: 执行当前 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


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant