george9170
george9170

Reputation:

System.ComponentModel.Win32Exception Message: Not enough storage is available to process this command

Short of restarting our server, is there anyway we can get this memory released and our website up and running. Below is a trace from the event viewer

An unhandled exception occurred and the process was terminated. Application ID: /LM/W3SVC/17/ROOT Process ID: 14352 Exception: System.ComponentModel.Win32Exception Message: Not enough storage is available to process this command StackTrace: at MS.Win32.UnsafeNativeMethods.RegisterClassEx(WNDCLASSEX_D wc_d) at MS.Win32.HwndWrapper..ctor(Int32 classStyle, Int32 style, Int32 exStyle, Int32 x, Int32 y, Int32 width, Int32 height, String name, IntPtr parent, HwndWrapperHook[] hooks) at MS.Win32.MessageOnlyHwndWrapper..ctor() at System.Windows.Threading.Dispatcher..ctor() at System.Windows.Threading.Dispatcher.get_CurrentDispatcher() at ISC.MapDotNetServer.MapPrintSupport.BaseTileRequestorResolver.b__0() at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()

steps taken, IISRESET Application pool recycle

Have not killed the process through taskmgr yet, that is a last resort.

Upvotes: 0

Views: 2779

Answers (2)

george9170
george9170

Reputation:

The final solution was bringing down the webserver.

Upvotes: 0

Related Questions