Anyone ever see this issue? It's causing my Solarwinds.Schedulerservice.exe to take 70-80% CPU causing the server to be pegged at 100% CPU.
2008-04-10 18:54:28,908 [25] ERROR SolarWinds.JobEngine.Broker.BrokerDispatcher - A communication error occured during SubmitJob
SolarWinds.JobEngine.JobEngineCommunicationException: A communication error occured during SubmitJob ---> System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: An item with the same key has already been added. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at SolarWinds.JobEngine.ActiveJobsJournal`1.AddJob(T job)
at SolarWinds.JobEngine.Engine.JobExecutionEngine.SubmitJob(Guid jobId, JobDescription jobConfiguration)
at SolarWinds.JobEngine.Engine.JobExecutionService.SubmitJob(Guid jobId, JobDescription jobConfiguration)
at SyncInvokeSubmitJob(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.Pr...).
--- End of inner exception stack trace ---
at SolarWinds.JobEngine.Broker.JobEngine.SubmitJob(Guid jobId, JobDescription jobConfiguration)
at SolarWinds.JobEngine.Broker.BrokerDispatcher.DispatchToJobEngine(ActiveJobBroker activeJob)