// Job ID: #1344734
using AG.A1.Scheduler.Project.Contracts.Contracts;
var commitNumbersTo3E = Activate<ICommitNumbersTo3E>();
await commitNumbersTo3E.Handle(
FromJson<CommitNumbersTo3ERequest>("{\"NumbersCommitRequestList\":[{\"Id\":592717,\"Value\":673.0,\"IsAutoApprove\":true}],\"TerminationId\":null,\"TerminationReason\":\"\",\"ProjectId\":2150551,\"SubmittedBy\":7382,\"SubmittedByName\":\"Gampa Sowjanya\"}"),
null,
null);
| CurrentCulture | |
| CurrentUICulture | |
An exception occurred during performance of the job.
The SSL connection could not be established, see inner exception.
System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. ---> System.Net.Sockets.SocketException (10054): An existing connection was forcibly closed by the remote host. --- End of inner exception stack trace --- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token) at System.Net.Security.SslStream.<FillHandshakeBufferAsync>g__InternalFillHandshakeBufferAsync|189_0[TIOAdapter](TIOAdapter adap, ValueTask`1 task, Int32 minSize) at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](TIOAdapter adapter) at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](TIOAdapter adapter, Boolean receiveFirst, Byte[] reAuthenticationData, Boolean isApm) at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken) --- End of inner exception stack trace --- at AG.A1.Scheduler.Project.Application.Features.CommitNumberTo3E.Commands.CommitNumbersTo3ECommandHandler.CommitNumbersTo3E(NumberCommitInputWrapperDto numberCommitInputWrapper) in C:\Users\GSowjanya\source\repos\alliantOne\aone\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\CommitNumberTo3E\Commands\CommitNumbersTo3ECommandHandler.cs:line 142 at AG.A1.Scheduler.Project.Application.Features.CommitNumberTo3E.Commands.CommitNumbersTo3ECommandHandler.Handle(CommitNumbersTo3ERequest request, CancellationToken cancellationToken, PerformContext performContext) in C:\Users\GSowjanya\source\repos\alliantOne\aone\A1Solution\src-schedulers\AG.A1.Scheduler.Project.Application\Features\CommitNumberTo3E\Commands\CommitNumbersTo3ECommandHandler.cs:line 106 at System.Runtime.CompilerServices.TaskAwaiter.GetResult()