Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lateinit error in schedule worker #118

Open
toth-istvan-zoltan opened this issue Nov 14, 2022 · 0 comments
Open

lateinit error in schedule worker #118

toth-istvan-zoltan opened this issue Nov 14, 2022 · 0 comments

Comments

@toth-istvan-zoltan
Copy link
Contributor

2022-11-14 09:01:29.626 ERROR WorkerBl - job (id: 2144) has failed kotlin.UninitializedPropertyAccessException: lateinit property executor has not been initialized at zakadabar.lib.schedule.business.WorkerBl.getExecutor(WorkerBl.kt:52) at zakadabar.lib.schedule.business.WorkerBl$ActionExecution.execute(WorkerBl.kt:113) at zakadabar.lib.schedule.business.WorkerBl$pushJob$2$1.invokeSuspend(WorkerBl.kt:86) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664) Exception in thread "DefaultDispatcher-worker-2" kotlin.UninitializedPropertyAccessException: lateinit property executor has not been initialized at zakadabar.lib.schedule.business.WorkerBl.getExecutor(WorkerBl.kt:52) at zakadabar.lib.schedule.business.WorkerBl$ActionExecution.execute(WorkerBl.kt:137) at zakadabar.lib.schedule.business.WorkerBl$pushJob$2$1.invokeSuspend(WorkerBl.kt:86) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664) Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@4d00b0a, Dispatchers.IO]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant