Anybody seen this? The Solarwinds Job scheduler has decided to stop working on our 9 Sp2 server.
It get this gobblydegook in the NPM.BusinessLayer.Log file...
2008-08-29 14:50:49,417 [7] DEBUG SolarWinds.NPM.BusinessLayer.NPMBusinessLayerPlugin - { Start entered
2008-08-29 14:50:49,464 [7] ERROR SolarWinds.Orion.Common.SWEventLogging - NPM Service [SWORION01] Started
2008-08-29 14:50:50,308 [7] DEBUG SolarWinds.Orion.Common.SqlHelper - SQL: INSERT INTO Events (EventTime, NetworkNode, NetObjectID, NetObjectType, EventType, Message, Acknowledged)
VALUES (GETDATE(), @NetworkNode, @NetObjectID, @NetObjectType, @EventType, @Message, 0) (@NetworkNode=0, @NetObjectID=0, @NetObjectType=, @EventType=500, @Message=NPM Service [SWORION01] Started)
2008-08-29 14:50:56,681 [7] DEBUG SolarWinds.Orion.Common.SqlHelper - SQL: update Engines set BusinessLayerPort = @BusinessLayerPort where ServerName = @ServerName (@ServerName=SWORION01, @BusinessLayerPort=17777)
2008-08-29 14:50:56,744 [7] DEBUG SolarWinds.Orion.Common.SqlHelper - SQL: SELECT EngineID, ServerName FROM Engines where ServerType not like '%Hot-Standby%'
2008-08-29 14:50:56,775 [7] INFO SolarWinds.NPM.BusinessLayer.NPMBusinessLayerPlugin - Registering job engine SWORION01
2008-08-29 14:50:56,791 [7] DEBUG SolarWinds.NPM.BusinessLayer.JobScheduler - Channel created to net.pipe://localhost/solarwinds/jobengine/scheduler
2008-08-29 14:50:56,947 [7] WARN SolarWinds.NPM.BusinessLayer.JobScheduler - ExecutionEngineExists: JobScheduler channel threw CommunicationException. Retries: 0
2008-08-29 14:50:56,947 [7] WARN SolarWinds.NPM.BusinessLayer.JobScheduler - Job Scheduler Exception:
System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.pipe://localhost/solarwinds/jobengine/scheduler that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.IO.PipeException: The pipe endpoint 'net.pipe://localhost/solarwinds/jobengine/scheduler' could not be found on your local machine.
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.PipeConnectionInitiator.GetPipeName(Uri uri)
at System.ServiceModel.Channels.NamedPipeConnectionPoolRegistry.NamedPipeConnectionPool.GetPoolKey(EndpointAddress address, Uri via)
at System.ServiceModel.Channels.CommunicationPool`2.TakeConnection(EndpointAddress address, Uri via, TimeSpan timeout, TKey& key)
at System.ServiceModel.Channels.ConnectionPoolHelper.TakeConnection(TimeSpan timeout)
at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
at System.ServiceModel.Channels.StreamedFramingRequestChannel.StreamedFramingRequest.SendRequest(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
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 SolarWinds.JobEngine.IJobScheduler.ExecutionEngineExists(Uri executionEngineUri)
at SolarWinds.NPM.BusinessLayer.JobScheduler.<>c__DisplayClass1b.<ExecutionEngineExists>b__1a()
at SolarWinds.NPM.BusinessLayer.JobScheduler.ExecuteJobSchedulerOperation[T](String operationName, JobSchedulerOperation`1 operation)
2008-08-29 14:50:57,947 [7] DEBUG SolarWinds.NPM.BusinessLayer.JobScheduler - Channel created to net.pipe://localhost/solarwinds/jobengine/scheduler
2008-08-29 14:50:57,994 [7] WARN SolarWinds.NPM.BusinessLayer.JobScheduler - ExecutionEngineExists: JobScheduler channel threw CommunicationException. Retries: 1
2008-08-29 14:50:57,994 [7] WARN SolarWinds.NPM.BusinessLayer.JobScheduler - Job Scheduler Exception:
System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.pipe://localhost/solarwinds/jobengine/scheduler that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.IO.PipeException: The pipe endpoint 'net.pipe://localhost/solarwinds/jobengine/scheduler' could not be found on your local machine.
--- End of inner exception stack trace ---