Hello Akash, Your problem is exactly what is described in https://issues.apache.org/jira/browse/NIFI-12468
If a database_repository operation experiences a timeout, then this happens. If your database_repository is large, do a Purge History to make it smaller. Regards, -- Mike On Tue, Feb 24, 2026 at 4:27 AM Akash Kumar Rai <[email protected]> wrote: > Hi Everyone, > We have been running nifi in a kubernetes cluster, after every 6-12hrs we > are observing if we try to configure any processor, it shows an unexpected > error has occurred and in the logs we are observing below error. > Can someone help us here? > ERROR in nifi-app logs > >> jetbrains.exodus.env.EnvironmentImpl Failed to flush >> transaction<nl>java.io.IOException: Stream Closed_NL_ at >> java.base/java.io.RandomAccessFile.length(Native Method)_NL_ at >> jetbrains.exodus.io.FileDataWriter.ensureFile(FileDataWriter.kt:172)_NL_ at >> jetbrains.exodus.io.FileDataWriter.write(FileDataWriter.kt:59)_NL_ at >> jetbrains.exodus.log.BufferedDataWriter.writePage(BufferedDataWriter.java:264)_NL_ >> at >> jetbrains.exodus.log.BufferedDataWriter.flush(BufferedDataWriter.java:176)_NL_ >> at jetbrains.exodus.log.Log.flush(Log.kt:631)_NL_ at >> jetbrains.exodus.log.Log.flush$default(Log.kt:630)_NL_ at >> jetbrains.exodus.log.Log.flush(Log.kt)_NL_ at >> jetbrains.exodus.env.EnvironmentImpl.flushTransaction(EnvironmentImpl.java:731)_NL_ >> at >> jetbrains.exodus.env.EnvironmentImpl.commitTransaction(EnvironmentImpl.java:684)_NL_ >> at >> jetbrains.exodus.env.ReadWriteTransaction.commit(ReadWriteTransaction.java:96)_NL_ >> at >> jetbrains.exodus.entitystore.PersistentStoreTransaction.doCommit(PersistentStoreTransaction.java:192)_NL_ >> at >> jetbrains.exodus.entitystore.PersistentStoreTransaction.commit(PersistentStoreTransaction.java:180)_NL_ >> at >> jetbrains.exodus.entitystore.PersistentEntityStoreImpl.executeInExclusiveTransaction(PersistentEntityStoreImpl.java:720)_NL_ >> at >> org.apache.nifi.admin.service.EntityStoreAuditService.addActions(EntityStoreAuditService.java:117)_NL_ >> at org.apache.nifi.audit.NiFiAuditor.saveActions(NiFiAuditor.java:66)_NL_ >> at >> org.apache.nifi.audit.ProcessorAuditor.updateProcessorAdvice(ProcessorAuditor.java:278)_NL_ >> at jdk.internal.reflect.GeneratedMethodAccessor1196.invoke(Unknown >> Source)_NL_ at >> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)_NL_ >> at java.base/java.lang.reflect.Method.invoke(Method.java:569)_NL_ at >> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)_NL_ >> at >> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)_NL_ >> at >> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)_NL_ >> at >> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)_NL_ >> at >> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)_NL_ >> at >> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)_NL_ >> at >> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)_NL_ >> at >> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)_NL_ >> at >> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)_NL_ >> at >> org.apache.nifi.web.dao.impl.StandardProcessorDAO$$EnhancerBySpringCGLIB$$2befcf4a.updateProcessor(<generated>)_NL_ >> at >> org.apache.nifi.web.StandardNiFiServiceFacade.lambda$updateProcessor$11(StandardNiFiServiceFacade.java:811)_NL_ >> at >> org.apache.nifi.web.StandardNiFiServiceFacade.lambda$updateComponent$20(StandardNiFiServiceFacade.java:940)_NL_ >> at >> org.apache.nifi.web.revision.NaiveRevisionManager.updateRevision(NaiveRevisionManager.java:130)_NL_ >> at >> org.apache.nifi.web.StandardNiFiServiceFacade.updateComponent(StandardNiFiServiceFacade.java:938)_NL_ >> at >> org.apache.nifi.web.StandardNiFiServiceFacade.updateProcessor(StandardNiFiServiceFacade.java:809)_NL_ >> at >> org.apache.nifi.web.StandardNiFiServiceFacade$$FastClassBySpringCGLIB$$358780e0.invoke(<generated>)_NL_ >> at >> org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)_NL_ >> at >> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:792)_NL_ >> at >> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)_NL_ >> at >> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)_NL_ >> at >> org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)_NL_ >> at >> org.apache.nifi.web.NiFiServiceFacadeLock.proceedWithWriteLock(NiFiServiceFacadeLock.java:179)_NL_ >> at >> org.apache.nifi.web.NiFiServiceFacadeLock.updateLock(NiFiServiceFacadeLock.java:66)_NL_ >> at jdk.internal.reflect.GeneratedMethodAccessor1185.invoke(Unknown >> Source)_NL_ at >> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)_NL_ >> at java.base/java.lang.reflect.Method.invoke(Method.java:569)_NL_ at >> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)_NL_ >> at >> org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)_NL_ >> at >> org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)_NL_ >> at >> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)_NL_ >> at >> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)_NL_ >> at >> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)_NL_ >> at >> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)_NL_ >> at >> org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:762)_NL_ >> at >> org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:707)_NL_ >> at >> org.apache.nifi.web.StandardNiFiServiceFacade$$EnhancerBySpringCGLIB$$66f0aecf.updateProcessor(<generated>)_NL_ >> at >> org.apache.nifi.web.api.ProcessorResource.lambda$updateRunStatus$26(ProcessorResource.java:1066)_NL_ >> at >> org.apache.nifi.web.api.ApplicationResource.withWriteLock(ApplicationResource.java:616)_NL_ >> at >> org.apache.nifi.web.api.ProcessorResource.updateRunStatus(ProcessorResource.java:1053)_NL_ >> at jdk.internal.reflect.GeneratedMethodAccessor1213.invoke(Unknown >> Source)_NL_ at >> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)_NL_ >> at java.base/java.lang.reflect.Method.invoke(Method.java:569)_NL_ at >> org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)_NL_ >> at >> org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)_NL_ >> at >> org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)_NL_ >> at >> org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)_NL_ >> at >> org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)_NL_ >> at >> org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)_NL_ >> at >> org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)_NL_ >> at >> org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)_NL_ >> at >> org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:256)_NL_ >> at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)_NL_ at >> org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)_NL_ at >> org.glassfish.jersey.internal.Errors.process(Errors.java:292)_NL_ at >> org.glassfish.jersey.internal.Errors.process(Errors.java:274)_NL_ at >> org.glassfish.jersey.internal.Errors.process(Errors.java:244)_NL_ at >> org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)_NL_ >> at >> org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:235)_NL_ >> at >> org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)_NL_ >> at >> org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)_NL_ >> at >> org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)_NL_ >> at >> org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)_NL_ >> at >> org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:311)_NL_ >> at >> org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)_NL_ >> at >> org.eclipse.jetty.servlet.ServletHolder$NotAsync.service(ServletHolder.java:1459)_NL_ >> at >> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799)_NL_ >> at >> org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1656)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:352)_NL_ >> at >> org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:100)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)_NL_ >> at >> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126)_NL_ >> at >> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)_NL_ >> at >> org.apache.nifi.web.security.log.AuthenticationUserFilter.doFilterInternal(AuthenticationUserFilter.java:57)_NL_ >> at >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)_NL_ >> at >> org.apache.nifi.web.security.oidc.client.web.OidcBearerTokenRefreshFilter.doFilterInternal(OidcBearerTokenRefreshFilter.java:130)_NL_ >> at >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)_NL_ >> at >> org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter.doFilterInternal(OAuth2AuthorizationRequestRedirectFilter.java:187)_NL_ >> at >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)_NL_ >> at >> org.springframework.security.oauth2.client.web.OAuth2AuthorizationCodeGrantFilter.doFilterInternal(OAuth2AuthorizationCodeGrantFilter.java:183)_NL_ >> at >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)_NL_ >> at >> org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:227)_NL_ >> at >> org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:221)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)_NL_ >> at >> org.springframework.security.oauth2.server.resource.web.authentication.BearerTokenAuthenticationFilter.doFilterInternal(BearerTokenAuthenticationFilter.java:149)_NL_ >> at >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)_NL_ >> at >> org.apache.nifi.web.security.NiFiAuthenticationFilter.authenticate(NiFiAuthenticationFilter.java:94)_NL_ >> at >> org.apache.nifi.web.security.NiFiAuthenticationFilter.doFilter(NiFiAuthenticationFilter.java:56)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)_NL_ >> at >> org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:132)_NL_ >> at >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)_NL_ >> at >> org.apache.nifi.web.security.logout.StandardLogoutFilter.doFilterInternal(StandardLogoutFilter.java:64)_NL_ >> at >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)_NL_ >> at >> org.apache.nifi.web.security.csrf.SkipReplicatedCsrfFilter.doFilterInternal(SkipReplicatedCsrfFilter.java:59)_NL_ >> at >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)_NL_ >> at >> org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62)_NL_ >> at >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)_NL_ >> at >> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:361)_NL_ >> at >> org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:225)_NL_ >> at >> org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:190)_NL_ >> at >> org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)_NL_ >> at >> org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)_NL_ >> at >> org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)_NL_ >> at >> org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)_NL_ >> at >> org.apache.nifi.web.filter.ExceptionFilter.doFilter(ExceptionFilter.java:44)_NL_ >> at >> org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:201)_NL_ >> at >> org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)_NL_ >> at >> org.eclipse.jetty.servlets.DoSFilter.doFilterChain(DoSFilter.java:487)_NL_ >> at >> org.apache.nifi.web.server.filter.DataTransferExcludedDoSFilter.doFilterChain(DataTransferExcludedDoSFilter.java:51)_NL_ >> at org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:336)_NL_ at >> org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:301)_NL_ at >> org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)_NL_ >> at >> org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)_NL_ >> at >> org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)_NL_ >> at >> org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)_NL_ >> at >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)_NL_ >> at >> org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)_NL_ >> at >> org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)_NL_ >> at >> org.apache.nifi.web.server.log.RequestAuthenticationFilter.doFilterInternal(RequestAuthenticationFilter.java:59)_NL_ >> at >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)_NL_ >> at >> org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)_NL_ >> at >> org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1626)_NL_ >> at >> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:552)_NL_ >> at >> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)_NL_ >> at >> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)_NL_ >> at >> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)_NL_ >> at >> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)_NL_ >> at >> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)_NL_ >> at >> org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)_NL_ >> at >> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440)_NL_ >> at >> org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)_NL_ >> at >> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505)_NL_ >> at >> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)_NL_ >> at >> org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)_NL_ >> at >> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)_NL_ >> at >> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)_NL_ >> at >> org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)_NL_ >> at >> org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:772)_NL_ >> at >> org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:191)_NL_ >> at >> org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:59)_NL_ >> at >> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)_NL_ >> at org.eclipse.jetty.server.Server.handle(Server.java:516)_NL_ at >> org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)_NL_ >> at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)_NL_ >> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479)_NL_ at >> org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)_NL_ >> at >> org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)_NL_ >> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)_NL_ at >> org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:555)_NL_ >> at >> org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:410)_NL_ >> at >> org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:164)_NL_ >> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)_NL_ at >> org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)_NL_ at >> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)_NL_ >> at >> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)_NL_ >> at >> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)_NL_ >> at >> org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)_NL_ >> at >> org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)_NL_ >> at >> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)_NL_ >> at >> org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)_NL_ >> at java.base/java.lang.Thread.run(Thread.java:840)_NL_"} > > > Regards, > Akash >
