01:12:00.300 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.targynap, kuldottErtek=2026-04-06, hibaKulcs=UniqueConstraint, hibaUzenet=A megadott érték már szerepel az adatbázisban!) 03:21:20.857 ERROR c.b.o.c.SchedulerConfig$ScheduledTaskErrorHandler - Error in scheduled task! java.lang.NullPointerException 04:30:05.801 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 jdk.internal.reflect.GeneratedMethodAccessor3685.invoke(Unknown Source) 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 jdk.internal.reflect.GeneratedMethodAccessor3685.invoke(Unknown Source) 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) ... 55 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) ... 88 more 06:00:22.673 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1138 has been paid, but does not have a pendingExpiry! 06:00:23.473 DEBUG c.b.o.s.s.SystemBarionServiceImpl - Subscription #1043 has been paid, but does not have a pendingExpiry! 06:22:32.004 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 06:23:00.026 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:55:13.757 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 502694 was updated with tag "upsertAddress", but firestore put was not called! 07:42:45.378 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 5ded9997-851e-482d-a80c-40b177860b6c to interval. Created: 2026-04-06T07:28:36 FirstItem: null Completed: 2026-04-07T07:37 LastItem: null 07:42:45.380 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 07:55:31.661 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730113 in firestore, but it was not found in the notified HashMap! 07:58:03.660 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730113 in firestore, but it was not found in the notified HashMap! 08:14:31.105 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730115 was updated with tag "upsertAddress", but firestore put was not called! 08:24:53.437 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730118 in firestore, but it was not found in the notified HashMap! 08:39:49.860 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11971, amount=1, apiName=Burgonyakrokett, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 08:39:49.861 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) 08:42:06.626 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730125 in firestore, but it was not found in the notified HashMap! 08:48:50.780 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=71500, amount=1, apiName=Erdei gyümölcsös, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 08:54:50.805 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70884, amount=1, apiName=Kukorica, apiNote=null, unitPrice=450.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 09:01:01.439 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11847, amount=1, apiName=Gomba, apiNote=null, unitPrice=230.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:01:03.963 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11847, amount=1, apiName=Gomba, apiNote=null, unitPrice=230.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 09:02:45.751 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 5801b48a-e172-4dbd-8853-aad1364aa1a1 to interval. Created: 2026-04-06T08:51:52 FirstItem: null Completed: 2026-04-07T08:57 LastItem: null 09:07:00.429 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 566339 in firestore, but it was not found in the notified HashMap! 09:07:54.050 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730139 in firestore, but it was not found in the notified HashMap! 09:07:59.421 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 569907 in firestore, but it was not found in the notified HashMap! 09:08:41.593 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 590179 was updated with tag "upsertAddress", but firestore put was not called! 09:12:47.619 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 09:12:51.152 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730142 in firestore, but it was not found in the notified HashMap! 09:16:03.732 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 09:20:07.836 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 09:21:56.289 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680646 in firestore, but it was not found in the notified HashMap! 09:22:45.201 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:24:38.287 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 653050 was updated with tag "upsertAddress", but firestore put was not called! 09:30:52.004 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730165 in firestore, but it was not found in the notified HashMap! 09:31:09.597 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730166 in firestore, but it was not found in the notified HashMap! 09:32:08.324 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 09:32:45.132 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 09:33:58.594 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730169 in firestore, but it was not found in the notified HashMap! 09:34:30.142 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 506455 in firestore, but it was not found in the notified HashMap! 09:36:15.399 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730171 was updated with tag "upsertAddress", but firestore put was not called! 09:37:08.127 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730172 in firestore, but it was not found in the notified HashMap! 09:37:33.538 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730172 in firestore, but it was not found in the notified HashMap! 09:41:00.547 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 541503 was updated with tag "upsertAddress", but firestore put was not called! 09:44:25.746 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 473441 in firestore, but it was not found in the notified HashMap! 09:52:48.992 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:02:44.937 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:02:49.403 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 18d0f433-97f0-4753-91c8-45129991f5c4 to interval. Created: 2026-04-06T09:51:38 FirstItem: null Completed: 2026-04-07T09:57 LastItem: null 10:08:11.421 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730191 was updated with tag "upsertAddress", but firestore put was not called! 10:08:31.616 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:08:31.618 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34068, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:08:31.618 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34075, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:11:07.572 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70810, amount=1, apiName=Hasábburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:11:07.573 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=Schweppes Pink Tonic (0,33l), apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:11:07.573 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70811, amount=1, apiName=Csónakburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:11:07.574 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=Dr Pepper (0,33l), apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 10:15:54.804 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 10:19:26.405 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34064, amount=1, apiName=Csontleves cérnametélttel, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=0) 10:19:26.408 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34068, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=5.0, alreadyPrinted=false, sortingNumber=1) 10:19:26.410 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=34075, amount=1, apiName=A menü, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=2) 10:25:38.113 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 673361 was updated with tag "upsertAddress", but firestore put was not called! 10:26:33.940 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 10:28:02.579 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 10:28:39.635 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 276620 in firestore, but it was not found in the notified HashMap! 10:32:45.892 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:45.908 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:32:49.411 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 3108cd80-ee3e-4fa1-9492-ba7d83374abf to interval. Created: 2026-04-06T10:22:50 FirstItem: null Completed: 2026-04-07T10:27 LastItem: null 10:32:49.411 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 68a871d0-38ac-4bd7-935d-363bfbf549ac to interval. Created: 2026-04-06T10:22:46 FirstItem: null Completed: 2026-04-07T10:27 LastItem: null 10:32:49.412 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 2f9e43ff-e76e-4ec4-91a1-24de21d37a03 to interval. Created: 2026-04-06T10:22:41 FirstItem: null Completed: 2026-04-07T10:27 LastItem: null 10:32:49.412 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 699e5c7a-baab-4dba-9ddd-9c59604055e7 to interval. Created: 2026-04-06T10:22:36 FirstItem: null Completed: 2026-04-07T10:27 LastItem: null 10:32:49.412 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 9a9a6f69-a992-4182-9408-e67960e50e20 to interval. Created: 2026-04-06T10:22:30 FirstItem: null Completed: 2026-04-07T10:27 LastItem: null 10:32:49.412 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 2614d093-c86e-410b-95c6-0c685e5452e6 to interval. Created: 2026-04-06T10:22:23 FirstItem: null Completed: 2026-04-07T10:27 LastItem: null 10:32:49.412 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 9e0608c8-9eb1-4083-b246-fb6e0ef7e35a to interval. Created: 2026-04-06T10:22:17 FirstItem: null Completed: 2026-04-07T10:27 LastItem: null 10:32:49.412 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order e21524fc-d0bc-43d2-8ae1-ba7fe2406f80 to interval. Created: 2026-04-06T10:22:13 FirstItem: null Completed: 2026-04-07T10:27 LastItem: null 10:32:49.412 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 7d77b268-bda3-44e3-85d3-e744f5981acd to interval. Created: 2026-04-06T10:22 FirstItem: null Completed: 2026-04-07T10:27 LastItem: null 10:32:49.412 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 64826dca-9d0a-4b61-a03e-daea89f375c3 to interval. Created: 2026-04-06T10:18:10 FirstItem: null Completed: 2026-04-07T10:27 LastItem: null 10:42:45.230 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:42:45.263 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:46:44.627 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 703427 in firestore, but it was not found in the notified HashMap! 10:52:45.397 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:52:45.994 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 10:52:46.454 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order df2a5ad1-a9bc-4cb0-8d26-9a2c90d9cfed to interval. Created: 2026-04-06T10:43:11 FirstItem: null Completed: 2026-04-07T10:47 LastItem: null 10:52:48.375 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 103311ef-44a7-4415-b974-5020db91470f to interval. Created: 2026-04-06T10:41:20 FirstItem: null Completed: 2026-04-07T10:47 LastItem: null 10:52:48.383 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 10:55:50.364 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730223 in firestore, but it was not found in the notified HashMap! 11:00:44.619 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 701070 in firestore, but it was not found in the notified HashMap! 11:02:46.305 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:05:35.808 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730232 in firestore, but it was not found in the notified HashMap! 11:06:10.570 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730233 in firestore, but it was not found in the notified HashMap! 11:07:02.316 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 403919 in firestore, but it was not found in the notified HashMap! 11:07:19.699 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 403919 in firestore, but it was not found in the notified HashMap! 11:10:03.780 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 11:12:45.579 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:12:49.095 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 05ce2c45-6774-4cad-a287-b537797a8dc1 to interval. Created: 2026-04-06T11:05:29 FirstItem: null Completed: 2026-04-07T11:07 LastItem: null 11:12:49.101 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 11:22:45.917 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:24:07.752 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 11:24:13.103 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 625105 in firestore, but it was not found in the notified HashMap! 11:33:06.994 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730246 in firestore, but it was not found in the notified HashMap! 11:42:08.276 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 11:44:27.750 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 182113 in firestore, but it was not found in the notified HashMap! 11:46:31.909 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 11:52:46.143 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 11:55:01.077 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730254 in firestore, but it was not found in the notified HashMap! 11:56:28.390 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730255 in firestore, but it was not found in the notified HashMap! 12:00:57.344 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 193411 in firestore, but it was not found in the notified HashMap! 12:02:45.383 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:02:45.394 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:02:49.456 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 12:09:31.888 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730265 in firestore, but it was not found in the notified HashMap! 12:10:33.036 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 724054 in firestore, but it was not found in the notified HashMap! 12:16:11.008 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 12:17:05.244 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68112, amount=1, apiName=Extra Sajtszósz, apiNote=null, unitPrice=250.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:17:05.246 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68117, amount=1, apiName=Extra Sajt, apiNote=null, unitPrice=200.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 12:19:05.841 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 279830 in firestore, but it was not found in the notified HashMap! 12:23:59.279 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 670257 was updated with tag "upsertAddress", but firestore put was not called! 12:26:48.903 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 484449 in firestore, but it was not found in the notified HashMap! 12:37:02.244 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 12:39:05.498 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 12:42:03.680 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 12:42:46.541 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order ee7614ce-3b72-48d6-8fbd-940135ea9e50 to interval. Created: 2026-04-06T12:35:57 FirstItem: null Completed: 2026-04-07T12:37 LastItem: null 12:52:44.814 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 12:52:45.730 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 9ba9612e-885c-498f-b381-49c783a09a5d to interval. Created: 2026-04-06T12:43:50 FirstItem: null Completed: 2026-04-07T12:47 LastItem: null 12:52:45.735 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:00:37.138 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730277 was updated with tag "upsertAddress", but firestore put was not called! 13:02:45.681 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 13:03:22.374 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 598728 in firestore, but it was not found in the notified HashMap! 13:18:52.575 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 658153 was updated with tag "upsertAddress", but firestore put was not called! 13:19:08.864 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 13:21:12.323 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=Gyrosos pác, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:21:12.323 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) 13:21:12.327 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) 13:21:12.331 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=Gyrosos pác, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:21:12.331 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=Dollárchips, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:21:12.331 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=Joghurtos, kapros öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 13:22:46.741 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order dea22652-01cb-48bf-acc8-9015a1eadbd7 to interval. Created: 2026-04-06T13:15:45 FirstItem: null Completed: 2026-04-07T13:17 LastItem: null 13:22:46.741 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 0e072216-95cd-42a5-9070-dd3fdf47b617 to interval. Created: 2026-04-06T13:15:39 FirstItem: null Completed: 2026-04-07T13:17 LastItem: null 13:22:47.823 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:25:20.968 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730283 in firestore, but it was not found in the notified HashMap! 13:28:32.929 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 662792 was updated with tag "upsertAddress", but firestore put was not called! 13:30:02.325 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 13:30:04.172 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 13:30:37.539 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 13:32:46.881 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 22cfccec-8701-4c01-a54b-1b6ee50eeb02 to interval. Created: 2026-04-06T13:17:05 FirstItem: null Completed: 2026-04-07T13:27 LastItem: null 13:41:43.683 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730293 in firestore, but it was not found in the notified HashMap! 13:42:20.306 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730293 in firestore, but it was not found in the notified HashMap! 13:42:58.157 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11080, amount=1, apiName=Választható fokhagymás-tejfölös öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 13:49:59.673 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 639192 was updated with tag "upsertAddress", but firestore put was not called! 13:52:47.848 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 13:54:07.005 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730298 in firestore, but it was not found in the notified HashMap! 13:58:08.129 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 14:02:44.723 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:02:46.686 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:05:14.887 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 278098 in firestore, but it was not found in the notified HashMap! 14:08:13.132 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 14:08:13.380 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 14:09:25.697 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 711276 in firestore, but it was not found in the notified HashMap! 14:11:37.051 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 411336 in firestore, but it was not found in the notified HashMap! 14:12:45.107 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:16:28.737 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 14:19:08.674 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 14:22:34.645 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730307 in firestore, but it was not found in the notified HashMap! 14:22:45.821 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 599a0229-8f00-4006-b962-1a8674781b7b to interval. Created: 2026-04-06T14:10:25 FirstItem: null Completed: 2026-04-07T14:17 LastItem: null 14:22:45.824 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 14:28:55.013 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 697511 was updated with tag "upsertAddress", but firestore put was not called! 14:32:13.955 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 695090 was updated with tag "upsertAddress", but firestore put was not called! 14:32:52.582 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 695294 was updated with tag "upsertAddress", but firestore put was not called! 14:32:58.745 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730310 in firestore, but it was not found in the notified HashMap! 14:35:02.278 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730311 was updated with tag "upsertAddress", but firestore put was not called! 14:36:20.123 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 337305 in firestore, but it was not found in the notified HashMap! 14:38:13.117 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 14:38:50.062 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 284705 in firestore, but it was not found in the notified HashMap! 14:42:45.185 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:45.401 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:42:45.404 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:50:32.123 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 312443 in firestore, but it was not found in the notified HashMap! 14:52:44.901 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 14:58:16.067 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.067 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.068 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.078 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.079 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.080 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.081 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.082 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.082 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.082 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.082 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.082 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.082 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.082 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.082 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.082 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 14:58:16.082 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 14:58:16.082 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:02:45.033 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:02:51.179 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70892, amount=1, apiName=Rukkola, apiNote=null, unitPrice=450.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:04:25.938 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11849, amount=1, apiName=Jalapeno, apiNote=null, unitPrice=200.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.269 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #-1 for new inventoryCount 15:06:42.270 ERROR c.b.o.s.i.InventoryCountServiceImpl - encountered historyEntry with type INVENTORY_COUNT when mapping from prepLocation #2147 for new inventoryCount 15:09:52.125 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 15:09:53.028 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 480495 in firestore, but it was not found in the notified HashMap! 15:12:45.470 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:12:46.373 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order fbd89689-4409-4cfb-bbee-e518f05f80e7 to interval. Created: 2026-04-06T15:02:58 FirstItem: null Completed: 2026-04-07T15:07 LastItem: null 15:13:20.224 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730334 in firestore, but it was not found in the notified HashMap! 15:15:47.465 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=Sajttal töltött pizzaszél, apiNote=null, unitPrice=350.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:15:47.465 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11832, amount=1, apiName=Bab, apiNote=null, unitPrice=220.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 15:15:47.466 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=Tojás, apiNote=null, unitPrice=150.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:15:47.467 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=Sajttal töltött pizzaszél, apiNote=null, unitPrice=350.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:15:47.467 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11861, amount=1, apiName=Sonka, apiNote=null, unitPrice=280.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 15:15:50.303 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=Sajttal töltött pizzaszél, apiNote=null, unitPrice=350.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:15:50.303 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11832, amount=1, apiName=Bab, apiNote=null, unitPrice=220.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 15:15:50.306 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=Tojás, apiNote=null, unitPrice=150.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:15:50.307 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=Sajttal töltött pizzaszél, apiNote=null, unitPrice=350.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:15:50.307 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11861, amount=1, apiName=Sonka, apiNote=null, unitPrice=280.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 15:16:13.225 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 360895 in firestore, but it was not found in the notified HashMap! 15:17:14.260 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=Szalámis pizza (45cm), apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:17:14.260 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=62001, amount=1, apiName=California pizza (45cm), apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:17:14.262 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=Sprite citrom-lime ízesítéssel 1,75 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 15:22:44.797 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:22:44.799 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:22:44.983 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:22:46.724 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 15:23:08.665 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 709113 in firestore, but it was not found in the notified HashMap! 15:23:45.421 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 411694 in firestore, but it was not found in the notified HashMap! 15:32:06.591 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 477316 in firestore, but it was not found in the notified HashMap! 15:32:08.262 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 618644 in firestore, but it was not found in the notified HashMap! 15:32:44.736 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:32:44.784 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:32:44.817 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:34:28.050 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 182293 in firestore, but it was not found in the notified HashMap! 15:35:35.485 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730354 in firestore, but it was not found in the notified HashMap! 15:40:13.179 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 625003 in firestore, but it was not found in the notified HashMap! 15:42:44.727 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:42:44.922 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:45:45.872 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730364 in firestore, but it was not found in the notified HashMap! 15:51:48.833 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730369 was updated with tag "upsert - whitelabel", but firestore put was not called! 15:52:43.790 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680697 in firestore, but it was not found in the notified HashMap! 15:52:44.732 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 15:53:44.589 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 699999 was updated with tag "upsertAddress", but firestore put was not called! 15:55:27.058 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 605856 was updated with tag "upsertAddress", but firestore put was not called! 15:55:47.841 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730374 in firestore, but it was not found in the notified HashMap! 15:56:13.175 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 15:56:26.096 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 15:56:40.193 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730375 in firestore, but it was not found in the notified HashMap! 15:59:05.484 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:01:26.210 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730379 in firestore, but it was not found in the notified HashMap! 16:02:10.221 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:02:44.867 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:02:45.812 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:05:05.495 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 16:08:00.155 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 720916 was updated with tag "upsert - whitelabel", but firestore put was not called! 16:09:15.147 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 703098 was updated with tag "upsertAddress", but firestore put was not called! 16:09:18.529 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 714985 in firestore, but it was not found in the notified HashMap! 16:12:40.448 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 16:12:44.795 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:12:44.957 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:12:44.959 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:16:24.781 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 16:17:34.771 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 471524 in firestore, but it was not found in the notified HashMap! 16:18:48.367 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) 16:18:48.369 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11981, amount=1, apiName=Tartármártás, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:21:02.566 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 600216 in firestore, but it was not found in the notified HashMap! 16:22:13.877 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730388 in firestore, but it was not found in the notified HashMap! 16:22:44.905 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:44.976 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:45.168 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:45.812 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:22:46.781 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 5db7f161-98d1-4bfe-be28-8dc4fa5aafd7 to interval. Created: 2026-04-06T16:09:11 FirstItem: null Completed: 2026-04-07T16:17 LastItem: null 16:22:46.786 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:22:50.903 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 538180 in firestore, but it was not found in the notified HashMap! 16:27:42.615 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730392 was updated with tag "upsertAddress", but firestore put was not called! 16:32:45.021 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:34:47.800 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730401 in firestore, but it was not found in the notified HashMap! 16:37:49.800 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 281792 in firestore, but it was not found in the notified HashMap! 16:40:32.066 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730407 was updated with tag "upsertAddress", but firestore put was not called! 16:42:45.052 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:45:26.843 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11975, amount=1, apiName=Párolt rizs, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:45:26.844 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11979, amount=1, apiName=Ezersziget öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:45:26.845 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11977, amount=1, apiName=Édesburgonya, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:45:26.845 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11979, amount=1, apiName=Ezersziget öntet, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 16:46:11.343 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 16:46:30.490 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 445281 in firestore, but it was not found in the notified HashMap! 16:49:37.806 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730416 was updated with tag "upsertAddress", but firestore put was not called! 16:51:05.239 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=Burgonya, sós 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:51:05.239 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=Hot Cheddar Szósz 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:51:05.239 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=Coca-Cola Zero 330 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:51:05.240 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=Hagymás-Tejfölös Burgonya 120 g, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:51:05.240 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=Mystery Dip 40 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:51:05.240 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68099, amount=1, apiName=Player Kid Játék 1, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:51:05.241 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=68098, amount=1, apiName=SIÓ Vitatigris Rózsaszín Gyümölcs-Mix Vegyes Gyümölcsital 200 ml, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:51:05.242 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=71091, amount=1, apiName=Kubu Áfonya 0,3 l, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 16:51:16.785 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730419 in firestore, but it was not found in the notified HashMap! 16:52:08.739 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 16:52:44.727 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:52:44.729 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:52:44.962 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 16:52:45.404 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 16:53:24.034 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 608668 was updated with tag "upsertAddress", but firestore put was not called! 16:54:03.772 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 699572 was updated with tag "upsertAddress", but firestore put was not called! 16:55:01.059 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 720138 was updated with tag "upsertAddress", but firestore put was not called! 16:56:08.285 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 373308 in firestore, but it was not found in the notified HashMap! 16:58:56.478 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 373308 in firestore, but it was not found in the notified HashMap! 17:00:11.071 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:01:24.905 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730430 in firestore, but it was not found in the notified HashMap! 17:02:32.910 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730432 in firestore, but it was not found in the notified HashMap! 17:02:45.639 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:03:05.543 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:05:58.852 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730436 in firestore, but it was not found in the notified HashMap! 17:11:28.336 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730446 in firestore, but it was not found in the notified HashMap! 17:12:20.278 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 405944 in firestore, but it was not found in the notified HashMap! 17:12:44.994 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:13:56.393 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:17:02.479 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730456 was updated with tag "upsertAddress", but firestore put was not called! 17:17:05.528 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 17:21:17.892 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730458 in firestore, but it was not found in the notified HashMap! 17:21:38.169 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730458 in firestore, but it was not found in the notified HashMap! 17:22:44.780 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:22:45.597 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:22:46.619 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:22:46.901 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:23:19.052 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 720461 in firestore, but it was not found in the notified HashMap! 17:24:19.569 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 628220 in firestore, but it was not found in the notified HashMap! 17:24:51.245 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70814, amount=1, apiName=Gluténmentes buci, apiNote=null, unitPrice=700.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:24:51.247 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=teljes kiőrlésű buci, apiNote=null, unitPrice=400.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:24:51.247 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=teljes kiőrlésű buci, apiNote=null, unitPrice=400.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:24:51.247 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=Lilahagyma-lekvár, apiNote=null, unitPrice=350.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:25:02.862 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=Hagyományos pizza tésztával, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:25:02.863 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=Hagyományos pizza tésztával, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:25:02.863 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=Hagyományos pizza tésztával, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:25:02.863 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=Hagyományos pizza tésztával, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:26:53.793 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=67929, amount=1, apiName=Csoki öntet, apiNote=null, unitPrice=250.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:26:53.794 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=67931, amount=1, apiName=Karamell öntet, apiNote=null, unitPrice=250.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:30:40.862 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730469 in firestore, but it was not found in the notified HashMap! 17:32:38.353 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 541565 in firestore, but it was not found in the notified HashMap! 17:32:44.928 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:32:45.709 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:32:48.058 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:35:25.195 DEBUG c.b.o.s.r.CustomerServiceImpl - User 1820 tried to update address #311193 of customer #337980, but it was not found in the persisted list 17:35:40.806 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 601219 was updated with tag "upsertAddress", but firestore put was not called! 17:36:27.114 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 17:40:00.228 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 398267 in firestore, but it was not found in the notified HashMap! 17:41:14.960 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 433957 in firestore, but it was not found in the notified HashMap! 17:42:45.097 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:42:45.785 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:42:46.556 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 17:43:37.628 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 605267 was updated with tag "upsertAddress", but firestore put was not called! 17:45:20.945 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11977, amount=1, apiName=Édesburgonya, apiNote=null, unitPrice=290.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 17:45:20.947 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11981, amount=1, apiName=Tartármártás, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 17:45:20.948 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=Vattacukor, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 17:45:20.949 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) 17:46:20.894 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730483 in firestore, but it was not found in the notified HashMap! 17:47:53.575 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730488 in firestore, but it was not found in the notified HashMap! 17:48:08.191 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730488 in firestore, but it was not found in the notified HashMap! 17:48:20.031 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730488 in firestore, but it was not found in the notified HashMap! 17:48:21.255 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730490 was updated with tag "upsertAddress", but firestore put was not called! 17:50:55.219 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 673162 was updated with tag "upsertAddress", but firestore put was not called! 17:52:46.362 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 17:55:29.108 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730503 was updated with tag "upsertAddress", but firestore put was not called! 17:56:38.201 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 417860 in firestore, but it was not found in the notified HashMap! 18:02:46.616 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Cannot map order 551ea736-5505-4dca-9401-ec1169e1a0c0 to interval. Created: 2026-04-06T17:49:43 FirstItem: null Completed: 2026-04-07T17:57 LastItem: null 18:02:47.480 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:02:47.675 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:03:36.541 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:04:51.287 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70889, amount=1, apiName=Articsóka, apiNote=null, unitPrice=450.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:04:51.289 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=70874, amount=1, apiName=Prosciutto cotto, apiNote=null, unitPrice=650.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:05:05.504 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:05:16.168 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=Spagetti, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:05:16.168 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=Spagetti, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:05:16.169 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=Spagetti, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:05:16.169 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=Spagetti, apiNote=null, unitPrice=0.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:06:15.074 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 18:07:09.650 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730521 in firestore, but it was not found in the notified HashMap! 18:09:02.202 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 549200 in firestore, but it was not found in the notified HashMap! 18:11:32.344 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #156166 of customer #281964, but it was not found in the persisted list 18:11:32.344 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #265342 of customer #281964, but it was not found in the persisted list 18:12:00.154 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=szolgaltatoAdatok.vendeglatoUzletRegSzam, kuldottErtek=ET22034822, hibaKulcs=NotFoundInDbVUzlet, hibaUzenet=Vendéglátó üzlet nem található az adatbázisban!) 18:14:14.209 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730527 in firestore, but it was not found in the notified HashMap! 18:14:19.250 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=Sajttal töltött pizzaszél, apiNote=null, unitPrice=350.0, discountUnitPrice=null, vatPercent=null, alreadyPrinted=false, sortingNumber=1000) 18:14:19.250 DEBUG c.b.o.s.r.o.CommonOrderServiceImpl - Batch PUT toppingOrderItem has id but not found in persisted list! ToppingOrderItemWriteDto(toppingId=11856, amount=1, apiName=Olívabogyó, apiNote=null, unitPrice=210.0, discountUnitPrice=null, vatPercent=0.0, alreadyPrinted=false, sortingNumber=1000) 18:14:19.989 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730528 in firestore, but it was not found in the notified HashMap! 18:16:30.192 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:16:55.067 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:16:59.658 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730531 in firestore, but it was not found in the notified HashMap! 18:18:39.949 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:19:05.426 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:20:03.591 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 322524 in firestore, but it was not found in the notified HashMap! 18:21:05.939 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:21:13.803 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:22:38.766 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:22:45.457 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:22:47.568 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 18:25:05.678 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 680080 in firestore, but it was not found in the notified HashMap! 18:26:28.045 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 18:32:44.897 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:32:44.947 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 18:34:45.199 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730538 in firestore, but it was not found in the notified HashMap! 18:36:23.670 ERROR c.b.o.s.r.CustomerServiceImpl - Customer 730539 was updated with tag "upsertAddress", but firestore put was not called! 19:06:32.153 DEBUG c.b.o.s.r.CustomerServiceImpl - User 762 tried to update address #351489 of customer #283144, but it was not found in the persisted list 19:12:46.399 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed delivery orders 19:36:22.326 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[3].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:36:22.560 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[1].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:36:22.816 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[2].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:36:23.065 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:37:20.545 ERROR c.b.o.s.r.CustomerServiceImpl - Updating customer 730564 in firestore, but it was not found in the notified HashMap! 19:46:14.374 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=rendelesOsszesitok[0].targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú) 19:52:45.990 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:02:45.570 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:12:45.332 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 20:22:44.682 DEBUG c.b.o.s.ntak.NTAKReporterServiceImpl - Partitioned list handling failed local orders 23:12:00.869 ERROR c.b.o.s.ntak.NTAKReporterServiceImpl - Unhandled NTAK error: NTAKUzenetHiba(mezoNeve=zarasiInformaciok.targynap, kuldottErtek=2026-04-07, hibaKulcs=VUzletTorolt, hibaUzenet=A vendéglátó üzlet törölt státuszú)