2020-10-01T07:20:18,878 INFO [vert.x-eventloop-thread-0] LogUtil org.folio.rest.RestVerticle start invoking getFinanceFunds 2020-10-01T07:20:18,880 INFO [vert.x-eventloop-thread-0] LogUtil 10.0.2.15:50050 GET /finance/funds limit=15&offset=0&query=id%3D%3D%287fbd5d84-62d1-44c6-9c45-6cb173998bbd%29&lang=en HTTP_1_1 200 748 25 tid=diku OK 2020-10-01T07:20:18,942 INFO [vert.x-eventloop-thread-0] LogUtil org.folio.rest.RestVerticle start invoking getFinanceLedgers 2020-10-01T07:20:18,949 INFO [vert.x-eventloop-thread-0] LogUtil 10.0.2.15:50080 GET /finance/ledgers limit=15&offset=0&query=id%3D%3D%28133a7916-f05e-4df4-8f7f-09eb2a7076d1%29&lang=en HTTP_1_1 200 587 35 tid=diku OK 2020-10-01T07:20:19,046 INFO [vert.x-eventloop-thread-0] LogUtil org.folio.rest.RestVerticle start invoking getFinanceFundsBudgetById 2020-10-01T07:20:19,050 INFO [vert.x-eventloop-thread-0] LogUtil 10.0.2.15:50050 GET /finance/funds/7fbd5d84-62d1-44c6-9c45-6cb173998bbd/budget lang=en&status=Active HTTP_1_1 200 731 150 tid=diku OK 2020-10-01T07:20:19,149 INFO [vert.x-eventloop-thread-0] LogUtil org.folio.rest.RestVerticle start invoking getFinanceLedgersCurrentFiscalYearById 2020-10-01T07:20:19,151 INFO [vert.x-eventloop-thread-0] LogUtil 10.0.2.15:50050 GET /finance/ledgers/133a7916-f05e-4df4-8f7f-09eb2a7076d1/current-fiscal-year lang=en HTTP_1_1 200 431 85 tid=diku OK 2020-10-01T07:20:19,207 INFO [vert.x-eventloop-thread-0] LogUtil org.folio.rest.RestVerticle start invoking postFinanceOrderTransactionSummaries 2020-10-01T07:20:19,214 INFO [vert.x-eventloop-thread-0] LogUtil 10.0.2.15:50050 POST /finance/order-transaction-summaries null HTTP_1_1 201 76 44 tid=diku Created 2020-10-01T07:20:19,324 ERROR [vert.x-eventloop-thread-0] RestClient 'POST /finance-storage/transactions' request failed. Request body: { "amount" : 1.8, "currency" : "USD", "encumbrance" : { "amountAwaitingPayment" : 0.0, "amountExpended" : 0.0, "initialAmountEncumbered" : 1.8, "status" : "Unreleased", "orderType" : "One-Time", "subscription" : false, "reEncumber" : false, "sourcePurchaseOrderId" : "dad5db31-5263-4b67-a1c6-7a888af8ad81", "sourcePoLineId" : "f7687e5f-f257-48fd-8f90-690e34527bb4" }, "expenseClassId" : "5b5ebe3a-cf8b-4f16-a880-46873ef21388", "fiscalYearId" : "684b5dc5-92f6-4db7-b996-b549d88f5e4e", "fromFundId" : "7fbd5d84-62d1-44c6-9c45-6cb173998bbd", "source" : "PoLine", "transactionType" : "Encumbrance", "metadata" : { "createdDate" : 1601536819250, "createdByUserId" : "d0465384-6f57-5241-86f7-0a4a647a637f", "updatedDate" : 1601536819250, "updatedByUserId" : "d0465384-6f57-5241-86f7-0a4a647a637f" } } org.folio.rest.exception.HttpException: All expected transactions already processed at org.folio.rest.util.HelperUtils.verifyResponse(HelperUtils.java:100) ~[mod-finance-fat.jar:?] at org.folio.rest.util.HelperUtils.verifyAndExtractBody(HelperUtils.java:112) ~[mod-finance-fat.jar:?] at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602) ~[?:1.8.0_222] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577) ~[?:1.8.0_222] at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) ~[?:1.8.0_222] at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962) ~[?:1.8.0_222] at org.folio.rest.tools.client.HTTPJsonResponseHandler.lambda$1(HTTPJsonResponseHandler.java:67) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.notifyHandler(HttpClientResponseImpl.java:292) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.HttpClientResponseImpl.lambda$bodyHandler$0(HttpClientResponseImpl.java:193) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.HttpClientResponseImpl.handleEnd(HttpClientResponseImpl.java:248) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.lambda$beginResponse$0(Http1xClientConnection.java:483) ~[mod-finance-fat.jar:?] at io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:237) ~[mod-finance-fat.jar:?] at io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:127) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.endResponse(Http1xClientConnection.java:502) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.access$000(Http1xClientConnection.java:241) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection.handleResponseEnd(Http1xClientConnection.java:641) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection.handleHttpMessage(Http1xClientConnection.java:601) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection.handleMessage(Http1xClientConnection.java:575) ~[mod-finance-fat.jar:?] at io.vertx.core.impl.ContextImpl.executeTask(ContextImpl.java:366) [mod-finance-fat.jar:?] at io.vertx.core.impl.EventLoopContext.execute(EventLoopContext.java:43) [mod-finance-fat.jar:?] at io.vertx.core.impl.ContextImpl.executeFromIO(ContextImpl.java:229) [mod-finance-fat.jar:?] at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:173) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) [mod-finance-fat.jar:?] at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) [mod-finance-fat.jar:?] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) [mod-finance-fat.jar:?] at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.handler.logging.LoggingHandler.channelRead(LoggingHandler.java:271) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) [mod-finance-fat.jar:?] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) [mod-finance-fat.jar:?] at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) [mod-finance-fat.jar:?] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [mod-finance-fat.jar:?] at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [mod-finance-fat.jar:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] 2020-10-01T07:20:19,333 ERROR [vert.x-eventloop-thread-0] TransactionsApi Exception encountered org.folio.rest.exception.HttpException: All expected transactions already processed at org.folio.rest.util.HelperUtils.verifyResponse(HelperUtils.java:100) ~[mod-finance-fat.jar:?] at org.folio.rest.util.HelperUtils.verifyAndExtractBody(HelperUtils.java:112) ~[mod-finance-fat.jar:?] at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602) ~[?:1.8.0_222] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577) ~[?:1.8.0_222] at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) ~[?:1.8.0_222] at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962) ~[?:1.8.0_222] at org.folio.rest.tools.client.HTTPJsonResponseHandler.lambda$1(HTTPJsonResponseHandler.java:67) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.notifyHandler(HttpClientResponseImpl.java:292) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.HttpClientResponseImpl.lambda$bodyHandler$0(HttpClientResponseImpl.java:193) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.HttpClientResponseImpl.handleEnd(HttpClientResponseImpl.java:248) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.lambda$beginResponse$0(Http1xClientConnection.java:483) ~[mod-finance-fat.jar:?] at io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:237) ~[mod-finance-fat.jar:?] at io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:127) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.endResponse(Http1xClientConnection.java:502) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.access$000(Http1xClientConnection.java:241) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection.handleResponseEnd(Http1xClientConnection.java:641) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection.handleHttpMessage(Http1xClientConnection.java:601) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection.handleMessage(Http1xClientConnection.java:575) ~[mod-finance-fat.jar:?] at io.vertx.core.impl.ContextImpl.executeTask(ContextImpl.java:366) [mod-finance-fat.jar:?] at io.vertx.core.impl.EventLoopContext.execute(EventLoopContext.java:43) [mod-finance-fat.jar:?] at io.vertx.core.impl.ContextImpl.executeFromIO(ContextImpl.java:229) [mod-finance-fat.jar:?] at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:173) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) [mod-finance-fat.jar:?] at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) [mod-finance-fat.jar:?] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) [mod-finance-fat.jar:?] at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.handler.logging.LoggingHandler.channelRead(LoggingHandler.java:271) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) [mod-finance-fat.jar:?] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) [mod-finance-fat.jar:?] at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) [mod-finance-fat.jar:?] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [mod-finance-fat.jar:?] at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [mod-finance-fat.jar:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] 2020-10-01T07:20:19,336 INFO [vert.x-eventloop-thread-0] LogUtil org.folio.rest.RestVerticle start invoking postFinanceEncumbrances 2020-10-01T07:20:19,342 INFO [vert.x-eventloop-thread-0] LogUtil 10.0.2.15:50080 POST /finance/encumbrances lang=en HTTP_1_1 400 164 96 tid=diku Bad Request 2020-10-01T07:20:19,344 ERROR [vert.x-eventloop-thread-0] RestClient 'POST /finance-storage/transactions' request failed. Request body: { "amount" : 1.8, "currency" : "USD", "encumbrance" : { "amountAwaitingPayment" : 0.0, "amountExpended" : 0.0, "initialAmountEncumbered" : 1.8, "status" : "Unreleased", "orderType" : "One-Time", "subscription" : false, "reEncumber" : false, "sourcePurchaseOrderId" : "dad5db31-5263-4b67-a1c6-7a888af8ad81", "sourcePoLineId" : "f7687e5f-f257-48fd-8f90-690e34527bb4" }, "expenseClassId" : "1bcc3247-99bf-4dca-9b0f-7bc51a2998c2", "fiscalYearId" : "684b5dc5-92f6-4db7-b996-b549d88f5e4e", "fromFundId" : "7fbd5d84-62d1-44c6-9c45-6cb173998bbd", "source" : "PoLine", "transactionType" : "Encumbrance", "metadata" : { "createdDate" : 1601536819236, "createdByUserId" : "d0465384-6f57-5241-86f7-0a4a647a637f", "updatedDate" : 1601536819236, "updatedByUserId" : "d0465384-6f57-5241-86f7-0a4a647a637f" } } org.folio.rest.exception.HttpException: All expected transactions already processed at org.folio.rest.util.HelperUtils.verifyResponse(HelperUtils.java:100) ~[mod-finance-fat.jar:?] at org.folio.rest.util.HelperUtils.verifyAndExtractBody(HelperUtils.java:112) ~[mod-finance-fat.jar:?] at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602) ~[?:1.8.0_222] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577) ~[?:1.8.0_222] at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) ~[?:1.8.0_222] at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962) ~[?:1.8.0_222] at org.folio.rest.tools.client.HTTPJsonResponseHandler.lambda$1(HTTPJsonResponseHandler.java:67) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.notifyHandler(HttpClientResponseImpl.java:292) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.HttpClientResponseImpl.lambda$bodyHandler$0(HttpClientResponseImpl.java:193) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.HttpClientResponseImpl.handleEnd(HttpClientResponseImpl.java:248) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.lambda$beginResponse$0(Http1xClientConnection.java:483) ~[mod-finance-fat.jar:?] at io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:237) ~[mod-finance-fat.jar:?] at io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:127) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.endResponse(Http1xClientConnection.java:502) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.access$000(Http1xClientConnection.java:241) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection.handleResponseEnd(Http1xClientConnection.java:641) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection.handleHttpMessage(Http1xClientConnection.java:601) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection.handleMessage(Http1xClientConnection.java:575) ~[mod-finance-fat.jar:?] at io.vertx.core.impl.ContextImpl.executeTask(ContextImpl.java:366) [mod-finance-fat.jar:?] at io.vertx.core.impl.EventLoopContext.execute(EventLoopContext.java:43) [mod-finance-fat.jar:?] at io.vertx.core.impl.ContextImpl.executeFromIO(ContextImpl.java:229) [mod-finance-fat.jar:?] at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:173) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) [mod-finance-fat.jar:?] at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) [mod-finance-fat.jar:?] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) [mod-finance-fat.jar:?] at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.handler.logging.LoggingHandler.channelRead(LoggingHandler.java:271) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) [mod-finance-fat.jar:?] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) [mod-finance-fat.jar:?] at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) [mod-finance-fat.jar:?] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [mod-finance-fat.jar:?] at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [mod-finance-fat.jar:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] 2020-10-01T07:20:19,345 ERROR [vert.x-eventloop-thread-0] TransactionsApi Exception encountered org.folio.rest.exception.HttpException: All expected transactions already processed at org.folio.rest.util.HelperUtils.verifyResponse(HelperUtils.java:100) ~[mod-finance-fat.jar:?] at org.folio.rest.util.HelperUtils.verifyAndExtractBody(HelperUtils.java:112) ~[mod-finance-fat.jar:?] at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602) ~[?:1.8.0_222] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577) ~[?:1.8.0_222] at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) ~[?:1.8.0_222] at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962) ~[?:1.8.0_222] at org.folio.rest.tools.client.HTTPJsonResponseHandler.lambda$1(HTTPJsonResponseHandler.java:67) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.notifyHandler(HttpClientResponseImpl.java:292) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.HttpClientResponseImpl.lambda$bodyHandler$0(HttpClientResponseImpl.java:193) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.HttpClientResponseImpl.handleEnd(HttpClientResponseImpl.java:248) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.lambda$beginResponse$0(Http1xClientConnection.java:483) ~[mod-finance-fat.jar:?] at io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:237) ~[mod-finance-fat.jar:?] at io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:127) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.endResponse(Http1xClientConnection.java:502) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.access$000(Http1xClientConnection.java:241) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection.handleResponseEnd(Http1xClientConnection.java:641) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection.handleHttpMessage(Http1xClientConnection.java:601) ~[mod-finance-fat.jar:?] at io.vertx.core.http.impl.Http1xClientConnection.handleMessage(Http1xClientConnection.java:575) ~[mod-finance-fat.jar:?] at io.vertx.core.impl.ContextImpl.executeTask(ContextImpl.java:366) [mod-finance-fat.jar:?] at io.vertx.core.impl.EventLoopContext.execute(EventLoopContext.java:43) [mod-finance-fat.jar:?] at io.vertx.core.impl.ContextImpl.executeFromIO(ContextImpl.java:229) [mod-finance-fat.jar:?] at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:173) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) [mod-finance-fat.jar:?] at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:324) [mod-finance-fat.jar:?] at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296) [mod-finance-fat.jar:?] at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.handler.logging.LoggingHandler.channelRead(LoggingHandler.java:271) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) [mod-finance-fat.jar:?] at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) [mod-finance-fat.jar:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) [mod-finance-fat.jar:?] at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) [mod-finance-fat.jar:?] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576) [mod-finance-fat.jar:?] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493) [mod-finance-fat.jar:?] at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) [mod-finance-fat.jar:?] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) [mod-finance-fat.jar:?] at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) [mod-finance-fat.jar:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] 2020-10-01T07:20:19,346 INFO [vert.x-eventloop-thread-0] LogUtil org.folio.rest.RestVerticle start invoking postFinanceEncumbrances 2020-10-01T07:20:19,347 INFO [vert.x-eventloop-thread-0] LogUtil 10.0.2.15:50050 POST /finance/encumbrances lang=en HTTP_1_1 400 164 124 tid=diku Bad Request