Process faulting, related to message logging?

See the error below:

RobotRunner.NotifyJobCompleted error System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.

Server stack trace:
at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen()
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object ins, Object outs, TimeSpan timeout)
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 UiPath.Models.IExecutorContract.OnLogMessage(Guid executorId, String message)
at UiPath.Executor.ExecutionTraceListener.ProcessLogMessage(TraceEventCache cache, String source, TraceEventType eventType, Object data)
at UiPath.Robot.Logging.JsonFormatterTraceListener.TraceData(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data)
at UiPath.Executor.ExecutionTraceListener.TraceInformation(Object data)
at UiPath.Executor.RobotRunner.NotifyJobCompleted(ExecutionExitCode exitCode, Exception exception, IDictionary`2 outputs, ActivityInstanceState state)

It appears that there is some sort of issue right at the end of the process (“JobCompleted”?) Has anyone ran into this/any idea what could be going wrong?

Hi @RayFissel,

Does the below thread help to solve your issue?