Failed jobs do not become expired to allow you to re-queue them without any
time pressure. You should re-queue or delete them manually, or apply AutomaticRetry(OnAttemptsExceeded = AttemptsExceededAction.Delete)
attribute to delete them automatically.
An exception occurred during performance of the job. Fewer details...
10/28/2025 5:00:15 AM
System.Net.Http.HttpRequestException
Received an invalid status line: '<!DOCTYPE html>'.
System.Net.Http.HttpRequestException: Received an invalid status line: '<!DOCTYPE html>'.
at System.Net.Http.HttpConnection.ParseStatusLine(Span`1line, HttpResponseMessageresponse)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessagerequest, Booleanasync, BooleandoRequestAuth, CancellationTokencancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessagerequest, Booleanasync, CancellationTokencancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessagerequest, CancellationTokencancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessagerequest, CancellationTokencancellationToken)
at System.Net.Http.HttpClient.SendAsyncCore(HttpRequestMessagerequest, HttpCompletionOptioncompletionOption, Booleanasync, BooleanemitTelemetryStartStop, CancellationTokencancellationToken)
at ClarityConnect.Connectors.CEF.CefIntegrationService.Read[TModel,TRequest](TRequestrequest, CancellationTokentoken) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.CEF\IntegrationService\CefIntegrationService.cs:line 94
at ClarityConnect.Connectors.CEF.CefService.ReadProductTypeByKey(Stringkey, CancellationTokentoken) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.CEF\Service\Implementations\CefService.Product.cs:line 77
at ClarityConnect.Clients.GLV.GLV.ProductSync(PerformContextcontext, CancellationTokentoken) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Clients.GLV\Jobs\ProductSync.cs:line 65
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Tasktask)
An exception occurred during performance of the job. More details...
10/27/2025 3:00:13 AM
Newtonsoft.Json.JsonReaderException
Additional text encountered after finished reading JSON content: {. Path '', line 1, position 209.
Newtonsoft.Json.JsonReaderException: Additional text encountered after finished reading JSON content: {. Path '', line 1, position 209.
at Newtonsoft.Json.JsonTextReader.Read()
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReaderreader, TypeobjectType, BooleancheckAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReaderreader, TypeobjectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(Stringvalue, Typetype, JsonSerializerSettingssettings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](Stringvalue, JsonSerializerSettingssettings)
at ClarityConnect.Connectors.CEF.CefIntegrationService.Read[TModel,TRequest](TRequestrequest, CancellationTokentoken) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.CEF\IntegrationService\CefIntegrationService.cs:line 94
at ClarityConnect.Connectors.CEF.CefService.ReadByKey[T](Stringkey, Schemasschema, Tablestable, CancellationTokentoken) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.CEF\Service\Implementations\CefService.cs:line 80
at ClarityConnect.Connectors.CEF.CefService.ReadByKey[T](Stringkey, EntitySchemaschema, CancellationTokentoken) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.CEF\Service\Implementations\CefService.cs:line 72
at ClarityConnect.Connectors.CEF.CefService.ReadAccountTypeByKey(Stringkey, CancellationTokentoken) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.CEF\Service\Implementations\CefService.Account.cs:line 78
at ClarityConnect.Clients.GLV.GLV.CustomerSync(PerformContextcontext, CancellationTokentoken) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Clients.GLV\Jobs\CustomerSync.cs:line 51
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Tasktask)
An exception occurred during processing of a background job. More details...
10/25/2025 8:00:30 AM
System.AggregateException
One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
System.AggregateException: One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
---> System.ServiceModel.EndpointNotFoundException: No IPEndpoints were found for host 100.43.199.197.
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.EndCall(Stringaction, Object[]outs, IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResultasyncResult)
--- End of stack trace from previous location ---
at ClarityConnect.Connectors.Syspro.SysproIntegrationService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\IntegrationService\SysproIntegrationService.cs:line 50
at ClarityConnect.Connectors.Syspro.SysproService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.Authentication.cs:line 12
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task`1.GetResultCore(BooleanwaitCompletionNotification)
at ClarityConnect.Connectors.Syspro.SysproService..ctor(ISysproIntegrationServiceservice, IOptions`1options) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.cs:line 19
at ResolveService(ILEmitResolverBuilderRuntimeContext , ServiceProviderEngineScope )
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProviderprovider)
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProviderprovider, TypeinstanceType, Object[]parameters)
at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContextcontext, IEnumerable`1filters)
at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.Worker.PerformJob(BackgroundProcessContextcontext, IStorageConnectionconnection, StringjobId)
An exception occurred during processing of a background job. More details...
10/25/2025 8:00:30 AM
System.AggregateException
One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
System.AggregateException: One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
---> System.ServiceModel.EndpointNotFoundException: No IPEndpoints were found for host 100.43.199.197.
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.EndCall(Stringaction, Object[]outs, IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResultasyncResult)
--- End of stack trace from previous location ---
at ClarityConnect.Connectors.Syspro.SysproIntegrationService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\IntegrationService\SysproIntegrationService.cs:line 50
at ClarityConnect.Connectors.Syspro.SysproService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.Authentication.cs:line 12
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task`1.GetResultCore(BooleanwaitCompletionNotification)
at ClarityConnect.Connectors.Syspro.SysproService..ctor(ISysproIntegrationServiceservice, IOptions`1options) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.cs:line 19
at ResolveService(ILEmitResolverBuilderRuntimeContext , ServiceProviderEngineScope )
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProviderprovider)
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProviderprovider, TypeinstanceType, Object[]parameters)
at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContextcontext, IEnumerable`1filters)
at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.Worker.PerformJob(BackgroundProcessContextcontext, IStorageConnectionconnection, StringjobId)
An exception occurred during processing of a background job. More details...
10/25/2025 8:00:30 AM
System.AggregateException
One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
System.AggregateException: One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
---> System.ServiceModel.EndpointNotFoundException: No IPEndpoints were found for host 100.43.199.197.
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.EndCall(Stringaction, Object[]outs, IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResultasyncResult)
--- End of stack trace from previous location ---
at ClarityConnect.Connectors.Syspro.SysproIntegrationService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\IntegrationService\SysproIntegrationService.cs:line 50
at ClarityConnect.Connectors.Syspro.SysproService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.Authentication.cs:line 12
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task`1.GetResultCore(BooleanwaitCompletionNotification)
at ClarityConnect.Connectors.Syspro.SysproService..ctor(ISysproIntegrationServiceservice, IOptions`1options) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.cs:line 19
at ResolveService(ILEmitResolverBuilderRuntimeContext , ServiceProviderEngineScope )
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProviderprovider)
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProviderprovider, TypeinstanceType, Object[]parameters)
at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContextcontext, IEnumerable`1filters)
at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.Worker.PerformJob(BackgroundProcessContextcontext, IStorageConnectionconnection, StringjobId)
An exception occurred during processing of a background job. More details...
10/25/2025 7:00:28 AM
System.AggregateException
One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
System.AggregateException: One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
---> System.ServiceModel.EndpointNotFoundException: No IPEndpoints were found for host 100.43.199.197.
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.EndCall(Stringaction, Object[]outs, IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResultasyncResult)
--- End of stack trace from previous location ---
at ClarityConnect.Connectors.Syspro.SysproIntegrationService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\IntegrationService\SysproIntegrationService.cs:line 50
at ClarityConnect.Connectors.Syspro.SysproService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.Authentication.cs:line 12
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task`1.GetResultCore(BooleanwaitCompletionNotification)
at ClarityConnect.Connectors.Syspro.SysproService..ctor(ISysproIntegrationServiceservice, IOptions`1options) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.cs:line 19
at ResolveService(ILEmitResolverBuilderRuntimeContext , ServiceProviderEngineScope )
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProviderprovider)
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProviderprovider, TypeinstanceType, Object[]parameters)
at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContextcontext, IEnumerable`1filters)
at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.Worker.PerformJob(BackgroundProcessContextcontext, IStorageConnectionconnection, StringjobId)
An exception occurred during processing of a background job. More details...
10/25/2025 7:00:27 AM
System.AggregateException
One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
System.AggregateException: One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
---> System.ServiceModel.EndpointNotFoundException: No IPEndpoints were found for host 100.43.199.197.
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.EndCall(Stringaction, Object[]outs, IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResultasyncResult)
--- End of stack trace from previous location ---
at ClarityConnect.Connectors.Syspro.SysproIntegrationService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\IntegrationService\SysproIntegrationService.cs:line 50
at ClarityConnect.Connectors.Syspro.SysproService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.Authentication.cs:line 12
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task`1.GetResultCore(BooleanwaitCompletionNotification)
at ClarityConnect.Connectors.Syspro.SysproService..ctor(ISysproIntegrationServiceservice, IOptions`1options) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.cs:line 19
at ResolveService(ILEmitResolverBuilderRuntimeContext , ServiceProviderEngineScope )
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProviderprovider)
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProviderprovider, TypeinstanceType, Object[]parameters)
at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContextcontext, IEnumerable`1filters)
at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.Worker.PerformJob(BackgroundProcessContextcontext, IStorageConnectionconnection, StringjobId)
An exception occurred during processing of a background job. More details...
10/25/2025 7:00:28 AM
System.AggregateException
One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
System.AggregateException: One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
---> System.ServiceModel.EndpointNotFoundException: No IPEndpoints were found for host 100.43.199.197.
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.EndCall(Stringaction, Object[]outs, IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResultasyncResult)
--- End of stack trace from previous location ---
at ClarityConnect.Connectors.Syspro.SysproIntegrationService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\IntegrationService\SysproIntegrationService.cs:line 50
at ClarityConnect.Connectors.Syspro.SysproService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.Authentication.cs:line 12
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task`1.GetResultCore(BooleanwaitCompletionNotification)
at ClarityConnect.Connectors.Syspro.SysproService..ctor(ISysproIntegrationServiceservice, IOptions`1options) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.cs:line 19
at ResolveService(ILEmitResolverBuilderRuntimeContext , ServiceProviderEngineScope )
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProviderprovider)
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProviderprovider, TypeinstanceType, Object[]parameters)
at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContextcontext, IEnumerable`1filters)
at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.Worker.PerformJob(BackgroundProcessContextcontext, IStorageConnectionconnection, StringjobId)
An exception occurred during processing of a background job. More details...
10/25/2025 6:00:27 AM
System.AggregateException
One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
System.AggregateException: One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
---> System.ServiceModel.EndpointNotFoundException: No IPEndpoints were found for host 100.43.199.197.
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.EndCall(Stringaction, Object[]outs, IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResultasyncResult)
--- End of stack trace from previous location ---
at ClarityConnect.Connectors.Syspro.SysproIntegrationService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\IntegrationService\SysproIntegrationService.cs:line 50
at ClarityConnect.Connectors.Syspro.SysproService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.Authentication.cs:line 12
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task`1.GetResultCore(BooleanwaitCompletionNotification)
at ClarityConnect.Connectors.Syspro.SysproService..ctor(ISysproIntegrationServiceservice, IOptions`1options) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.cs:line 19
at ResolveService(ILEmitResolverBuilderRuntimeContext , ServiceProviderEngineScope )
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProviderprovider)
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProviderprovider, TypeinstanceType, Object[]parameters)
at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContextcontext, IEnumerable`1filters)
at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.Worker.PerformJob(BackgroundProcessContextcontext, IStorageConnectionconnection, StringjobId)
An exception occurred during processing of a background job. More details...
10/25/2025 6:00:27 AM
System.AggregateException
One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
System.AggregateException: One or more errors occurred. (No IPEndpoints were found for host 100.43.199.197.)
---> System.ServiceModel.EndpointNotFoundException: No IPEndpoints were found for host 100.43.199.197.
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannel.EndCall(Stringaction, Object[]outs, IAsyncResultresult)
at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResultasyncResult)
--- End of stack trace from previous location ---
at ClarityConnect.Connectors.Syspro.SysproIntegrationService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\IntegrationService\SysproIntegrationService.cs:line 50
at ClarityConnect.Connectors.Syspro.SysproService.LogonAsync() in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.Authentication.cs:line 12
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task`1.GetResultCore(BooleanwaitCompletionNotification)
at ClarityConnect.Connectors.Syspro.SysproService..ctor(ISysproIntegrationServiceservice, IOptions`1options) in C:\data\projects\GLV\STG\Connect-v3\ClarityConnect.Connectors.Syspro\Service\Implementation\SysproService.cs:line 19
at ResolveService(ILEmitResolverBuilderRuntimeContext , ServiceProviderEngineScope )
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProviderprovider)
at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProviderprovider, TypeinstanceType, Object[]parameters)
at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilterfilter, PerformingContextpreContext, Func`1continuation)
at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContextcontext, IEnumerable`1filters)
at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContextcontext)
at Hangfire.Server.Worker.PerformJob(BackgroundProcessContextcontext, IStorageConnectionconnection, StringjobId)