04:30:05.926 ERROR c.b.o.c.SchedulerConfig$ScheduledTaskErrorHandler - Error in scheduled task! org.springframework.dao.DataIntegrityViolationException: could not execute statement [ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant".] [delete from "restaurant" where "id"=?]; SQL [delete from "restaurant" where "id"=?]; constraint [attachment_restaurant_restaurant_id_fkey] at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:290) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:241) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:560) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:343) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:160) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:136) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223) at jdk.proxy2/jdk.proxy2.$Proxy211.getUnreferencedStaffUsernames(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:138) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223) at jdk.proxy2/jdk.proxy2.$Proxy211.getUnreferencedStaffUsernames(Unknown Source) at com.bda.orsys.service.user.UserServiceImpl.deleteAllUnreferencedStaff(UserServiceImpl.java:210) at com.bda.orsys.service.restaurant.RestaurantServiceImpl.deleteExpiredDeletableRestaurants(RestaurantServiceImpl.java:534) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:723) at com.bda.orsys.service.restaurant.RestaurantServiceImpl$$SpringCGLIB$$0.deleteExpiredDeletableRestaurants() at com.bda.orsys.utils.ScheduledTasks.deleteExpiredRestaurants(ScheduledTasks.java:288) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:727) at com.bda.orsys.utils.ScheduledTasks$$SpringCGLIB$$0.deleteExpiredRestaurants() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at org.springframework.scheduling.support.ScheduledMethodRunnable.runInternal(ScheduledMethodRunnable.java:130) at org.springframework.scheduling.support.ScheduledMethodRunnable.lambda$run$2(ScheduledMethodRunnable.java:124) at io.micrometer.observation.Observation.observe(Observation.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:124) at org.springframework.scheduling.config.Task$OutcomeTrackingRunnable.run(Task.java:85) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:96) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: org.hibernate.exception.ConstraintViolationException: could not execute statement [ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant".] [delete from "restaurant" where "id"=?] at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:97) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:58) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:108) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:197) at org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor.performNonBatchedMutation(AbstractMutationExecutor.java:134) at org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched.performNonBatchedOperations(MutationExecutorSingleNonBatched.java:55) at org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor.execute(AbstractMutationExecutor.java:55) at org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator.doStaticDelete(AbstractDeleteCoordinator.java:279) at org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator.delete(AbstractDeleteCoordinator.java:87) at org.hibernate.action.internal.EntityDeleteAction.execute(EntityDeleteAction.java:131) at org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:644) at org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:511) at org.hibernate.event.internal.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:414) at org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:41) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:127) at org.hibernate.internal.SessionImpl.doFlush(SessionImpl.java:1429) at org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1415) at org.hibernate.query.sql.internal.NativeQueryImpl.prepareForExecution(NativeQueryImpl.java:666) at org.hibernate.query.spi.AbstractSelectionQuery.beforeQuery(AbstractSelectionQuery.java:172) at org.hibernate.query.spi.AbstractSelectionQuery.beforeQueryHandlingFetchProfiles(AbstractSelectionQuery.java:159) at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:140) at org.hibernate.query.Query.getResultList(Query.java:120) at org.springframework.data.jpa.repository.query.JpaQueryExecution$CollectionExecution.doExecute(JpaQueryExecution.java:130) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:93) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:152) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:140) at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:170) at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:158) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:170) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:69) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:138) ... 57 more Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on table "restaurant" violates foreign key constraint "attachment_restaurant_restaurant_id_fkey" on table "attachment_restaurant" Detail: Key (id)=(1016) is still referenced from table "attachment_restaurant". at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434) at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:194) at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:155) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:194) ... 90 more 06:00:04.782 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #950 has been paid, but does not have a pendingExpiry! 06:00:20.285 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1012 has been paid, but does not have a pendingExpiry! 06:00:20.285 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #997 has been paid, but does not have a pendingExpiry! 06:00:21.335 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1213 has been paid, but does not have a pendingExpiry! 06:00:21.335 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1226 has been paid, but does not have a pendingExpiry! 06:00:21.335 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1645 has been paid, but does not have a pendingExpiry! 06:07:28.611 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735066 in firestore, but it was not found in the notified HashMap! 06:20:59.510 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 06:23:00.020 ERROR c.bda.orsys.network.SlackApiCaller - 2 TRANSFER subscriptions need attention: Somlyó Étterem és Pizzéria (Hannibal-meat Kft.) valid until: 2026-03-11 Somlyó Étterem és Pizzéria (Hannibal-meat Kft.) valid until: 2026-03-11 06:36:22.157 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 06:38:54.581 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 692265 in firestore, but it was not found in the notified HashMap! 06:45:08.139 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735069 in firestore, but it was not found in the notified HashMap! 06:50:14.401 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735070 in firestore, but it was not found in the notified HashMap! 07:00:20.072 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735071 in firestore, but it was not found in the notified HashMap! 07:06:59.503 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 692265 was updated with tag "upsertAddress", but firestore put was not called! 07:07:41.960 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735072 in firestore, but it was not found in the notified HashMap! 07:42:44.585 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 07:42:45.423 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order f13bac4d-1063-439a-8409-ebaf8a7125a6 to interval. Created: 2026-04-15T07:28 FirstItem: null Completed: 2026-04-16T07:37 LastItem: null 08:04:59.148 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:09:29.409 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735074 was updated with tag "upsertAddress", but firestore put was not called! 08:18:59.188 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 323241 in firestore, but it was not found in the notified HashMap! 08:22:36.833 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 712458 was updated with tag "upsertAddress", but firestore put was not called! 08:22:46.471 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:26:59.415 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 383299 in firestore, but it was not found in the notified HashMap! 08:30:20.346 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 276620 in firestore, but it was not found in the notified HashMap! 08:31:47.877 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735083 in firestore, but it was not found in the notified HashMap! 08:32:46.360 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:34:55.713 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 629269 in firestore, but it was not found in the notified HashMap! 08:36:59.218 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 08:37:03.341 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 348291 in firestore, but it was not found in the notified HashMap! 08:38:46.578 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:46:25.247 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 08:46:25.491 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 08:46:25.539 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735087 was updated with tag "upsertAddress", but firestore put was not called! 08:46:46.324 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 08:48:27.375 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735090 in firestore, but it was not found in the notified HashMap! 08:52:40.904 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #206086 of customer #277026, but it was not found in the persisted list 08:52:40.913 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #249473 of customer #288693, but it was not found in the persisted list 08:52:45.143 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 08:54:18.925 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735093 in firestore, but it was not found in the notified HashMap! 08:56:45.630 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735098 in firestore, but it was not found in the notified HashMap! 08:56:50.475 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735099 in firestore, but it was not found in the notified HashMap! 08:57:40.844 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #327389 of customer #294460, but it was not found in the persisted list 08:58:34.187 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735102 in firestore, but it was not found in the notified HashMap! 08:58:59.112 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 659920 in firestore, but it was not found in the notified HashMap! 09:00:54.250 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735099 in firestore, but it was not found in the notified HashMap! 09:01:05.018 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 185415 in firestore, but it was not found in the notified HashMap! 09:01:14.296 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735108 in firestore, but it was not found in the notified HashMap! 09:02:23.626 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735109 in firestore, but it was not found in the notified HashMap! 09:02:28.633 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11828, amount=1, apiName=normál tészta, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:02:28.635 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11877, amount=1, apiName=bolognai ragu, apiNote=null, unitPrice=840.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:02:33.876 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11828, amount=1, apiName=normál tészta, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:02:33.877 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11877, amount=1, apiName=bolognai ragu, apiNote=null, unitPrice=840.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:02:45.848 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:03:03.216 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 09:04:16.646 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 663828 was updated with tag "upsertAddress", but firestore put was not called! 09:04:18.506 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 605634 in firestore, but it was not found in the notified HashMap! 09:04:40.393 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735112 in firestore, but it was not found in the notified HashMap! 09:05:53.318 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735113 was updated with tag "upsertAddress", but firestore put was not called! 09:06:11.500 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735114 in firestore, but it was not found in the notified HashMap! 09:06:14.267 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735115 in firestore, but it was not found in the notified HashMap! 09:06:27.835 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735114 in firestore, but it was not found in the notified HashMap! 09:06:29.408 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-16, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 09:07:20.149 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735116 was updated with tag "upsertAddress", but firestore put was not called! 09:09:47.623 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735118 was updated with tag "upsert - whitelabel", but firestore put was not called! 09:10:19.477 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 275837 in firestore, but it was not found in the notified HashMap! 09:11:39.870 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735122 in firestore, but it was not found in the notified HashMap! 09:12:40.573 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735123 was updated with tag "upsertAddress", but firestore put was not called! 09:13:29.584 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11973, amount=1, apiName=Fűszeres steakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:13:29.586 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Tzatzikiöntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 09:14:06.050 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 735126 was updated with tag "upsert - whitelabel", but firestore put was not called! 09:15:25.394 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 587271 was updated with tag "upsertAddress", but firestore put was not called! 09:16:54.109 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 722979 in firestore, but it was not found in the notified HashMap! 09:18:21.626 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735133 in firestore, but it was not found in the notified HashMap! 09:19:35.355 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 719597 in firestore, but it was not found in the notified HashMap! 09:20:23.765 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11974, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:20:23.766 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=null, amount=1, apiName=Tzatzikiöntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 09:22:44.698 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:26:01.769 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735145 in firestore, but it was not found in the notified HashMap! 09:27:06.236 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 540492 in firestore, but it was not found in the notified HashMap! 09:28:05.038 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 569907 in firestore, but it was not found in the notified HashMap! 09:28:05.362 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 719597 in firestore, but it was not found in the notified HashMap! 09:28:25.975 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735145 in firestore, but it was not found in the notified HashMap! 09:29:05.933 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 477994 in firestore, but it was not found in the notified HashMap! 09:29:06.793 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735149 in firestore, but it was not found in the notified HashMap! 09:32:25.997 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735149 in firestore, but it was not found in the notified HashMap! 09:32:27.155 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 551471 in firestore, but it was not found in the notified HashMap! 09:32:44.660 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:32:44.675 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:34:46.401 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:36:59.159 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:39:19.396 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 275975 in firestore, but it was not found in the notified HashMap! 09:41:40.018 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735159 in firestore, but it was not found in the notified HashMap! 09:42:45.140 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:42:46.378 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 713785 in firestore, but it was not found in the notified HashMap! 09:47:03.303 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 335390 in firestore, but it was not found in the notified HashMap! 09:47:56.577 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11974, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:47:56.579 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11978, amount=1, apiName=Csípős öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:48:03.699 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 687998 in firestore, but it was not found in the notified HashMap! 09:48:04.860 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 687998 in firestore, but it was not found in the notified HashMap! 09:52:44.668 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:52:45.616 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:52:45.621 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:52:45.625 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:52:56.334 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735168 in firestore, but it was not found in the notified HashMap! 09:53:53.042 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 735168 in firestore, but it was not found in the notified HashMap! 09:54:55.069 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 376006 in firestore, but it was not found in the notified HashMap! 09:54:59.178 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap!