You are viewing limited content. For full access, please sign in.

Question

Question

One or more errors occurred. Stack Trace: Caught exception: System.AggregateException

asked on October 21, 2020

What could be causing this error?

One or more errors occurred. Stack Trace: Caught exception: System.AggregateException Message: One or more errors occurred. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at Laserfiche.SignalR.Client.LFHubProxy.Connect()

0 0

Replies

replied on October 21, 2020

Hi Maxwell,

Could you share full error including stack trace with inner exception? It should tell the very first exception that helps trouble shooting.

You can find error log in event log under Laserfiche-Forms-App

0 0
replied on October 22, 2020

One or more errors occurred.

Stack Trace:
Caught exception: System.AggregateException
Message: One or more errors occurred.
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at Laserfiche.SignalR.Client.LFHubProxy.Connect()
   at Laserfiche.SignalR.Client.Factories.LFHubProxyFactory.Create(HubEndPoint hubEndPoint)
   at Laserfiche.PushNotificationService.Master.Services.RegisterService.Register(PushServiceRegisterRequest registerData)
   at Laserfiche.PushNotificationService.Master.PushNotificationService.Register(PushServiceRegisterRequest registerData)
   at SyncInvokeRegister(Object , Object[] , Object[] )
   at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
   at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage41(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc)
   at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

Inner exception: System.Net.Http.HttpRequestException
Message: An error occurred while sending the request.


Inner exception: System.Net.WebException
Message: The underlying connection was closed: An unexpected error occurred on a send.
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)

Inner exception: System.IO.IOException
Message: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
   at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
   at System.Net.PooledStream.EndWrite(IAsyncResult asyncResult)
   at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)

Inner exception: System.Net.Sockets.SocketException
Message: An existing connection was forcibly closed by the remote host
   at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
   at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
 

0 0
replied on October 23, 2020

Looks like the issue is about TLS 1.2.

 

Which version of Forms are you using? 

Forms fully support TLS 1.2 starting from 10.4.2 https://support.laserfiche.com/kb/1014083/list-of-changes-for-laserfiche-forms-10-4-2

If you are using previous version, please configure properly for Forms machine, see https://support.laserfiche.com/kb/1013919/configuration-information-for-tls-1-2

replied on October 23, 2020 Show version history

The issue should be related to TLS 1.2. Which version of Forms are you using? 

Forms fully support TLS 1.2 starting from 10.4.2 https://support.laserfiche.com/kb/1014083/list-of-changes-for-laserfiche-forms-10-4-2

If you are using previous version, please configure properly for Forms machine, see https://support.laserfiche.com/kb/1013919/configuration-information-for-tls-1-2 

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.