The document describes errors connecting to BiopagoBDV services. It encountered a System.Net.WebException when making HTTP requests to the service URLs, indicating the connections were forcibly interrupted by the remote host. This suggests issues with the server certificates not being correctly configured for HTTPS or a security binding mismatch between the client and server. It occurred for three separate service endpoints and stack traces provide additional details on the exception.
Download as TXT, PDF, TXT or read online on Scribd
Download as txt, pdf, or txt
0 ratings0% found this document useful (0 votes)
97 views37 pages
Bio Pago Log
The document describes errors connecting to BiopagoBDV services. It encountered a System.Net.WebException when making HTTP requests to the service URLs, indicating the connections were forcibly interrupted by the remote host. This suggests issues with the server certificates not being correctly configured for HTTPS or a security binding mismatch between the client and server. It occurred for three separate service endpoints and stack traces provide additional details on the exception.
Download as TXT, PDF, TXT or read online on Scribd
Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1/ 37
2019-12-24 11:23:10,434 [4] ERROR - Error conectando al servicio de BiopagoBDV.
A.YB: Error conectando al servicio de BiopagoBDV. --->
System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/BioPOSInstallService.svc/rest/GetEntityCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSInstallService.GetEntityCertificate (EntityCertificateRequest request) en A.TF.SF.A(IBioPOSInstallService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TF.A(Object , DoWorkEventArgs ) 2019-12-24 11:23:10,621 [4] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSLogService.svc/rest/LogError. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSLogService.LogError(ClientErrorDto clientError) en A.EB.DB.A(IBioPOSLogService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.EB.A(ClientErrorDto ) en A.LF.A(Exception ) 2019-12-24 11:26:17,234 [4] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:26:24,156 [5] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/GetClientConfiguration . Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna --- Server stack trace: en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.GetClientConfiguration() en A.TB.IB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:26:27,874 [5] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:26:31,468 [4] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:26:35,156 [5] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:26:38,890 [4] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:26:42,343 [5] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:26:45,749 [4] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:03,921 [4] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:09,656 [4] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/GetClientConfiguration . Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna --- Server stack trace: en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.GetClientConfiguration() en A.TB.IB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:14,952 [4] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:18,296 [5] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:22,124 [4] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:25,359 [5] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:28,687 [4] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:31,952 [5] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:35,671 [4] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:39,046 [5] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna --- Server stack trace: en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:44,890 [8] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:48,265 [4] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:54,499 [5] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:29:57,859 [8] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:30:01,202 [4] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:30:04,546 [5] ERROR - Error conectando al servicio de BiopagoBDV. A.YB: Error conectando al servicio de BiopagoBDV. ---> System.ServiceModel.CommunicationException: Error al realizar la solicitud HTTP a https://biopago.banvenez.com/Services/BioPOSService.svc/rest/RefreshCertificate. Esto puede deberse a que el certificado del servidor no est� configurado correctamente en HTTP.SYS en el caso HTTPS. La causa puede ser tambi�n una falta de coincidencia del enlace de seguridad entre el cliente y el servidor. ---> System.Net.WebException: Se ha terminado la conexi�n: Error inesperado de env�o. ---> System.IO.IOException: No se puede escribir datos de en la conexi�n de transporte: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto. ---> System.Net.Sockets.SocketException: Se ha forzado la interrupci�n de una conexi�n existente por el host remoto en System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) en System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count) en System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) en System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) en System.Net.TlsStream.CallProcessAuthentication(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) en System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) en System.Net.ConnectStream.WriteHeaders(Boolean async) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.RefreshCertificate() en A.TB.SB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.QF.OF.A() 2019-12-24 11:30:49,124 [1] ERROR - Fall� la ejecuci�n de la operaci�n durante la llamada al servicio de BiopagoBDV. A.ZB: Fall� la ejecuci�n de la operaci�n durante la llamada al servicio de BiopagoBDV. ---> System.TimeoutException: El canal de solicitud agot� el tiempo de espera mientras esperaba una respuesta despu�s de 00:00:15. Aumente el valor de tiempo de espera pasado a la llamada a Request, o bien aumente el valor de SendTimeout en el enlace. El tiempo asignado a esta operaci�n puede haber sido una parte de un tiempo de espera mayor. ---> System.TimeoutException: La solicitud HTTP a 'https://biopago.banvenez.com/Services/BioPOSService.svc/rest/GetClientConfiguratio n' super� el tiempo de espera asignado de 00:00:15. El tiempo asignado a esta operaci�n puede haber sido una parte de un tiempo de espera mayor. ---> System.Net.WebException: Se excedi� el tiempo de espera de la operaci�n en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna --- en System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(We bException webException, HttpWebRequest request, HttpAbortReason abortReason) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelReq uest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) --- Fin del seguimiento de la pila de la excepci�n interna ---
Server stack trace:
en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en ExCle.BioPOS.ServiceContracts.Interfaces.IBioPOSService.GetClientConfiguration() en A.TB.IB.A(IBioPOSService ) en A.VB`1.A(UB`1 , String , String , TimeSpan ) --- Fin del seguimiento de la pila de la excepci�n interna --- en A.VB`1.A(UB`1 , String , String , TimeSpan ) en A.VB`1.A(UB`1 , String , String ) en A.TB.A() en A.KF.C()