Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

Failed to register remoting access service! System.Runtime.Remoting.RemotingException: Failed to create an IPC Port: Access is denied. #43

Open
softreigns opened this issue Dec 28, 2017 · 0 comments

Comments

@softreigns
Copy link

Hi EveryOne, 

I am facing this issue. My use case is: 

I am running a Superwebsocket in a windows form application in windows server 2008 ( which is used by multiple user on share basis (remotely). So I intent to run this Window app for each user, hence superwebsocket (diff port). I am injecting the port number with bootstrap.initialize(EndpointDictionary);

But when I am running for second user I am getting this error: 

 DEBUG DefaultBootstrap - The server instance SecureSuperWebSocket has been initialized! 
 DEBUG DefaultBootstrap - The PerformanceMonitor has been initialized! 
 DEBUG DefaultBootstrap - The Bootstrap has been initialized! 
 ERROR DefaultBootstrap - Failed to register remoting access service! 
System.Runtime.Remoting.RemotingException: Failed to create an IPC Port: Access is denied. 

at System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.StartListening(Object data) 
at System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.SetupChannel() 
at System.Runtime.Remoting.Channels.Ipc.IpcServerChannel..ctor(String name, String portName) 
at SuperSocket.SocketEngine.DefaultBootstrap.RegisterRemotingService() 
at SuperSocket.SocketEngine.DefaultBootstrap.Initialize(Func`2 serverConfigResolver, ILogFactory logFactory) 


Any ideas ?? 
thanks in advance.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant