IOfflineTimeCommitTo3ECommandHandler.Run

// Job ID: #966680
using AG.A1.Scheduler.Billing.Contracts;

var offlineTimeCommitTo3ECommandHandler = Activate<IOfflineTimeCommitTo3ECommandHandler>();
await offlineTimeCommitTo3ECommandHandler.Run(null, null);

Parameters

CurrentCulture
"en-US"
CurrentUICulture
"en-US"
RecurringJobId
"TMS-Sync-Offline-TimeEntries-To-3E-Task"
RetryCount
10
Time
1747884605

State

5/22/2025 8:04:57 AM (+2.380s) Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+560ms Processing

Server:
wn1mdwk000it8:7580
Worker:
bfe24824
+30msOfflineTimeCommitTo3ECommandHandler - Started
+1.046sNo of records retrieved : 232
+2.281sProcessing #: 24365399 | FeeUserId - 4868 | Client # - 327801 | Study # - 0002
+2.287sStudy Found: #- 124178 | Timekeeper - 3018 | Office - 21250
+2.296sProcessing #: 24365650 | FeeUserId - 4868 | Client # - 304219 | Study # - 0008
+2.304sStudy Found: #- 150859 | Timekeeper - 3018 | Office - 18500
+2.310sProcessing #: 24365711 | FeeUserId - 4868 | Client # - 013587 | Study # - 0010
+2.317sStudy Found: #- 146746 | Timekeeper - 3018 | Office - 18000
+2.323sProcessing #: 24365758 | FeeUserId - 4868 | Client # - 301080 | Study # - 0007
+2.329sStudy Found: #- 147539 | Timekeeper - 3018 | Office - 11000
+2.335sProcessing #: 24365731 | FeeUserId - 4868 | Client # - 009836 | Study # - 0014
+2.341sStudy Found: #- 148499 | Timekeeper - 3018 | Office - 12250
+2.347sProcessing #: 24365800 | FeeUserId - 4868 | Client # - 009151 | Study # - 0016
+2.353sStudy Found: #- 136978 | Timekeeper - 3018 | Office - 15500
+2.360sProcessing #: 24157168 | FeeUserId - 4339 | Client # - 310353 | Study # - 0001
+2.366sStudy Found: #- 84779 | Timekeeper - 4844 | Office - 16750

+1h 52m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

Retry attempt 10 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/22/2025 8:04:44 AM

+2.060s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+16ms Processing

Server:
wn0mdwk000d8i:7876
Worker:
8cba3887
+28msOfflineTimeCommitTo3ECommandHandler - Started
+939msNo of records retrieved : 232
+2.032sProcessing #: 24157160 | FeeUserId - 4339 | Client # - 009150 | Study # - 0002
+2.039sStudy Found: #- 5151 | Timekeeper - 4844 | Office - 20500

+1h 12m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 9 of 10: A suitable constructor for type 'AG.A1.Scheduler.…

Enqueue at:
5/22/2025 6:12:25 AM

+40ms Failed

An exception occurred during processing of a background job.

System.InvalidOperationException

A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.

System.InvalidOperationException: A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.
   at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
   at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContext context, IEnumerable`1 filters)
   at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.Worker.PerformJob(BackgroundProcessContext context, IStorageConnection connection, String jobId)

+20ms Processing

Server:
wn1mdwk000it8:5660
Worker:
a53a710e

+42m 13.437s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 8 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/22/2025 5:00:05 AM

+2.980s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+23ms Processing

Server:
wn1mdwk000it8:7580
Worker:
db6d80fa
+32msOfflineTimeCommitTo3ECommandHandler - Started
+1.631sNo of records retrieved : 232
+2.953sProcessing #: 24157124 | FeeUserId - 4785 | Client # - 007973 | Study # - 0021
+2.959sStudy Found: #- 96067 | Timekeeper - 5580 | Office - 19250

+24m 13.024s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 7 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/22/2025 4:18:00 AM

+2.800s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+27ms Processing

Server:
wn1mdwk000it8:7580
Worker:
ac3ba8e7
+30msOfflineTimeCommitTo3ECommandHandler - Started
+1.348sNo of records retrieved : 232
+2.567sProcessing #: 24367295 | FeeUserId - 6659 | Client # - 004802 | Study # - 0011
+2.574sStudy Found: #- 148938 | Timekeeper - 2 | Office - 11000
+2.580sProcessing #: 24367274 | FeeUserId - 6659 | Client # - 309803 | Study # - 0007
+2.585sStudy Found: #- 145220 | Timekeeper - 2 | Office - 19250
+2.592sProcessing #: 24367271 | FeeUserId - 6659 | Client # - 300936 | Study # - 0007
+2.597sStudy Found: #- 145037 | Timekeeper - 2 | Office - 15500
+2.603sProcessing #: 24367264 | FeeUserId - 6659 | Client # - 306960 | Study # - 0007
+2.610sStudy Found: #- 144371 | Timekeeper - 2 | Office - 19750
+2.615sProcessing #: 24367300 | FeeUserId - 6659 | Client # - 338407 | Study # - 0001
+2.622sStudy Found: #- 150705 | Timekeeper - 2 | Office - 11000
+2.628sProcessing #: 24370942 | FeeUserId - 6659 | Client # - 014627 | Study # - 0013
+2.634sStudy Found: #- 143749 | Timekeeper - 2 | Office - 16500
+2.641sProcessing #: 24178051 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.652sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.657sProcessing #: 24365384 | FeeUserId - 4868 | Client # - 307019 | Study # - 0006
+2.662sStudy Found: #- 149418 | Timekeeper - 3018 | Office - 15750
+2.669sProcessing #: 24365637 | FeeUserId - 4868 | Client # - 013577 | Study # - 0011
+2.674sStudy Found: #- 147366 | Timekeeper - 3018 | Office - 11000
+2.680sProcessing #: 24365674 | FeeUserId - 4868 | Client # - 337977 | Study # - 0001
+2.685sStudy Found: #- 144369 | Timekeeper - 3018 | Office - 12000
+2.691sProcessing #: 24365739 | FeeUserId - 4868 | Client # - 012481 | Study # - 0007
+2.696sStudy Found: #- 144540 | Timekeeper - 3018 | Office - 13250
+2.702sProcessing #: 24367296 | FeeUserId - 6659 | Client # - 304903 | Study # - 0008
+2.707sStudy Found: #- 149223 | Timekeeper - 2 | Office - 18500
+2.713sProcessing #: 24367278 | FeeUserId - 6659 | Client # - 012243 | Study # - 0011
+2.718sStudy Found: #- 145387 | Timekeeper - 2 | Office - 19250
+2.723sProcessing #: 24367268 | FeeUserId - 6659 | Client # - 313244 | Study # - 0006
+2.729sStudy Found: #- 144733 | Timekeeper - 2 | Office - 11250
+2.734sProcessing #: 24367284 | FeeUserId - 6659 | Client # - 014461 | Study # - 0007
+2.739sStudy Found: #- 146715 | Timekeeper - 2 | Office - 13250
+2.748sProcessing #: 24367250 | FeeUserId - 6659 | Client # - 339181 | Study # - 0001
+2.753sStudy Found: #- 154294 | Timekeeper - 2 | Office - 18500
+2.758sProcessing #: 24370946 | FeeUserId - 6659 | Client # - 300099 | Study # - 0009
+2.763sStudy Found: #- 146791 | Timekeeper - 2 | Office - 15250
+2.769sProcessing #: 24178053 | FeeUserId - 6431 | Client # - 308689 | Study # - 0014
+2.774sStudy Found: #- 144603 | Timekeeper - 6207 | Office - 45134
+2.779sProcessing #: 24243868 | FeeUserId - 7728 | Client # - 318803 | Study # - 0001
+2.785sStudy Found: #- 102158 | Timekeeper - 6674 | Office - 13500

+12m 28.103s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 6 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/22/2025 3:53:40 AM

+2.317s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+17ms Processing

Server:
wn1mdwk000it8:7580
Worker:
14ebb8f9
+24msOfflineTimeCommitTo3ECommandHandler - Started
+888msNo of records retrieved : 232
+2.202sProcessing #: 24365551 | FeeUserId - 4868 | Client # - 013345 | Study # - 0018
+2.210sStudy Found: #- 147619 | Timekeeper - 3018 | Office - 20500
+2.216sProcessing #: 24365670 | FeeUserId - 4868 | Client # - 012414 | Study # - 0011
+2.224sStudy Found: #- 147790 | Timekeeper - 3018 | Office - 10000
+2.230sProcessing #: 24365699 | FeeUserId - 4868 | Client # - 300321 | Study # - 0010
+2.237sStudy Found: #- 148355 | Timekeeper - 3018 | Office - 15500
+2.243sProcessing #: 24365751 | FeeUserId - 4868 | Client # - 312158 | Study # - 0006
+2.250sStudy Found: #- 148123 | Timekeeper - 3018 | Office - 20500
+2.257sProcessing #: 24365781 | FeeUserId - 4868 | Client # - 320527 | Study # - 0005
+2.262sStudy Found: #- 146492 | Timekeeper - 3018 | Office - 11000
+2.271sProcessing #: 24365789 | FeeUserId - 4868 | Client # - 330286 | Study # - 0002
+2.279sStudy Found: #- 124321 | Timekeeper - 3018 | Office - 20750
+2.286sProcessing #: 24157162 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.292sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+5m 28.063s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 5 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/22/2025 3:41:13 AM

+2.080s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+24ms Processing

Server:
wn1mdwk000it8:7580
Worker:
6456eec3
+23msOfflineTimeCommitTo3ECommandHandler - Started
+840msNo of records retrieved : 232
+2.060sProcessing #: 24243871 | FeeUserId - 7728 | Client # - 005235 | Study # - 0018
+2.066sStudy Found: #- 90279 | Timekeeper - 6674 | Office - 13250

+3m 15.053s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 4 of 10: A suitable constructor for type 'AG.A1.Scheduler.…

Enqueue at:
5/22/2025 3:35:34 AM

+27ms Failed

An exception occurred during processing of a background job.

System.InvalidOperationException

A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.

System.InvalidOperationException: A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.
   at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
   at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContext context, IEnumerable`1 filters)
   at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.Worker.PerformJob(BackgroundProcessContext context, IStorageConnection connection, String jobId)

+20ms Processing

Server:
wn0mdwk000dlb:3928
Worker:
43c49f69

+1m 12.617s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 3 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/22/2025 3:32:24 AM

+2.427s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+16ms Processing

Server:
wn1mdwk000it8:7580
Worker:
8f2f6a13
+25msOfflineTimeCommitTo3ECommandHandler - Started
+880msNo of records retrieved : 232
+2.319sProcessing #: 24365579 | FeeUserId - 4868 | Client # - 307722 | Study # - 0005
+2.326sStudy Found: #- 143729 | Timekeeper - 3018 | Office - 20500
+2.332sProcessing #: 24365664 | FeeUserId - 4868 | Client # - 305383 | Study # - 0006
+2.338sStudy Found: #- 150874 | Timekeeper - 3018 | Office - 17750
+2.345sProcessing #: 24365716 | FeeUserId - 4868 | Client # - 305641 | Study # - 0004
+2.352sStudy Found: #- 134536 | Timekeeper - 3018 | Office - 11000
+2.358sProcessing #: 24365750 | FeeUserId - 4868 | Client # - 304056 | Study # - 0008
+2.364sStudy Found: #- 151348 | Timekeeper - 3018 | Office - 12000
+2.369sProcessing #: 24365823 | FeeUserId - 4868 | Client # - 009654 | Study # - 0008
+2.375sStudy Found: #- 143874 | Timekeeper - 3018 | Office - 21250
+2.380sProcessing #: 24365790 | FeeUserId - 4868 | Client # - 330286 | Study # - 0003
+2.386sStudy Found: #- 151605 | Timekeeper - 3018 | Office - 20750
+2.391sProcessing #: 24157154 | FeeUserId - 4339 | Client # - 336869 | Study # - 0001
+2.396sStudy Found: #- 140510 | Timekeeper - 4844 | Office - 11000
+2.402sProcessing #: 24157176 | FeeUserId - 4339 | Client # - 311661 | Study # - 0001
+2.408sStudy Found: #- 86679 | Timekeeper - 4844 | Office - 20500

+44.967s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+3ms Scheduled

Retry attempt 2 of 10: A suitable constructor for type 'AG.A1.Scheduler.…

Enqueue at:
5/22/2025 3:31:14 AM

+40ms Failed

An exception occurred during processing of a background job.

System.InvalidOperationException

A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.

System.InvalidOperationException: A suitable constructor for type 'AG.A1.Scheduler.Billing.Contracts.IOfflineTimeCommitTo3ECommandHandler' could not be located. Ensure the type is concrete and all parameters of a public constructor are either registered as services or passed as arguments. Also ensure no extraneous arguments are provided.
   at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
   at Hangfire.Server.CoreBackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.BackgroundJobPerformer.<>c__DisplayClass9_0.<PerformJobWithFilters>b__0()
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.InvokePerformFilter(IServerFilter filter, PerformingContext preContext, Func`1 continuation)
   at Hangfire.Server.BackgroundJobPerformer.PerformJobWithFilters(PerformContext context, IEnumerable`1 filters)
   at Hangfire.Server.BackgroundJobPerformer.Perform(PerformContext context)
   at Hangfire.Server.Worker.PerformJob(BackgroundProcessContext context, IStorageConnection connection, String jobId)

+20ms Processing

Server:
wn0mdwk000d8i:3432
Worker:
3e1e628c

+22.100s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

Retry attempt 1 of 10: Object reference not set to an instance of an obj…

Enqueue at:
5/22/2025 3:30:27 AM

+2.946s Failed

An exception occurred during performance of the job.

System.NullReferenceException

Object reference not set to an instance of an object.

System.NullReferenceException: Object reference not set to an instance of an object.
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.SendBulkTimeEntriesTo3E(IEnumerable`1 timeEntries, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 288
   at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.OfflineTimeCommitTo3ECommandHandler.Run(PerformContext performContext, IJobCancellationToken cancellationToken) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\OfflineTimeCommitTo3ECommandHandler.cs:line 70
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

+24ms Processing

Server:
wn1mdwk000it8:7580
Worker:
e7ef6ad7
+30msOfflineTimeCommitTo3ECommandHandler - Started
+1.468sNo of records retrieved : 232
+2.920sProcessing #: 24157162 | FeeUserId - 4339 | Client # - 306544 | Study # - 0003
+2.928sStudy Found: #- 80404 | Timekeeper - 4844 | Office - 20500

+6ms Enqueued

Triggered by recurring job scheduler

Queue:
a1-billing

5/22/2025 3:30:05 AM Created