Hi, i am getting following error while running the imageservershredhostservice.
2010-03-01 23:51:21,740 [WorkQueue:24] ERROR - Exception thrown
Unexpected exception running service WorkQueue
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int32.Parse(String s, IFormatProvider provider)
at System.Diagnostics.PerformanceCounterLib.GetStringTable(Boolean isHelp)
at System.Diagnostics.PerformanceCounterLib.get_NameTable()
at System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
at System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean& categoryExists)
at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
at System.Diagnostics.PerformanceCounter.Initialize()
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName)
at ClearCanvas.Common.Utilities.SystemResources.get_MemoryPerformanceCounter()
at ClearCanvas.Common.Utilities.SystemResources.GetAvailableMemory(SizeUnits units)
at ClearCanvas.ImageServer.Services.WorkQueue.WorkQueueProcessor.Run()
at ClearCanvas.ImageServer.Services.WorkQueue.Shreds.WorkQueueServerManager.Run()
at ClearCanvas.ImageServer.Common.ThreadedService.b__0()
Thanks,
Venky.