Error:
System.ArgumentNullException: No message was deserialized prior to calling the DispatchChannelSink.
Parameter name: requestMsg
at System.Runtime.Remoting.Channels.DispatchChannelSink.ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, IMessage& responseMsg, ITransportHeaders & responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.SoapServerFormatterSink.ProcessMessage(IServerChannelSinkStack sinkStack, IMessage requestMsg, ITransportHeaders requestHeaders, Stream requestStream, IMessage& responseMsg, ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.Http.HttpServerTransportSink.ServiceRequest(Object state)
at System.Runtime.Remoting.Channels.SocketHandler.ProcessRequestNow().
Reason:
May be your SharePoint Central Administration port is used by another process.
Solution:
- Open Command Prompt(with Run as Administrator).
- Run this command netstat -na -nao.
- Now you can see your Active connections.
- Find you Central admin port ID.

- Here Central Admin Port ID is 8093 PID is 4088.
- Go to Task Manager > Services> find your PID (like 4088).
- Right click on that select Go to Process.
- Kill/Close the selected Process. (Note: if no one process is selected check the show process from all user check box below).
- Reset IIS.
- Now try to access you Central Administration :)
No comments:
Post a Comment