You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can find this uncaught exception very often in the database. We receive this error every day.
Steps to Reproduce
To be reproduced
Expected Behavior
Handle the exception
Related Issues
Additional Information
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: [JettyServerThreadPool-216657] WARN io.javalin.Javalin - Uncaught exception
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: org.jetbrains.exposed.dao.exceptions.EntityNotFoundException: Entity RegionEntity, id=0 not found in the database
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at org.jetbrains.exposed.dao.EntityClass.get(EntityClass.kt:34)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at org.jetbrains.exposed.dao.EntityClass.get(EntityClass.kt:36)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at app.ehrenamtskarte.backend.regions.database.repos.RegionsRepository.findRegionById(RegionsRepository.kt:41)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at app.ehrenamtskarte.backend.regions.webservice.schema.RegionsQueryService$regionByRegionId$1.invoke(RegionsQueryService.kt:41)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at app.ehrenamtskarte.backend.regions.webservice.schema.RegionsQueryService$regionByRegionId$1.invoke(RegionsQueryService.kt:40)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.inTopLevelTransaction$run(ThreadLocalTransactionManager.kt:232)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.access$inTopLevelTransaction$run(ThreadLocalTransactionManager.kt:1)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt$inTopLevelTransaction$1.invoke(ThreadLocalTransactionManager.kt:278)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.keepAndRestoreTransactionRefAfterRun(ThreadLocalTransactionManager.kt:28>
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.inTopLevelTransaction(ThreadLocalTransactionManager.kt:277)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt$transaction$1.invoke(ThreadLocalTransactionManager.kt:200)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.keepAndRestoreTransactionRefAfterRun(ThreadLocalTransactionManager.kt:28>
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.transaction(ThreadLocalTransactionManager.kt:170)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.transaction(ThreadLocalTransactionManager.kt:157)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at org.jetbrains.exposed.sql.transactions.ThreadLocalTransactionManagerKt.transaction$default(ThreadLocalTransactionManager.kt:156)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at app.ehrenamtskarte.backend.regions.webservice.schema.RegionsQueryService.regionByRegionId(RegionsQueryService.kt:40)
Feb 11 19:40:01 entitlementcard.tuerantuer.org backend[696100]: at jdk.internal.reflect.GeneratedMethodAccessor219.invoke(Unknown Source)
The text was updated successfully, but these errors were encountered:
Describe the Bug
We can find this uncaught exception very often in the database. We receive this error every day.
Steps to Reproduce
To be reproduced
Expected Behavior
Handle the exception
Related Issues
Additional Information
The text was updated successfully, but these errors were encountered: