Error thrown when shutting down Windows

Error thrown when shutting down Windows

avatar

Using the latest RDM (10.1.9.0), if I shutdown my Windows 7 Enterprise (fully patched) while RDM is still running, but with no connections, I get an exception. That exception prevents Windows from shutting down. Canceling the shutdown, I can see the error dialog. The following is in the RDM Application Log. In the first line it mentions http://localhost:19443/. I have no idea what that is. I don't believe that it from any of the host sessions I created.

Thanks,
-Dave Michener











































































All Comments (4)

avatar

Could you try to disable the http listener if you don't use any web browser extension?

http://help.remotedesktopmanager.com/file_options_browserextensions.htm?zoom_highlightsub=http%2Blistener

David Hervieux

avatar

That didn't help. I unchecked that option and restarted RDM. When I try to shutdown Windows I still get this error.

In this Application Log are two attempts at doing these steps and they fail both times. Before I shutdown Windows, I confirmed in RDM that the HTTP Listener option was unchecked.

[3/25/2015 9:41:36 AM - 10.1.9.0 - 32-bit] Info: HttpListener listing at http://localhost:19443/
[3/25/2015 9:41:36 AM - 10.1.9.0 - 32-bit] Info: HttpListener thread started.
[3/25/2015 9:58:01 AM - 10.1.9.0 - 32-bit] Error Silent: System.Runtime.Remoting.RemotingException: Failed to connect to an IPC Port: The system cannot find the file specified.


Server stack trace:
at System.Runtime.Remoting.Channels.Ipc.IpcPort.Connect(String portName, Boolean secure, TokenImpersonationLevel impersonationLevel, Int32 timeout)
at System.Runtime.Remoting.Channels.Ipc.ConnectionCache.GetConnection(String portName, Boolean secure, TokenImpersonationLevel level, Int32 timeout)
at System.Runtime.Remoting.Channels.Ipc.IpcClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at WaitProgress.IWaitProgressProvider.SendData(String data)
at WaitProgress.WaitProgressCommunicator.c6a00219ac5cf510137edc24ac6734dce(String c2b0ca50a604c2b4e7b69f67d92204593)
at WaitProgress.WaitProgressCommunicator.Show(String text, Int32 delay)
at Devolutions.RemoteDesktopManager.Managers.UIManager.ShowWaitProgress(String text, Int32 delay)
[3/25/2015 9:58:59 AM - 10.1.9.0 - 32-bit] Info: Windows shutdown occurring, closing application.
[3/25/2015 9:59:59 AM - 10.1.9.0 - 32-bit] Error Silent: System.Runtime.Remoting.RemotingException: Failed to connect to an IPC Port: The system cannot find the file specified.


Server stack trace:
at System.Runtime.Remoting.Channels.Ipc.IpcPort.Connect(String portName, Boolean secure, TokenImpersonationLevel impersonationLevel, Int32 timeout)
at System.Runtime.Remoting.Channels.Ipc.ConnectionCache.GetConnection(String portName, Boolean secure, TokenImpersonationLevel level, Int32 timeout)
at System.Runtime.Remoting.Channels.Ipc.IpcClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at WaitProgress.IWaitProgressProvider.SendData(String data)
at WaitProgress.WaitProgressCommunicator.c6a00219ac5cf510137edc24ac6734dce(String c2b0ca50a604c2b4e7b69f67d92204593)
at WaitProgress.WaitProgressCommunicator.Show(String text, Int32 delay)
at Devolutions.RemoteDesktopManager.Managers.UIManager.ShowWaitProgress(String text, Int32 delay)
[3/25/2015 10:00:12 AM - 10.1.9.0 - 32-bit] Info: Windows shutdown occurring, closing application.

avatar

David Hervieux

avatar

That seems to have done it.

Thanks!