baseLog-ZennoPoster.txt
--------------------------------------------------------------------------------
[2021-06-21 08:27:17.8250]||System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.pipe://localhost/BaseService/1431905789/BaseEndPoint/1431905789 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/BaseService/1431905789/BaseEndPoint/1431905789' could not be found on your local machine.
--- Fim do rastreamento de pilha de exceções internas ---
Server stack trace:
at System.ServiceModel.Channels.PipeConnectionInitiator.GetPipeName(Uri uri, IPipeTransportFactorySettings transportFactorySettings)
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.EstablishConnection(TimeSpan timeout)
at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
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]:
em System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
em System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
em IServer.Browser.IServerBaseService.TestConnection()
em ZennoLab.ZennoPoster.Core.Tasks.Threads.ServerBase.KHGRT95tEHglIfOGFc2F(Object )
em ZennoLab.ZennoPoster.Core.Tasks.Threads.ServerBase.Run()
System.IO.PipeException: The pipe endpoint 'net.pipe://localhost/BaseService/1431905789/BaseEndPoint/1431905789' could not be found on your local machine.
--------------------------------------------------------------------------------
How I can say to you....
A old goodie was the problem.
Changed execution timeout from 60 to -1 and the threads are working fine again.