exec java -XX:+ExitOnOutOfMemoryError -cp . -jar /usr/verticles/mod-data-export-worker-fat.jar . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.6.2) 03:20:44 [] [] [] [] INFO StartupInfoLogger Starting ModDataExportWorkerApplication v1.3.0-SNAPSHOT using Java 11.0.13 on 9696c6126dc6 with PID 1 (/usr/verticles/mod-data-export-worker-fat.jar started by folio in /usr/verticles) 03:20:45 [] [] [] [] INFO SpringApplication No active profile set, falling back to default profiles: default 03:21:02 [] [] [] [] INFO onfigurationDelegate Bootstrapping Spring Data JPA repositories in DEFAULT mode. 03:21:03 [] [] [] [] INFO onfigurationDelegate Finished Spring Data repository scanning in 599 ms. Found 0 JPA repository interfaces. 03:21:14 [] [] [] [] INFO LogAccessor No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. 03:21:14 [] [] [] [] INFO LogAccessor No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. 03:21:16 [] [] [] [] INFO GenericScope BeanFactory id=92662ad5-b267-3a6a-badc-5c5b0c665527 03:21:20 [] [] [] [] INFO PostProcessorChecker Bean 'batchDataConfig' of type [org.folio.dew.config.BatchDataConfig$$EnhancerBySpringCGLIB$$61f09e93] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:20 [] [] [] [] INFO PostProcessorChecker Bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' of type [org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:20 [] [] [] [] INFO PostProcessorChecker Bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:20 [] [] [] [] INFO PostProcessorChecker Bean 'loadBalancerClientsDefaultsMappingsProvider' of type [org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration$$Lambda$589/0x000000010058d040] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:20 [] [] [] [] INFO PostProcessorChecker Bean 'defaultsBindHandlerAdvisor' of type [org.springframework.cloud.commons.config.DefaultsBindHandlerAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:20 [] [] [] [] INFO PostProcessorChecker Bean 'dataSourceProperties' of type [org.folio.dew.config.properties.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:20 [] [] [] [] INFO PostProcessorChecker Bean 'jobRepositoryDataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:21 [] [] [] [] INFO PostProcessorChecker Bean 'org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration' of type [org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:21 [] [] [] [] INFO PostProcessorChecker Bean 'jobRegistry' of type [com.sun.proxy.$Proxy121] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:21 [] [] [] [] INFO PostProcessorChecker Bean 'folioSpringConfiguration' of type [org.folio.spring.config.FolioSpringConfiguration$$EnhancerBySpringCGLIB$$4c77d32c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:21 [] [] [] [] INFO PostProcessorChecker Bean 'folioExecutionContext' of type [org.springframework.aop.scope.ScopedProxyFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:21 [] [] [] [] INFO PostProcessorChecker Bean 'folioExecutionContext' of type [com.sun.proxy.$Proxy123] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:21 [] [] [] [] INFO PostProcessorChecker Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:21 [] [] [] [] INFO PostProcessorChecker Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 03:21:23 [] [] [] [] INFO TomcatWebServer Tomcat initialized with port(s): 8081 (http) 03:21:23 [] [] [] [] INFO DirectJDKLog Initializing ProtocolHandler ["http-nio-8081"] 03:21:23 [] [] [] [] INFO DirectJDKLog Starting service [Tomcat] 03:21:23 [] [] [] [] INFO DirectJDKLog Starting Servlet engine: [Apache Tomcat/9.0.56] 03:21:24 [] [] [] [] INFO DirectJDKLog Initializing Spring embedded WebApplicationContext 03:21:24 [] [] [] [] INFO erApplicationContext Root WebApplicationContext: initialization completed in 37402 ms 03:21:26 [] [] [] [] INFO HikariDataSource HikariPool-1 - Starting... 03:21:26 [] [] [] [] WARN DriverDataSource Registered driver with driverClassName=org.hsqldb.jdbcDriver was not found, trying direct instantiation. 03:21:27 [] [] [] [] INFO PoolBase HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported) 03:21:27 [] [] [] [] INFO HikariDataSource HikariPool-1 - Start completed. 03:21:28 [] [] [] [] INFO LogHelper HHH000204: Processing PersistenceUnitInfo [name: default] 03:21:29 [] [] [] [] INFO Version HHH000412: Hibernate ORM core version 5.6.3.Final 03:21:29 [] [] [] [] INFO Environment HHH000205: Loaded properties from resource hibernate.properties: {hibernate.bytecode.use_reflection_optimizer=false, hibernate.types.jackson.object.mapper=org.folio.des.config.JacksonConfiguration} 03:21:30 [] [] [] [] INFO avaReflectionManager HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 03:21:31 [] [] [] [] INFO Dialect HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 03:21:32 [] [] [] [] INFO JtaPlatformInitiator HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 03:21:32 [] [] [] [] INFO tyManagerFactoryBean Initialized JPA EntityManagerFactory for persistence unit 'default' 03:21:32 [] [] [] [] INFO ectStorageRepository Creating MinIO client endpoint https://s3.amazonaws.com,region us-east-1,bucket folio-testing-export,accessKey ,secretKey . 03:21:33 [] [] [] [] INFO ectStorageRepository StaticProvider MinIO credentials provider created. 03:21:36 [] [] [] [] INFO ignClientFactoryBean For 'users' URL not provided. Will try picking an instance via load-balancing. 03:21:37 [] [] [] [] INFO ignClientFactoryBean For 'accounts' URL not provided. Will try picking an instance via load-balancing. 03:21:37 [] [] [] [] INFO ignClientFactoryBean For 'accounts-bulk' URL not provided. Will try picking an instance via load-balancing. 03:21:38 [] [] [] [] INFO ignClientFactoryBean For 'feefineactions' URL not provided. Will try picking an instance via load-balancing. 03:21:38 [] [] [] [] INFO ignClientFactoryBean For 'transfers' URL not provided. Will try picking an instance via load-balancing. 03:21:38 [] [] [] [] INFO ignClientFactoryBean For 'service-points' URL not provided. Will try picking an instance via load-balancing. 03:21:38 [] [] [] [] INFO ignClientFactoryBean For 'audit-data' URL not provided. Will try picking an instance via load-balancing. 03:21:39 [] [] [] [] WARN JpaBatchConfigurer JPA does not support custom isolation levels, so locks may not be taken when launching Jobs 03:21:39 [] [] [] [] INFO epositoryFactoryBean No database type set, using meta data indicating: HSQL 03:21:40 [] [] [] [] INFO SimpleJobLauncher No TaskExecutor has been set, defaulting to synchronous executor. 03:21:40 [] [] [] [] INFO mandsReceiverService Created working directory /tmp/mod-data-export-worker/. 03:21:40 [] [] [] [] INFO SimpleJobLauncher No TaskExecutor has been set, defaulting to synchronous executor. 03:21:41 [] [] [] [] INFO ignClientFactoryBean For 'data-export-spring' URL not provided. Will try picking an instance via load-balancing. 03:21:41 [] [] [] [] INFO ignClientFactoryBean For 'addresstypes' URL not provided. Will try picking an instance via load-balancing. 03:21:41 [] [] [] [] INFO ignClientFactoryBean For 'departments' URL not provided. Will try picking an instance via load-balancing. 03:21:41 [] [] [] [] INFO ignClientFactoryBean For 'groups' URL not provided. Will try picking an instance via load-balancing. 03:21:41 [] [] [] [] INFO ignClientFactoryBean For 'proxiesfor' URL not provided. Will try picking an instance via load-balancing. 03:21:41 [] [] [] [] INFO ignClientFactoryBean For 'material-types' URL not provided. Will try picking an instance via load-balancing. 03:21:41 [] [] [] [] INFO epositoryFactoryBean No database type set, using meta data indicating: HSQL 03:21:43 [] [] [] [] WARN cheAutoConfiguration Cannot find template location: classpath:/templates/ (please add some templates, check your Mustache configuration, or set spring.mustache.check-template-location=false) 03:21:44 [] [] [] [] INFO ndpointLinksResolver Exposing 1 endpoint(s) beneath base path '/admin' 03:21:45 [] [] [] [] INFO LogAccessor Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel 03:21:45 [] [] [] [] INFO LogAccessor Channel 'mod-data-export-worker.errorChannel' has 1 subscriber(s). 03:21:45 [] [] [] [] INFO LogAccessor started bean '_org.springframework.integration.errorLogger' 03:21:45 [] [] [] [] INFO AbstractConfig ConsumerConfig values: allow.auto.create.topics = true auto.commit.interval.ms = 5000 auto.offset.reset = latest bootstrap.servers = [10.36.1.53:9092] check.crcs = true client.dns.lookup = use_all_dns_ips client.id = consumer-FOLIO-mod-data-export-worker-events-group-1 client.rack = connections.max.idle.ms = 540000 default.api.timeout.ms = 60000 enable.auto.commit = false exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = FOLIO-mod-data-export-worker-events-group group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [org.folio.dew.config.kafka.KafkaConsumerInterceptor] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = null sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.mechanism = GSSAPI security.protocol = PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 45000 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.springframework.kafka.support.serializer.JsonDeserializer 03:21:46 [] [] [] [] WARN AbstractConfig The configuration 'spring.json.trusted.packages' was supplied but isn't a known config. 03:21:46 [] [] [] [] INFO ppInfoParser$AppInfo Kafka version: 3.0.0 03:21:46 [] [] [] [] INFO ppInfoParser$AppInfo Kafka commitId: 8cb0a5e9d3441962 03:21:46 [] [] [] [] INFO ppInfoParser$AppInfo Kafka startTimeMs: 1643858506250 03:21:46 [] [] [] [] INFO KafkaConsumer [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Subscribed to pattern: 'FOLIO.(.*\.)?data-export.job.command' 03:21:46 [] [] [] [] INFO DirectJDKLog Starting ProtocolHandler ["http-nio-8081"] 03:21:46 [] [] [] [] INFO TomcatWebServer Tomcat started on port(s): 8081 (http) with context path '' 03:21:46 [] [] [] [] INFO StartupInfoLogger Started ModDataExportWorkerApplication in 76.891 seconds (JVM running for 119.677) 03:21:47 [] [] [] [] INFO Metadata [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Cluster ID: InVliRsmTPO6l-LpI-BqWg 03:21:47 [] [] [] [] INFO natorResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Discovered group coordinator 10.36.1.53:9092 (id: 2147483646 rack: null) 03:21:47 [] [] [] [] INFO AbstractCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] (Re-)joining group 03:21:47 [] [] [] [] INFO AbstractCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Request joining group due to: need to re-join with the given member-id 03:21:47 [] [] [] [] INFO AbstractCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] (Re-)joining group 03:21:47 [] [] [] [] INFO GroupResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Successfully joined group with generation Generation{generationId=1, memberId='consumer-FOLIO-mod-data-export-worker-events-group-1-07ddd366-d1a4-41cc-b910-5fe15b31d0c2', protocol='range'} 03:21:47 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Finished assignment for group at generation 1: {consumer-FOLIO-mod-data-export-worker-events-group-1-07ddd366-d1a4-41cc-b910-5fe15b31d0c2=Assignment(partitions=[])} 03:21:47 [] [] [] [] INFO GroupResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Successfully synced group in generation Generation{generationId=1, memberId='consumer-FOLIO-mod-data-export-worker-events-group-1-07ddd366-d1a4-41cc-b910-5fe15b31d0c2', protocol='range'} 03:21:48 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Notifying assignor about the new Assignment(partitions=[]) 03:21:48 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Adding newly assigned partitions: 03:21:48 [] [] [] [] INFO LogAccessor FOLIO-mod-data-export-worker-events-group: partitions assigned: [] 03:21:51 [] [] [] [] INFO DirectJDKLog Initializing Spring DispatcherServlet 'dispatcherServlet' 03:21:51 [] [] [] [] INFO FrameworkServlet Initializing Servlet 'dispatcherServlet' 03:21:51 [] [] [] [] INFO FrameworkServlet Completed initialization in 9 ms 03:23:02 [348365/proxy;656128/tenant] [diku] [] [mod-data-export-worker] INFO TenantController Upgrading tenant... 03:23:02 [348365/proxy;656128/tenant] [diku] [] [mod-data-export-worker] INFO TenantService About to start liquibase update for tenant [diku] 03:23:03 [348365/proxy;656128/tenant] [diku] [] [mod-data-export-worker] INFO JavaLogger Successfully acquired change log lock 03:23:03 [348365/proxy;656128/tenant] [diku] [] [mod-data-export-worker] INFO JavaLogger Creating database history table with name: DIKU_MOD_DATA_EXPORT_WORKER.DATABASECHANGELOG 03:23:03 [348365/proxy;656128/tenant] [diku] [] [mod-data-export-worker] INFO JavaLogger Reading from DIKU_MOD_DATA_EXPORT_WORKER.DATABASECHANGELOG 03:23:03 [348365/proxy;656128/tenant] [diku] [] [mod-data-export-worker] INFO JavaLogger Successfully released change log lock 03:23:03 [348365/proxy;656128/tenant] [diku] [] [mod-data-export-worker] INFO TenantService Liquibase update for tenant [diku] executed successfully 03:26:48 [] [] [] [] INFO AbstractCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Request joining group due to: cached metadata has changed from (version2: {}) at the beginning of the rebalance to (version4: {FOLIO.diku.data-export.job.command=1}) 03:26:48 [] [] [] [] INFO AbstractCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Request joining group due to: cached metadata has changed from (version2: {}) at the beginning of the rebalance to (version5: {FOLIO.diku.data-export.job.command=1}) 03:26:48 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Revoke previously assigned partitions 03:26:48 [] [] [] [] INFO LogAccessor FOLIO-mod-data-export-worker-events-group: partitions revoked: [] 03:26:48 [] [] [] [] INFO AbstractCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] (Re-)joining group 03:26:48 [] [] [] [] INFO GroupResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Successfully joined group with generation Generation{generationId=2, memberId='consumer-FOLIO-mod-data-export-worker-events-group-1-07ddd366-d1a4-41cc-b910-5fe15b31d0c2', protocol='range'} 03:26:48 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Finished assignment for group at generation 2: {consumer-FOLIO-mod-data-export-worker-events-group-1-07ddd366-d1a4-41cc-b910-5fe15b31d0c2=Assignment(partitions=[FOLIO.diku.data-export.job.command-0])} 03:26:48 [] [] [] [] INFO GroupResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Successfully synced group in generation Generation{generationId=2, memberId='consumer-FOLIO-mod-data-export-worker-events-group-1-07ddd366-d1a4-41cc-b910-5fe15b31d0c2', protocol='range'} 03:26:48 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Notifying assignor about the new Assignment(partitions=[FOLIO.diku.data-export.job.command-0]) 03:26:48 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Adding newly assigned partitions: FOLIO.diku.data-export.job.command-0 03:26:48 [] [] [] [] INFO FetchResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Found no committed offset for partition FOLIO.diku.data-export.job.command-0 03:26:48 [] [] [] [] INFO FetchResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Found no committed offset for partition FOLIO.diku.data-export.job.command-0 03:26:48 [] [] [] [] INFO SubscriptionState [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Resetting offset for partition FOLIO.diku.data-export.job.command-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[10.36.1.53:9092 (id: 1 rack: null)], epoch=0}}. 03:26:48 [] [] [] [] INFO LogAccessor FOLIO-mod-data-export-worker-events-group: partitions assigned: [FOLIO.diku.data-export.job.command-0] 09:28:07 [236770/proxy;219617/tenant] [mdexp_test_tenant12] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO TenantController Upgrading tenant... 09:28:07 [236770/proxy;219617/tenant] [mdexp_test_tenant12] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO TenantService About to start liquibase update for tenant [mdexp_test_tenant12] 09:28:07 [236770/proxy;219617/tenant] [mdexp_test_tenant12] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO JavaLogger Successfully acquired change log lock 09:28:07 [236770/proxy;219617/tenant] [mdexp_test_tenant12] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO JavaLogger Creating database history table with name: MDEXP_TEST_TENANT12_MOD_DATA_EXPORT_WORKER.DATABASECHANGELOG 09:28:07 [236770/proxy;219617/tenant] [mdexp_test_tenant12] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO JavaLogger Reading from MDEXP_TEST_TENANT12_MOD_DATA_EXPORT_WORKER.DATABASECHANGELOG 09:28:07 [236770/proxy;219617/tenant] [mdexp_test_tenant12] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO JavaLogger Successfully released change log lock 09:28:07 [236770/proxy;219617/tenant] [mdexp_test_tenant12] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO TenantService Liquibase update for tenant [mdexp_test_tenant12] executed successfully 09:31:11 [] [] [] [] INFO AbstractCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Request joining group due to: cached metadata has changed from (version5: {FOLIO.diku.data-export.job.command=1}) at the beginning of the rebalance to (version78: {FOLIO.diku.data-export.job.command=1, FOLIO.mdexp_test_tenant12.data-export.job.command=1}) 09:31:12 [] [] [] [] INFO AbstractCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Request joining group due to: cached metadata has changed from (version5: {FOLIO.diku.data-export.job.command=1}) at the beginning of the rebalance to (version79: {FOLIO.diku.data-export.job.command=1, FOLIO.mdexp_test_tenant12.data-export.job.command=1}) 09:31:12 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Revoke previously assigned partitions FOLIO.diku.data-export.job.command-0 09:31:12 [] [] [] [] INFO LogAccessor FOLIO-mod-data-export-worker-events-group: partitions revoked: [FOLIO.diku.data-export.job.command-0] 09:31:12 [] [] [] [] INFO AbstractCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] (Re-)joining group 09:31:12 [] [] [] [] INFO GroupResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Successfully joined group with generation Generation{generationId=3, memberId='consumer-FOLIO-mod-data-export-worker-events-group-1-07ddd366-d1a4-41cc-b910-5fe15b31d0c2', protocol='range'} 09:31:12 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Finished assignment for group at generation 3: {consumer-FOLIO-mod-data-export-worker-events-group-1-07ddd366-d1a4-41cc-b910-5fe15b31d0c2=Assignment(partitions=[FOLIO.diku.data-export.job.command-0, FOLIO.mdexp_test_tenant12.data-export.job.command-0])} 09:31:12 [] [] [] [] INFO GroupResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Successfully synced group in generation Generation{generationId=3, memberId='consumer-FOLIO-mod-data-export-worker-events-group-1-07ddd366-d1a4-41cc-b910-5fe15b31d0c2', protocol='range'} 09:31:12 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Notifying assignor about the new Assignment(partitions=[FOLIO.diku.data-export.job.command-0, FOLIO.mdexp_test_tenant12.data-export.job.command-0]) 09:31:12 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Adding newly assigned partitions: FOLIO.diku.data-export.job.command-0, FOLIO.mdexp_test_tenant12.data-export.job.command-0 09:31:12 [] [] [] [] INFO FetchResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Found no committed offset for partition FOLIO.mdexp_test_tenant12.data-export.job.command-0 09:31:12 [] [] [] [] INFO FetchResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Found no committed offset for partition FOLIO.mdexp_test_tenant12.data-export.job.command-0 09:31:12 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Setting offset for partition FOLIO.diku.data-export.job.command-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[10.36.1.53:9092 (id: 1 rack: null)], epoch=0}} 09:31:12 [] [] [] [] INFO SubscriptionState [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Resetting offset for partition FOLIO.mdexp_test_tenant12.data-export.job.command-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[10.36.1.53:9092 (id: 1 rack: null)], epoch=0}}. 09:31:12 [] [] [] [] INFO LogAccessor FOLIO-mod-data-export-worker-events-group: partitions assigned: [FOLIO.diku.data-export.job.command-0, FOLIO.mdexp_test_tenant12.data-export.job.command-0] 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=44d6bb22-d859-408d-a4f7-0ba678939124, name=000001, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=44d6bb22-d859-408d-a4f7-0ba678939124, tempOutputFilePath=/tmp/mod-data-export-worker/44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10:08:14}. 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=44d6bb22-d859-408d-a4f7-0ba678939124, tempOutputFilePath=/tmp/mod-data-export-worker/44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10:08:14}] 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=0, version=1, startTime=Thu Feb 03 10:08:14 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:08:14 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=0, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=44d6bb22-d859-408d-a4f7-0ba678939124, tempOutputFilePath=/tmp/mod-data-export-worker/44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10:08:14}]. 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=44d6bb22-d859-408d-a4f7-0ba678939124, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:08:14 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:08:14 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:14 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractConfig ProducerConfig values: acks = -1 batch.size = 16384 bootstrap.servers = [10.36.1.53:9092] buffer.memory = 33554432 client.dns.lookup = use_all_dns_ips client.id = producer-1 compression.type = none connections.max.idle.ms = 540000 delivery.timeout.ms = 120000 enable.idempotence = true interceptor.classes = [org.folio.dew.config.kafka.KafkaProducerInterceptor] key.serializer = class org.apache.kafka.common.serialization.StringSerializer linger.ms = 0 max.block.ms = 60000 max.in.flight.requests.per.connection = 5 max.request.size = 1048576 metadata.max.age.ms = 300000 metadata.max.idle.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partitioner.class = class org.apache.kafka.clients.producer.internals.DefaultPartitioner receive.buffer.bytes = 32768 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retries = 2147483647 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = null sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.mechanism = GSSAPI security.protocol = PLAINTEXT security.providers = null send.buffer.bytes = 131072 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS transaction.timeout.ms = 60000 transactional.id = null value.serializer = class org.springframework.kafka.support.serializer.JsonSerializer 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ppInfoParser$AppInfo Kafka version: 3.0.0 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ppInfoParser$AppInfo Kafka commitId: 8cb0a5e9d3441962 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ppInfoParser$AppInfo Kafka startTimeMs: 1643882894932 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO Metadata [Producer clientId=producer-1] Cluster ID: InVliRsmTPO6l-LpI-BqWg 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=44d6bb22-d859-408d-a4f7-0ba678939124, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:08:14 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:08:14 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:14 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:14 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:08:15 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10:08:14_0.tmp. 10:08:15 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ignClientFactoryBean For 'configurations/entries' URL not provided. Will try picking an instance via load-balancing. 10:08:15 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10:08:14_0.tmp. 10:08:15 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10:08:14_0.tmp,filename /tmp/mod-data-export-worker/44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10:08:14_0.tmp,downloadFilename null,contentType text/csv. 10:08:15 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10:08:14_0.tmp. 10:08:15 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 744ms 10:08:15 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10:08:14.csv,sources [bucket folio-testing-export,object 44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10:08:14_0.tmp],downloadFilename null,contentType text/csv. 10:08:16 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10:08:14_0.tmp]. 10:08:16 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10%3A08%3A14.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100816Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=95e6972d526ea3ccb8cb79ba96e6dd81dfd7e3373677799a609815517127210d. 10:08:16 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 1s141ms 10:08:16 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=0, version=1, startTime=Thu Feb 03 10:08:14 GMT 2022, endTime=Thu Feb 03 10:08:16 GMT 2022, lastUpdated=Thu Feb 03 10:08:14 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=0, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=44d6bb22-d859-408d-a4f7-0ba678939124, tempOutputFilePath=/tmp/mod-data-export-worker/44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10:08:14}]. 10:08:16 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=44d6bb22-d859-408d-a4f7-0ba678939124, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10%3A08%3A14.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100816Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=95e6972d526ea3ccb8cb79ba96e6dd81dfd7e3373677799a609815517127210d], startTime=Thu Feb 03 10:08:14 GMT 2022, endTime=Thu Feb 03 10:08:16 GMT 2022, createdDate=Thu Feb 03 10:08:14 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:14 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:16 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=44d6bb22-d859-408d-a4f7-0ba678939124, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10%3A08%3A14.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100816Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=95e6972d526ea3ccb8cb79ba96e6dd81dfd7e3373677799a609815517127210d], startTime=Thu Feb 03 10:08:14 GMT 2022, endTime=Thu Feb 03 10:08:16 GMT 2022, createdDate=Thu Feb 03 10:08:14 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:14 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:16 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:08:16 [263057/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=44d6bb22-d859-408d-a4f7-0ba678939124, tempOutputFilePath=/tmp/mod-data-export-worker/44d6bb22-d859-408d-a4f7-0ba678939124_CIRCULATION_LOG_2022-02-03_10:08:14}] and the following status: [COMPLETED] in 1s274ms 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=10433c32-e5e3-4e26-af44-2efd7cecaca3, name=000002, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=10433c32-e5e3-4e26-af44-2efd7cecaca3, tempOutputFilePath=/tmp/mod-data-export-worker/10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10:08:29}. 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=10433c32-e5e3-4e26-af44-2efd7cecaca3, tempOutputFilePath=/tmp/mod-data-export-worker/10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10:08:29}] 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=1, version=1, startTime=Thu Feb 03 10:08:29 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:08:29 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=1, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=10433c32-e5e3-4e26-af44-2efd7cecaca3, tempOutputFilePath=/tmp/mod-data-export-worker/10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10:08:29}]. 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=10433c32-e5e3-4e26-af44-2efd7cecaca3, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:08:29 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:08:29 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:29 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=10433c32-e5e3-4e26-af44-2efd7cecaca3, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:08:29 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:08:29 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:29 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10:08:29_0.tmp. 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10:08:29_0.tmp. 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10:08:29_0.tmp,filename /tmp/mod-data-export-worker/10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10:08:29_0.tmp,downloadFilename null,contentType text/csv. 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10:08:29_0.tmp. 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 127ms 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10:08:29.csv,sources [bucket folio-testing-export,object 10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10:08:29_0.tmp],downloadFilename null,contentType text/csv. 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10:08:29_0.tmp]. 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10%3A08%3A29.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100829Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=f1b81a07afc8dd17d35fa0afeb4d3d739c87a285f2d8654f5d56434a6c835bf3. 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 224ms 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=1, version=1, startTime=Thu Feb 03 10:08:29 GMT 2022, endTime=Thu Feb 03 10:08:29 GMT 2022, lastUpdated=Thu Feb 03 10:08:29 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=1, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=10433c32-e5e3-4e26-af44-2efd7cecaca3, tempOutputFilePath=/tmp/mod-data-export-worker/10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10:08:29}]. 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=10433c32-e5e3-4e26-af44-2efd7cecaca3, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10%3A08%3A29.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100829Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=f1b81a07afc8dd17d35fa0afeb4d3d739c87a285f2d8654f5d56434a6c835bf3], startTime=Thu Feb 03 10:08:29 GMT 2022, endTime=Thu Feb 03 10:08:29 GMT 2022, createdDate=Thu Feb 03 10:08:29 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:29 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=10433c32-e5e3-4e26-af44-2efd7cecaca3, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10%3A08%3A29.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100829Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=f1b81a07afc8dd17d35fa0afeb4d3d739c87a285f2d8654f5d56434a6c835bf3], startTime=Thu Feb 03 10:08:29 GMT 2022, endTime=Thu Feb 03 10:08:29 GMT 2022, createdDate=Thu Feb 03 10:08:29 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:29 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:08:29 [518565/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=10433c32-e5e3-4e26-af44-2efd7cecaca3, tempOutputFilePath=/tmp/mod-data-export-worker/10433c32-e5e3-4e26-af44-2efd7cecaca3_CIRCULATION_LOG_2022-02-03_10:08:29}] and the following status: [COMPLETED] in 238ms 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4, name=000003, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4, tempOutputFilePath=/tmp/mod-data-export-worker/4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10:08:43}. 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4, tempOutputFilePath=/tmp/mod-data-export-worker/4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10:08:43}] 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=2, version=1, startTime=Thu Feb 03 10:08:43 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:08:43 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=2, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4, tempOutputFilePath=/tmp/mod-data-export-worker/4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10:08:43}]. 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:08:43 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:08:43 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:43 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:08:43 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:08:43 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:43 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10:08:43_0.tmp. 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10:08:43_0.tmp. 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10:08:43_0.tmp,filename /tmp/mod-data-export-worker/4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10:08:43_0.tmp,downloadFilename null,contentType text/csv. 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10:08:43_0.tmp. 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 114ms 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10:08:43.csv,sources [bucket folio-testing-export,object 4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10:08:43_0.tmp],downloadFilename null,contentType text/csv. 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10:08:43_0.tmp]. 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10%3A08%3A43.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100843Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=466634922d0af4d0c4d3f5796a76ab11b5a75769bdb7f33f24894bedc43c8d12. 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 401ms 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=2, version=1, startTime=Thu Feb 03 10:08:43 GMT 2022, endTime=Thu Feb 03 10:08:43 GMT 2022, lastUpdated=Thu Feb 03 10:08:43 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=2, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4, tempOutputFilePath=/tmp/mod-data-export-worker/4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10:08:43}]. 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10%3A08%3A43.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100843Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=466634922d0af4d0c4d3f5796a76ab11b5a75769bdb7f33f24894bedc43c8d12], startTime=Thu Feb 03 10:08:43 GMT 2022, endTime=Thu Feb 03 10:08:43 GMT 2022, createdDate=Thu Feb 03 10:08:43 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:43 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10%3A08%3A43.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100843Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=466634922d0af4d0c4d3f5796a76ab11b5a75769bdb7f33f24894bedc43c8d12], startTime=Thu Feb 03 10:08:43 GMT 2022, endTime=Thu Feb 03 10:08:43 GMT 2022, createdDate=Thu Feb 03 10:08:43 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:43 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:08:43 [181559/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4, tempOutputFilePath=/tmp/mod-data-export-worker/4464e1e5-f48d-45e7-b5ab-6f1e0615b9d4_CIRCULATION_LOG_2022-02-03_10:08:43}] and the following status: [COMPLETED] in 410ms 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=6559f873-b62e-45f5-b562-f49a66607b22, name=000004, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=6559f873-b62e-45f5-b562-f49a66607b22, tempOutputFilePath=/tmp/mod-data-export-worker/6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10:08:53}. 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=6559f873-b62e-45f5-b562-f49a66607b22, tempOutputFilePath=/tmp/mod-data-export-worker/6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10:08:53}] 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=3, version=1, startTime=Thu Feb 03 10:08:53 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:08:53 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=3, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=6559f873-b62e-45f5-b562-f49a66607b22, tempOutputFilePath=/tmp/mod-data-export-worker/6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10:08:53}]. 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=6559f873-b62e-45f5-b562-f49a66607b22, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:08:53 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:08:53 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:53 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=6559f873-b62e-45f5-b562-f49a66607b22, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:08:53 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:08:53 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:53 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10:08:53_0.tmp. 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10:08:53_0.tmp. 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10:08:53_0.tmp,filename /tmp/mod-data-export-worker/6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10:08:53_0.tmp,downloadFilename null,contentType text/csv. 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10:08:53_0.tmp. 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 109ms 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10:08:53.csv,sources [bucket folio-testing-export,object 6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10:08:53_0.tmp],downloadFilename null,contentType text/csv. 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10:08:53_0.tmp]. 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10%3A08%3A53.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100853Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8a08822be4697874aeeca293c4cc8e6022fd55e530e0cd11d7974bd1737bf821. 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 199ms 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=3, version=1, startTime=Thu Feb 03 10:08:53 GMT 2022, endTime=Thu Feb 03 10:08:53 GMT 2022, lastUpdated=Thu Feb 03 10:08:53 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=3, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=6559f873-b62e-45f5-b562-f49a66607b22, tempOutputFilePath=/tmp/mod-data-export-worker/6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10:08:53}]. 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=6559f873-b62e-45f5-b562-f49a66607b22, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10%3A08%3A53.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100853Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8a08822be4697874aeeca293c4cc8e6022fd55e530e0cd11d7974bd1737bf821], startTime=Thu Feb 03 10:08:53 GMT 2022, endTime=Thu Feb 03 10:08:53 GMT 2022, createdDate=Thu Feb 03 10:08:53 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:53 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=6559f873-b62e-45f5-b562-f49a66607b22, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10%3A08%3A53.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100853Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8a08822be4697874aeeca293c4cc8e6022fd55e530e0cd11d7974bd1737bf821], startTime=Thu Feb 03 10:08:53 GMT 2022, endTime=Thu Feb 03 10:08:53 GMT 2022, createdDate=Thu Feb 03 10:08:53 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:53 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:08:53 [136374/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=6559f873-b62e-45f5-b562-f49a66607b22, tempOutputFilePath=/tmp/mod-data-export-worker/6559f873-b62e-45f5-b562-f49a66607b22_CIRCULATION_LOG_2022-02-03_10:08:53}] and the following status: [COMPLETED] in 211ms 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=e148333b-50f5-4d60-95f3-fdccb254ef39, name=000005, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=e148333b-50f5-4d60-95f3-fdccb254ef39, tempOutputFilePath=/tmp/mod-data-export-worker/e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10:08:56}. 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=e148333b-50f5-4d60-95f3-fdccb254ef39, tempOutputFilePath=/tmp/mod-data-export-worker/e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10:08:56}] 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=4, version=1, startTime=Thu Feb 03 10:08:56 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:08:56 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=4, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=e148333b-50f5-4d60-95f3-fdccb254ef39, tempOutputFilePath=/tmp/mod-data-export-worker/e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10:08:56}]. 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=e148333b-50f5-4d60-95f3-fdccb254ef39, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:08:56 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:08:56 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:56 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=e148333b-50f5-4d60-95f3-fdccb254ef39, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:08:56 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:08:56 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:56 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10:08:56_0.tmp. 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10:08:56_0.tmp. 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10:08:56_0.tmp,filename /tmp/mod-data-export-worker/e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10:08:56_0.tmp,downloadFilename null,contentType text/csv. 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10:08:56_0.tmp. 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 55ms 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10:08:56.csv,sources [bucket folio-testing-export,object e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10:08:56_0.tmp],downloadFilename null,contentType text/csv. 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10:08:56_0.tmp]. 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10%3A08%3A56.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100856Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=4a1949321fde5b2e8cf6f51c106d54b032647d2fcd28767dfd9b3cef964ae1c1. 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 137ms 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=4, version=1, startTime=Thu Feb 03 10:08:56 GMT 2022, endTime=Thu Feb 03 10:08:56 GMT 2022, lastUpdated=Thu Feb 03 10:08:56 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=4, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=e148333b-50f5-4d60-95f3-fdccb254ef39, tempOutputFilePath=/tmp/mod-data-export-worker/e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10:08:56}]. 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=e148333b-50f5-4d60-95f3-fdccb254ef39, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10%3A08%3A56.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100856Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=4a1949321fde5b2e8cf6f51c106d54b032647d2fcd28767dfd9b3cef964ae1c1], startTime=Thu Feb 03 10:08:56 GMT 2022, endTime=Thu Feb 03 10:08:56 GMT 2022, createdDate=Thu Feb 03 10:08:56 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:56 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=e148333b-50f5-4d60-95f3-fdccb254ef39, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10%3A08%3A56.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100856Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=4a1949321fde5b2e8cf6f51c106d54b032647d2fcd28767dfd9b3cef964ae1c1], startTime=Thu Feb 03 10:08:56 GMT 2022, endTime=Thu Feb 03 10:08:56 GMT 2022, createdDate=Thu Feb 03 10:08:56 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:56 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:08:56 [365640/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=e148333b-50f5-4d60-95f3-fdccb254ef39, tempOutputFilePath=/tmp/mod-data-export-worker/e148333b-50f5-4d60-95f3-fdccb254ef39_CIRCULATION_LOG_2022-02-03_10:08:56}] and the following status: [COMPLETED] in 147ms 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=c690e850-d68f-4393-a416-b47198ea3384, name=000006, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=c690e850-d68f-4393-a416-b47198ea3384, tempOutputFilePath=/tmp/mod-data-export-worker/c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10:08:57}. 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=c690e850-d68f-4393-a416-b47198ea3384, tempOutputFilePath=/tmp/mod-data-export-worker/c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10:08:57}] 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=5, version=1, startTime=Thu Feb 03 10:08:57 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:08:57 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=5, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=c690e850-d68f-4393-a416-b47198ea3384, tempOutputFilePath=/tmp/mod-data-export-worker/c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10:08:57}]. 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=c690e850-d68f-4393-a416-b47198ea3384, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:08:57 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:08:57 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:57 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=c690e850-d68f-4393-a416-b47198ea3384, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:08:57 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:08:57 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:57 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10:08:57_0.tmp. 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10:08:57_0.tmp. 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10:08:57_0.tmp,filename /tmp/mod-data-export-worker/c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10:08:57_0.tmp,downloadFilename null,contentType text/csv. 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10:08:57_0.tmp. 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 62ms 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10:08:57.csv,sources [bucket folio-testing-export,object c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10:08:57_0.tmp],downloadFilename null,contentType text/csv. 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10:08:57_0.tmp]. 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10%3A08%3A57.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100857Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=321502827fbff141966600c963d036cabfb1ea9d2827b351b54062880e6af13c. 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 144ms 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=5, version=1, startTime=Thu Feb 03 10:08:57 GMT 2022, endTime=Thu Feb 03 10:08:57 GMT 2022, lastUpdated=Thu Feb 03 10:08:57 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=5, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=c690e850-d68f-4393-a416-b47198ea3384, tempOutputFilePath=/tmp/mod-data-export-worker/c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10:08:57}]. 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=c690e850-d68f-4393-a416-b47198ea3384, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10%3A08%3A57.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100857Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=321502827fbff141966600c963d036cabfb1ea9d2827b351b54062880e6af13c], startTime=Thu Feb 03 10:08:57 GMT 2022, endTime=Thu Feb 03 10:08:57 GMT 2022, createdDate=Thu Feb 03 10:08:57 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:57 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=c690e850-d68f-4393-a416-b47198ea3384, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10%3A08%3A57.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T100857Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=321502827fbff141966600c963d036cabfb1ea9d2827b351b54062880e6af13c], startTime=Thu Feb 03 10:08:57 GMT 2022, endTime=Thu Feb 03 10:08:57 GMT 2022, createdDate=Thu Feb 03 10:08:57 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:08:57 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:08:57 [100588/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=c690e850-d68f-4393-a416-b47198ea3384, tempOutputFilePath=/tmp/mod-data-export-worker/c690e850-d68f-4393-a416-b47198ea3384_CIRCULATION_LOG_2022-02-03_10:08:57}] and the following status: [COMPLETED] in 154ms 10:16:34 [704744/proxy;854068/tenant] [circ_log_export_test] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO TenantController Upgrading tenant... 10:16:34 [704744/proxy;854068/tenant] [circ_log_export_test] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO TenantService About to start liquibase update for tenant [circ_log_export_test] 10:16:34 [704744/proxy;854068/tenant] [circ_log_export_test] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO JavaLogger Successfully acquired change log lock 10:16:34 [704744/proxy;854068/tenant] [circ_log_export_test] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO JavaLogger Creating database history table with name: CIRC_LOG_EXPORT_TEST_MOD_DATA_EXPORT_WORKER.DATABASECHANGELOG 10:16:34 [704744/proxy;854068/tenant] [circ_log_export_test] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO JavaLogger Reading from CIRC_LOG_EXPORT_TEST_MOD_DATA_EXPORT_WORKER.DATABASECHANGELOG 10:16:34 [704744/proxy;854068/tenant] [circ_log_export_test] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO JavaLogger Successfully released change log lock 10:16:34 [704744/proxy;854068/tenant] [circ_log_export_test] [d9d9582e-66ad-5bd0-b3cb-7db20e7539cc] [mod-data-export-worker] INFO TenantService Liquibase update for tenant [circ_log_export_test] executed successfully 10:21:15 [] [] [] [] INFO AbstractCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Request joining group due to: cached metadata has changed from (version79: {FOLIO.diku.data-export.job.command=1, FOLIO.mdexp_test_tenant12.data-export.job.command=1}) at the beginning of the rebalance to (version89: {FOLIO.diku.data-export.job.command=1, FOLIO.mdexp_test_tenant12.data-export.job.command=1, FOLIO.circ_log_export_test.data-export.job.command=1}) 10:21:15 [] [] [] [] INFO AbstractCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Request joining group due to: cached metadata has changed from (version79: {FOLIO.diku.data-export.job.command=1, FOLIO.mdexp_test_tenant12.data-export.job.command=1}) at the beginning of the rebalance to (version90: {FOLIO.diku.data-export.job.command=1, FOLIO.mdexp_test_tenant12.data-export.job.command=1, FOLIO.circ_log_export_test.data-export.job.command=1}) 10:21:15 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Revoke previously assigned partitions FOLIO.diku.data-export.job.command-0, FOLIO.mdexp_test_tenant12.data-export.job.command-0 10:21:15 [] [] [] [] INFO LogAccessor FOLIO-mod-data-export-worker-events-group: partitions revoked: [FOLIO.diku.data-export.job.command-0, FOLIO.mdexp_test_tenant12.data-export.job.command-0] 10:21:15 [] [] [] [] INFO AbstractCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] (Re-)joining group 10:21:15 [] [] [] [] INFO GroupResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Successfully joined group with generation Generation{generationId=4, memberId='consumer-FOLIO-mod-data-export-worker-events-group-1-07ddd366-d1a4-41cc-b910-5fe15b31d0c2', protocol='range'} 10:21:15 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Finished assignment for group at generation 4: {consumer-FOLIO-mod-data-export-worker-events-group-1-07ddd366-d1a4-41cc-b910-5fe15b31d0c2=Assignment(partitions=[FOLIO.diku.data-export.job.command-0, FOLIO.mdexp_test_tenant12.data-export.job.command-0, FOLIO.circ_log_export_test.data-export.job.command-0])} 10:21:15 [] [] [] [] INFO GroupResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Successfully synced group in generation Generation{generationId=4, memberId='consumer-FOLIO-mod-data-export-worker-events-group-1-07ddd366-d1a4-41cc-b910-5fe15b31d0c2', protocol='range'} 10:21:15 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Notifying assignor about the new Assignment(partitions=[FOLIO.diku.data-export.job.command-0, FOLIO.mdexp_test_tenant12.data-export.job.command-0, FOLIO.circ_log_export_test.data-export.job.command-0]) 10:21:15 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Adding newly assigned partitions: FOLIO.diku.data-export.job.command-0, FOLIO.circ_log_export_test.data-export.job.command-0, FOLIO.mdexp_test_tenant12.data-export.job.command-0 10:21:15 [] [] [] [] INFO FetchResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Found no committed offset for partition FOLIO.circ_log_export_test.data-export.job.command-0 10:21:15 [] [] [] [] INFO FetchResponseHandler [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Found no committed offset for partition FOLIO.circ_log_export_test.data-export.job.command-0 10:21:15 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Setting offset for partition FOLIO.mdexp_test_tenant12.data-export.job.command-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[10.36.1.53:9092 (id: 1 rack: null)], epoch=0}} 10:21:15 [] [] [] [] INFO ConsumerCoordinator [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Setting offset for partition FOLIO.diku.data-export.job.command-0 to the committed offset FetchPosition{offset=6, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[10.36.1.53:9092 (id: 1 rack: null)], epoch=0}} 10:21:15 [] [] [] [] INFO SubscriptionState [Consumer clientId=consumer-FOLIO-mod-data-export-worker-events-group-1, groupId=FOLIO-mod-data-export-worker-events-group] Resetting offset for partition FOLIO.circ_log_export_test.data-export.job.command-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[10.36.1.53:9092 (id: 1 rack: null)], epoch=0}}. 10:21:15 [] [] [] [] INFO LogAccessor FOLIO-mod-data-export-worker-events-group: partitions assigned: [FOLIO.diku.data-export.job.command-0, FOLIO.circ_log_export_test.data-export.job.command-0, FOLIO.mdexp_test_tenant12.data-export.job.command-0] 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=08449f51-78cb-4f08-873d-0eea095a95a7, name=000001, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=08449f51-78cb-4f08-873d-0eea095a95a7, tempOutputFilePath=/tmp/mod-data-export-worker/08449f51-78cb-4f08-873d-0eea095a95a7_CIRCULATION_LOG_2022-02-03_10:22:08}. 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=08449f51-78cb-4f08-873d-0eea095a95a7, tempOutputFilePath=/tmp/mod-data-export-worker/08449f51-78cb-4f08-873d-0eea095a95a7_CIRCULATION_LOG_2022-02-03_10:22:08}] 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=6, version=1, startTime=Thu Feb 03 10:22:08 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:22:08 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=6, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=08449f51-78cb-4f08-873d-0eea095a95a7, tempOutputFilePath=/tmp/mod-data-export-worker/08449f51-78cb-4f08-873d-0eea095a95a7_CIRCULATION_LOG_2022-02-03_10:22:08}]. 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=08449f51-78cb-4f08-873d-0eea095a95a7, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:22:08 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:22:08 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:22:08 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=08449f51-78cb-4f08-873d-0eea095a95a7, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:22:08 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:22:08 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:22:08 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG feign.FeignException$Forbidden: [403 Forbidden] during [GET] to [http://audit-data/circulation/logs?query=%28action%3D%3D%28%22Checked%20out%22%29%29%20sortby%20date/sort.descending&offset=0&limit=1] [AuditClient#getCirculationAuditLogs(String,int,int,String)]: [Access requires permission: circulation-logs.collection.get] at feign.FeignException.clientErrorStatus(FeignException.java:217) ~[feign-core-11.7.jar!/:?] at feign.FeignException.errorStatus(FeignException.java:194) ~[feign-core-11.7.jar!/:?] at feign.FeignException.errorStatus(FeignException.java:185) ~[feign-core-11.7.jar!/:?] at feign.codec.ErrorDecoder$Default.decode(ErrorDecoder.java:92) ~[feign-core-11.7.jar!/:?] at feign.AsyncResponseHandler.handleResponse(AsyncResponseHandler.java:96) ~[feign-core-11.7.jar!/:?] at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:138) ~[feign-core-11.7.jar!/:?] at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:89) ~[feign-core-11.7.jar!/:?] at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:100) ~[feign-core-11.7.jar!/:?] at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66) ~[spring-cloud-openfeign-core-3.1.0.jar!/:3.1.0] at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:54) ~[spring-context-5.3.14.jar!/:5.3.14] at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:351) ~[spring-context-5.3.14.jar!/:5.3.14] at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:64) ~[spring-context-5.3.14.jar!/:5.3.14] at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53) ~[spring-cloud-openfeign-core-3.1.0.jar!/:3.1.0] at com.sun.proxy.$Proxy176.getCirculationAuditLogs(Unknown Source) ~[?:?] at org.folio.dew.batch.circulationlog.CirculationLogCsvPartitioner.getLimit(CirculationLogCsvPartitioner.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvPartitioner.partition(CsvPartitioner.java:27) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvPartitioner$$FastClassBySpringCGLIB$$92a228cc.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:137) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:124) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvPartitioner$$EnhancerBySpringCGLIB$$ea190b8a.partition() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.SimpleStepExecutionSplitter.getContexts(SimpleStepExecutionSplitter.java:218) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.SimpleStepExecutionSplitter.split(SimpleStepExecutionSplitter.java:178) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.AbstractPartitionHandler.handle(AbstractPartitionHandler.java:59) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 45ms 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=6, version=1, startTime=Thu Feb 03 10:22:08 GMT 2022, endTime=Thu Feb 03 10:22:08 GMT 2022, lastUpdated=Thu Feb 03 10:22:08 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=6, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=08449f51-78cb-4f08-873d-0eea095a95a7, tempOutputFilePath=/tmp/mod-data-export-worker/08449f51-78cb-4f08-873d-0eea095a95a7_CIRCULATION_LOG_2022-02-03_10:22:08}]. 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=08449f51-78cb-4f08-873d-0eea095a95a7, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:22:08 GMT 2022, endTime=Thu Feb 03 10:22:08 GMT 2022, createdDate=Thu Feb 03 10:22:08 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:22:08 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=[403 Forbidden] during [GET] to [http://audit-data/circulation/logs?query=%28action%3D%3D%28%22Checked%20out%22%29%29%20sortby%20date/sort.descending&offset=0&limit=1] [AuditClient#getCirculationAuditLogs(String,int,int,String)]: [Access requires permission: circulation-logs.collection.get] (Forbidden), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=08449f51-78cb-4f08-873d-0eea095a95a7, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:22:08 GMT 2022, endTime=Thu Feb 03 10:22:08 GMT 2022, createdDate=Thu Feb 03 10:22:08 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:22:08 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=[403 Forbidden] during [GET] to [http://audit-data/circulation/logs?query=%28action%3D%3D%28%22Checked%20out%22%29%29%20sortby%20date/sort.descending&offset=0&limit=1] [AuditClient#getCirculationAuditLogs(String,int,int,String)]: [Access requires permission: circulation-logs.collection.get] (Forbidden), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:22:08 [042421/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=08449f51-78cb-4f08-873d-0eea095a95a7, tempOutputFilePath=/tmp/mod-data-export-worker/08449f51-78cb-4f08-873d-0eea095a95a7_CIRCULATION_LOG_2022-02-03_10:22:08}] and the following status: [FAILED] in 56ms 10:26:10 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:26:10 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=19bfe529-56ee-425b-a820-c1f0445f07ad, name=000002, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:26:10 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:26:10 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=19bfe529-56ee-425b-a820-c1f0445f07ad, tempOutputFilePath=/tmp/mod-data-export-worker/19bfe529-56ee-425b-a820-c1f0445f07ad_CIRCULATION_LOG_2022-02-03_10:26:10}. 10:26:10 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=19bfe529-56ee-425b-a820-c1f0445f07ad, tempOutputFilePath=/tmp/mod-data-export-worker/19bfe529-56ee-425b-a820-c1f0445f07ad_CIRCULATION_LOG_2022-02-03_10:26:10}] 10:26:10 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=7, version=1, startTime=Thu Feb 03 10:26:10 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:26:10 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=7, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=19bfe529-56ee-425b-a820-c1f0445f07ad, tempOutputFilePath=/tmp/mod-data-export-worker/19bfe529-56ee-425b-a820-c1f0445f07ad_CIRCULATION_LOG_2022-02-03_10:26:10}]. 10:26:10 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=19bfe529-56ee-425b-a820-c1f0445f07ad, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:10 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:10 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:10 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:10 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=19bfe529-56ee-425b-a820-c1f0445f07ad, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:10 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:10 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:10 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:10 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:26:11 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/19bfe529-56ee-425b-a820-c1f0445f07ad_CIRCULATION_LOG_2022-02-03_10:26:10_0.tmp. 10:26:11 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:26:11 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 54ms 10:26:11 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:26:11 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object 19bfe529-56ee-425b-a820-c1f0445f07ad_CIRCULATION_LOG_2022-02-03_10:26:10.csv,sources [bucket folio-testing-export,object 19bfe529-56ee-425b-a820-c1f0445f07ad_CIRCULATION_LOG_2022-02-03_10:26:10_0.tmp],downloadFilename null,contentType text/csv. 10:26:11 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = 19bfe529-56ee-425b-a820-c1f0445f07ad_CIRCULATION_LOG_2022-02-03_10:26:10_0.tmp, resource = /19bfe529-56ee-425b-a820-c1f0445f07ad_CIRCULATION_LOG_2022-02-03_10%3A26%3A10_0.tmp, requestId = PE6KTAA1E42W59VB, hostId = mwZjvOzNgwhQunFgM5V10nEPiPajm38CgFp9bb3hFHGpA94wjfo3QWFrLsFarNHDcwef5jJ2Gcg=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/19bfe529-56ee-425b-a820-c1f0445f07ad_CIRCULATION_LOG_2022-02-03_10%3A26%3A10_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102611Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: PE6KTAA1E42W59VB x-amz-id-2: mwZjvOzNgwhQunFgM5V10nEPiPajm38CgFp9bb3hFHGpA94wjfo3QWFrLsFarNHDcwef5jJ2Gcg= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:26:10 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 48 more 10:26:11 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 163ms 10:26:11 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=7, version=1, startTime=Thu Feb 03 10:26:10 GMT 2022, endTime=Thu Feb 03 10:26:11 GMT 2022, lastUpdated=Thu Feb 03 10:26:10 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=7, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=19bfe529-56ee-425b-a820-c1f0445f07ad, tempOutputFilePath=/tmp/mod-data-export-worker/19bfe529-56ee-425b-a820-c1f0445f07ad_CIRCULATION_LOG_2022-02-03_10:26:10}]. 10:26:11 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=19bfe529-56ee-425b-a820-c1f0445f07ad, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:10 GMT 2022, endTime=Thu Feb 03 10:26:11 GMT 2022, createdDate=Thu Feb 03 10:26:10 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:10 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:11 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=19bfe529-56ee-425b-a820-c1f0445f07ad, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:10 GMT 2022, endTime=Thu Feb 03 10:26:11 GMT 2022, createdDate=Thu Feb 03 10:26:10 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:10 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:11 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:26:11 [260221/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=19bfe529-56ee-425b-a820-c1f0445f07ad, tempOutputFilePath=/tmp/mod-data-export-worker/19bfe529-56ee-425b-a820-c1f0445f07ad_CIRCULATION_LOG_2022-02-03_10:26:10}] and the following status: [FAILED] in 175ms 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=f85425d1-5d61-460e-b431-88d2bcee5884, name=000003, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=f85425d1-5d61-460e-b431-88d2bcee5884, tempOutputFilePath=/tmp/mod-data-export-worker/f85425d1-5d61-460e-b431-88d2bcee5884_CIRCULATION_LOG_2022-02-03_10:26:37}. 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=f85425d1-5d61-460e-b431-88d2bcee5884, tempOutputFilePath=/tmp/mod-data-export-worker/f85425d1-5d61-460e-b431-88d2bcee5884_CIRCULATION_LOG_2022-02-03_10:26:37}] 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=8, version=1, startTime=Thu Feb 03 10:26:37 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:26:37 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=8, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=f85425d1-5d61-460e-b431-88d2bcee5884, tempOutputFilePath=/tmp/mod-data-export-worker/f85425d1-5d61-460e-b431-88d2bcee5884_CIRCULATION_LOG_2022-02-03_10:26:37}]. 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=f85425d1-5d61-460e-b431-88d2bcee5884, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:37 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:37 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:37 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=f85425d1-5d61-460e-b431-88d2bcee5884, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:37 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:37 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:37 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/f85425d1-5d61-460e-b431-88d2bcee5884_CIRCULATION_LOG_2022-02-03_10:26:37_0.tmp. 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 22ms 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:26:37 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object f85425d1-5d61-460e-b431-88d2bcee5884_CIRCULATION_LOG_2022-02-03_10:26:37.csv,sources [bucket folio-testing-export,object f85425d1-5d61-460e-b431-88d2bcee5884_CIRCULATION_LOG_2022-02-03_10:26:37_0.tmp],downloadFilename null,contentType text/csv. 10:26:38 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = f85425d1-5d61-460e-b431-88d2bcee5884_CIRCULATION_LOG_2022-02-03_10:26:37_0.tmp, resource = /f85425d1-5d61-460e-b431-88d2bcee5884_CIRCULATION_LOG_2022-02-03_10%3A26%3A37_0.tmp, requestId = 12G4BG6XW380CZS0, hostId = xk6gmbaEkdy77WOSEWnt61Uqrp7lMJYk0WhP5kvWbw1dk4hnhG5bjlltQuSr0YcuS7fzXee8yds=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/f85425d1-5d61-460e-b431-88d2bcee5884_CIRCULATION_LOG_2022-02-03_10%3A26%3A37_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102637Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: 12G4BG6XW380CZS0 x-amz-id-2: xk6gmbaEkdy77WOSEWnt61Uqrp7lMJYk0WhP5kvWbw1dk4hnhG5bjlltQuSr0YcuS7fzXee8yds= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:26:37 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 48 more 10:26:38 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 105ms 10:26:38 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=8, version=1, startTime=Thu Feb 03 10:26:37 GMT 2022, endTime=Thu Feb 03 10:26:38 GMT 2022, lastUpdated=Thu Feb 03 10:26:37 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=8, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=f85425d1-5d61-460e-b431-88d2bcee5884, tempOutputFilePath=/tmp/mod-data-export-worker/f85425d1-5d61-460e-b431-88d2bcee5884_CIRCULATION_LOG_2022-02-03_10:26:37}]. 10:26:38 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=f85425d1-5d61-460e-b431-88d2bcee5884, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:37 GMT 2022, endTime=Thu Feb 03 10:26:38 GMT 2022, createdDate=Thu Feb 03 10:26:37 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:37 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:38 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=f85425d1-5d61-460e-b431-88d2bcee5884, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:37 GMT 2022, endTime=Thu Feb 03 10:26:38 GMT 2022, createdDate=Thu Feb 03 10:26:37 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:37 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:38 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:26:38 [683909/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=f85425d1-5d61-460e-b431-88d2bcee5884, tempOutputFilePath=/tmp/mod-data-export-worker/f85425d1-5d61-460e-b431-88d2bcee5884_CIRCULATION_LOG_2022-02-03_10:26:37}] and the following status: [FAILED] in 115ms 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=34219672-1bd0-48d5-a723-a70dcc123fbc, name=000004, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=34219672-1bd0-48d5-a723-a70dcc123fbc, tempOutputFilePath=/tmp/mod-data-export-worker/34219672-1bd0-48d5-a723-a70dcc123fbc_CIRCULATION_LOG_2022-02-03_10:26:39}. 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=34219672-1bd0-48d5-a723-a70dcc123fbc, tempOutputFilePath=/tmp/mod-data-export-worker/34219672-1bd0-48d5-a723-a70dcc123fbc_CIRCULATION_LOG_2022-02-03_10:26:39}] 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=9, version=1, startTime=Thu Feb 03 10:26:39 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:26:39 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=9, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=34219672-1bd0-48d5-a723-a70dcc123fbc, tempOutputFilePath=/tmp/mod-data-export-worker/34219672-1bd0-48d5-a723-a70dcc123fbc_CIRCULATION_LOG_2022-02-03_10:26:39}]. 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=34219672-1bd0-48d5-a723-a70dcc123fbc, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:39 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:39 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:39 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=34219672-1bd0-48d5-a723-a70dcc123fbc, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:39 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:39 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:39 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/34219672-1bd0-48d5-a723-a70dcc123fbc_CIRCULATION_LOG_2022-02-03_10:26:39_0.tmp. 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 23ms 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object 34219672-1bd0-48d5-a723-a70dcc123fbc_CIRCULATION_LOG_2022-02-03_10:26:39.csv,sources [bucket folio-testing-export,object 34219672-1bd0-48d5-a723-a70dcc123fbc_CIRCULATION_LOG_2022-02-03_10:26:39_0.tmp],downloadFilename null,contentType text/csv. 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = 34219672-1bd0-48d5-a723-a70dcc123fbc_CIRCULATION_LOG_2022-02-03_10:26:39_0.tmp, resource = /34219672-1bd0-48d5-a723-a70dcc123fbc_CIRCULATION_LOG_2022-02-03_10%3A26%3A39_0.tmp, requestId = 88WB6SG20YNSDD0R, hostId = jfBQwvTaTB56OyaG5LwV9qanxS2Faul+euzaz4mAkfbAJ8Xcm/Esbstz21B/5dM8yEAwwdiYDbc=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/34219672-1bd0-48d5-a723-a70dcc123fbc_CIRCULATION_LOG_2022-02-03_10%3A26%3A39_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102639Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: 88WB6SG20YNSDD0R x-amz-id-2: jfBQwvTaTB56OyaG5LwV9qanxS2Faul+euzaz4mAkfbAJ8Xcm/Esbstz21B/5dM8yEAwwdiYDbc= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:26:39 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 48 more 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 66ms 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=9, version=1, startTime=Thu Feb 03 10:26:39 GMT 2022, endTime=Thu Feb 03 10:26:39 GMT 2022, lastUpdated=Thu Feb 03 10:26:39 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=9, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=34219672-1bd0-48d5-a723-a70dcc123fbc, tempOutputFilePath=/tmp/mod-data-export-worker/34219672-1bd0-48d5-a723-a70dcc123fbc_CIRCULATION_LOG_2022-02-03_10:26:39}]. 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=34219672-1bd0-48d5-a723-a70dcc123fbc, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:39 GMT 2022, endTime=Thu Feb 03 10:26:39 GMT 2022, createdDate=Thu Feb 03 10:26:39 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:39 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=34219672-1bd0-48d5-a723-a70dcc123fbc, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:39 GMT 2022, endTime=Thu Feb 03 10:26:39 GMT 2022, createdDate=Thu Feb 03 10:26:39 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:39 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:26:39 [036537/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=34219672-1bd0-48d5-a723-a70dcc123fbc, tempOutputFilePath=/tmp/mod-data-export-worker/34219672-1bd0-48d5-a723-a70dcc123fbc_CIRCULATION_LOG_2022-02-03_10:26:39}] and the following status: [FAILED] in 74ms 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=ff4c2946-4a59-43c6-ba05-b50f13857e84, name=000005, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=ff4c2946-4a59-43c6-ba05-b50f13857e84, tempOutputFilePath=/tmp/mod-data-export-worker/ff4c2946-4a59-43c6-ba05-b50f13857e84_CIRCULATION_LOG_2022-02-03_10:26:40}. 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=ff4c2946-4a59-43c6-ba05-b50f13857e84, tempOutputFilePath=/tmp/mod-data-export-worker/ff4c2946-4a59-43c6-ba05-b50f13857e84_CIRCULATION_LOG_2022-02-03_10:26:40}] 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=10, version=1, startTime=Thu Feb 03 10:26:40 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:26:40 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=10, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=ff4c2946-4a59-43c6-ba05-b50f13857e84, tempOutputFilePath=/tmp/mod-data-export-worker/ff4c2946-4a59-43c6-ba05-b50f13857e84_CIRCULATION_LOG_2022-02-03_10:26:40}]. 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=ff4c2946-4a59-43c6-ba05-b50f13857e84, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:40 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:40 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:40 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=ff4c2946-4a59-43c6-ba05-b50f13857e84, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:40 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:40 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:40 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/ff4c2946-4a59-43c6-ba05-b50f13857e84_CIRCULATION_LOG_2022-02-03_10:26:40_0.tmp. 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 23ms 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object ff4c2946-4a59-43c6-ba05-b50f13857e84_CIRCULATION_LOG_2022-02-03_10:26:40.csv,sources [bucket folio-testing-export,object ff4c2946-4a59-43c6-ba05-b50f13857e84_CIRCULATION_LOG_2022-02-03_10:26:40_0.tmp],downloadFilename null,contentType text/csv. 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = ff4c2946-4a59-43c6-ba05-b50f13857e84_CIRCULATION_LOG_2022-02-03_10:26:40_0.tmp, resource = /ff4c2946-4a59-43c6-ba05-b50f13857e84_CIRCULATION_LOG_2022-02-03_10%3A26%3A40_0.tmp, requestId = RGV211202DGTE8BJ, hostId = 2V71pQSNqmzHefuIKRunRFks5v2HiQWbVLl0rEAypJiWOyPNwSPCheaytQzGgHCaH1oWjnLuDok=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/ff4c2946-4a59-43c6-ba05-b50f13857e84_CIRCULATION_LOG_2022-02-03_10%3A26%3A40_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102640Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: RGV211202DGTE8BJ x-amz-id-2: 2V71pQSNqmzHefuIKRunRFks5v2HiQWbVLl0rEAypJiWOyPNwSPCheaytQzGgHCaH1oWjnLuDok= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:26:40 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 48 more 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 70ms 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=10, version=1, startTime=Thu Feb 03 10:26:40 GMT 2022, endTime=Thu Feb 03 10:26:40 GMT 2022, lastUpdated=Thu Feb 03 10:26:40 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=10, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=ff4c2946-4a59-43c6-ba05-b50f13857e84, tempOutputFilePath=/tmp/mod-data-export-worker/ff4c2946-4a59-43c6-ba05-b50f13857e84_CIRCULATION_LOG_2022-02-03_10:26:40}]. 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=ff4c2946-4a59-43c6-ba05-b50f13857e84, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:40 GMT 2022, endTime=Thu Feb 03 10:26:40 GMT 2022, createdDate=Thu Feb 03 10:26:40 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:40 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=ff4c2946-4a59-43c6-ba05-b50f13857e84, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:40 GMT 2022, endTime=Thu Feb 03 10:26:40 GMT 2022, createdDate=Thu Feb 03 10:26:40 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:40 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:26:40 [199188/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=ff4c2946-4a59-43c6-ba05-b50f13857e84, tempOutputFilePath=/tmp/mod-data-export-worker/ff4c2946-4a59-43c6-ba05-b50f13857e84_CIRCULATION_LOG_2022-02-03_10:26:40}] and the following status: [FAILED] in 80ms 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=7cb842b8-26d1-411d-a3a1-3f6fb1f97d65, name=000006, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=7cb842b8-26d1-411d-a3a1-3f6fb1f97d65, tempOutputFilePath=/tmp/mod-data-export-worker/7cb842b8-26d1-411d-a3a1-3f6fb1f97d65_CIRCULATION_LOG_2022-02-03_10:26:41}. 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=7cb842b8-26d1-411d-a3a1-3f6fb1f97d65, tempOutputFilePath=/tmp/mod-data-export-worker/7cb842b8-26d1-411d-a3a1-3f6fb1f97d65_CIRCULATION_LOG_2022-02-03_10:26:41}] 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=11, version=1, startTime=Thu Feb 03 10:26:41 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:26:41 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=11, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=7cb842b8-26d1-411d-a3a1-3f6fb1f97d65, tempOutputFilePath=/tmp/mod-data-export-worker/7cb842b8-26d1-411d-a3a1-3f6fb1f97d65_CIRCULATION_LOG_2022-02-03_10:26:41}]. 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=7cb842b8-26d1-411d-a3a1-3f6fb1f97d65, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:41 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:41 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:41 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=7cb842b8-26d1-411d-a3a1-3f6fb1f97d65, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:41 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:41 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:41 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/7cb842b8-26d1-411d-a3a1-3f6fb1f97d65_CIRCULATION_LOG_2022-02-03_10:26:41_0.tmp. 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 265ms 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object 7cb842b8-26d1-411d-a3a1-3f6fb1f97d65_CIRCULATION_LOG_2022-02-03_10:26:41.csv,sources [bucket folio-testing-export,object 7cb842b8-26d1-411d-a3a1-3f6fb1f97d65_CIRCULATION_LOG_2022-02-03_10:26:41_0.tmp],downloadFilename null,contentType text/csv. 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = 7cb842b8-26d1-411d-a3a1-3f6fb1f97d65_CIRCULATION_LOG_2022-02-03_10:26:41_0.tmp, resource = /7cb842b8-26d1-411d-a3a1-3f6fb1f97d65_CIRCULATION_LOG_2022-02-03_10%3A26%3A41_0.tmp, requestId = 9Y1YBKS1SVS49B75, hostId = 77BGZUg0s+uTiHy0ovpSE0P/9rIJRMd0JHRH9oiaE9z+aRU/Q0YHCwJ3vFwUXsx1A8TRIsTNQEs=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/7cb842b8-26d1-411d-a3a1-3f6fb1f97d65_CIRCULATION_LOG_2022-02-03_10%3A26%3A41_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102641Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: 9Y1YBKS1SVS49B75 x-amz-id-2: 77BGZUg0s+uTiHy0ovpSE0P/9rIJRMd0JHRH9oiaE9z+aRU/Q0YHCwJ3vFwUXsx1A8TRIsTNQEs= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:26:41 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 48 more 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 315ms 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=11, version=1, startTime=Thu Feb 03 10:26:41 GMT 2022, endTime=Thu Feb 03 10:26:41 GMT 2022, lastUpdated=Thu Feb 03 10:26:41 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=11, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=7cb842b8-26d1-411d-a3a1-3f6fb1f97d65, tempOutputFilePath=/tmp/mod-data-export-worker/7cb842b8-26d1-411d-a3a1-3f6fb1f97d65_CIRCULATION_LOG_2022-02-03_10:26:41}]. 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=7cb842b8-26d1-411d-a3a1-3f6fb1f97d65, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:41 GMT 2022, endTime=Thu Feb 03 10:26:41 GMT 2022, createdDate=Thu Feb 03 10:26:41 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:41 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=7cb842b8-26d1-411d-a3a1-3f6fb1f97d65, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:41 GMT 2022, endTime=Thu Feb 03 10:26:41 GMT 2022, createdDate=Thu Feb 03 10:26:41 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:41 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:26:41 [438548/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=7cb842b8-26d1-411d-a3a1-3f6fb1f97d65, tempOutputFilePath=/tmp/mod-data-export-worker/7cb842b8-26d1-411d-a3a1-3f6fb1f97d65_CIRCULATION_LOG_2022-02-03_10:26:41}] and the following status: [FAILED] in 324ms 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=3182f0fc-9197-4f17-b7a2-2594269c63cf, name=000007, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=3182f0fc-9197-4f17-b7a2-2594269c63cf, tempOutputFilePath=/tmp/mod-data-export-worker/3182f0fc-9197-4f17-b7a2-2594269c63cf_CIRCULATION_LOG_2022-02-03_10:26:42}. 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=3182f0fc-9197-4f17-b7a2-2594269c63cf, tempOutputFilePath=/tmp/mod-data-export-worker/3182f0fc-9197-4f17-b7a2-2594269c63cf_CIRCULATION_LOG_2022-02-03_10:26:42}] 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=12, version=1, startTime=Thu Feb 03 10:26:42 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:26:42 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=12, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=3182f0fc-9197-4f17-b7a2-2594269c63cf, tempOutputFilePath=/tmp/mod-data-export-worker/3182f0fc-9197-4f17-b7a2-2594269c63cf_CIRCULATION_LOG_2022-02-03_10:26:42}]. 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=3182f0fc-9197-4f17-b7a2-2594269c63cf, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:42 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:42 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:42 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=3182f0fc-9197-4f17-b7a2-2594269c63cf, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:42 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:42 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:42 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/3182f0fc-9197-4f17-b7a2-2594269c63cf_CIRCULATION_LOG_2022-02-03_10:26:42_0.tmp. 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 25ms 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object 3182f0fc-9197-4f17-b7a2-2594269c63cf_CIRCULATION_LOG_2022-02-03_10:26:42.csv,sources [bucket folio-testing-export,object 3182f0fc-9197-4f17-b7a2-2594269c63cf_CIRCULATION_LOG_2022-02-03_10:26:42_0.tmp],downloadFilename null,contentType text/csv. 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = 3182f0fc-9197-4f17-b7a2-2594269c63cf_CIRCULATION_LOG_2022-02-03_10:26:42_0.tmp, resource = /3182f0fc-9197-4f17-b7a2-2594269c63cf_CIRCULATION_LOG_2022-02-03_10%3A26%3A42_0.tmp, requestId = 6M0X07PHZ0V95XXQ, hostId = dcc/cbiQZYNGo0m4W1AW3QuOxTdzMHbEcMtTyncGZPbWYUKBs8GfheTB5bJkAkk6PEib0Bn+v1k=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/3182f0fc-9197-4f17-b7a2-2594269c63cf_CIRCULATION_LOG_2022-02-03_10%3A26%3A42_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102642Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: 6M0X07PHZ0V95XXQ x-amz-id-2: dcc/cbiQZYNGo0m4W1AW3QuOxTdzMHbEcMtTyncGZPbWYUKBs8GfheTB5bJkAkk6PEib0Bn+v1k= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:26:42 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 48 more 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 60ms 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=12, version=1, startTime=Thu Feb 03 10:26:42 GMT 2022, endTime=Thu Feb 03 10:26:42 GMT 2022, lastUpdated=Thu Feb 03 10:26:42 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=12, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=3182f0fc-9197-4f17-b7a2-2594269c63cf, tempOutputFilePath=/tmp/mod-data-export-worker/3182f0fc-9197-4f17-b7a2-2594269c63cf_CIRCULATION_LOG_2022-02-03_10:26:42}]. 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=3182f0fc-9197-4f17-b7a2-2594269c63cf, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:42 GMT 2022, endTime=Thu Feb 03 10:26:42 GMT 2022, createdDate=Thu Feb 03 10:26:42 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:42 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=3182f0fc-9197-4f17-b7a2-2594269c63cf, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:42 GMT 2022, endTime=Thu Feb 03 10:26:42 GMT 2022, createdDate=Thu Feb 03 10:26:42 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:42 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:26:42 [050769/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=3182f0fc-9197-4f17-b7a2-2594269c63cf, tempOutputFilePath=/tmp/mod-data-export-worker/3182f0fc-9197-4f17-b7a2-2594269c63cf_CIRCULATION_LOG_2022-02-03_10:26:42}] and the following status: [FAILED] in 68ms 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=bdadd678-7902-4c90-8324-c8ada13cb590, name=000007, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=bdadd678-7902-4c90-8324-c8ada13cb590, tempOutputFilePath=/tmp/mod-data-export-worker/bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10:26:52}. 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=bdadd678-7902-4c90-8324-c8ada13cb590, tempOutputFilePath=/tmp/mod-data-export-worker/bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10:26:52}] 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=13, version=1, startTime=Thu Feb 03 10:26:52 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:26:52 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=13, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=bdadd678-7902-4c90-8324-c8ada13cb590, tempOutputFilePath=/tmp/mod-data-export-worker/bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10:26:52}]. 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=bdadd678-7902-4c90-8324-c8ada13cb590, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:52 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:52 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:52 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=bdadd678-7902-4c90-8324-c8ada13cb590, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:52 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:52 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:52 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10:26:52_0.tmp. 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10:26:52_0.tmp. 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10:26:52_0.tmp,filename /tmp/mod-data-export-worker/bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10:26:52_0.tmp,downloadFilename null,contentType text/csv. 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10:26:52_0.tmp. 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 126ms 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10:26:52.csv,sources [bucket folio-testing-export,object bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10:26:52_0.tmp],downloadFilename null,contentType text/csv. 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10:26:52_0.tmp]. 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10%3A26%3A52.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102652Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=bdff9ccdf3ebaddd2576d51d90f3f752f49857f54a33422014116e9ba6ef69e9. 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 274ms 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=13, version=1, startTime=Thu Feb 03 10:26:52 GMT 2022, endTime=Thu Feb 03 10:26:52 GMT 2022, lastUpdated=Thu Feb 03 10:26:52 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=13, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=bdadd678-7902-4c90-8324-c8ada13cb590, tempOutputFilePath=/tmp/mod-data-export-worker/bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10:26:52}]. 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=bdadd678-7902-4c90-8324-c8ada13cb590, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10%3A26%3A52.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102652Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=bdff9ccdf3ebaddd2576d51d90f3f752f49857f54a33422014116e9ba6ef69e9], startTime=Thu Feb 03 10:26:52 GMT 2022, endTime=Thu Feb 03 10:26:52 GMT 2022, createdDate=Thu Feb 03 10:26:52 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:52 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=bdadd678-7902-4c90-8324-c8ada13cb590, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10%3A26%3A52.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102652Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=bdff9ccdf3ebaddd2576d51d90f3f752f49857f54a33422014116e9ba6ef69e9], startTime=Thu Feb 03 10:26:52 GMT 2022, endTime=Thu Feb 03 10:26:52 GMT 2022, createdDate=Thu Feb 03 10:26:52 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:52 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:26:52 [164208/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=bdadd678-7902-4c90-8324-c8ada13cb590, tempOutputFilePath=/tmp/mod-data-export-worker/bdadd678-7902-4c90-8324-c8ada13cb590_CIRCULATION_LOG_2022-02-03_10:26:52}] and the following status: [COMPLETED] in 283ms 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=a8f1f662-1c6a-40fc-979c-06671489fb9b, name=000008, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=a8f1f662-1c6a-40fc-979c-06671489fb9b, tempOutputFilePath=/tmp/mod-data-export-worker/a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10:26:53}. 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=a8f1f662-1c6a-40fc-979c-06671489fb9b, tempOutputFilePath=/tmp/mod-data-export-worker/a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10:26:53}] 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=14, version=1, startTime=Thu Feb 03 10:26:53 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:26:53 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=14, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=a8f1f662-1c6a-40fc-979c-06671489fb9b, tempOutputFilePath=/tmp/mod-data-export-worker/a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10:26:53}]. 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=a8f1f662-1c6a-40fc-979c-06671489fb9b, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:53 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:53 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:53 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=a8f1f662-1c6a-40fc-979c-06671489fb9b, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:53 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:53 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:53 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10:26:53_0.tmp. 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10:26:53_0.tmp. 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10:26:53_0.tmp,filename /tmp/mod-data-export-worker/a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10:26:53_0.tmp,downloadFilename null,contentType text/csv. 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10:26:53_0.tmp. 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 90ms 10:26:53 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10:26:53.csv,sources [bucket folio-testing-export,object a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10:26:53_0.tmp],downloadFilename null,contentType text/csv. 10:26:54 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10:26:53_0.tmp]. 10:26:54 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10%3A26%3A53.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102654Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=3df30c88f27db10a81dc8adf6482b97b8ab8f609fa6dc911714ec8c1c73b19e5. 10:26:54 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 254ms 10:26:54 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=14, version=1, startTime=Thu Feb 03 10:26:53 GMT 2022, endTime=Thu Feb 03 10:26:54 GMT 2022, lastUpdated=Thu Feb 03 10:26:53 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=14, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=a8f1f662-1c6a-40fc-979c-06671489fb9b, tempOutputFilePath=/tmp/mod-data-export-worker/a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10:26:53}]. 10:26:54 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=a8f1f662-1c6a-40fc-979c-06671489fb9b, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10%3A26%3A53.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102654Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=3df30c88f27db10a81dc8adf6482b97b8ab8f609fa6dc911714ec8c1c73b19e5], startTime=Thu Feb 03 10:26:53 GMT 2022, endTime=Thu Feb 03 10:26:54 GMT 2022, createdDate=Thu Feb 03 10:26:53 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:53 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:54 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=a8f1f662-1c6a-40fc-979c-06671489fb9b, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10%3A26%3A53.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102654Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=3df30c88f27db10a81dc8adf6482b97b8ab8f609fa6dc911714ec8c1c73b19e5], startTime=Thu Feb 03 10:26:53 GMT 2022, endTime=Thu Feb 03 10:26:54 GMT 2022, createdDate=Thu Feb 03 10:26:53 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:53 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:54 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:26:54 [014681/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=a8f1f662-1c6a-40fc-979c-06671489fb9b, tempOutputFilePath=/tmp/mod-data-export-worker/a8f1f662-1c6a-40fc-979c-06671489fb9b_CIRCULATION_LOG_2022-02-03_10:26:53}] and the following status: [COMPLETED] in 262ms 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=5b10442d-9e5c-492e-af55-9fdeecde26ab, name=000009, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=5b10442d-9e5c-492e-af55-9fdeecde26ab, tempOutputFilePath=/tmp/mod-data-export-worker/5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10:26:55}. 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=5b10442d-9e5c-492e-af55-9fdeecde26ab, tempOutputFilePath=/tmp/mod-data-export-worker/5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10:26:55}] 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=15, version=1, startTime=Thu Feb 03 10:26:55 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:26:55 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=15, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=5b10442d-9e5c-492e-af55-9fdeecde26ab, tempOutputFilePath=/tmp/mod-data-export-worker/5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10:26:55}]. 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=5b10442d-9e5c-492e-af55-9fdeecde26ab, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:55 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:55 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:55 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=5b10442d-9e5c-492e-af55-9fdeecde26ab, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:55 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:55 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:55 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10:26:55_0.tmp. 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10:26:55_0.tmp. 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10:26:55_0.tmp,filename /tmp/mod-data-export-worker/5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10:26:55_0.tmp,downloadFilename null,contentType text/csv. 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10:26:55_0.tmp. 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 62ms 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10:26:55.csv,sources [bucket folio-testing-export,object 5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10:26:55_0.tmp],downloadFilename null,contentType text/csv. 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10:26:55_0.tmp]. 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10%3A26%3A55.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102655Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ba5a300036615124831dc8958629a14f00dec160990070cbe295e62fcd961186. 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 156ms 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=15, version=1, startTime=Thu Feb 03 10:26:55 GMT 2022, endTime=Thu Feb 03 10:26:55 GMT 2022, lastUpdated=Thu Feb 03 10:26:55 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=15, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=5b10442d-9e5c-492e-af55-9fdeecde26ab, tempOutputFilePath=/tmp/mod-data-export-worker/5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10:26:55}]. 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=5b10442d-9e5c-492e-af55-9fdeecde26ab, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10%3A26%3A55.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102655Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ba5a300036615124831dc8958629a14f00dec160990070cbe295e62fcd961186], startTime=Thu Feb 03 10:26:55 GMT 2022, endTime=Thu Feb 03 10:26:55 GMT 2022, createdDate=Thu Feb 03 10:26:55 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:55 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=5b10442d-9e5c-492e-af55-9fdeecde26ab, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10%3A26%3A55.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102655Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ba5a300036615124831dc8958629a14f00dec160990070cbe295e62fcd961186], startTime=Thu Feb 03 10:26:55 GMT 2022, endTime=Thu Feb 03 10:26:55 GMT 2022, createdDate=Thu Feb 03 10:26:55 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:55 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:26:55 [173407/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=5b10442d-9e5c-492e-af55-9fdeecde26ab, tempOutputFilePath=/tmp/mod-data-export-worker/5b10442d-9e5c-492e-af55-9fdeecde26ab_CIRCULATION_LOG_2022-02-03_10:26:55}] and the following status: [COMPLETED] in 163ms 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=ffadd0b3-21b3-4f68-9bd6-176e0aa29872, name=000010, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=ffadd0b3-21b3-4f68-9bd6-176e0aa29872, tempOutputFilePath=/tmp/mod-data-export-worker/ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10:26:56}. 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=ffadd0b3-21b3-4f68-9bd6-176e0aa29872, tempOutputFilePath=/tmp/mod-data-export-worker/ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10:26:56}] 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=16, version=1, startTime=Thu Feb 03 10:26:56 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:26:56 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=16, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=ffadd0b3-21b3-4f68-9bd6-176e0aa29872, tempOutputFilePath=/tmp/mod-data-export-worker/ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10:26:56}]. 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=ffadd0b3-21b3-4f68-9bd6-176e0aa29872, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:56 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:56 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:56 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=ffadd0b3-21b3-4f68-9bd6-176e0aa29872, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:56 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:56 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:56 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10:26:56_0.tmp. 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10:26:56_0.tmp. 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10:26:56_0.tmp,filename /tmp/mod-data-export-worker/ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10:26:56_0.tmp,downloadFilename null,contentType text/csv. 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10:26:56_0.tmp. 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 62ms 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10:26:56.csv,sources [bucket folio-testing-export,object ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10:26:56_0.tmp],downloadFilename null,contentType text/csv. 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10:26:56_0.tmp]. 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10%3A26%3A56.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102656Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9a42ee6ccc689efbb36cab86e1aa30e55ba92678c7c16523302860b91bd3eb1e. 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 164ms 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=16, version=1, startTime=Thu Feb 03 10:26:56 GMT 2022, endTime=Thu Feb 03 10:26:56 GMT 2022, lastUpdated=Thu Feb 03 10:26:56 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=16, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=ffadd0b3-21b3-4f68-9bd6-176e0aa29872, tempOutputFilePath=/tmp/mod-data-export-worker/ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10:26:56}]. 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=ffadd0b3-21b3-4f68-9bd6-176e0aa29872, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10%3A26%3A56.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102656Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9a42ee6ccc689efbb36cab86e1aa30e55ba92678c7c16523302860b91bd3eb1e], startTime=Thu Feb 03 10:26:56 GMT 2022, endTime=Thu Feb 03 10:26:56 GMT 2022, createdDate=Thu Feb 03 10:26:56 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:56 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=ffadd0b3-21b3-4f68-9bd6-176e0aa29872, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10%3A26%3A56.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102656Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9a42ee6ccc689efbb36cab86e1aa30e55ba92678c7c16523302860b91bd3eb1e], startTime=Thu Feb 03 10:26:56 GMT 2022, endTime=Thu Feb 03 10:26:56 GMT 2022, createdDate=Thu Feb 03 10:26:56 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:56 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:26:56 [210477/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=ffadd0b3-21b3-4f68-9bd6-176e0aa29872, tempOutputFilePath=/tmp/mod-data-export-worker/ffadd0b3-21b3-4f68-9bd6-176e0aa29872_CIRCULATION_LOG_2022-02-03_10:26:56}] and the following status: [COMPLETED] in 170ms 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=642d1ee6-d3bb-4df9-ae83-56a099556954, name=000011, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=642d1ee6-d3bb-4df9-ae83-56a099556954, tempOutputFilePath=/tmp/mod-data-export-worker/642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10:26:57}. 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=642d1ee6-d3bb-4df9-ae83-56a099556954, tempOutputFilePath=/tmp/mod-data-export-worker/642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10:26:57}] 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=17, version=1, startTime=Thu Feb 03 10:26:57 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:26:57 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=17, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=642d1ee6-d3bb-4df9-ae83-56a099556954, tempOutputFilePath=/tmp/mod-data-export-worker/642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10:26:57}]. 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=642d1ee6-d3bb-4df9-ae83-56a099556954, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:57 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:57 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:57 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=642d1ee6-d3bb-4df9-ae83-56a099556954, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:57 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:57 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:57 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10:26:57_0.tmp. 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10:26:57_0.tmp. 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10:26:57_0.tmp,filename /tmp/mod-data-export-worker/642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10:26:57_0.tmp,downloadFilename null,contentType text/csv. 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10:26:57_0.tmp. 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 57ms 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10:26:57.csv,sources [bucket folio-testing-export,object 642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10:26:57_0.tmp],downloadFilename null,contentType text/csv. 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10:26:57_0.tmp]. 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10%3A26%3A57.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102657Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=02229554fee330e4ef12cdd28bf6db357561220abdd530ce93a92b7254f86ff3. 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 133ms 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=17, version=1, startTime=Thu Feb 03 10:26:57 GMT 2022, endTime=Thu Feb 03 10:26:57 GMT 2022, lastUpdated=Thu Feb 03 10:26:57 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=17, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=642d1ee6-d3bb-4df9-ae83-56a099556954, tempOutputFilePath=/tmp/mod-data-export-worker/642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10:26:57}]. 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=642d1ee6-d3bb-4df9-ae83-56a099556954, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10%3A26%3A57.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102657Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=02229554fee330e4ef12cdd28bf6db357561220abdd530ce93a92b7254f86ff3], startTime=Thu Feb 03 10:26:57 GMT 2022, endTime=Thu Feb 03 10:26:57 GMT 2022, createdDate=Thu Feb 03 10:26:57 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:57 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=642d1ee6-d3bb-4df9-ae83-56a099556954, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10%3A26%3A57.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102657Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=02229554fee330e4ef12cdd28bf6db357561220abdd530ce93a92b7254f86ff3], startTime=Thu Feb 03 10:26:57 GMT 2022, endTime=Thu Feb 03 10:26:57 GMT 2022, createdDate=Thu Feb 03 10:26:57 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:57 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:26:57 [449118/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=642d1ee6-d3bb-4df9-ae83-56a099556954, tempOutputFilePath=/tmp/mod-data-export-worker/642d1ee6-d3bb-4df9-ae83-56a099556954_CIRCULATION_LOG_2022-02-03_10:26:57}] and the following status: [COMPLETED] in 139ms 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=61a3d712-c3ad-4f30-83f3-f08ec64ac404, name=000012, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=61a3d712-c3ad-4f30-83f3-f08ec64ac404, tempOutputFilePath=/tmp/mod-data-export-worker/61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10:26:59}. 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=61a3d712-c3ad-4f30-83f3-f08ec64ac404, tempOutputFilePath=/tmp/mod-data-export-worker/61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10:26:59}] 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=18, version=1, startTime=Thu Feb 03 10:26:59 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:26:59 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=18, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=61a3d712-c3ad-4f30-83f3-f08ec64ac404, tempOutputFilePath=/tmp/mod-data-export-worker/61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10:26:59}]. 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=61a3d712-c3ad-4f30-83f3-f08ec64ac404, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:59 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:59 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:59 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=61a3d712-c3ad-4f30-83f3-f08ec64ac404, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:26:59 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:26:59 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:59 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10:26:59_0.tmp. 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10:26:59_0.tmp. 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10:26:59_0.tmp,filename /tmp/mod-data-export-worker/61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10:26:59_0.tmp,downloadFilename null,contentType text/csv. 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10:26:59_0.tmp. 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 51ms 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10:26:59.csv,sources [bucket folio-testing-export,object 61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10:26:59_0.tmp],downloadFilename null,contentType text/csv. 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10:26:59_0.tmp]. 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10%3A26%3A59.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102659Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=1dbf01fa32baf65def65a79c0d364781498a86556b92fdd2629eb9914621f21a. 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 118ms 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=18, version=1, startTime=Thu Feb 03 10:26:59 GMT 2022, endTime=Thu Feb 03 10:26:59 GMT 2022, lastUpdated=Thu Feb 03 10:26:59 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=18, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=61a3d712-c3ad-4f30-83f3-f08ec64ac404, tempOutputFilePath=/tmp/mod-data-export-worker/61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10:26:59}]. 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=61a3d712-c3ad-4f30-83f3-f08ec64ac404, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10%3A26%3A59.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102659Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=1dbf01fa32baf65def65a79c0d364781498a86556b92fdd2629eb9914621f21a], startTime=Thu Feb 03 10:26:59 GMT 2022, endTime=Thu Feb 03 10:26:59 GMT 2022, createdDate=Thu Feb 03 10:26:59 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:59 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=61a3d712-c3ad-4f30-83f3-f08ec64ac404, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10%3A26%3A59.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102659Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=1dbf01fa32baf65def65a79c0d364781498a86556b92fdd2629eb9914621f21a], startTime=Thu Feb 03 10:26:59 GMT 2022, endTime=Thu Feb 03 10:26:59 GMT 2022, createdDate=Thu Feb 03 10:26:59 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:26:59 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:26:59 [974313/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=61a3d712-c3ad-4f30-83f3-f08ec64ac404, tempOutputFilePath=/tmp/mod-data-export-worker/61a3d712-c3ad-4f30-83f3-f08ec64ac404_CIRCULATION_LOG_2022-02-03_10:26:59}] and the following status: [COMPLETED] in 124ms 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=28494840-ed1c-4a43-ba9b-3bc639df1df3, name=000013, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=28494840-ed1c-4a43-ba9b-3bc639df1df3, tempOutputFilePath=/tmp/mod-data-export-worker/28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10:27:01}. 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=28494840-ed1c-4a43-ba9b-3bc639df1df3, tempOutputFilePath=/tmp/mod-data-export-worker/28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10:27:01}] 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=19, version=1, startTime=Thu Feb 03 10:27:01 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:01 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=19, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=28494840-ed1c-4a43-ba9b-3bc639df1df3, tempOutputFilePath=/tmp/mod-data-export-worker/28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10:27:01}]. 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=28494840-ed1c-4a43-ba9b-3bc639df1df3, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:01 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:01 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:01 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=28494840-ed1c-4a43-ba9b-3bc639df1df3, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:01 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:01 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:01 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10:27:01_0.tmp. 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10:27:01_0.tmp. 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10:27:01_0.tmp,filename /tmp/mod-data-export-worker/28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10:27:01_0.tmp,downloadFilename null,contentType text/csv. 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10:27:01_0.tmp. 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 45ms 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10:27:01.csv,sources [bucket folio-testing-export,object 28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10:27:01_0.tmp],downloadFilename null,contentType text/csv. 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10:27:01_0.tmp]. 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10%3A27%3A01.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102701Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6efa9044fd2559342113fd9091f22a1395b798ee73e167b2a940a993a2c3e8ff. 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 123ms 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=19, version=1, startTime=Thu Feb 03 10:27:01 GMT 2022, endTime=Thu Feb 03 10:27:01 GMT 2022, lastUpdated=Thu Feb 03 10:27:01 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=19, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=28494840-ed1c-4a43-ba9b-3bc639df1df3, tempOutputFilePath=/tmp/mod-data-export-worker/28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10:27:01}]. 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=28494840-ed1c-4a43-ba9b-3bc639df1df3, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10%3A27%3A01.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102701Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6efa9044fd2559342113fd9091f22a1395b798ee73e167b2a940a993a2c3e8ff], startTime=Thu Feb 03 10:27:01 GMT 2022, endTime=Thu Feb 03 10:27:01 GMT 2022, createdDate=Thu Feb 03 10:27:01 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:01 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=28494840-ed1c-4a43-ba9b-3bc639df1df3, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10%3A27%3A01.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102701Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=6efa9044fd2559342113fd9091f22a1395b798ee73e167b2a940a993a2c3e8ff], startTime=Thu Feb 03 10:27:01 GMT 2022, endTime=Thu Feb 03 10:27:01 GMT 2022, createdDate=Thu Feb 03 10:27:01 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:01 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:01 [045846/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=28494840-ed1c-4a43-ba9b-3bc639df1df3, tempOutputFilePath=/tmp/mod-data-export-worker/28494840-ed1c-4a43-ba9b-3bc639df1df3_CIRCULATION_LOG_2022-02-03_10:27:01}] and the following status: [COMPLETED] in 130ms 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=a765cfa8-99e3-40ed-9349-0f16cfea52f6, name=000014, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=a765cfa8-99e3-40ed-9349-0f16cfea52f6, tempOutputFilePath=/tmp/mod-data-export-worker/a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10:27:02}. 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=a765cfa8-99e3-40ed-9349-0f16cfea52f6, tempOutputFilePath=/tmp/mod-data-export-worker/a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10:27:02}] 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=20, version=1, startTime=Thu Feb 03 10:27:02 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:02 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=20, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=a765cfa8-99e3-40ed-9349-0f16cfea52f6, tempOutputFilePath=/tmp/mod-data-export-worker/a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10:27:02}]. 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=a765cfa8-99e3-40ed-9349-0f16cfea52f6, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:02 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:02 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:02 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=a765cfa8-99e3-40ed-9349-0f16cfea52f6, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:02 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:02 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:02 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10:27:02_0.tmp. 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10:27:02_0.tmp. 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10:27:02_0.tmp,filename /tmp/mod-data-export-worker/a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10:27:02_0.tmp,downloadFilename null,contentType text/csv. 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10:27:02_0.tmp. 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 48ms 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10:27:02.csv,sources [bucket folio-testing-export,object a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10:27:02_0.tmp],downloadFilename null,contentType text/csv. 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10:27:02_0.tmp]. 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10%3A27%3A02.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102702Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=415d8edbf2bbe37fed0c898c2d3a019cfc3a3833e9f4cfe55f0f8dd13e73401f. 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 122ms 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=20, version=1, startTime=Thu Feb 03 10:27:02 GMT 2022, endTime=Thu Feb 03 10:27:02 GMT 2022, lastUpdated=Thu Feb 03 10:27:02 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=20, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=a765cfa8-99e3-40ed-9349-0f16cfea52f6, tempOutputFilePath=/tmp/mod-data-export-worker/a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10:27:02}]. 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=a765cfa8-99e3-40ed-9349-0f16cfea52f6, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10%3A27%3A02.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102702Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=415d8edbf2bbe37fed0c898c2d3a019cfc3a3833e9f4cfe55f0f8dd13e73401f], startTime=Thu Feb 03 10:27:02 GMT 2022, endTime=Thu Feb 03 10:27:02 GMT 2022, createdDate=Thu Feb 03 10:27:02 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:02 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=a765cfa8-99e3-40ed-9349-0f16cfea52f6, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10%3A27%3A02.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102702Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=415d8edbf2bbe37fed0c898c2d3a019cfc3a3833e9f4cfe55f0f8dd13e73401f], startTime=Thu Feb 03 10:27:02 GMT 2022, endTime=Thu Feb 03 10:27:02 GMT 2022, createdDate=Thu Feb 03 10:27:02 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:02 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:02 [371214/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=a765cfa8-99e3-40ed-9349-0f16cfea52f6, tempOutputFilePath=/tmp/mod-data-export-worker/a765cfa8-99e3-40ed-9349-0f16cfea52f6_CIRCULATION_LOG_2022-02-03_10:27:02}] and the following status: [COMPLETED] in 128ms 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=e1ccb197-f27b-4200-944c-1b92d9279dae, name=000008, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=e1ccb197-f27b-4200-944c-1b92d9279dae, tempOutputFilePath=/tmp/mod-data-export-worker/e1ccb197-f27b-4200-944c-1b92d9279dae_CIRCULATION_LOG_2022-02-03_10:27:06}. 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=e1ccb197-f27b-4200-944c-1b92d9279dae, tempOutputFilePath=/tmp/mod-data-export-worker/e1ccb197-f27b-4200-944c-1b92d9279dae_CIRCULATION_LOG_2022-02-03_10:27:06}] 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=21, version=1, startTime=Thu Feb 03 10:27:06 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:06 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=21, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=e1ccb197-f27b-4200-944c-1b92d9279dae, tempOutputFilePath=/tmp/mod-data-export-worker/e1ccb197-f27b-4200-944c-1b92d9279dae_CIRCULATION_LOG_2022-02-03_10:27:06}]. 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=e1ccb197-f27b-4200-944c-1b92d9279dae, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:06 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:06 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:06 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=e1ccb197-f27b-4200-944c-1b92d9279dae, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:06 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:06 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:06 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/e1ccb197-f27b-4200-944c-1b92d9279dae_CIRCULATION_LOG_2022-02-03_10:27:06_0.tmp. 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 16ms 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object e1ccb197-f27b-4200-944c-1b92d9279dae_CIRCULATION_LOG_2022-02-03_10:27:06.csv,sources [bucket folio-testing-export,object e1ccb197-f27b-4200-944c-1b92d9279dae_CIRCULATION_LOG_2022-02-03_10:27:06_0.tmp],downloadFilename null,contentType text/csv. 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = e1ccb197-f27b-4200-944c-1b92d9279dae_CIRCULATION_LOG_2022-02-03_10:27:06_0.tmp, resource = /e1ccb197-f27b-4200-944c-1b92d9279dae_CIRCULATION_LOG_2022-02-03_10%3A27%3A06_0.tmp, requestId = 46WZBEMJGRMYVVB1, hostId = gW5iQ5gKepvkU2PM356C1j0iO5lp4HDVU26wdwSACgNyuMsFiv9CO6tRtJntYPH6pjoo2wIWr+o=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/e1ccb197-f27b-4200-944c-1b92d9279dae_CIRCULATION_LOG_2022-02-03_10%3A27%3A06_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102706Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: 46WZBEMJGRMYVVB1 x-amz-id-2: gW5iQ5gKepvkU2PM356C1j0iO5lp4HDVU26wdwSACgNyuMsFiv9CO6tRtJntYPH6pjoo2wIWr+o= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:05 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 58ms 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=21, version=1, startTime=Thu Feb 03 10:27:06 GMT 2022, endTime=Thu Feb 03 10:27:06 GMT 2022, lastUpdated=Thu Feb 03 10:27:06 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=21, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=e1ccb197-f27b-4200-944c-1b92d9279dae, tempOutputFilePath=/tmp/mod-data-export-worker/e1ccb197-f27b-4200-944c-1b92d9279dae_CIRCULATION_LOG_2022-02-03_10:27:06}]. 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=e1ccb197-f27b-4200-944c-1b92d9279dae, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:06 GMT 2022, endTime=Thu Feb 03 10:27:06 GMT 2022, createdDate=Thu Feb 03 10:27:06 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:06 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=e1ccb197-f27b-4200-944c-1b92d9279dae, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:06 GMT 2022, endTime=Thu Feb 03 10:27:06 GMT 2022, createdDate=Thu Feb 03 10:27:06 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:06 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:06 [050950/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=e1ccb197-f27b-4200-944c-1b92d9279dae, tempOutputFilePath=/tmp/mod-data-export-worker/e1ccb197-f27b-4200-944c-1b92d9279dae_CIRCULATION_LOG_2022-02-03_10:27:06}] and the following status: [FAILED] in 64ms 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=6200f2e4-1afc-466f-b2f2-93de4d1a8c7f, name=000009, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=6200f2e4-1afc-466f-b2f2-93de4d1a8c7f, tempOutputFilePath=/tmp/mod-data-export-worker/6200f2e4-1afc-466f-b2f2-93de4d1a8c7f_CIRCULATION_LOG_2022-02-03_10:27:07}. 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=6200f2e4-1afc-466f-b2f2-93de4d1a8c7f, tempOutputFilePath=/tmp/mod-data-export-worker/6200f2e4-1afc-466f-b2f2-93de4d1a8c7f_CIRCULATION_LOG_2022-02-03_10:27:07}] 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=22, version=1, startTime=Thu Feb 03 10:27:07 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:07 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=22, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=6200f2e4-1afc-466f-b2f2-93de4d1a8c7f, tempOutputFilePath=/tmp/mod-data-export-worker/6200f2e4-1afc-466f-b2f2-93de4d1a8c7f_CIRCULATION_LOG_2022-02-03_10:27:07}]. 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=6200f2e4-1afc-466f-b2f2-93de4d1a8c7f, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:07 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:07 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:07 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=6200f2e4-1afc-466f-b2f2-93de4d1a8c7f, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:07 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:07 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:07 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/6200f2e4-1afc-466f-b2f2-93de4d1a8c7f_CIRCULATION_LOG_2022-02-03_10:27:07_0.tmp. 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 14ms 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object 6200f2e4-1afc-466f-b2f2-93de4d1a8c7f_CIRCULATION_LOG_2022-02-03_10:27:07.csv,sources [bucket folio-testing-export,object 6200f2e4-1afc-466f-b2f2-93de4d1a8c7f_CIRCULATION_LOG_2022-02-03_10:27:07_0.tmp],downloadFilename null,contentType text/csv. 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = 6200f2e4-1afc-466f-b2f2-93de4d1a8c7f_CIRCULATION_LOG_2022-02-03_10:27:07_0.tmp, resource = /6200f2e4-1afc-466f-b2f2-93de4d1a8c7f_CIRCULATION_LOG_2022-02-03_10%3A27%3A07_0.tmp, requestId = 14V82AZ1EQ84JHVH, hostId = t83G/4gUG/n3Jn2jgi+X/AjnsyjYaVZzKldm5wFYdvb5G88OnZu2VlVwVbs+spqmHOa22t4dG0E=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/6200f2e4-1afc-466f-b2f2-93de4d1a8c7f_CIRCULATION_LOG_2022-02-03_10%3A27%3A07_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102707Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: 14V82AZ1EQ84JHVH x-amz-id-2: t83G/4gUG/n3Jn2jgi+X/AjnsyjYaVZzKldm5wFYdvb5G88OnZu2VlVwVbs+spqmHOa22t4dG0E= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:06 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 51ms 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=22, version=1, startTime=Thu Feb 03 10:27:07 GMT 2022, endTime=Thu Feb 03 10:27:07 GMT 2022, lastUpdated=Thu Feb 03 10:27:07 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=22, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=6200f2e4-1afc-466f-b2f2-93de4d1a8c7f, tempOutputFilePath=/tmp/mod-data-export-worker/6200f2e4-1afc-466f-b2f2-93de4d1a8c7f_CIRCULATION_LOG_2022-02-03_10:27:07}]. 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=6200f2e4-1afc-466f-b2f2-93de4d1a8c7f, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:07 GMT 2022, endTime=Thu Feb 03 10:27:07 GMT 2022, createdDate=Thu Feb 03 10:27:07 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:07 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=6200f2e4-1afc-466f-b2f2-93de4d1a8c7f, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:07 GMT 2022, endTime=Thu Feb 03 10:27:07 GMT 2022, createdDate=Thu Feb 03 10:27:07 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:07 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:07 [592834/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=6200f2e4-1afc-466f-b2f2-93de4d1a8c7f, tempOutputFilePath=/tmp/mod-data-export-worker/6200f2e4-1afc-466f-b2f2-93de4d1a8c7f_CIRCULATION_LOG_2022-02-03_10:27:07}] and the following status: [FAILED] in 56ms 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=0a00321b-6df4-414f-b432-e1ff2c685065, name=000010, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=0a00321b-6df4-414f-b432-e1ff2c685065, tempOutputFilePath=/tmp/mod-data-export-worker/0a00321b-6df4-414f-b432-e1ff2c685065_CIRCULATION_LOG_2022-02-03_10:27:08}. 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=0a00321b-6df4-414f-b432-e1ff2c685065, tempOutputFilePath=/tmp/mod-data-export-worker/0a00321b-6df4-414f-b432-e1ff2c685065_CIRCULATION_LOG_2022-02-03_10:27:08}] 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=23, version=1, startTime=Thu Feb 03 10:27:08 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:08 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=23, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=0a00321b-6df4-414f-b432-e1ff2c685065, tempOutputFilePath=/tmp/mod-data-export-worker/0a00321b-6df4-414f-b432-e1ff2c685065_CIRCULATION_LOG_2022-02-03_10:27:08}]. 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=0a00321b-6df4-414f-b432-e1ff2c685065, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:08 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:08 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:08 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=0a00321b-6df4-414f-b432-e1ff2c685065, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:08 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:08 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:08 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/0a00321b-6df4-414f-b432-e1ff2c685065_CIRCULATION_LOG_2022-02-03_10:27:08_0.tmp. 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 14ms 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object 0a00321b-6df4-414f-b432-e1ff2c685065_CIRCULATION_LOG_2022-02-03_10:27:08.csv,sources [bucket folio-testing-export,object 0a00321b-6df4-414f-b432-e1ff2c685065_CIRCULATION_LOG_2022-02-03_10:27:08_0.tmp],downloadFilename null,contentType text/csv. 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = 0a00321b-6df4-414f-b432-e1ff2c685065_CIRCULATION_LOG_2022-02-03_10:27:08_0.tmp, resource = /0a00321b-6df4-414f-b432-e1ff2c685065_CIRCULATION_LOG_2022-02-03_10%3A27%3A08_0.tmp, requestId = VCQKBJ5GFFRXFVMQ, hostId = 2i9O0ndk+mCC0ZwieV1u9y2gNfm60VrAPo++cbBt/ZwL50+dK4/KUvw51j+hKIJQvWpucjBNThg=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/0a00321b-6df4-414f-b432-e1ff2c685065_CIRCULATION_LOG_2022-02-03_10%3A27%3A08_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102708Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: VCQKBJ5GFFRXFVMQ x-amz-id-2: 2i9O0ndk+mCC0ZwieV1u9y2gNfm60VrAPo++cbBt/ZwL50+dK4/KUvw51j+hKIJQvWpucjBNThg= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:07 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 46ms 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=23, version=1, startTime=Thu Feb 03 10:27:08 GMT 2022, endTime=Thu Feb 03 10:27:08 GMT 2022, lastUpdated=Thu Feb 03 10:27:08 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=23, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=0a00321b-6df4-414f-b432-e1ff2c685065, tempOutputFilePath=/tmp/mod-data-export-worker/0a00321b-6df4-414f-b432-e1ff2c685065_CIRCULATION_LOG_2022-02-03_10:27:08}]. 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=0a00321b-6df4-414f-b432-e1ff2c685065, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:08 GMT 2022, endTime=Thu Feb 03 10:27:08 GMT 2022, createdDate=Thu Feb 03 10:27:08 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:08 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=0a00321b-6df4-414f-b432-e1ff2c685065, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:08 GMT 2022, endTime=Thu Feb 03 10:27:08 GMT 2022, createdDate=Thu Feb 03 10:27:08 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:08 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:08 [461372/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=0a00321b-6df4-414f-b432-e1ff2c685065, tempOutputFilePath=/tmp/mod-data-export-worker/0a00321b-6df4-414f-b432-e1ff2c685065_CIRCULATION_LOG_2022-02-03_10:27:08}] and the following status: [FAILED] in 53ms 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=b63f1d32-cea6-4416-aef5-89a077f934a0, name=000011, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=b63f1d32-cea6-4416-aef5-89a077f934a0, tempOutputFilePath=/tmp/mod-data-export-worker/b63f1d32-cea6-4416-aef5-89a077f934a0_CIRCULATION_LOG_2022-02-03_10:27:08}. 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=b63f1d32-cea6-4416-aef5-89a077f934a0, tempOutputFilePath=/tmp/mod-data-export-worker/b63f1d32-cea6-4416-aef5-89a077f934a0_CIRCULATION_LOG_2022-02-03_10:27:08}] 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=24, version=1, startTime=Thu Feb 03 10:27:08 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:08 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=24, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=b63f1d32-cea6-4416-aef5-89a077f934a0, tempOutputFilePath=/tmp/mod-data-export-worker/b63f1d32-cea6-4416-aef5-89a077f934a0_CIRCULATION_LOG_2022-02-03_10:27:08}]. 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=b63f1d32-cea6-4416-aef5-89a077f934a0, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:08 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:08 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:08 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=b63f1d32-cea6-4416-aef5-89a077f934a0, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:08 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:08 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:08 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/b63f1d32-cea6-4416-aef5-89a077f934a0_CIRCULATION_LOG_2022-02-03_10:27:08_0.tmp. 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 16ms 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object b63f1d32-cea6-4416-aef5-89a077f934a0_CIRCULATION_LOG_2022-02-03_10:27:08.csv,sources [bucket folio-testing-export,object b63f1d32-cea6-4416-aef5-89a077f934a0_CIRCULATION_LOG_2022-02-03_10:27:08_0.tmp],downloadFilename null,contentType text/csv. 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = b63f1d32-cea6-4416-aef5-89a077f934a0_CIRCULATION_LOG_2022-02-03_10:27:08_0.tmp, resource = /b63f1d32-cea6-4416-aef5-89a077f934a0_CIRCULATION_LOG_2022-02-03_10%3A27%3A08_0.tmp, requestId = VCQRK43QN4TT5R86, hostId = BcNZF+TJbMafRB79LG/xoKT4ihVVVcarlLMXzxjoFVXhLzYx7GN/gJ4PfmhaHL2DaJAza6Uq/Kw=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/b63f1d32-cea6-4416-aef5-89a077f934a0_CIRCULATION_LOG_2022-02-03_10%3A27%3A08_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102708Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: VCQRK43QN4TT5R86 x-amz-id-2: BcNZF+TJbMafRB79LG/xoKT4ihVVVcarlLMXzxjoFVXhLzYx7GN/gJ4PfmhaHL2DaJAza6Uq/Kw= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:08 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 54ms 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=24, version=1, startTime=Thu Feb 03 10:27:08 GMT 2022, endTime=Thu Feb 03 10:27:08 GMT 2022, lastUpdated=Thu Feb 03 10:27:08 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=24, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=b63f1d32-cea6-4416-aef5-89a077f934a0, tempOutputFilePath=/tmp/mod-data-export-worker/b63f1d32-cea6-4416-aef5-89a077f934a0_CIRCULATION_LOG_2022-02-03_10:27:08}]. 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=b63f1d32-cea6-4416-aef5-89a077f934a0, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:08 GMT 2022, endTime=Thu Feb 03 10:27:08 GMT 2022, createdDate=Thu Feb 03 10:27:08 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:08 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=b63f1d32-cea6-4416-aef5-89a077f934a0, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:08 GMT 2022, endTime=Thu Feb 03 10:27:08 GMT 2022, createdDate=Thu Feb 03 10:27:08 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:08 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:08 [243517/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=b63f1d32-cea6-4416-aef5-89a077f934a0, tempOutputFilePath=/tmp/mod-data-export-worker/b63f1d32-cea6-4416-aef5-89a077f934a0_CIRCULATION_LOG_2022-02-03_10:27:08}] and the following status: [FAILED] in 60ms 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=b7a552fb-0d73-4411-a72c-572d4c3074b3, name=000012, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=b7a552fb-0d73-4411-a72c-572d4c3074b3, tempOutputFilePath=/tmp/mod-data-export-worker/b7a552fb-0d73-4411-a72c-572d4c3074b3_CIRCULATION_LOG_2022-02-03_10:27:09}. 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=b7a552fb-0d73-4411-a72c-572d4c3074b3, tempOutputFilePath=/tmp/mod-data-export-worker/b7a552fb-0d73-4411-a72c-572d4c3074b3_CIRCULATION_LOG_2022-02-03_10:27:09}] 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=25, version=1, startTime=Thu Feb 03 10:27:09 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:09 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=25, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=b7a552fb-0d73-4411-a72c-572d4c3074b3, tempOutputFilePath=/tmp/mod-data-export-worker/b7a552fb-0d73-4411-a72c-572d4c3074b3_CIRCULATION_LOG_2022-02-03_10:27:09}]. 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=b7a552fb-0d73-4411-a72c-572d4c3074b3, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:09 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:09 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:09 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=b7a552fb-0d73-4411-a72c-572d4c3074b3, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:09 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:09 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:09 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/b7a552fb-0d73-4411-a72c-572d4c3074b3_CIRCULATION_LOG_2022-02-03_10:27:09_0.tmp. 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 15ms 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object b7a552fb-0d73-4411-a72c-572d4c3074b3_CIRCULATION_LOG_2022-02-03_10:27:09.csv,sources [bucket folio-testing-export,object b7a552fb-0d73-4411-a72c-572d4c3074b3_CIRCULATION_LOG_2022-02-03_10:27:09_0.tmp],downloadFilename null,contentType text/csv. 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = b7a552fb-0d73-4411-a72c-572d4c3074b3_CIRCULATION_LOG_2022-02-03_10:27:09_0.tmp, resource = /b7a552fb-0d73-4411-a72c-572d4c3074b3_CIRCULATION_LOG_2022-02-03_10%3A27%3A09_0.tmp, requestId = SAP2709XSEJTRMZW, hostId = ysPDGNlCmtIDSe3c5ZImQMuvR+d5wAuxgv7E7t9geckdUW0zSqqtMzzRH5BizrdD2Qny/6Oto3A=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/b7a552fb-0d73-4411-a72c-572d4c3074b3_CIRCULATION_LOG_2022-02-03_10%3A27%3A09_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102709Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: SAP2709XSEJTRMZW x-amz-id-2: ysPDGNlCmtIDSe3c5ZImQMuvR+d5wAuxgv7E7t9geckdUW0zSqqtMzzRH5BizrdD2Qny/6Oto3A= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:08 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 48ms 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=25, version=1, startTime=Thu Feb 03 10:27:09 GMT 2022, endTime=Thu Feb 03 10:27:09 GMT 2022, lastUpdated=Thu Feb 03 10:27:09 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=25, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=b7a552fb-0d73-4411-a72c-572d4c3074b3, tempOutputFilePath=/tmp/mod-data-export-worker/b7a552fb-0d73-4411-a72c-572d4c3074b3_CIRCULATION_LOG_2022-02-03_10:27:09}]. 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=b7a552fb-0d73-4411-a72c-572d4c3074b3, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:09 GMT 2022, endTime=Thu Feb 03 10:27:09 GMT 2022, createdDate=Thu Feb 03 10:27:09 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:09 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=b7a552fb-0d73-4411-a72c-572d4c3074b3, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:09 GMT 2022, endTime=Thu Feb 03 10:27:09 GMT 2022, createdDate=Thu Feb 03 10:27:09 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:09 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:09 [249719/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=b7a552fb-0d73-4411-a72c-572d4c3074b3, tempOutputFilePath=/tmp/mod-data-export-worker/b7a552fb-0d73-4411-a72c-572d4c3074b3_CIRCULATION_LOG_2022-02-03_10:27:09}] and the following status: [FAILED] in 54ms 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=ece10b83-af55-485f-bda8-262476aa82c2, name=000013, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=ece10b83-af55-485f-bda8-262476aa82c2, tempOutputFilePath=/tmp/mod-data-export-worker/ece10b83-af55-485f-bda8-262476aa82c2_CIRCULATION_LOG_2022-02-03_10:27:10}. 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=ece10b83-af55-485f-bda8-262476aa82c2, tempOutputFilePath=/tmp/mod-data-export-worker/ece10b83-af55-485f-bda8-262476aa82c2_CIRCULATION_LOG_2022-02-03_10:27:10}] 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=26, version=1, startTime=Thu Feb 03 10:27:10 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:10 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=26, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=ece10b83-af55-485f-bda8-262476aa82c2, tempOutputFilePath=/tmp/mod-data-export-worker/ece10b83-af55-485f-bda8-262476aa82c2_CIRCULATION_LOG_2022-02-03_10:27:10}]. 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=ece10b83-af55-485f-bda8-262476aa82c2, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:10 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:10 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:10 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=ece10b83-af55-485f-bda8-262476aa82c2, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:10 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:10 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:10 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/ece10b83-af55-485f-bda8-262476aa82c2_CIRCULATION_LOG_2022-02-03_10:27:10_0.tmp. 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 15ms 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object ece10b83-af55-485f-bda8-262476aa82c2_CIRCULATION_LOG_2022-02-03_10:27:10.csv,sources [bucket folio-testing-export,object ece10b83-af55-485f-bda8-262476aa82c2_CIRCULATION_LOG_2022-02-03_10:27:10_0.tmp],downloadFilename null,contentType text/csv. 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = ece10b83-af55-485f-bda8-262476aa82c2_CIRCULATION_LOG_2022-02-03_10:27:10_0.tmp, resource = /ece10b83-af55-485f-bda8-262476aa82c2_CIRCULATION_LOG_2022-02-03_10%3A27%3A10_0.tmp, requestId = 66EZFH6GJY152XZA, hostId = VGUGRirBI5UHhjpp4VqqMyO3Qgwy/7xBujwkh1V5K/tI0K5WcLFJk/s+8dNYOwftBGy0IjbiufA=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/ece10b83-af55-485f-bda8-262476aa82c2_CIRCULATION_LOG_2022-02-03_10%3A27%3A10_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102710Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: 66EZFH6GJY152XZA x-amz-id-2: VGUGRirBI5UHhjpp4VqqMyO3Qgwy/7xBujwkh1V5K/tI0K5WcLFJk/s+8dNYOwftBGy0IjbiufA= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:09 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 56ms 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=26, version=1, startTime=Thu Feb 03 10:27:10 GMT 2022, endTime=Thu Feb 03 10:27:10 GMT 2022, lastUpdated=Thu Feb 03 10:27:10 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=26, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=ece10b83-af55-485f-bda8-262476aa82c2, tempOutputFilePath=/tmp/mod-data-export-worker/ece10b83-af55-485f-bda8-262476aa82c2_CIRCULATION_LOG_2022-02-03_10:27:10}]. 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=ece10b83-af55-485f-bda8-262476aa82c2, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:10 GMT 2022, endTime=Thu Feb 03 10:27:10 GMT 2022, createdDate=Thu Feb 03 10:27:10 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:10 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=ece10b83-af55-485f-bda8-262476aa82c2, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:10 GMT 2022, endTime=Thu Feb 03 10:27:10 GMT 2022, createdDate=Thu Feb 03 10:27:10 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:10 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:10 [140394/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=ece10b83-af55-485f-bda8-262476aa82c2, tempOutputFilePath=/tmp/mod-data-export-worker/ece10b83-af55-485f-bda8-262476aa82c2_CIRCULATION_LOG_2022-02-03_10:27:10}] and the following status: [FAILED] in 62ms 10:27:10 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:10 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=b9d48247-b6e2-4697-8df3-5a1dc038ac85, name=000014, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:10 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:10 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=b9d48247-b6e2-4697-8df3-5a1dc038ac85, tempOutputFilePath=/tmp/mod-data-export-worker/b9d48247-b6e2-4697-8df3-5a1dc038ac85_CIRCULATION_LOG_2022-02-03_10:27:10}. 10:27:10 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=b9d48247-b6e2-4697-8df3-5a1dc038ac85, tempOutputFilePath=/tmp/mod-data-export-worker/b9d48247-b6e2-4697-8df3-5a1dc038ac85_CIRCULATION_LOG_2022-02-03_10:27:10}] 10:27:10 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=27, version=1, startTime=Thu Feb 03 10:27:10 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:10 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=27, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=b9d48247-b6e2-4697-8df3-5a1dc038ac85, tempOutputFilePath=/tmp/mod-data-export-worker/b9d48247-b6e2-4697-8df3-5a1dc038ac85_CIRCULATION_LOG_2022-02-03_10:27:10}]. 10:27:10 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=b9d48247-b6e2-4697-8df3-5a1dc038ac85, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:10 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:10 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:10 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:10 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=b9d48247-b6e2-4697-8df3-5a1dc038ac85, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:10 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:10 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:10 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:10 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:11 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/b9d48247-b6e2-4697-8df3-5a1dc038ac85_CIRCULATION_LOG_2022-02-03_10:27:10_0.tmp. 10:27:11 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:11 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 13ms 10:27:11 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:11 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object b9d48247-b6e2-4697-8df3-5a1dc038ac85_CIRCULATION_LOG_2022-02-03_10:27:10.csv,sources [bucket folio-testing-export,object b9d48247-b6e2-4697-8df3-5a1dc038ac85_CIRCULATION_LOG_2022-02-03_10:27:10_0.tmp],downloadFilename null,contentType text/csv. 10:27:11 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = b9d48247-b6e2-4697-8df3-5a1dc038ac85_CIRCULATION_LOG_2022-02-03_10:27:10_0.tmp, resource = /b9d48247-b6e2-4697-8df3-5a1dc038ac85_CIRCULATION_LOG_2022-02-03_10%3A27%3A10_0.tmp, requestId = D8N9QJJCMK92R153, hostId = d5C9ZuKA3S3WNZ9snMVjoG8P/TOiOy9mJUH+zH0rXfNJOln7U+gksMWS8NFQtG4J5p2GDGWwT8M=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/b9d48247-b6e2-4697-8df3-5a1dc038ac85_CIRCULATION_LOG_2022-02-03_10%3A27%3A10_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102711Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: D8N9QJJCMK92R153 x-amz-id-2: d5C9ZuKA3S3WNZ9snMVjoG8P/TOiOy9mJUH+zH0rXfNJOln7U+gksMWS8NFQtG4J5p2GDGWwT8M= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:10 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:11 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 51ms 10:27:11 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=27, version=1, startTime=Thu Feb 03 10:27:10 GMT 2022, endTime=Thu Feb 03 10:27:11 GMT 2022, lastUpdated=Thu Feb 03 10:27:10 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=27, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=b9d48247-b6e2-4697-8df3-5a1dc038ac85, tempOutputFilePath=/tmp/mod-data-export-worker/b9d48247-b6e2-4697-8df3-5a1dc038ac85_CIRCULATION_LOG_2022-02-03_10:27:10}]. 10:27:11 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=b9d48247-b6e2-4697-8df3-5a1dc038ac85, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:10 GMT 2022, endTime=Thu Feb 03 10:27:11 GMT 2022, createdDate=Thu Feb 03 10:27:10 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:10 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:11 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=b9d48247-b6e2-4697-8df3-5a1dc038ac85, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:10 GMT 2022, endTime=Thu Feb 03 10:27:11 GMT 2022, createdDate=Thu Feb 03 10:27:10 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:10 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:11 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:11 [448716/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=b9d48247-b6e2-4697-8df3-5a1dc038ac85, tempOutputFilePath=/tmp/mod-data-export-worker/b9d48247-b6e2-4697-8df3-5a1dc038ac85_CIRCULATION_LOG_2022-02-03_10:27:10}] and the following status: [FAILED] in 58ms 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=f08e2767-33df-4e03-825e-8207d1018441, name=000015, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=f08e2767-33df-4e03-825e-8207d1018441, tempOutputFilePath=/tmp/mod-data-export-worker/f08e2767-33df-4e03-825e-8207d1018441_CIRCULATION_LOG_2022-02-03_10:27:11}. 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=f08e2767-33df-4e03-825e-8207d1018441, tempOutputFilePath=/tmp/mod-data-export-worker/f08e2767-33df-4e03-825e-8207d1018441_CIRCULATION_LOG_2022-02-03_10:27:11}] 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=28, version=1, startTime=Thu Feb 03 10:27:11 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:11 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=28, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=f08e2767-33df-4e03-825e-8207d1018441, tempOutputFilePath=/tmp/mod-data-export-worker/f08e2767-33df-4e03-825e-8207d1018441_CIRCULATION_LOG_2022-02-03_10:27:11}]. 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=f08e2767-33df-4e03-825e-8207d1018441, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:11 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:11 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:11 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=f08e2767-33df-4e03-825e-8207d1018441, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:11 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:11 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:11 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/f08e2767-33df-4e03-825e-8207d1018441_CIRCULATION_LOG_2022-02-03_10:27:11_0.tmp. 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 15ms 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object f08e2767-33df-4e03-825e-8207d1018441_CIRCULATION_LOG_2022-02-03_10:27:11.csv,sources [bucket folio-testing-export,object f08e2767-33df-4e03-825e-8207d1018441_CIRCULATION_LOG_2022-02-03_10:27:11_0.tmp],downloadFilename null,contentType text/csv. 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = f08e2767-33df-4e03-825e-8207d1018441_CIRCULATION_LOG_2022-02-03_10:27:11_0.tmp, resource = /f08e2767-33df-4e03-825e-8207d1018441_CIRCULATION_LOG_2022-02-03_10%3A27%3A11_0.tmp, requestId = D8N9G7KDCRY9YAH6, hostId = ek8+BNsrIJC/evhe8g2rDaaBC6XaymILuVE2pkWirjFzKTtiQw9eRMcwdfZoc3i9XuRkhKa4TVY=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/f08e2767-33df-4e03-825e-8207d1018441_CIRCULATION_LOG_2022-02-03_10%3A27%3A11_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102711Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: D8N9G7KDCRY9YAH6 x-amz-id-2: ek8+BNsrIJC/evhe8g2rDaaBC6XaymILuVE2pkWirjFzKTtiQw9eRMcwdfZoc3i9XuRkhKa4TVY= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:10 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 49ms 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=28, version=1, startTime=Thu Feb 03 10:27:11 GMT 2022, endTime=Thu Feb 03 10:27:11 GMT 2022, lastUpdated=Thu Feb 03 10:27:11 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=28, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=f08e2767-33df-4e03-825e-8207d1018441, tempOutputFilePath=/tmp/mod-data-export-worker/f08e2767-33df-4e03-825e-8207d1018441_CIRCULATION_LOG_2022-02-03_10:27:11}]. 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=f08e2767-33df-4e03-825e-8207d1018441, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:11 GMT 2022, endTime=Thu Feb 03 10:27:11 GMT 2022, createdDate=Thu Feb 03 10:27:11 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:11 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=f08e2767-33df-4e03-825e-8207d1018441, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:11 GMT 2022, endTime=Thu Feb 03 10:27:11 GMT 2022, createdDate=Thu Feb 03 10:27:11 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:11 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:11 [137251/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=f08e2767-33df-4e03-825e-8207d1018441, tempOutputFilePath=/tmp/mod-data-export-worker/f08e2767-33df-4e03-825e-8207d1018441_CIRCULATION_LOG_2022-02-03_10:27:11}] and the following status: [FAILED] in 56ms 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=b69f1830-166d-4a41-a27e-ba80d19901d5, name=000016, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=b69f1830-166d-4a41-a27e-ba80d19901d5, tempOutputFilePath=/tmp/mod-data-export-worker/b69f1830-166d-4a41-a27e-ba80d19901d5_CIRCULATION_LOG_2022-02-03_10:27:12}. 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=b69f1830-166d-4a41-a27e-ba80d19901d5, tempOutputFilePath=/tmp/mod-data-export-worker/b69f1830-166d-4a41-a27e-ba80d19901d5_CIRCULATION_LOG_2022-02-03_10:27:12}] 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=29, version=1, startTime=Thu Feb 03 10:27:12 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:12 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=29, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=b69f1830-166d-4a41-a27e-ba80d19901d5, tempOutputFilePath=/tmp/mod-data-export-worker/b69f1830-166d-4a41-a27e-ba80d19901d5_CIRCULATION_LOG_2022-02-03_10:27:12}]. 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=b69f1830-166d-4a41-a27e-ba80d19901d5, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:12 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:12 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:12 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=b69f1830-166d-4a41-a27e-ba80d19901d5, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:12 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:12 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:12 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/b69f1830-166d-4a41-a27e-ba80d19901d5_CIRCULATION_LOG_2022-02-03_10:27:12_0.tmp. 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 14ms 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object b69f1830-166d-4a41-a27e-ba80d19901d5_CIRCULATION_LOG_2022-02-03_10:27:12.csv,sources [bucket folio-testing-export,object b69f1830-166d-4a41-a27e-ba80d19901d5_CIRCULATION_LOG_2022-02-03_10:27:12_0.tmp],downloadFilename null,contentType text/csv. 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = b69f1830-166d-4a41-a27e-ba80d19901d5_CIRCULATION_LOG_2022-02-03_10:27:12_0.tmp, resource = /b69f1830-166d-4a41-a27e-ba80d19901d5_CIRCULATION_LOG_2022-02-03_10%3A27%3A12_0.tmp, requestId = GXMPTACX1Q9GRYSN, hostId = Y5ZHtkqNyC5h34pFER2bYrUCtq0m2qk/Eqo+n9qW4+3vl5OWKVdsV6TgwogDtZyi8S1hE8w8MdE=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/b69f1830-166d-4a41-a27e-ba80d19901d5_CIRCULATION_LOG_2022-02-03_10%3A27%3A12_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102712Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: GXMPTACX1Q9GRYSN x-amz-id-2: Y5ZHtkqNyC5h34pFER2bYrUCtq0m2qk/Eqo+n9qW4+3vl5OWKVdsV6TgwogDtZyi8S1hE8w8MdE= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:11 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 44ms 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=29, version=1, startTime=Thu Feb 03 10:27:12 GMT 2022, endTime=Thu Feb 03 10:27:12 GMT 2022, lastUpdated=Thu Feb 03 10:27:12 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=29, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=b69f1830-166d-4a41-a27e-ba80d19901d5, tempOutputFilePath=/tmp/mod-data-export-worker/b69f1830-166d-4a41-a27e-ba80d19901d5_CIRCULATION_LOG_2022-02-03_10:27:12}]. 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=b69f1830-166d-4a41-a27e-ba80d19901d5, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:12 GMT 2022, endTime=Thu Feb 03 10:27:12 GMT 2022, createdDate=Thu Feb 03 10:27:12 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:12 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=b69f1830-166d-4a41-a27e-ba80d19901d5, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:12 GMT 2022, endTime=Thu Feb 03 10:27:12 GMT 2022, createdDate=Thu Feb 03 10:27:12 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:12 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:12 [243984/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=b69f1830-166d-4a41-a27e-ba80d19901d5, tempOutputFilePath=/tmp/mod-data-export-worker/b69f1830-166d-4a41-a27e-ba80d19901d5_CIRCULATION_LOG_2022-02-03_10:27:12}] and the following status: [FAILED] in 49ms 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=ab6aaf48-02cf-4223-8157-04c4fef8f8a9, name=000017, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=ab6aaf48-02cf-4223-8157-04c4fef8f8a9, tempOutputFilePath=/tmp/mod-data-export-worker/ab6aaf48-02cf-4223-8157-04c4fef8f8a9_CIRCULATION_LOG_2022-02-03_10:27:13}. 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=ab6aaf48-02cf-4223-8157-04c4fef8f8a9, tempOutputFilePath=/tmp/mod-data-export-worker/ab6aaf48-02cf-4223-8157-04c4fef8f8a9_CIRCULATION_LOG_2022-02-03_10:27:13}] 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=30, version=1, startTime=Thu Feb 03 10:27:13 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:13 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=30, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=ab6aaf48-02cf-4223-8157-04c4fef8f8a9, tempOutputFilePath=/tmp/mod-data-export-worker/ab6aaf48-02cf-4223-8157-04c4fef8f8a9_CIRCULATION_LOG_2022-02-03_10:27:13}]. 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=ab6aaf48-02cf-4223-8157-04c4fef8f8a9, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:13 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:13 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:13 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=ab6aaf48-02cf-4223-8157-04c4fef8f8a9, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:13 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:13 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:13 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/ab6aaf48-02cf-4223-8157-04c4fef8f8a9_CIRCULATION_LOG_2022-02-03_10:27:13_0.tmp. 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 13ms 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object ab6aaf48-02cf-4223-8157-04c4fef8f8a9_CIRCULATION_LOG_2022-02-03_10:27:13.csv,sources [bucket folio-testing-export,object ab6aaf48-02cf-4223-8157-04c4fef8f8a9_CIRCULATION_LOG_2022-02-03_10:27:13_0.tmp],downloadFilename null,contentType text/csv. 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = ab6aaf48-02cf-4223-8157-04c4fef8f8a9_CIRCULATION_LOG_2022-02-03_10:27:13_0.tmp, resource = /ab6aaf48-02cf-4223-8157-04c4fef8f8a9_CIRCULATION_LOG_2022-02-03_10%3A27%3A13_0.tmp, requestId = 59CT07R334S2V1D0, hostId = xv5ilUIyFCgb98XElsiFayS3Lh2nRT39wo1tqvXNTpf3u4BsQwLm0I+WxbBiUtVH2gUu57WCx1M=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/ab6aaf48-02cf-4223-8157-04c4fef8f8a9_CIRCULATION_LOG_2022-02-03_10%3A27%3A13_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102713Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: 59CT07R334S2V1D0 x-amz-id-2: xv5ilUIyFCgb98XElsiFayS3Lh2nRT39wo1tqvXNTpf3u4BsQwLm0I+WxbBiUtVH2gUu57WCx1M= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:12 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 50ms 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=30, version=1, startTime=Thu Feb 03 10:27:13 GMT 2022, endTime=Thu Feb 03 10:27:13 GMT 2022, lastUpdated=Thu Feb 03 10:27:13 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=30, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=ab6aaf48-02cf-4223-8157-04c4fef8f8a9, tempOutputFilePath=/tmp/mod-data-export-worker/ab6aaf48-02cf-4223-8157-04c4fef8f8a9_CIRCULATION_LOG_2022-02-03_10:27:13}]. 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=ab6aaf48-02cf-4223-8157-04c4fef8f8a9, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:13 GMT 2022, endTime=Thu Feb 03 10:27:13 GMT 2022, createdDate=Thu Feb 03 10:27:13 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:13 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=ab6aaf48-02cf-4223-8157-04c4fef8f8a9, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:13 GMT 2022, endTime=Thu Feb 03 10:27:13 GMT 2022, createdDate=Thu Feb 03 10:27:13 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:13 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:13 [092333/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=ab6aaf48-02cf-4223-8157-04c4fef8f8a9, tempOutputFilePath=/tmp/mod-data-export-worker/ab6aaf48-02cf-4223-8157-04c4fef8f8a9_CIRCULATION_LOG_2022-02-03_10:27:13}] and the following status: [FAILED] in 56ms 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=aa7f99ee-d3b0-445e-876f-c29439fcc566, name=000018, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=aa7f99ee-d3b0-445e-876f-c29439fcc566, tempOutputFilePath=/tmp/mod-data-export-worker/aa7f99ee-d3b0-445e-876f-c29439fcc566_CIRCULATION_LOG_2022-02-03_10:27:14}. 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=aa7f99ee-d3b0-445e-876f-c29439fcc566, tempOutputFilePath=/tmp/mod-data-export-worker/aa7f99ee-d3b0-445e-876f-c29439fcc566_CIRCULATION_LOG_2022-02-03_10:27:14}] 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=31, version=1, startTime=Thu Feb 03 10:27:14 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:14 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=31, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=aa7f99ee-d3b0-445e-876f-c29439fcc566, tempOutputFilePath=/tmp/mod-data-export-worker/aa7f99ee-d3b0-445e-876f-c29439fcc566_CIRCULATION_LOG_2022-02-03_10:27:14}]. 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=aa7f99ee-d3b0-445e-876f-c29439fcc566, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:14 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:14 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:14 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=aa7f99ee-d3b0-445e-876f-c29439fcc566, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:14 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:14 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:14 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/aa7f99ee-d3b0-445e-876f-c29439fcc566_CIRCULATION_LOG_2022-02-03_10:27:14_0.tmp. 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 14ms 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object aa7f99ee-d3b0-445e-876f-c29439fcc566_CIRCULATION_LOG_2022-02-03_10:27:14.csv,sources [bucket folio-testing-export,object aa7f99ee-d3b0-445e-876f-c29439fcc566_CIRCULATION_LOG_2022-02-03_10:27:14_0.tmp],downloadFilename null,contentType text/csv. 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = aa7f99ee-d3b0-445e-876f-c29439fcc566_CIRCULATION_LOG_2022-02-03_10:27:14_0.tmp, resource = /aa7f99ee-d3b0-445e-876f-c29439fcc566_CIRCULATION_LOG_2022-02-03_10%3A27%3A14_0.tmp, requestId = GFWG86JRTVW144M8, hostId = XMIx621XLcVgY6ncv7Ikc9lBYBpUAegu1UcyTlCO+YzntNuc7HCXc+UIu0gHs90q+CTo2M4heSg=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/aa7f99ee-d3b0-445e-876f-c29439fcc566_CIRCULATION_LOG_2022-02-03_10%3A27%3A14_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102714Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: GFWG86JRTVW144M8 x-amz-id-2: XMIx621XLcVgY6ncv7Ikc9lBYBpUAegu1UcyTlCO+YzntNuc7HCXc+UIu0gHs90q+CTo2M4heSg= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:13 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 44ms 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=31, version=1, startTime=Thu Feb 03 10:27:14 GMT 2022, endTime=Thu Feb 03 10:27:14 GMT 2022, lastUpdated=Thu Feb 03 10:27:14 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=31, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=aa7f99ee-d3b0-445e-876f-c29439fcc566, tempOutputFilePath=/tmp/mod-data-export-worker/aa7f99ee-d3b0-445e-876f-c29439fcc566_CIRCULATION_LOG_2022-02-03_10:27:14}]. 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=aa7f99ee-d3b0-445e-876f-c29439fcc566, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:14 GMT 2022, endTime=Thu Feb 03 10:27:14 GMT 2022, createdDate=Thu Feb 03 10:27:14 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:14 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=aa7f99ee-d3b0-445e-876f-c29439fcc566, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:14 GMT 2022, endTime=Thu Feb 03 10:27:14 GMT 2022, createdDate=Thu Feb 03 10:27:14 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:14 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:14 [311191/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=aa7f99ee-d3b0-445e-876f-c29439fcc566, tempOutputFilePath=/tmp/mod-data-export-worker/aa7f99ee-d3b0-445e-876f-c29439fcc566_CIRCULATION_LOG_2022-02-03_10:27:14}] and the following status: [FAILED] in 49ms 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=8fde776b-7fae-4a74-b48b-ea74cb1adc15, name=000019, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=8fde776b-7fae-4a74-b48b-ea74cb1adc15, tempOutputFilePath=/tmp/mod-data-export-worker/8fde776b-7fae-4a74-b48b-ea74cb1adc15_CIRCULATION_LOG_2022-02-03_10:27:15}. 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=8fde776b-7fae-4a74-b48b-ea74cb1adc15, tempOutputFilePath=/tmp/mod-data-export-worker/8fde776b-7fae-4a74-b48b-ea74cb1adc15_CIRCULATION_LOG_2022-02-03_10:27:15}] 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=32, version=1, startTime=Thu Feb 03 10:27:15 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:15 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=32, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=8fde776b-7fae-4a74-b48b-ea74cb1adc15, tempOutputFilePath=/tmp/mod-data-export-worker/8fde776b-7fae-4a74-b48b-ea74cb1adc15_CIRCULATION_LOG_2022-02-03_10:27:15}]. 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=8fde776b-7fae-4a74-b48b-ea74cb1adc15, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:15 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:15 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:15 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=8fde776b-7fae-4a74-b48b-ea74cb1adc15, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:15 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:15 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:15 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/8fde776b-7fae-4a74-b48b-ea74cb1adc15_CIRCULATION_LOG_2022-02-03_10:27:15_0.tmp. 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 15ms 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object 8fde776b-7fae-4a74-b48b-ea74cb1adc15_CIRCULATION_LOG_2022-02-03_10:27:15.csv,sources [bucket folio-testing-export,object 8fde776b-7fae-4a74-b48b-ea74cb1adc15_CIRCULATION_LOG_2022-02-03_10:27:15_0.tmp],downloadFilename null,contentType text/csv. 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = 8fde776b-7fae-4a74-b48b-ea74cb1adc15_CIRCULATION_LOG_2022-02-03_10:27:15_0.tmp, resource = /8fde776b-7fae-4a74-b48b-ea74cb1adc15_CIRCULATION_LOG_2022-02-03_10%3A27%3A15_0.tmp, requestId = 2D93DJRM5RSM906H, hostId = 9p2I7LebTVmfvfOUSnH91iE9/fg6TXTvmAzYQaGs1nH+BaJuvDQHLu+DB6m/T8M5DYe5BC/Wiio=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/8fde776b-7fae-4a74-b48b-ea74cb1adc15_CIRCULATION_LOG_2022-02-03_10%3A27%3A15_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102715Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: 2D93DJRM5RSM906H x-amz-id-2: 9p2I7LebTVmfvfOUSnH91iE9/fg6TXTvmAzYQaGs1nH+BaJuvDQHLu+DB6m/T8M5DYe5BC/Wiio= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:14 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 81ms 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=32, version=1, startTime=Thu Feb 03 10:27:15 GMT 2022, endTime=Thu Feb 03 10:27:15 GMT 2022, lastUpdated=Thu Feb 03 10:27:15 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=32, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=8fde776b-7fae-4a74-b48b-ea74cb1adc15, tempOutputFilePath=/tmp/mod-data-export-worker/8fde776b-7fae-4a74-b48b-ea74cb1adc15_CIRCULATION_LOG_2022-02-03_10:27:15}]. 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=8fde776b-7fae-4a74-b48b-ea74cb1adc15, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:15 GMT 2022, endTime=Thu Feb 03 10:27:15 GMT 2022, createdDate=Thu Feb 03 10:27:15 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:15 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=8fde776b-7fae-4a74-b48b-ea74cb1adc15, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:15 GMT 2022, endTime=Thu Feb 03 10:27:15 GMT 2022, createdDate=Thu Feb 03 10:27:15 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:15 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:15 [401898/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=8fde776b-7fae-4a74-b48b-ea74cb1adc15, tempOutputFilePath=/tmp/mod-data-export-worker/8fde776b-7fae-4a74-b48b-ea74cb1adc15_CIRCULATION_LOG_2022-02-03_10:27:15}] and the following status: [FAILED] in 86ms 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=9151fe80-de0b-4a3c-8036-c9bc9ec54449, name=000020, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=9151fe80-de0b-4a3c-8036-c9bc9ec54449, tempOutputFilePath=/tmp/mod-data-export-worker/9151fe80-de0b-4a3c-8036-c9bc9ec54449_CIRCULATION_LOG_2022-02-03_10:27:15}. 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=9151fe80-de0b-4a3c-8036-c9bc9ec54449, tempOutputFilePath=/tmp/mod-data-export-worker/9151fe80-de0b-4a3c-8036-c9bc9ec54449_CIRCULATION_LOG_2022-02-03_10:27:15}] 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=33, version=1, startTime=Thu Feb 03 10:27:15 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:15 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=33, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=9151fe80-de0b-4a3c-8036-c9bc9ec54449, tempOutputFilePath=/tmp/mod-data-export-worker/9151fe80-de0b-4a3c-8036-c9bc9ec54449_CIRCULATION_LOG_2022-02-03_10:27:15}]. 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=9151fe80-de0b-4a3c-8036-c9bc9ec54449, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:15 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:15 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:15 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=9151fe80-de0b-4a3c-8036-c9bc9ec54449, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:15 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:15 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:15 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/9151fe80-de0b-4a3c-8036-c9bc9ec54449_CIRCULATION_LOG_2022-02-03_10:27:15_0.tmp. 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 15ms 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object 9151fe80-de0b-4a3c-8036-c9bc9ec54449_CIRCULATION_LOG_2022-02-03_10:27:15.csv,sources [bucket folio-testing-export,object 9151fe80-de0b-4a3c-8036-c9bc9ec54449_CIRCULATION_LOG_2022-02-03_10:27:15_0.tmp],downloadFilename null,contentType text/csv. 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = 9151fe80-de0b-4a3c-8036-c9bc9ec54449_CIRCULATION_LOG_2022-02-03_10:27:15_0.tmp, resource = /9151fe80-de0b-4a3c-8036-c9bc9ec54449_CIRCULATION_LOG_2022-02-03_10%3A27%3A15_0.tmp, requestId = 2D96G2MJNVM4GN63, hostId = fcqcmU2KT2exQoubLC7F3IG71WfNiIA/ZY4Oiq1/X0TWdn7/RytltIvtW7PYQYX3NnHD5sg/iqc=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/9151fe80-de0b-4a3c-8036-c9bc9ec54449_CIRCULATION_LOG_2022-02-03_10%3A27%3A15_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102715Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: 2D96G2MJNVM4GN63 x-amz-id-2: fcqcmU2KT2exQoubLC7F3IG71WfNiIA/ZY4Oiq1/X0TWdn7/RytltIvtW7PYQYX3NnHD5sg/iqc= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:14 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 48ms 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=33, version=1, startTime=Thu Feb 03 10:27:15 GMT 2022, endTime=Thu Feb 03 10:27:15 GMT 2022, lastUpdated=Thu Feb 03 10:27:15 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=33, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=9151fe80-de0b-4a3c-8036-c9bc9ec54449, tempOutputFilePath=/tmp/mod-data-export-worker/9151fe80-de0b-4a3c-8036-c9bc9ec54449_CIRCULATION_LOG_2022-02-03_10:27:15}]. 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=9151fe80-de0b-4a3c-8036-c9bc9ec54449, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:15 GMT 2022, endTime=Thu Feb 03 10:27:15 GMT 2022, createdDate=Thu Feb 03 10:27:15 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:15 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=9151fe80-de0b-4a3c-8036-c9bc9ec54449, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:15 GMT 2022, endTime=Thu Feb 03 10:27:15 GMT 2022, createdDate=Thu Feb 03 10:27:15 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:15 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:15 [441804/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=9151fe80-de0b-4a3c-8036-c9bc9ec54449, tempOutputFilePath=/tmp/mod-data-export-worker/9151fe80-de0b-4a3c-8036-c9bc9ec54449_CIRCULATION_LOG_2022-02-03_10:27:15}] and the following status: [FAILED] in 53ms 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=ea36ec46-4278-4d4d-8bf8-362cc7caf0f4, name=000021, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=ea36ec46-4278-4d4d-8bf8-362cc7caf0f4, tempOutputFilePath=/tmp/mod-data-export-worker/ea36ec46-4278-4d4d-8bf8-362cc7caf0f4_CIRCULATION_LOG_2022-02-03_10:27:16}. 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=ea36ec46-4278-4d4d-8bf8-362cc7caf0f4, tempOutputFilePath=/tmp/mod-data-export-worker/ea36ec46-4278-4d4d-8bf8-362cc7caf0f4_CIRCULATION_LOG_2022-02-03_10:27:16}] 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=34, version=1, startTime=Thu Feb 03 10:27:16 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:16 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=34, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=ea36ec46-4278-4d4d-8bf8-362cc7caf0f4, tempOutputFilePath=/tmp/mod-data-export-worker/ea36ec46-4278-4d4d-8bf8-362cc7caf0f4_CIRCULATION_LOG_2022-02-03_10:27:16}]. 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=ea36ec46-4278-4d4d-8bf8-362cc7caf0f4, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:16 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:16 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:16 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=ea36ec46-4278-4d4d-8bf8-362cc7caf0f4, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:16 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:16 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:16 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/ea36ec46-4278-4d4d-8bf8-362cc7caf0f4_CIRCULATION_LOG_2022-02-03_10:27:16_0.tmp. 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 13ms 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object ea36ec46-4278-4d4d-8bf8-362cc7caf0f4_CIRCULATION_LOG_2022-02-03_10:27:16.csv,sources [bucket folio-testing-export,object ea36ec46-4278-4d4d-8bf8-362cc7caf0f4_CIRCULATION_LOG_2022-02-03_10:27:16_0.tmp],downloadFilename null,contentType text/csv. 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = ea36ec46-4278-4d4d-8bf8-362cc7caf0f4_CIRCULATION_LOG_2022-02-03_10:27:16_0.tmp, resource = /ea36ec46-4278-4d4d-8bf8-362cc7caf0f4_CIRCULATION_LOG_2022-02-03_10%3A27%3A16_0.tmp, requestId = 3P8Q43D1SR16P66B, hostId = fr7ibXLiVqo0/S1Dghk9MRED9KPJoGDNGXyxx6cLxq9yrdte1mVH1J8UdZrFFOxVtRmYWiNht/g=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/ea36ec46-4278-4d4d-8bf8-362cc7caf0f4_CIRCULATION_LOG_2022-02-03_10%3A27%3A16_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102716Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: 3P8Q43D1SR16P66B x-amz-id-2: fr7ibXLiVqo0/S1Dghk9MRED9KPJoGDNGXyxx6cLxq9yrdte1mVH1J8UdZrFFOxVtRmYWiNht/g= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:15 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 54ms 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=34, version=1, startTime=Thu Feb 03 10:27:16 GMT 2022, endTime=Thu Feb 03 10:27:16 GMT 2022, lastUpdated=Thu Feb 03 10:27:16 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=34, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=ea36ec46-4278-4d4d-8bf8-362cc7caf0f4, tempOutputFilePath=/tmp/mod-data-export-worker/ea36ec46-4278-4d4d-8bf8-362cc7caf0f4_CIRCULATION_LOG_2022-02-03_10:27:16}]. 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=ea36ec46-4278-4d4d-8bf8-362cc7caf0f4, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:16 GMT 2022, endTime=Thu Feb 03 10:27:16 GMT 2022, createdDate=Thu Feb 03 10:27:16 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:16 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=ea36ec46-4278-4d4d-8bf8-362cc7caf0f4, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:16 GMT 2022, endTime=Thu Feb 03 10:27:16 GMT 2022, createdDate=Thu Feb 03 10:27:16 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:16 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:16 [171106/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=ea36ec46-4278-4d4d-8bf8-362cc7caf0f4, tempOutputFilePath=/tmp/mod-data-export-worker/ea36ec46-4278-4d4d-8bf8-362cc7caf0f4_CIRCULATION_LOG_2022-02-03_10:27:16}] and the following status: [FAILED] in 59ms 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=668feaf6-0f41-4c38-9d17-6383a56ad531, name=000022, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=668feaf6-0f41-4c38-9d17-6383a56ad531, tempOutputFilePath=/tmp/mod-data-export-worker/668feaf6-0f41-4c38-9d17-6383a56ad531_CIRCULATION_LOG_2022-02-03_10:27:17}. 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=668feaf6-0f41-4c38-9d17-6383a56ad531, tempOutputFilePath=/tmp/mod-data-export-worker/668feaf6-0f41-4c38-9d17-6383a56ad531_CIRCULATION_LOG_2022-02-03_10:27:17}] 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=35, version=1, startTime=Thu Feb 03 10:27:17 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:17 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=35, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=668feaf6-0f41-4c38-9d17-6383a56ad531, tempOutputFilePath=/tmp/mod-data-export-worker/668feaf6-0f41-4c38-9d17-6383a56ad531_CIRCULATION_LOG_2022-02-03_10:27:17}]. 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=668feaf6-0f41-4c38-9d17-6383a56ad531, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:17 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:17 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:17 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=668feaf6-0f41-4c38-9d17-6383a56ad531, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:17 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:17 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:17 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/668feaf6-0f41-4c38-9d17-6383a56ad531_CIRCULATION_LOG_2022-02-03_10:27:17_0.tmp. 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 13ms 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object 668feaf6-0f41-4c38-9d17-6383a56ad531_CIRCULATION_LOG_2022-02-03_10:27:17.csv,sources [bucket folio-testing-export,object 668feaf6-0f41-4c38-9d17-6383a56ad531_CIRCULATION_LOG_2022-02-03_10:27:17_0.tmp],downloadFilename null,contentType text/csv. 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = 668feaf6-0f41-4c38-9d17-6383a56ad531_CIRCULATION_LOG_2022-02-03_10:27:17_0.tmp, resource = /668feaf6-0f41-4c38-9d17-6383a56ad531_CIRCULATION_LOG_2022-02-03_10%3A27%3A17_0.tmp, requestId = NHV4DWV79DQN7NFB, hostId = L57AB0rCOITxI5WlDSLGkNT5bN8tmQmvFtPM5/wOW0A573mnYweaWZ5Jjwii9yMcFLlajnL/o6U=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/668feaf6-0f41-4c38-9d17-6383a56ad531_CIRCULATION_LOG_2022-02-03_10%3A27%3A17_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102717Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: NHV4DWV79DQN7NFB x-amz-id-2: L57AB0rCOITxI5WlDSLGkNT5bN8tmQmvFtPM5/wOW0A573mnYweaWZ5Jjwii9yMcFLlajnL/o6U= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:16 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 45ms 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=35, version=1, startTime=Thu Feb 03 10:27:17 GMT 2022, endTime=Thu Feb 03 10:27:17 GMT 2022, lastUpdated=Thu Feb 03 10:27:17 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=35, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=668feaf6-0f41-4c38-9d17-6383a56ad531, tempOutputFilePath=/tmp/mod-data-export-worker/668feaf6-0f41-4c38-9d17-6383a56ad531_CIRCULATION_LOG_2022-02-03_10:27:17}]. 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=668feaf6-0f41-4c38-9d17-6383a56ad531, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:17 GMT 2022, endTime=Thu Feb 03 10:27:17 GMT 2022, createdDate=Thu Feb 03 10:27:17 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:17 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=668feaf6-0f41-4c38-9d17-6383a56ad531, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:17 GMT 2022, endTime=Thu Feb 03 10:27:17 GMT 2022, createdDate=Thu Feb 03 10:27:17 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:17 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:17 [955814/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=668feaf6-0f41-4c38-9d17-6383a56ad531, tempOutputFilePath=/tmp/mod-data-export-worker/668feaf6-0f41-4c38-9d17-6383a56ad531_CIRCULATION_LOG_2022-02-03_10:27:17}] and the following status: [FAILED] in 50ms 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=c560a641-fc29-4a4e-bed6-f30b0251f596, name=000023, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=c560a641-fc29-4a4e-bed6-f30b0251f596, tempOutputFilePath=/tmp/mod-data-export-worker/c560a641-fc29-4a4e-bed6-f30b0251f596_CIRCULATION_LOG_2022-02-03_10:27:17}. 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=c560a641-fc29-4a4e-bed6-f30b0251f596, tempOutputFilePath=/tmp/mod-data-export-worker/c560a641-fc29-4a4e-bed6-f30b0251f596_CIRCULATION_LOG_2022-02-03_10:27:17}] 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=36, version=1, startTime=Thu Feb 03 10:27:17 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:17 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=36, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=c560a641-fc29-4a4e-bed6-f30b0251f596, tempOutputFilePath=/tmp/mod-data-export-worker/c560a641-fc29-4a4e-bed6-f30b0251f596_CIRCULATION_LOG_2022-02-03_10:27:17}]. 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=c560a641-fc29-4a4e-bed6-f30b0251f596, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:17 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:17 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:17 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=c560a641-fc29-4a4e-bed6-f30b0251f596, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:17 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:17 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:17 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/c560a641-fc29-4a4e-bed6-f30b0251f596_CIRCULATION_LOG_2022-02-03_10:27:17_0.tmp. 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 14ms 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object c560a641-fc29-4a4e-bed6-f30b0251f596_CIRCULATION_LOG_2022-02-03_10:27:17.csv,sources [bucket folio-testing-export,object c560a641-fc29-4a4e-bed6-f30b0251f596_CIRCULATION_LOG_2022-02-03_10:27:17_0.tmp],downloadFilename null,contentType text/csv. 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = c560a641-fc29-4a4e-bed6-f30b0251f596_CIRCULATION_LOG_2022-02-03_10:27:17_0.tmp, resource = /c560a641-fc29-4a4e-bed6-f30b0251f596_CIRCULATION_LOG_2022-02-03_10%3A27%3A17_0.tmp, requestId = NHV2ZM3DW2HQJ7T6, hostId = k0f29czw9tbST/hSPAuOLpWw8TmF5BMsVXywmHo8SLYjyKbgfppafa8WkJLtRbrZXZzFaxQd02I=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/c560a641-fc29-4a4e-bed6-f30b0251f596_CIRCULATION_LOG_2022-02-03_10%3A27%3A17_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102717Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: NHV2ZM3DW2HQJ7T6 x-amz-id-2: k0f29czw9tbST/hSPAuOLpWw8TmF5BMsVXywmHo8SLYjyKbgfppafa8WkJLtRbrZXZzFaxQd02I= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:16 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 45ms 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=36, version=1, startTime=Thu Feb 03 10:27:17 GMT 2022, endTime=Thu Feb 03 10:27:17 GMT 2022, lastUpdated=Thu Feb 03 10:27:17 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=36, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=c560a641-fc29-4a4e-bed6-f30b0251f596, tempOutputFilePath=/tmp/mod-data-export-worker/c560a641-fc29-4a4e-bed6-f30b0251f596_CIRCULATION_LOG_2022-02-03_10:27:17}]. 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=c560a641-fc29-4a4e-bed6-f30b0251f596, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:17 GMT 2022, endTime=Thu Feb 03 10:27:17 GMT 2022, createdDate=Thu Feb 03 10:27:17 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:17 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=c560a641-fc29-4a4e-bed6-f30b0251f596, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:17 GMT 2022, endTime=Thu Feb 03 10:27:17 GMT 2022, createdDate=Thu Feb 03 10:27:17 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:17 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:17 [751818/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=c560a641-fc29-4a4e-bed6-f30b0251f596, tempOutputFilePath=/tmp/mod-data-export-worker/c560a641-fc29-4a4e-bed6-f30b0251f596_CIRCULATION_LOG_2022-02-03_10:27:17}] and the following status: [FAILED] in 51ms 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=ca0b643c-0cca-4910-aa86-a09f646d8c5e, name=000024, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=ca0b643c-0cca-4910-aa86-a09f646d8c5e, tempOutputFilePath=/tmp/mod-data-export-worker/ca0b643c-0cca-4910-aa86-a09f646d8c5e_CIRCULATION_LOG_2022-02-03_10:27:18}. 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=ca0b643c-0cca-4910-aa86-a09f646d8c5e, tempOutputFilePath=/tmp/mod-data-export-worker/ca0b643c-0cca-4910-aa86-a09f646d8c5e_CIRCULATION_LOG_2022-02-03_10:27:18}] 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=37, version=1, startTime=Thu Feb 03 10:27:18 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:18 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=37, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=ca0b643c-0cca-4910-aa86-a09f646d8c5e, tempOutputFilePath=/tmp/mod-data-export-worker/ca0b643c-0cca-4910-aa86-a09f646d8c5e_CIRCULATION_LOG_2022-02-03_10:27:18}]. 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=ca0b643c-0cca-4910-aa86-a09f646d8c5e, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:18 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:18 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:18 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=ca0b643c-0cca-4910-aa86-a09f646d8c5e, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:18 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:18 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:18 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/ca0b643c-0cca-4910-aa86-a09f646d8c5e_CIRCULATION_LOG_2022-02-03_10:27:18_0.tmp. 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 12ms 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object ca0b643c-0cca-4910-aa86-a09f646d8c5e_CIRCULATION_LOG_2022-02-03_10:27:18.csv,sources [bucket folio-testing-export,object ca0b643c-0cca-4910-aa86-a09f646d8c5e_CIRCULATION_LOG_2022-02-03_10:27:18_0.tmp],downloadFilename null,contentType text/csv. 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = ca0b643c-0cca-4910-aa86-a09f646d8c5e_CIRCULATION_LOG_2022-02-03_10:27:18_0.tmp, resource = /ca0b643c-0cca-4910-aa86-a09f646d8c5e_CIRCULATION_LOG_2022-02-03_10%3A27%3A18_0.tmp, requestId = GKXGA0FTGFJHGTP6, hostId = EN6ta7Z8YaJexnjUkhAvuIZ0ODFqZIYeTg0JN4OcBaqgB/6NtPgfGwBG0sdyfx0XTd632/7Re8Y=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/ca0b643c-0cca-4910-aa86-a09f646d8c5e_CIRCULATION_LOG_2022-02-03_10%3A27%3A18_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102718Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: GKXGA0FTGFJHGTP6 x-amz-id-2: EN6ta7Z8YaJexnjUkhAvuIZ0ODFqZIYeTg0JN4OcBaqgB/6NtPgfGwBG0sdyfx0XTd632/7Re8Y= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:17 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 45ms 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=37, version=1, startTime=Thu Feb 03 10:27:18 GMT 2022, endTime=Thu Feb 03 10:27:18 GMT 2022, lastUpdated=Thu Feb 03 10:27:18 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=37, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=ca0b643c-0cca-4910-aa86-a09f646d8c5e, tempOutputFilePath=/tmp/mod-data-export-worker/ca0b643c-0cca-4910-aa86-a09f646d8c5e_CIRCULATION_LOG_2022-02-03_10:27:18}]. 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=ca0b643c-0cca-4910-aa86-a09f646d8c5e, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:18 GMT 2022, endTime=Thu Feb 03 10:27:18 GMT 2022, createdDate=Thu Feb 03 10:27:18 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:18 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=ca0b643c-0cca-4910-aa86-a09f646d8c5e, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:18 GMT 2022, endTime=Thu Feb 03 10:27:18 GMT 2022, createdDate=Thu Feb 03 10:27:18 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:18 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:18 [250363/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=ca0b643c-0cca-4910-aa86-a09f646d8c5e, tempOutputFilePath=/tmp/mod-data-export-worker/ca0b643c-0cca-4910-aa86-a09f646d8c5e_CIRCULATION_LOG_2022-02-03_10:27:18}] and the following status: [FAILED] in 49ms 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=5c9e0862-8618-4349-b73e-1dc45b6f1ebf, name=000025, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=5c9e0862-8618-4349-b73e-1dc45b6f1ebf, tempOutputFilePath=/tmp/mod-data-export-worker/5c9e0862-8618-4349-b73e-1dc45b6f1ebf_CIRCULATION_LOG_2022-02-03_10:27:19}. 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=5c9e0862-8618-4349-b73e-1dc45b6f1ebf, tempOutputFilePath=/tmp/mod-data-export-worker/5c9e0862-8618-4349-b73e-1dc45b6f1ebf_CIRCULATION_LOG_2022-02-03_10:27:19}] 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=38, version=1, startTime=Thu Feb 03 10:27:19 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:19 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=38, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=5c9e0862-8618-4349-b73e-1dc45b6f1ebf, tempOutputFilePath=/tmp/mod-data-export-worker/5c9e0862-8618-4349-b73e-1dc45b6f1ebf_CIRCULATION_LOG_2022-02-03_10:27:19}]. 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=5c9e0862-8618-4349-b73e-1dc45b6f1ebf, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:19 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:19 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:19 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=5c9e0862-8618-4349-b73e-1dc45b6f1ebf, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:19 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:19 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:19 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/5c9e0862-8618-4349-b73e-1dc45b6f1ebf_CIRCULATION_LOG_2022-02-03_10:27:19_0.tmp. 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 14ms 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object 5c9e0862-8618-4349-b73e-1dc45b6f1ebf_CIRCULATION_LOG_2022-02-03_10:27:19.csv,sources [bucket folio-testing-export,object 5c9e0862-8618-4349-b73e-1dc45b6f1ebf_CIRCULATION_LOG_2022-02-03_10:27:19_0.tmp],downloadFilename null,contentType text/csv. 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = 5c9e0862-8618-4349-b73e-1dc45b6f1ebf_CIRCULATION_LOG_2022-02-03_10:27:19_0.tmp, resource = /5c9e0862-8618-4349-b73e-1dc45b6f1ebf_CIRCULATION_LOG_2022-02-03_10%3A27%3A19_0.tmp, requestId = 9M2NKH7NS626TVC4, hostId = /mL/cgbE/BTNYmCqrYyHC/bZ+1eR25blOXmTC26ECHOWegwSIbKR/KE1fZQhWsNk4ZxJviXS7lI=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/5c9e0862-8618-4349-b73e-1dc45b6f1ebf_CIRCULATION_LOG_2022-02-03_10%3A27%3A19_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102719Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: 9M2NKH7NS626TVC4 x-amz-id-2: /mL/cgbE/BTNYmCqrYyHC/bZ+1eR25blOXmTC26ECHOWegwSIbKR/KE1fZQhWsNk4ZxJviXS7lI= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:18 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 49ms 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=38, version=1, startTime=Thu Feb 03 10:27:19 GMT 2022, endTime=Thu Feb 03 10:27:19 GMT 2022, lastUpdated=Thu Feb 03 10:27:19 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=38, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=5c9e0862-8618-4349-b73e-1dc45b6f1ebf, tempOutputFilePath=/tmp/mod-data-export-worker/5c9e0862-8618-4349-b73e-1dc45b6f1ebf_CIRCULATION_LOG_2022-02-03_10:27:19}]. 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=5c9e0862-8618-4349-b73e-1dc45b6f1ebf, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:19 GMT 2022, endTime=Thu Feb 03 10:27:19 GMT 2022, createdDate=Thu Feb 03 10:27:19 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:19 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=5c9e0862-8618-4349-b73e-1dc45b6f1ebf, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:19 GMT 2022, endTime=Thu Feb 03 10:27:19 GMT 2022, createdDate=Thu Feb 03 10:27:19 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:19 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:19 [269584/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=5c9e0862-8618-4349-b73e-1dc45b6f1ebf, tempOutputFilePath=/tmp/mod-data-export-worker/5c9e0862-8618-4349-b73e-1dc45b6f1ebf_CIRCULATION_LOG_2022-02-03_10:27:19}] and the following status: [FAILED] in 54ms 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=be2b4275-a44f-4bbb-ba04-5501d653ddce, name=000026, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=be2b4275-a44f-4bbb-ba04-5501d653ddce, tempOutputFilePath=/tmp/mod-data-export-worker/be2b4275-a44f-4bbb-ba04-5501d653ddce_CIRCULATION_LOG_2022-02-03_10:27:19}. 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=be2b4275-a44f-4bbb-ba04-5501d653ddce, tempOutputFilePath=/tmp/mod-data-export-worker/be2b4275-a44f-4bbb-ba04-5501d653ddce_CIRCULATION_LOG_2022-02-03_10:27:19}] 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=39, version=1, startTime=Thu Feb 03 10:27:19 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:19 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=39, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=be2b4275-a44f-4bbb-ba04-5501d653ddce, tempOutputFilePath=/tmp/mod-data-export-worker/be2b4275-a44f-4bbb-ba04-5501d653ddce_CIRCULATION_LOG_2022-02-03_10:27:19}]. 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=be2b4275-a44f-4bbb-ba04-5501d653ddce, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:19 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:19 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:19 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=be2b4275-a44f-4bbb-ba04-5501d653ddce, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:19 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:19 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:19 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/be2b4275-a44f-4bbb-ba04-5501d653ddce_CIRCULATION_LOG_2022-02-03_10:27:19_0.tmp. 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 17ms 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object be2b4275-a44f-4bbb-ba04-5501d653ddce_CIRCULATION_LOG_2022-02-03_10:27:19.csv,sources [bucket folio-testing-export,object be2b4275-a44f-4bbb-ba04-5501d653ddce_CIRCULATION_LOG_2022-02-03_10:27:19_0.tmp],downloadFilename null,contentType text/csv. 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = be2b4275-a44f-4bbb-ba04-5501d653ddce_CIRCULATION_LOG_2022-02-03_10:27:19_0.tmp, resource = /be2b4275-a44f-4bbb-ba04-5501d653ddce_CIRCULATION_LOG_2022-02-03_10%3A27%3A19_0.tmp, requestId = 9M2ZNZH9RJ49R4NE, hostId = qzCnp4GaJhxxTIFhH4dsqeIJx9fCJXmLH9dOAicxugvV6CMONtwmhuV4x5+6hBtZby9gVR+i4aE=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/be2b4275-a44f-4bbb-ba04-5501d653ddce_CIRCULATION_LOG_2022-02-03_10%3A27%3A19_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102719Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: 9M2ZNZH9RJ49R4NE x-amz-id-2: qzCnp4GaJhxxTIFhH4dsqeIJx9fCJXmLH9dOAicxugvV6CMONtwmhuV4x5+6hBtZby9gVR+i4aE= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:19 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 45ms 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=39, version=1, startTime=Thu Feb 03 10:27:19 GMT 2022, endTime=Thu Feb 03 10:27:19 GMT 2022, lastUpdated=Thu Feb 03 10:27:19 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=39, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=be2b4275-a44f-4bbb-ba04-5501d653ddce, tempOutputFilePath=/tmp/mod-data-export-worker/be2b4275-a44f-4bbb-ba04-5501d653ddce_CIRCULATION_LOG_2022-02-03_10:27:19}]. 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=be2b4275-a44f-4bbb-ba04-5501d653ddce, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:19 GMT 2022, endTime=Thu Feb 03 10:27:19 GMT 2022, createdDate=Thu Feb 03 10:27:19 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:19 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=be2b4275-a44f-4bbb-ba04-5501d653ddce, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:19 GMT 2022, endTime=Thu Feb 03 10:27:19 GMT 2022, createdDate=Thu Feb 03 10:27:19 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:19 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:19 [494443/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=be2b4275-a44f-4bbb-ba04-5501d653ddce, tempOutputFilePath=/tmp/mod-data-export-worker/be2b4275-a44f-4bbb-ba04-5501d653ddce_CIRCULATION_LOG_2022-02-03_10:27:19}] and the following status: [FAILED] in 51ms 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=05a223a6-d78b-495a-9587-ffd56343b85b, name=000027, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=05a223a6-d78b-495a-9587-ffd56343b85b, tempOutputFilePath=/tmp/mod-data-export-worker/05a223a6-d78b-495a-9587-ffd56343b85b_CIRCULATION_LOG_2022-02-03_10:27:20}. 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=05a223a6-d78b-495a-9587-ffd56343b85b, tempOutputFilePath=/tmp/mod-data-export-worker/05a223a6-d78b-495a-9587-ffd56343b85b_CIRCULATION_LOG_2022-02-03_10:27:20}] 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=40, version=1, startTime=Thu Feb 03 10:27:20 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:20 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=40, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=05a223a6-d78b-495a-9587-ffd56343b85b, tempOutputFilePath=/tmp/mod-data-export-worker/05a223a6-d78b-495a-9587-ffd56343b85b_CIRCULATION_LOG_2022-02-03_10:27:20}]. 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=05a223a6-d78b-495a-9587-ffd56343b85b, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:20 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:20 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:20 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=05a223a6-d78b-495a-9587-ffd56343b85b, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:20 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:20 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:20 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 0, tempOutputFilePath /tmp/mod-data-export-worker/05a223a6-d78b-495a-9587-ffd56343b85b_CIRCULATION_LOG_2022-02-03_10:27:20_0.tmp. 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.open() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.open(ChunkMonitor.java:114) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.open(CompositeItemStream.java:104) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.open(TaskletStep.java:311) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:205) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 13ms 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Exception while closing step execution resources in step getCirculationLogPartStep in job CIRCULATION_LOG org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.reader' defined in class path resource [org/folio/dew/batch/circulationlog/CirculationLogJobConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$1(AbstractBeanFactory.java:374) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.scope.StepScope.get(StepScope.java:113) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:371) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.aop.target.SimpleBeanTargetSource.getTarget(SimpleBeanTargetSource.java:35) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:676) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader$$EnhancerBySpringCGLIB$$c3af4d6f.close() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.item.ChunkMonitor.close(ChunkMonitor.java:106) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.item.support.CompositeItemStream.close(CompositeItemStream.java:90) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.tasklet.TaskletStep.close(TaskletStep.java:306) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:287) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:138) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.call(TaskExecutorPartitionHandler.java:135) [spring-batch-core-4.3.4.jar!/:4.3.4] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader]: Factory method 'reader' threw exception; nested exception is java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more Caused by: java.lang.IllegalArgumentException: count must be greater than zero at org.springframework.util.Assert.isTrue(Assert.java:121) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.setMaxItemCount(AbstractItemCountingItemStreamItemReader.java:130) ~[spring-batch-infrastructure-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.CsvItemReader.(CsvItemReader.java:20) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogCsvItemReader.(CirculationLogCsvItemReader.java:15) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig.reader(CirculationLogJobConfig.java:103) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.CGLIB$reader$4() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e$$FastClassBySpringCGLIB$$71e80f32.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.14.jar!/:5.3.14] at org.folio.dew.batch.circulationlog.CirculationLogJobConfig$$EnhancerBySpringCGLIB$$f0936e3e.reader() ~[classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor194.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.14.jar!/:5.3.14] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.14.jar!/:5.3.14] ... 23 more 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO ectStorageRepository Composing object 05a223a6-d78b-495a-9587-ffd56343b85b_CIRCULATION_LOG_2022-02-03_10:27:20.csv,sources [bucket folio-testing-export,object 05a223a6-d78b-495a-9587-ffd56343b85b_CIRCULATION_LOG_2022-02-03_10:27:20_0.tmp],downloadFilename null,contentType text/csv. 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] ERROR AbstractStep Encountered an error executing step getCirculationLogChunkStep in job CIRCULATION_LOG java.lang.IllegalStateException: error occurred ErrorResponse(code = NoSuchKey, message = Object does not exist, bucketName = folio-testing-export, objectName = 05a223a6-d78b-495a-9587-ffd56343b85b_CIRCULATION_LOG_2022-02-03_10:27:20_0.tmp, resource = /05a223a6-d78b-495a-9587-ffd56343b85b_CIRCULATION_LOG_2022-02-03_10%3A27%3A20_0.tmp, requestId = CWBAN6B2D85CENX0, hostId = SL7z02sRcV8LqyaBTop5kLx95g9Rxt9VpIr5EX4/yRvfz8ciNR15tI9Z+4S55ZpBbi1fyvgLA6E=) request={method=HEAD, url=https://folio-testing-export.s3.us-east-1.amazonaws.com/05a223a6-d78b-495a-9587-ffd56343b85b_CIRCULATION_LOG_2022-02-03_10%3A27%3A20_0.tmp, headers=Host: folio-testing-export.s3.us-east-1.amazonaws.com Accept-Encoding: identity User-Agent: MinIO (Linux; amd64) minio-java/8.1.0 x-amz-content-sha256: UNSIGNED-PAYLOAD x-amz-date: 20220203T102720Z Authorization: AWS4-HMAC-SHA256 Credential=*REDACTED*/20220203/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=*REDACTED* } response={code=404, headers=x-amz-request-id: CWBAN6B2D85CENX0 x-amz-id-2: SL7z02sRcV8LqyaBTop5kLx95g9Rxt9VpIr5EX4/yRvfz8ciNR15tI9Z+4S55ZpBbi1fyvgLA6E= Content-Type: application/xml Date: Thu, 03 Feb 2022 10:27:19 GMT Server: AmazonS3 } at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:36) ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.batch.core.partition.support.PartitionStep.doExecute(PartitionStep.java:108) ~[spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:208) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:152) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:68) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:137) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:320) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:149) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:140) [spring-batch-core-4.3.4.jar!/:4.3.4] at jdk.internal.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:128) [spring-batch-core-4.3.4.jar!/:4.3.4] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) [spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) [spring-aop-5.3.14.jar!/:5.3.14] at com.sun.proxy.$Proxy168.run(Unknown Source) [?:?] at org.springframework.batch.integration.launch.JobLaunchingMessageHandler.launch(JobLaunchingMessageHandler.java:50) [spring-batch-integration-4.3.4.jar!/:4.3.4] at org.folio.dew.batch.ExportJobManager.launchJob(ExportJobManager.java:29) [classes!/:1.3.0-SNAPSHOT] at org.folio.dew.service.JobCommandsReceiverService.receiveStartJobCommand(JobCommandsReceiverService.java:118) [classes!/:1.3.0-SNAPSHOT] at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:169) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.messaging.handler.invocation.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:119) [spring-messaging-5.3.14.jar!/:5.3.14] at org.springframework.kafka.listener.adapter.HandlerAdapter.invoke(HandlerAdapter.java:56) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.MessagingMessageListenerAdapter.invokeHandler(MessagingMessageListenerAdapter.java:347) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:92) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.adapter.RecordMessagingMessageListenerAdapter.onMessage(RecordMessagingMessageListenerAdapter.java:53) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeOnMessage(KafkaMessageListenerContainer.java:2588) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeOnMessage(KafkaMessageListenerContainer.java:2569) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeRecordListener(KafkaMessageListenerContainer.java:2483) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doInvokeWithRecords(KafkaMessageListenerContainer.java:2405) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeRecordListener(KafkaMessageListenerContainer.java:2284) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeListener(KafkaMessageListenerContainer.java:1958) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.invokeIfHaveRecords(KafkaMessageListenerContainer.java:1353) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1344) [spring-kafka-2.8.1.jar!/:2.8.1] at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1236) [spring-kafka-2.8.1.jar!/:2.8.1] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?] at java.lang.Thread.run(Thread.java:829) [?:?] Caused by: io.minio.errors.ErrorResponseException: Object does not exist at io.minio.MinioClient.execute(MinioClient.java:773) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.execute(MinioClient.java:564) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.executeHead(MinioClient.java:837) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.statObject(MinioClient.java:964) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.calculatePartCount(MinioClient.java:1252) ~[minio-8.1.0.jar!/:8.1.0] at io.minio.MinioClient.composeObject(MinioClient.java:1383) ~[minio-8.1.0.jar!/:8.1.0] at org.folio.dew.repository.MinIOObjectStorageRepository.composeObject(MinIOObjectStorageRepository.java:121) ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.repository.MinIOObjectStorageRepository$$FastClassBySpringCGLIB$$76a2712b.invoke() ~[classes!/:1.3.0-SNAPSHOT] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698) ~[spring-aop-5.3.14.jar!/:5.3.14] at org.folio.dew.repository.MinIOObjectStorageRepository$$EnhancerBySpringCGLIB$$89636f91.composeObject() ~[classes!/:1.3.0-SNAPSHOT] at org.folio.dew.batch.CsvFileAssembler.aggregate(CsvFileAssembler.java:34) ~[classes!/:1.3.0-SNAPSHOT] ... 46 more 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 45ms 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=40, version=1, startTime=Thu Feb 03 10:27:20 GMT 2022, endTime=Thu Feb 03 10:27:20 GMT 2022, lastUpdated=Thu Feb 03 10:27:20 GMT 2022, status=FAILED, exitStatus=exitCode=FAILED;exitDescription=, job=[JobInstance: id=40, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=05a223a6-d78b-495a-9587-ffd56343b85b, tempOutputFilePath=/tmp/mod-data-export-worker/05a223a6-d78b-495a-9587-ffd56343b85b_CIRCULATION_LOG_2022-02-03_10:27:20}]. 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sending Job(id=05a223a6-d78b-495a-9587-ffd56343b85b, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:20 GMT 2022, endTime=Thu Feb 03 10:27:20 GMT 2022, createdDate=Thu Feb 03 10:27:20 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:20 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO KafkaService Sent Job(id=05a223a6-d78b-495a-9587-ffd56343b85b, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:20 GMT 2022, endTime=Thu Feb 03 10:27:20 GMT 2022, createdDate=Thu Feb 03 10:27:20 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:20 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=count must be greater than zero (IllegalArgumentException) Object does not exist (ErrorResponseException) count must be greater than zero (IllegalArgumentException), batchStatus=FAILED, exitStatus=exitCode=FAILED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:20 [539196/data-export-spring] [circ_log_export_test] [00000000-1111-5555-9999-999999999999] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=05a223a6-d78b-495a-9587-ffd56343b85b, tempOutputFilePath=/tmp/mod-data-export-worker/05a223a6-d78b-495a-9587-ffd56343b85b_CIRCULATION_LOG_2022-02-03_10:27:20}] and the following status: [FAILED] in 50ms 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=39373b0c-c05c-487b-81eb-3ebed6df827b, name=000015, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=39373b0c-c05c-487b-81eb-3ebed6df827b, tempOutputFilePath=/tmp/mod-data-export-worker/39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10:27:37}. 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=39373b0c-c05c-487b-81eb-3ebed6df827b, tempOutputFilePath=/tmp/mod-data-export-worker/39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10:27:37}] 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=41, version=1, startTime=Thu Feb 03 10:27:37 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:37 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=41, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=39373b0c-c05c-487b-81eb-3ebed6df827b, tempOutputFilePath=/tmp/mod-data-export-worker/39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10:27:37}]. 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=39373b0c-c05c-487b-81eb-3ebed6df827b, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:37 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:37 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:37 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=39373b0c-c05c-487b-81eb-3ebed6df827b, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:37 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:37 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:37 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10:27:37_0.tmp. 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10:27:37_0.tmp. 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10:27:37_0.tmp,filename /tmp/mod-data-export-worker/39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10:27:37_0.tmp,downloadFilename null,contentType text/csv. 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10:27:37_0.tmp. 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 92ms 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10:27:37.csv,sources [bucket folio-testing-export,object 39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10:27:37_0.tmp],downloadFilename null,contentType text/csv. 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10:27:37_0.tmp]. 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10%3A27%3A37.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102737Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=963277e3d2307b095902403e18a7d6322a70770e47df7d9bf84f072044d42387. 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 175ms 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=41, version=1, startTime=Thu Feb 03 10:27:37 GMT 2022, endTime=Thu Feb 03 10:27:37 GMT 2022, lastUpdated=Thu Feb 03 10:27:37 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=41, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=39373b0c-c05c-487b-81eb-3ebed6df827b, tempOutputFilePath=/tmp/mod-data-export-worker/39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10:27:37}]. 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=39373b0c-c05c-487b-81eb-3ebed6df827b, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10%3A27%3A37.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102737Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=963277e3d2307b095902403e18a7d6322a70770e47df7d9bf84f072044d42387], startTime=Thu Feb 03 10:27:37 GMT 2022, endTime=Thu Feb 03 10:27:37 GMT 2022, createdDate=Thu Feb 03 10:27:37 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:37 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=39373b0c-c05c-487b-81eb-3ebed6df827b, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10%3A27%3A37.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102737Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=963277e3d2307b095902403e18a7d6322a70770e47df7d9bf84f072044d42387], startTime=Thu Feb 03 10:27:37 GMT 2022, endTime=Thu Feb 03 10:27:37 GMT 2022, createdDate=Thu Feb 03 10:27:37 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:37 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:37 [821309/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=39373b0c-c05c-487b-81eb-3ebed6df827b, tempOutputFilePath=/tmp/mod-data-export-worker/39373b0c-c05c-487b-81eb-3ebed6df827b_CIRCULATION_LOG_2022-02-03_10:27:37}] and the following status: [COMPLETED] in 179ms 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=7c87d76c-92a1-44db-9bd8-08edd525a1bf, name=000016, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=7c87d76c-92a1-44db-9bd8-08edd525a1bf, tempOutputFilePath=/tmp/mod-data-export-worker/7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10:27:39}. 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=7c87d76c-92a1-44db-9bd8-08edd525a1bf, tempOutputFilePath=/tmp/mod-data-export-worker/7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10:27:39}] 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=42, version=1, startTime=Thu Feb 03 10:27:39 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:39 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=42, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=7c87d76c-92a1-44db-9bd8-08edd525a1bf, tempOutputFilePath=/tmp/mod-data-export-worker/7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10:27:39}]. 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=7c87d76c-92a1-44db-9bd8-08edd525a1bf, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:39 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:39 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:39 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=7c87d76c-92a1-44db-9bd8-08edd525a1bf, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:39 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:39 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:39 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10:27:39_0.tmp. 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10:27:39_0.tmp. 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10:27:39_0.tmp,filename /tmp/mod-data-export-worker/7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10:27:39_0.tmp,downloadFilename null,contentType text/csv. 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10:27:39_0.tmp. 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 62ms 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10:27:39.csv,sources [bucket folio-testing-export,object 7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10:27:39_0.tmp],downloadFilename null,contentType text/csv. 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10:27:39_0.tmp]. 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10%3A27%3A39.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102739Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=579db58d7d43fc0077f279b3980bc9ea081b34aa51f37a41b9fa097929599b7f. 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 149ms 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=42, version=1, startTime=Thu Feb 03 10:27:39 GMT 2022, endTime=Thu Feb 03 10:27:39 GMT 2022, lastUpdated=Thu Feb 03 10:27:39 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=42, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=7c87d76c-92a1-44db-9bd8-08edd525a1bf, tempOutputFilePath=/tmp/mod-data-export-worker/7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10:27:39}]. 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=7c87d76c-92a1-44db-9bd8-08edd525a1bf, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10%3A27%3A39.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102739Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=579db58d7d43fc0077f279b3980bc9ea081b34aa51f37a41b9fa097929599b7f], startTime=Thu Feb 03 10:27:39 GMT 2022, endTime=Thu Feb 03 10:27:39 GMT 2022, createdDate=Thu Feb 03 10:27:39 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:39 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=7c87d76c-92a1-44db-9bd8-08edd525a1bf, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10%3A27%3A39.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102739Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=579db58d7d43fc0077f279b3980bc9ea081b34aa51f37a41b9fa097929599b7f], startTime=Thu Feb 03 10:27:39 GMT 2022, endTime=Thu Feb 03 10:27:39 GMT 2022, createdDate=Thu Feb 03 10:27:39 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:39 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:39 [297904/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=7c87d76c-92a1-44db-9bd8-08edd525a1bf, tempOutputFilePath=/tmp/mod-data-export-worker/7c87d76c-92a1-44db-9bd8-08edd525a1bf_CIRCULATION_LOG_2022-02-03_10:27:39}] and the following status: [COMPLETED] in 153ms 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=e09fa980-f96a-493f-b955-9700d5eb9333, name=000017, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=e09fa980-f96a-493f-b955-9700d5eb9333, tempOutputFilePath=/tmp/mod-data-export-worker/e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10:27:40}. 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=e09fa980-f96a-493f-b955-9700d5eb9333, tempOutputFilePath=/tmp/mod-data-export-worker/e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10:27:40}] 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=43, version=1, startTime=Thu Feb 03 10:27:40 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:40 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=43, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=e09fa980-f96a-493f-b955-9700d5eb9333, tempOutputFilePath=/tmp/mod-data-export-worker/e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10:27:40}]. 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=e09fa980-f96a-493f-b955-9700d5eb9333, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:40 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:40 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:40 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=e09fa980-f96a-493f-b955-9700d5eb9333, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:40 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:40 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:40 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10:27:40_0.tmp. 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10:27:40_0.tmp. 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10:27:40_0.tmp,filename /tmp/mod-data-export-worker/e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10:27:40_0.tmp,downloadFilename null,contentType text/csv. 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10:27:40_0.tmp. 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 53ms 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10:27:40.csv,sources [bucket folio-testing-export,object e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10:27:40_0.tmp],downloadFilename null,contentType text/csv. 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10:27:40_0.tmp]. 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10%3A27%3A40.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102740Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ffa3ab8a67feefe9cd91a1285db2b38cd68223bd92afae95de199a0fa6eaf85d. 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 136ms 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=43, version=1, startTime=Thu Feb 03 10:27:40 GMT 2022, endTime=Thu Feb 03 10:27:40 GMT 2022, lastUpdated=Thu Feb 03 10:27:40 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=43, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=e09fa980-f96a-493f-b955-9700d5eb9333, tempOutputFilePath=/tmp/mod-data-export-worker/e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10:27:40}]. 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=e09fa980-f96a-493f-b955-9700d5eb9333, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10%3A27%3A40.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102740Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ffa3ab8a67feefe9cd91a1285db2b38cd68223bd92afae95de199a0fa6eaf85d], startTime=Thu Feb 03 10:27:40 GMT 2022, endTime=Thu Feb 03 10:27:40 GMT 2022, createdDate=Thu Feb 03 10:27:40 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:40 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=e09fa980-f96a-493f-b955-9700d5eb9333, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10%3A27%3A40.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102740Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=ffa3ab8a67feefe9cd91a1285db2b38cd68223bd92afae95de199a0fa6eaf85d], startTime=Thu Feb 03 10:27:40 GMT 2022, endTime=Thu Feb 03 10:27:40 GMT 2022, createdDate=Thu Feb 03 10:27:40 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:40 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:40 [553831/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=e09fa980-f96a-493f-b955-9700d5eb9333, tempOutputFilePath=/tmp/mod-data-export-worker/e09fa980-f96a-493f-b955-9700d5eb9333_CIRCULATION_LOG_2022-02-03_10:27:40}] and the following status: [COMPLETED] in 141ms 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=7d904c32-61dd-4645-b012-53c2c7172a16, name=000018, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=7d904c32-61dd-4645-b012-53c2c7172a16, tempOutputFilePath=/tmp/mod-data-export-worker/7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10:27:41}. 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=7d904c32-61dd-4645-b012-53c2c7172a16, tempOutputFilePath=/tmp/mod-data-export-worker/7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10:27:41}] 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=44, version=1, startTime=Thu Feb 03 10:27:41 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:41 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=44, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=7d904c32-61dd-4645-b012-53c2c7172a16, tempOutputFilePath=/tmp/mod-data-export-worker/7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10:27:41}]. 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=7d904c32-61dd-4645-b012-53c2c7172a16, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:41 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:41 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:41 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=7d904c32-61dd-4645-b012-53c2c7172a16, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:41 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:41 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:41 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10:27:41_0.tmp. 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10:27:41_0.tmp. 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10:27:41_0.tmp,filename /tmp/mod-data-export-worker/7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10:27:41_0.tmp,downloadFilename null,contentType text/csv. 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10:27:41_0.tmp. 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 53ms 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10:27:41.csv,sources [bucket folio-testing-export,object 7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10:27:41_0.tmp],downloadFilename null,contentType text/csv. 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10:27:41_0.tmp]. 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10%3A27%3A41.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102741Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=54ae8d657d3c223202fcf4fce4fd752b6e70ea0b5af48b842694a83d9deee977. 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 145ms 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=44, version=1, startTime=Thu Feb 03 10:27:41 GMT 2022, endTime=Thu Feb 03 10:27:41 GMT 2022, lastUpdated=Thu Feb 03 10:27:41 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=44, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=7d904c32-61dd-4645-b012-53c2c7172a16, tempOutputFilePath=/tmp/mod-data-export-worker/7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10:27:41}]. 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=7d904c32-61dd-4645-b012-53c2c7172a16, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10%3A27%3A41.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102741Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=54ae8d657d3c223202fcf4fce4fd752b6e70ea0b5af48b842694a83d9deee977], startTime=Thu Feb 03 10:27:41 GMT 2022, endTime=Thu Feb 03 10:27:41 GMT 2022, createdDate=Thu Feb 03 10:27:41 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:41 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=7d904c32-61dd-4645-b012-53c2c7172a16, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10%3A27%3A41.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102741Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=54ae8d657d3c223202fcf4fce4fd752b6e70ea0b5af48b842694a83d9deee977], startTime=Thu Feb 03 10:27:41 GMT 2022, endTime=Thu Feb 03 10:27:41 GMT 2022, createdDate=Thu Feb 03 10:27:41 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:41 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:41 [020853/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=7d904c32-61dd-4645-b012-53c2c7172a16, tempOutputFilePath=/tmp/mod-data-export-worker/7d904c32-61dd-4645-b012-53c2c7172a16_CIRCULATION_LOG_2022-02-03_10:27:41}] and the following status: [COMPLETED] in 150ms 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=41b74d89-ecd1-4306-921a-09d308c1dbd2, name=000019, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=41b74d89-ecd1-4306-921a-09d308c1dbd2, tempOutputFilePath=/tmp/mod-data-export-worker/41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10:27:42}. 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=41b74d89-ecd1-4306-921a-09d308c1dbd2, tempOutputFilePath=/tmp/mod-data-export-worker/41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10:27:42}] 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=45, version=1, startTime=Thu Feb 03 10:27:42 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:42 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=45, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=41b74d89-ecd1-4306-921a-09d308c1dbd2, tempOutputFilePath=/tmp/mod-data-export-worker/41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10:27:42}]. 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=41b74d89-ecd1-4306-921a-09d308c1dbd2, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:42 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:42 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:42 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=41b74d89-ecd1-4306-921a-09d308c1dbd2, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:42 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:42 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:42 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10:27:42_0.tmp. 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10:27:42_0.tmp. 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10:27:42_0.tmp,filename /tmp/mod-data-export-worker/41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10:27:42_0.tmp,downloadFilename null,contentType text/csv. 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10:27:42_0.tmp. 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 57ms 10:27:42 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10:27:42.csv,sources [bucket folio-testing-export,object 41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10:27:42_0.tmp],downloadFilename null,contentType text/csv. 10:27:43 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10:27:42_0.tmp]. 10:27:43 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10%3A27%3A42.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102743Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8895eae61eeaa12736a1f61ac183897d18ec312129f0f1e10d405230aa7b5a35. 10:27:43 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 138ms 10:27:43 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=45, version=1, startTime=Thu Feb 03 10:27:42 GMT 2022, endTime=Thu Feb 03 10:27:43 GMT 2022, lastUpdated=Thu Feb 03 10:27:42 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=45, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=41b74d89-ecd1-4306-921a-09d308c1dbd2, tempOutputFilePath=/tmp/mod-data-export-worker/41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10:27:42}]. 10:27:43 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=41b74d89-ecd1-4306-921a-09d308c1dbd2, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10%3A27%3A42.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102743Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8895eae61eeaa12736a1f61ac183897d18ec312129f0f1e10d405230aa7b5a35], startTime=Thu Feb 03 10:27:42 GMT 2022, endTime=Thu Feb 03 10:27:43 GMT 2022, createdDate=Thu Feb 03 10:27:42 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:42 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:43 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=41b74d89-ecd1-4306-921a-09d308c1dbd2, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10%3A27%3A42.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102743Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=8895eae61eeaa12736a1f61ac183897d18ec312129f0f1e10d405230aa7b5a35], startTime=Thu Feb 03 10:27:42 GMT 2022, endTime=Thu Feb 03 10:27:43 GMT 2022, createdDate=Thu Feb 03 10:27:42 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:42 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:43 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:43 [334509/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=41b74d89-ecd1-4306-921a-09d308c1dbd2, tempOutputFilePath=/tmp/mod-data-export-worker/41b74d89-ecd1-4306-921a-09d308c1dbd2_CIRCULATION_LOG_2022-02-03_10:27:42}] and the following status: [COMPLETED] in 143ms 10:27:43 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:43 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be, name=000020, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:43 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:43 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be, tempOutputFilePath=/tmp/mod-data-export-worker/3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10:27:43}. 10:27:43 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be, tempOutputFilePath=/tmp/mod-data-export-worker/3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10:27:43}] 10:27:43 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=46, version=1, startTime=Thu Feb 03 10:27:43 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:43 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=46, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be, tempOutputFilePath=/tmp/mod-data-export-worker/3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10:27:43}]. 10:27:43 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:43 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:43 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:43 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:43 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:43 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:43 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:43 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:43 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:43 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10:27:43_0.tmp. 10:27:43 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10:27:43_0.tmp. 10:27:44 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10:27:43_0.tmp,filename /tmp/mod-data-export-worker/3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10:27:43_0.tmp,downloadFilename null,contentType text/csv. 10:27:44 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10:27:43_0.tmp. 10:27:44 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 51ms 10:27:44 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10:27:43.csv,sources [bucket folio-testing-export,object 3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10:27:43_0.tmp],downloadFilename null,contentType text/csv. 10:27:44 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10:27:43_0.tmp]. 10:27:44 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10%3A27%3A43.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102744Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9d0769a571fa59e26541efe3bd1fadef50dede219183673e49368e310a428cf0. 10:27:44 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 130ms 10:27:44 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=46, version=1, startTime=Thu Feb 03 10:27:43 GMT 2022, endTime=Thu Feb 03 10:27:44 GMT 2022, lastUpdated=Thu Feb 03 10:27:43 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=46, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be, tempOutputFilePath=/tmp/mod-data-export-worker/3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10:27:43}]. 10:27:44 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10%3A27%3A43.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102744Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9d0769a571fa59e26541efe3bd1fadef50dede219183673e49368e310a428cf0], startTime=Thu Feb 03 10:27:43 GMT 2022, endTime=Thu Feb 03 10:27:44 GMT 2022, createdDate=Thu Feb 03 10:27:43 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:43 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:44 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10%3A27%3A43.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102744Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=9d0769a571fa59e26541efe3bd1fadef50dede219183673e49368e310a428cf0], startTime=Thu Feb 03 10:27:43 GMT 2022, endTime=Thu Feb 03 10:27:44 GMT 2022, createdDate=Thu Feb 03 10:27:43 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:43 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:44 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:44 [638870/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be, tempOutputFilePath=/tmp/mod-data-export-worker/3ff710c9-dfc8-491f-8f3a-d3bec9f5f0be_CIRCULATION_LOG_2022-02-03_10:27:43}] and the following status: [COMPLETED] in 139ms 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=4e694e59-1797-4f1d-9653-3386f3df34bd, name=000021, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=4e694e59-1797-4f1d-9653-3386f3df34bd, tempOutputFilePath=/tmp/mod-data-export-worker/4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10:27:45}. 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=4e694e59-1797-4f1d-9653-3386f3df34bd, tempOutputFilePath=/tmp/mod-data-export-worker/4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10:27:45}] 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=47, version=1, startTime=Thu Feb 03 10:27:45 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:45 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=47, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=4e694e59-1797-4f1d-9653-3386f3df34bd, tempOutputFilePath=/tmp/mod-data-export-worker/4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10:27:45}]. 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=4e694e59-1797-4f1d-9653-3386f3df34bd, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:45 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:45 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:45 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=4e694e59-1797-4f1d-9653-3386f3df34bd, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:45 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:45 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:45 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10:27:45_0.tmp. 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10:27:45_0.tmp. 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10:27:45_0.tmp,filename /tmp/mod-data-export-worker/4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10:27:45_0.tmp,downloadFilename null,contentType text/csv. 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10:27:45_0.tmp. 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 61ms 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10:27:45.csv,sources [bucket folio-testing-export,object 4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10:27:45_0.tmp],downloadFilename null,contentType text/csv. 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10:27:45_0.tmp]. 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10%3A27%3A45.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102745Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=88fb3911844618ed6b87a0f629847ee79c96916512d8096a018618cf60a89261. 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 134ms 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=47, version=1, startTime=Thu Feb 03 10:27:45 GMT 2022, endTime=Thu Feb 03 10:27:45 GMT 2022, lastUpdated=Thu Feb 03 10:27:45 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=47, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=4e694e59-1797-4f1d-9653-3386f3df34bd, tempOutputFilePath=/tmp/mod-data-export-worker/4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10:27:45}]. 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=4e694e59-1797-4f1d-9653-3386f3df34bd, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10%3A27%3A45.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102745Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=88fb3911844618ed6b87a0f629847ee79c96916512d8096a018618cf60a89261], startTime=Thu Feb 03 10:27:45 GMT 2022, endTime=Thu Feb 03 10:27:45 GMT 2022, createdDate=Thu Feb 03 10:27:45 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:45 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=4e694e59-1797-4f1d-9653-3386f3df34bd, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10%3A27%3A45.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102745Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=88fb3911844618ed6b87a0f629847ee79c96916512d8096a018618cf60a89261], startTime=Thu Feb 03 10:27:45 GMT 2022, endTime=Thu Feb 03 10:27:45 GMT 2022, createdDate=Thu Feb 03 10:27:45 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:45 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:45 [835722/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=4e694e59-1797-4f1d-9653-3386f3df34bd, tempOutputFilePath=/tmp/mod-data-export-worker/4e694e59-1797-4f1d-9653-3386f3df34bd_CIRCULATION_LOG_2022-02-03_10:27:45}] and the following status: [COMPLETED] in 139ms 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=41eaf8d6-01bc-4654-96fa-ba0d090d8cbb, name=000022, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=41eaf8d6-01bc-4654-96fa-ba0d090d8cbb, tempOutputFilePath=/tmp/mod-data-export-worker/41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10:27:46}. 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=41eaf8d6-01bc-4654-96fa-ba0d090d8cbb, tempOutputFilePath=/tmp/mod-data-export-worker/41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10:27:46}] 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=48, version=1, startTime=Thu Feb 03 10:27:46 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:46 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=48, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=41eaf8d6-01bc-4654-96fa-ba0d090d8cbb, tempOutputFilePath=/tmp/mod-data-export-worker/41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10:27:46}]. 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=41eaf8d6-01bc-4654-96fa-ba0d090d8cbb, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:46 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:46 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:46 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=41eaf8d6-01bc-4654-96fa-ba0d090d8cbb, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:46 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:46 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:46 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10:27:46_0.tmp. 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10:27:46_0.tmp. 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10:27:46_0.tmp,filename /tmp/mod-data-export-worker/41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10:27:46_0.tmp,downloadFilename null,contentType text/csv. 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10:27:46_0.tmp. 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 63ms 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10:27:46.csv,sources [bucket folio-testing-export,object 41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10:27:46_0.tmp],downloadFilename null,contentType text/csv. 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10:27:46_0.tmp]. 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10%3A27%3A46.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102746Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=125cc444fc0887239a6cb426170026a33fdfb78bd38219121893ab81c60b06c3. 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 143ms 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=48, version=1, startTime=Thu Feb 03 10:27:46 GMT 2022, endTime=Thu Feb 03 10:27:46 GMT 2022, lastUpdated=Thu Feb 03 10:27:46 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=48, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=41eaf8d6-01bc-4654-96fa-ba0d090d8cbb, tempOutputFilePath=/tmp/mod-data-export-worker/41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10:27:46}]. 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=41eaf8d6-01bc-4654-96fa-ba0d090d8cbb, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10%3A27%3A46.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102746Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=125cc444fc0887239a6cb426170026a33fdfb78bd38219121893ab81c60b06c3], startTime=Thu Feb 03 10:27:46 GMT 2022, endTime=Thu Feb 03 10:27:46 GMT 2022, createdDate=Thu Feb 03 10:27:46 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:46 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=41eaf8d6-01bc-4654-96fa-ba0d090d8cbb, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10%3A27%3A46.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102746Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=125cc444fc0887239a6cb426170026a33fdfb78bd38219121893ab81c60b06c3], startTime=Thu Feb 03 10:27:46 GMT 2022, endTime=Thu Feb 03 10:27:46 GMT 2022, createdDate=Thu Feb 03 10:27:46 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:46 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:46 [079940/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=41eaf8d6-01bc-4654-96fa-ba0d090d8cbb, tempOutputFilePath=/tmp/mod-data-export-worker/41eaf8d6-01bc-4654-96fa-ba0d090d8cbb_CIRCULATION_LOG_2022-02-03_10:27:46}] and the following status: [COMPLETED] in 148ms 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=84d29a42-b938-4427-88c9-d3f1591bfde9, name=000023, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=84d29a42-b938-4427-88c9-d3f1591bfde9, tempOutputFilePath=/tmp/mod-data-export-worker/84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10:27:47}. 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=84d29a42-b938-4427-88c9-d3f1591bfde9, tempOutputFilePath=/tmp/mod-data-export-worker/84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10:27:47}] 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=49, version=1, startTime=Thu Feb 03 10:27:47 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:27:47 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=49, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=84d29a42-b938-4427-88c9-d3f1591bfde9, tempOutputFilePath=/tmp/mod-data-export-worker/84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10:27:47}]. 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=84d29a42-b938-4427-88c9-d3f1591bfde9, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:47 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:47 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:47 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=84d29a42-b938-4427-88c9-d3f1591bfde9, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:27:47 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:27:47 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:47 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10:27:47_0.tmp. 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10:27:47_0.tmp. 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10:27:47_0.tmp,filename /tmp/mod-data-export-worker/84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10:27:47_0.tmp,downloadFilename null,contentType text/csv. 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10:27:47_0.tmp. 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 55ms 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10:27:47.csv,sources [bucket folio-testing-export,object 84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10:27:47_0.tmp],downloadFilename null,contentType text/csv. 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10:27:47_0.tmp]. 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10%3A27%3A47.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102747Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=81e064817879bdfcafa11954de0ccd5e23587b402276bcefce846ba3ac55a0a5. 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 131ms 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=49, version=1, startTime=Thu Feb 03 10:27:47 GMT 2022, endTime=Thu Feb 03 10:27:47 GMT 2022, lastUpdated=Thu Feb 03 10:27:47 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=49, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=84d29a42-b938-4427-88c9-d3f1591bfde9, tempOutputFilePath=/tmp/mod-data-export-worker/84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10:27:47}]. 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=84d29a42-b938-4427-88c9-d3f1591bfde9, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10%3A27%3A47.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102747Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=81e064817879bdfcafa11954de0ccd5e23587b402276bcefce846ba3ac55a0a5], startTime=Thu Feb 03 10:27:47 GMT 2022, endTime=Thu Feb 03 10:27:47 GMT 2022, createdDate=Thu Feb 03 10:27:47 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:47 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=84d29a42-b938-4427-88c9-d3f1591bfde9, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10%3A27%3A47.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102747Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=81e064817879bdfcafa11954de0ccd5e23587b402276bcefce846ba3ac55a0a5], startTime=Thu Feb 03 10:27:47 GMT 2022, endTime=Thu Feb 03 10:27:47 GMT 2022, createdDate=Thu Feb 03 10:27:47 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:27:47 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:27:47 [108494/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=84d29a42-b938-4427-88c9-d3f1591bfde9, tempOutputFilePath=/tmp/mod-data-export-worker/84d29a42-b938-4427-88c9-d3f1591bfde9_CIRCULATION_LOG_2022-02-03_10:27:47}] and the following status: [COMPLETED] in 136ms 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=f2eb1ed0-2ef8-43e4-8a64-297818ee96fa, name=000024, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=f2eb1ed0-2ef8-43e4-8a64-297818ee96fa, tempOutputFilePath=/tmp/mod-data-export-worker/f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10:28:00}. 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=f2eb1ed0-2ef8-43e4-8a64-297818ee96fa, tempOutputFilePath=/tmp/mod-data-export-worker/f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10:28:00}] 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=50, version=1, startTime=Thu Feb 03 10:28:00 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:28:00 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=50, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=f2eb1ed0-2ef8-43e4-8a64-297818ee96fa, tempOutputFilePath=/tmp/mod-data-export-worker/f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10:28:00}]. 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=f2eb1ed0-2ef8-43e4-8a64-297818ee96fa, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:28:00 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:28:00 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:00 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=f2eb1ed0-2ef8-43e4-8a64-297818ee96fa, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:28:00 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:28:00 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:00 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10:28:00_0.tmp. 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10:28:00_0.tmp. 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10:28:00_0.tmp,filename /tmp/mod-data-export-worker/f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10:28:00_0.tmp,downloadFilename null,contentType text/csv. 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10:28:00_0.tmp. 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 100ms 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10:28:00.csv,sources [bucket folio-testing-export,object f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10:28:00_0.tmp],downloadFilename null,contentType text/csv. 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10:28:00_0.tmp]. 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10%3A28%3A00.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102800Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=515c8505eb4bd70724d5b057a4fee190f9c2dee9099721bcaf2761c163b2753b. 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 183ms 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=50, version=1, startTime=Thu Feb 03 10:28:00 GMT 2022, endTime=Thu Feb 03 10:28:00 GMT 2022, lastUpdated=Thu Feb 03 10:28:00 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=50, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=f2eb1ed0-2ef8-43e4-8a64-297818ee96fa, tempOutputFilePath=/tmp/mod-data-export-worker/f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10:28:00}]. 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=f2eb1ed0-2ef8-43e4-8a64-297818ee96fa, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10%3A28%3A00.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102800Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=515c8505eb4bd70724d5b057a4fee190f9c2dee9099721bcaf2761c163b2753b], startTime=Thu Feb 03 10:28:00 GMT 2022, endTime=Thu Feb 03 10:28:00 GMT 2022, createdDate=Thu Feb 03 10:28:00 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:00 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=f2eb1ed0-2ef8-43e4-8a64-297818ee96fa, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10%3A28%3A00.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102800Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=515c8505eb4bd70724d5b057a4fee190f9c2dee9099721bcaf2761c163b2753b], startTime=Thu Feb 03 10:28:00 GMT 2022, endTime=Thu Feb 03 10:28:00 GMT 2022, createdDate=Thu Feb 03 10:28:00 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:00 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:28:00 [760199/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=f2eb1ed0-2ef8-43e4-8a64-297818ee96fa, tempOutputFilePath=/tmp/mod-data-export-worker/f2eb1ed0-2ef8-43e4-8a64-297818ee96fa_CIRCULATION_LOG_2022-02-03_10:28:00}] and the following status: [COMPLETED] in 187ms 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=2cf094e0-56ab-4e2e-854e-874e1f2ab311, name=000025, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=2cf094e0-56ab-4e2e-854e-874e1f2ab311, tempOutputFilePath=/tmp/mod-data-export-worker/2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10:28:01}. 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=2cf094e0-56ab-4e2e-854e-874e1f2ab311, tempOutputFilePath=/tmp/mod-data-export-worker/2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10:28:01}] 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=51, version=1, startTime=Thu Feb 03 10:28:01 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:28:01 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=51, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=2cf094e0-56ab-4e2e-854e-874e1f2ab311, tempOutputFilePath=/tmp/mod-data-export-worker/2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10:28:01}]. 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=2cf094e0-56ab-4e2e-854e-874e1f2ab311, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:28:01 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:28:01 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:01 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=2cf094e0-56ab-4e2e-854e-874e1f2ab311, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:28:01 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:28:01 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:01 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp. 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp. 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp,filename /tmp/mod-data-export-worker/2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp,downloadFilename null,contentType text/csv. 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp. 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 66ms 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10:28:01.csv,sources [bucket folio-testing-export,object 2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp],downloadFilename null,contentType text/csv. 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp]. 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10%3A28%3A01.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102801Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c118acdca7997295fe8e8c4cbc65ee6a8ab9e02acbdc4d44b1321659416c70ba. 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 150ms 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=51, version=1, startTime=Thu Feb 03 10:28:01 GMT 2022, endTime=Thu Feb 03 10:28:01 GMT 2022, lastUpdated=Thu Feb 03 10:28:01 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=51, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=2cf094e0-56ab-4e2e-854e-874e1f2ab311, tempOutputFilePath=/tmp/mod-data-export-worker/2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10:28:01}]. 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=2cf094e0-56ab-4e2e-854e-874e1f2ab311, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10%3A28%3A01.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102801Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c118acdca7997295fe8e8c4cbc65ee6a8ab9e02acbdc4d44b1321659416c70ba], startTime=Thu Feb 03 10:28:01 GMT 2022, endTime=Thu Feb 03 10:28:01 GMT 2022, createdDate=Thu Feb 03 10:28:01 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:01 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=2cf094e0-56ab-4e2e-854e-874e1f2ab311, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10%3A28%3A01.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102801Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c118acdca7997295fe8e8c4cbc65ee6a8ab9e02acbdc4d44b1321659416c70ba], startTime=Thu Feb 03 10:28:01 GMT 2022, endTime=Thu Feb 03 10:28:01 GMT 2022, createdDate=Thu Feb 03 10:28:01 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:01 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:28:01 [664538/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=2cf094e0-56ab-4e2e-854e-874e1f2ab311, tempOutputFilePath=/tmp/mod-data-export-worker/2cf094e0-56ab-4e2e-854e-874e1f2ab311_CIRCULATION_LOG_2022-02-03_10:28:01}] and the following status: [COMPLETED] in 155ms 10:28:01 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:28:01 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=f8c74842-40cd-402d-af67-3de21e7ea544, name=000026, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:28:01 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:28:01 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=f8c74842-40cd-402d-af67-3de21e7ea544, tempOutputFilePath=/tmp/mod-data-export-worker/f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10:28:01}. 10:28:01 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=f8c74842-40cd-402d-af67-3de21e7ea544, tempOutputFilePath=/tmp/mod-data-export-worker/f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10:28:01}] 10:28:01 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=52, version=1, startTime=Thu Feb 03 10:28:01 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:28:01 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=52, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=f8c74842-40cd-402d-af67-3de21e7ea544, tempOutputFilePath=/tmp/mod-data-export-worker/f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10:28:01}]. 10:28:01 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=f8c74842-40cd-402d-af67-3de21e7ea544, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:28:01 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:28:01 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:01 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:01 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=f8c74842-40cd-402d-af67-3de21e7ea544, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:28:01 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:28:01 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:01 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:01 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:28:01 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp. 10:28:02 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp. 10:28:02 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp,filename /tmp/mod-data-export-worker/f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp,downloadFilename null,contentType text/csv. 10:28:02 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp. 10:28:02 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 61ms 10:28:02 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10:28:01.csv,sources [bucket folio-testing-export,object f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp],downloadFilename null,contentType text/csv. 10:28:02 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10:28:01_0.tmp]. 10:28:02 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10%3A28%3A01.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102802Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=193d2b32914fce488ddce9f6bede370363059924d0c3bfaa0c67b6d3addad68e. 10:28:02 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 145ms 10:28:02 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=52, version=1, startTime=Thu Feb 03 10:28:01 GMT 2022, endTime=Thu Feb 03 10:28:02 GMT 2022, lastUpdated=Thu Feb 03 10:28:01 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=52, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=f8c74842-40cd-402d-af67-3de21e7ea544, tempOutputFilePath=/tmp/mod-data-export-worker/f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10:28:01}]. 10:28:02 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=f8c74842-40cd-402d-af67-3de21e7ea544, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10%3A28%3A01.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102802Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=193d2b32914fce488ddce9f6bede370363059924d0c3bfaa0c67b6d3addad68e], startTime=Thu Feb 03 10:28:01 GMT 2022, endTime=Thu Feb 03 10:28:02 GMT 2022, createdDate=Thu Feb 03 10:28:01 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:01 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:02 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=f8c74842-40cd-402d-af67-3de21e7ea544, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10%3A28%3A01.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102802Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=193d2b32914fce488ddce9f6bede370363059924d0c3bfaa0c67b6d3addad68e], startTime=Thu Feb 03 10:28:01 GMT 2022, endTime=Thu Feb 03 10:28:02 GMT 2022, createdDate=Thu Feb 03 10:28:01 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:01 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:02 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:28:02 [255628/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=f8c74842-40cd-402d-af67-3de21e7ea544, tempOutputFilePath=/tmp/mod-data-export-worker/f8c74842-40cd-402d-af67-3de21e7ea544_CIRCULATION_LOG_2022-02-03_10:28:01}] and the following status: [COMPLETED] in 150ms 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=82ae1608-77cb-4749-b155-3c9c81a24488, name=000027, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=82ae1608-77cb-4749-b155-3c9c81a24488, tempOutputFilePath=/tmp/mod-data-export-worker/82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10:28:02}. 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=82ae1608-77cb-4749-b155-3c9c81a24488, tempOutputFilePath=/tmp/mod-data-export-worker/82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10:28:02}] 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=53, version=1, startTime=Thu Feb 03 10:28:02 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:28:02 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=53, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=82ae1608-77cb-4749-b155-3c9c81a24488, tempOutputFilePath=/tmp/mod-data-export-worker/82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10:28:02}]. 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=82ae1608-77cb-4749-b155-3c9c81a24488, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:28:02 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:28:02 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:02 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=82ae1608-77cb-4749-b155-3c9c81a24488, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:28:02 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:28:02 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:02 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10:28:02_0.tmp. 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10:28:02_0.tmp. 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10:28:02_0.tmp,filename /tmp/mod-data-export-worker/82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10:28:02_0.tmp,downloadFilename null,contentType text/csv. 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10:28:02_0.tmp. 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 55ms 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10:28:02.csv,sources [bucket folio-testing-export,object 82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10:28:02_0.tmp],downloadFilename null,contentType text/csv. 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10:28:02_0.tmp]. 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10%3A28%3A02.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102802Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=81e9be0341f057484eb331171fae9158cf953082a66d7df26016fbb165e28aa5. 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 130ms 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=53, version=1, startTime=Thu Feb 03 10:28:02 GMT 2022, endTime=Thu Feb 03 10:28:02 GMT 2022, lastUpdated=Thu Feb 03 10:28:02 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=53, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=82ae1608-77cb-4749-b155-3c9c81a24488, tempOutputFilePath=/tmp/mod-data-export-worker/82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10:28:02}]. 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=82ae1608-77cb-4749-b155-3c9c81a24488, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10%3A28%3A02.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102802Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=81e9be0341f057484eb331171fae9158cf953082a66d7df26016fbb165e28aa5], startTime=Thu Feb 03 10:28:02 GMT 2022, endTime=Thu Feb 03 10:28:02 GMT 2022, createdDate=Thu Feb 03 10:28:02 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:02 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=82ae1608-77cb-4749-b155-3c9c81a24488, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10%3A28%3A02.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102802Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=81e9be0341f057484eb331171fae9158cf953082a66d7df26016fbb165e28aa5], startTime=Thu Feb 03 10:28:02 GMT 2022, endTime=Thu Feb 03 10:28:02 GMT 2022, createdDate=Thu Feb 03 10:28:02 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:02 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:28:02 [924334/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=82ae1608-77cb-4749-b155-3c9c81a24488, tempOutputFilePath=/tmp/mod-data-export-worker/82ae1608-77cb-4749-b155-3c9c81a24488_CIRCULATION_LOG_2022-02-03_10:28:02}] and the following status: [COMPLETED] in 134ms 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=7b0aaa2c-430a-4c16-b063-fe80b0f206f1, name=000028, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=7b0aaa2c-430a-4c16-b063-fe80b0f206f1, tempOutputFilePath=/tmp/mod-data-export-worker/7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10:28:03}. 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=7b0aaa2c-430a-4c16-b063-fe80b0f206f1, tempOutputFilePath=/tmp/mod-data-export-worker/7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10:28:03}] 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=54, version=1, startTime=Thu Feb 03 10:28:03 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:28:03 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=54, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=7b0aaa2c-430a-4c16-b063-fe80b0f206f1, tempOutputFilePath=/tmp/mod-data-export-worker/7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10:28:03}]. 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=7b0aaa2c-430a-4c16-b063-fe80b0f206f1, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:28:03 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:28:03 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:03 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=7b0aaa2c-430a-4c16-b063-fe80b0f206f1, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:28:03 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:28:03 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:03 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp. 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp. 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object 7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp,filename /tmp/mod-data-export-worker/7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp,downloadFilename null,contentType text/csv. 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp. 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 71ms 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object 7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10:28:03.csv,sources [bucket folio-testing-export,object 7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp],downloadFilename null,contentType text/csv. 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp]. 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10%3A28%3A03.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102803Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=27c90b113ffc700c20958fc8c177440a1f67cb131203377f991046b6b24af933. 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 158ms 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=54, version=1, startTime=Thu Feb 03 10:28:03 GMT 2022, endTime=Thu Feb 03 10:28:03 GMT 2022, lastUpdated=Thu Feb 03 10:28:03 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=54, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=7b0aaa2c-430a-4c16-b063-fe80b0f206f1, tempOutputFilePath=/tmp/mod-data-export-worker/7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10:28:03}]. 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=7b0aaa2c-430a-4c16-b063-fe80b0f206f1, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10%3A28%3A03.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102803Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=27c90b113ffc700c20958fc8c177440a1f67cb131203377f991046b6b24af933], startTime=Thu Feb 03 10:28:03 GMT 2022, endTime=Thu Feb 03 10:28:03 GMT 2022, createdDate=Thu Feb 03 10:28:03 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:03 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=7b0aaa2c-430a-4c16-b063-fe80b0f206f1, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10%3A28%3A03.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102803Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=27c90b113ffc700c20958fc8c177440a1f67cb131203377f991046b6b24af933], startTime=Thu Feb 03 10:28:03 GMT 2022, endTime=Thu Feb 03 10:28:03 GMT 2022, createdDate=Thu Feb 03 10:28:03 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:03 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:28:03 [023228/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=7b0aaa2c-430a-4c16-b063-fe80b0f206f1, tempOutputFilePath=/tmp/mod-data-export-worker/7b0aaa2c-430a-4c16-b063-fe80b0f206f1_CIRCULATION_LOG_2022-02-03_10:28:03}] and the following status: [COMPLETED] in 163ms 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO aConsumerInterceptor FOLIO context initialized. 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService Received JobCommand(type=START, id=edc2841e-cd91-430f-a13b-a23ca79c1f81, name=000029, description=null, exportType=CIRCULATION_LOG, jobParameters={query=(action==("Checked out")) sortby date/sort.descending}, identifierType=null, entityType=null, progress=null). 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO mandsReceiverService -----------------------------JOB---STARTS----------------------------- 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ExportJobManager Launching JobLaunchRequest: CIRCULATION_LOG, parameters={query=(action==("Checked out")) sortby date/sort.descending, jobId=edc2841e-cd91-430f-a13b-a23ca79c1f81, tempOutputFilePath=/tmp/mod-data-export-worker/edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10:28:03}. 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] launched with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=edc2841e-cd91-430f-a13b-a23ca79c1f81, tempOutputFilePath=/tmp/mod-data-export-worker/edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10:28:03}] 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=55, version=1, startTime=Thu Feb 03 10:28:03 GMT 2022, endTime=null, lastUpdated=Thu Feb 03 10:28:03 GMT 2022, status=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=55, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=edc2841e-cd91-430f-a13b-a23ca79c1f81, tempOutputFilePath=/tmp/mod-data-export-worker/edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10:28:03}]. 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=edc2841e-cd91-430f-a13b-a23ca79c1f81, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:28:03 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:28:03 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:03 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=edc2841e-cd91-430f-a13b-a23ca79c1f81, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=null, startTime=Thu Feb 03 10:28:03 GMT 2022, endTime=null, createdDate=Thu Feb 03 10:28:03 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:03 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=STARTED, exitStatus=exitCode=UNKNOWN;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleStepHandler Executing step: [getCirculationLogChunkStep] 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvPartitioner Partition 0: offset 0, limit 6, tempOutputFilePath /tmp/mod-data-export-worker/edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp. 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO CsvWriter Creating file /tmp/mod-data-export-worker/edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp. 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Uploading object edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp,filename /tmp/mod-data-export-worker/edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp,downloadFilename null,contentType text/csv. 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleted temp file /tmp/mod-data-export-worker/edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp. 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogPartStep:Partition_0] executed in 52ms 10:28:03 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Composing object edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10:28:03.csv,sources [bucket folio-testing-export,object edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp],downloadFilename null,contentType text/csv. 10:28:04 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Deleting objects [edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10:28:03_0.tmp]. 10:28:04 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO ectStorageRepository Created presigned URL https://folio-testing-export.s3.us-east-1.amazonaws.com/edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10%3A28%3A03.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102804Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=5a6bd19ec478c566b3f09ef05b55f9e605d39265ed0e08c7c9390a452dc8b1b8. 10:28:04 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO AbstractStep Step: [getCirculationLogChunkStep] executed in 141ms 10:28:04 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener Job update JobExecution: id=55, version=1, startTime=Thu Feb 03 10:28:03 GMT 2022, endTime=Thu Feb 03 10:28:04 GMT 2022, lastUpdated=Thu Feb 03 10:28:03 GMT 2022, status=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=55, version=0, Job=[CIRCULATION_LOG]], jobParameters=[{query=(action==("Checked out")) sortby date/sort.descending, jobId=edc2841e-cd91-430f-a13b-a23ca79c1f81, tempOutputFilePath=/tmp/mod-data-export-worker/edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10:28:03}]. 10:28:04 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sending Job(id=edc2841e-cd91-430f-a13b-a23ca79c1f81, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10%3A28%3A03.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102804Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=5a6bd19ec478c566b3f09ef05b55f9e605d39265ed0e08c7c9390a452dc8b1b8], startTime=Thu Feb 03 10:28:03 GMT 2022, endTime=Thu Feb 03 10:28:04 GMT 2022, createdDate=Thu Feb 03 10:28:03 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:03 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:04 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO KafkaService Sent Job(id=edc2841e-cd91-430f-a13b-a23ca79c1f81, name=null, description=null, source=null, isSystemSource=null, type=null, exportTypeSpecificParameters=null, status=null, files=[https://folio-testing-export.s3.us-east-1.amazonaws.com/edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10%3A28%3A03.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA2VGNPE73JV77RBGE%2F20220203%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220203T102804Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=5a6bd19ec478c566b3f09ef05b55f9e605d39265ed0e08c7c9390a452dc8b1b8], startTime=Thu Feb 03 10:28:03 GMT 2022, endTime=Thu Feb 03 10:28:04 GMT 2022, createdDate=Thu Feb 03 10:28:03 GMT 2022, createdByUserId=null, createdByUsername=null, updatedDate=Thu Feb 03 10:28:03 GMT 2022, updatedByUserId=null, updatedByUsername=null, outputFormat=null, errorDetails=null, batchStatus=COMPLETED, exitStatus=exitCode=COMPLETED;exitDescription=, identifierType=null, entityType=null, progress=null). 10:28:04 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO NotificationListener -----------------------------JOB---ENDS----------------------------- 10:28:04 [230299/data-export-spring] [diku] [d9ac4750-0829-55ef-81da-db71a1227b10] [mod-data-export-worker] INFO SimpleJobLauncher$1 Job: [FlowJob: [name=CIRCULATION_LOG]] completed with the following parameters: [{query=(action==("Checked out")) sortby date/sort.descending, jobId=edc2841e-cd91-430f-a13b-a23ca79c1f81, tempOutputFilePath=/tmp/mod-data-export-worker/edc2841e-cd91-430f-a13b-a23ca79c1f81_CIRCULATION_LOG_2022-02-03_10:28:03}] and the following status: [COMPLETED] in 145ms