You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3715 lines
329 KiB
3715 lines
329 KiB
2024-08-06 10:07:53.046 [http-nio-8080-exec-4] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.camunda.bpm.engine.OptimisticLockingException: ENGINE-03005 Execution of 'UPDATE VariableInstanceEntity[0f08e840-5391-11ef-9eff-047c16979893]' failed. Entity was updated by another transaction concurrently.] with root cause
|
|
org.camunda.bpm.engine.OptimisticLockingException: ENGINE-03005 Execution of 'UPDATE VariableInstanceEntity[0f08e840-5391-11ef-9eff-047c16979893]' failed. Entity was updated by another transaction concurrently.
|
|
at org.camunda.bpm.engine.impl.db.EnginePersistenceLogger.concurrentUpdateDbEntityException(EnginePersistenceLogger.java:141)
|
|
at org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager.handleConcurrentModification(DbEntityManager.java:413)
|
|
at org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager.flushDbOperations(DbEntityManager.java:356)
|
|
at org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager.flushDbOperationManager(DbEntityManager.java:323)
|
|
at org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager.flush(DbEntityManager.java:295)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.flushSessions(CommandContext.java:272)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.close(CommandContext.java:188)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:119)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.TaskServiceImpl.complete(TaskServiceImpl.java:179)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl.approveTask(BpmTaskServiceImpl.java:205)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$FastClassBySpringCGLIB$$a84a74ac.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
|
|
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$EnhancerBySpringCGLIB$$dda758a.approveTask(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmTaskController.approveTask(BpmTaskController.java:49)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$FastClassBySpringCGLIB$$982c0828.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$EnhancerBySpringCGLIB$$348ac850.approveTask(<generated>)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 10:09:36.293 [http-nio-8080-exec-4] ERROR o.glassfish.jersey.server.ServerRuntime$Responder - An I/O error has occurred while writing a response message entity to the container output stream.
|
|
org.glassfish.jersey.server.internal.process.MappableException: org.apache.catalina.connector.ClientAbortException: java.io.IOException: 你的主机中的软件中止了一个已建立的连接。
|
|
at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
|
|
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
|
|
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
|
|
at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:635)
|
|
at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:373)
|
|
at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363)
|
|
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258)
|
|
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
|
|
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
|
|
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
|
|
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
|
|
at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
|
|
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
|
|
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
|
|
at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
|
|
at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
|
|
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
|
|
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)
|
|
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)
|
|
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter.applyFilter(ProcessEnginesFilter.java:147)
|
|
at org.camunda.bpm.spring.boot.starter.webapp.filter.ResourceLoadingProcessEnginesFilter.applyFilter(ResourceLoadingProcessEnginesFilter.java:58)
|
|
at org.camunda.bpm.webapp.impl.filter.AbstractTemplateFilter.doFilter(AbstractTemplateFilter.java:58)
|
|
at org.camunda.bpm.spring.boot.starter.webapp.filter.LazyDelegateFilter.doFilter(LazyDelegateFilter.java:60)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.camunda.bpm.webapp.impl.security.filter.headersec.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:89)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.camunda.bpm.webapp.impl.security.filter.SessionCookieFilter.doFilter(SessionCookieFilter.java:52)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.camunda.bpm.webapp.impl.security.filter.CsrfPreventionFilter.doFilter(CsrfPreventionFilter.java:171)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.camunda.bpm.webapp.impl.security.filter.SecurityFilter.doFilterSecure(SecurityFilter.java:73)
|
|
at org.camunda.bpm.webapp.impl.security.filter.SecurityFilter.doFilter(SecurityFilter.java:57)
|
|
at org.camunda.bpm.spring.boot.starter.webapp.filter.LazyDelegateFilter.doFilter(LazyDelegateFilter.java:60)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter$1.execute(AuthenticationFilter.java:62)
|
|
at org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter$1.execute(AuthenticationFilter.java:60)
|
|
at org.camunda.bpm.webapp.impl.security.SecurityActions.runWithAuthentications(SecurityActions.java:44)
|
|
at org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter.doFilter(AuthenticationFilter.java:60)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
Caused by: org.apache.catalina.connector.ClientAbortException: java.io.IOException: 你的主机中的软件中止了一个已建立的连接。
|
|
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
|
|
at org.apache.catalina.connector.OutputBuffer.flushByteBuffer(OutputBuffer.java:784)
|
|
at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:689)
|
|
at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:388)
|
|
at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:366)
|
|
at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:96)
|
|
at org.glassfish.jersey.servlet.internal.ResponseWriter$NonCloseableOutputStreamWrapper.write(ResponseWriter.java:301)
|
|
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200)
|
|
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
|
|
at com.fasterxml.jackson.core.json.UTF8JsonGenerator._flushBuffer(UTF8JsonGenerator.java:2171)
|
|
at com.fasterxml.jackson.core.json.UTF8JsonGenerator.flush(UTF8JsonGenerator.java:1184)
|
|
at com.fasterxml.jackson.databind.ObjectWriter.writeValue(ObjectWriter.java:1009)
|
|
at com.fasterxml.jackson.jaxrs.base.ProviderBase.writeTo(ProviderBase.java:617)
|
|
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
|
|
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
|
|
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
|
|
at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
|
|
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
|
|
at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
|
|
... 78 common frames omitted
|
|
Caused by: java.io.IOException: 你的主机中的软件中止了一个已建立的连接。
|
|
at sun.nio.ch.SocketDispatcher.write0(Native Method)
|
|
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51)
|
|
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
|
|
at sun.nio.ch.IOUtil.write(IOUtil.java:65)
|
|
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:469)
|
|
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:135)
|
|
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1424)
|
|
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:768)
|
|
at org.apache.tomcat.util.net.SocketWrapperBase.writeBlocking(SocketWrapperBase.java:593)
|
|
at org.apache.tomcat.util.net.SocketWrapperBase.write(SocketWrapperBase.java:537)
|
|
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.doWrite(Http11OutputBuffer.java:547)
|
|
at org.apache.coyote.http11.filters.ChunkedOutputFilter.doWrite(ChunkedOutputFilter.java:112)
|
|
at org.apache.coyote.http11.Http11OutputBuffer.doWrite(Http11OutputBuffer.java:194)
|
|
at org.apache.coyote.Response.doWrite(Response.java:615)
|
|
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:340)
|
|
... 96 common frames omitted
|
|
2024-08-06 10:09:36.293 [http-nio-8080-exec-2] ERROR o.glassfish.jersey.server.ServerRuntime$Responder - An I/O error has occurred while writing a response message entity to the container output stream.
|
|
org.glassfish.jersey.server.internal.process.MappableException: org.apache.catalina.connector.ClientAbortException: java.io.IOException: 你的主机中的软件中止了一个已建立的连接。
|
|
at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67)
|
|
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
|
|
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
|
|
at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:635)
|
|
at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:373)
|
|
at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363)
|
|
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258)
|
|
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
|
|
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
|
|
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
|
|
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
|
|
at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
|
|
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
|
|
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
|
|
at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
|
|
at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
|
|
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
|
|
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)
|
|
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)
|
|
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter.applyFilter(ProcessEnginesFilter.java:147)
|
|
at org.camunda.bpm.spring.boot.starter.webapp.filter.ResourceLoadingProcessEnginesFilter.applyFilter(ResourceLoadingProcessEnginesFilter.java:58)
|
|
at org.camunda.bpm.webapp.impl.filter.AbstractTemplateFilter.doFilter(AbstractTemplateFilter.java:58)
|
|
at org.camunda.bpm.spring.boot.starter.webapp.filter.LazyDelegateFilter.doFilter(LazyDelegateFilter.java:60)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.camunda.bpm.webapp.impl.security.filter.headersec.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:89)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.camunda.bpm.webapp.impl.security.filter.SessionCookieFilter.doFilter(SessionCookieFilter.java:52)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.camunda.bpm.webapp.impl.security.filter.CsrfPreventionFilter.doFilter(CsrfPreventionFilter.java:171)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.camunda.bpm.webapp.impl.security.filter.SecurityFilter.doFilterSecure(SecurityFilter.java:73)
|
|
at org.camunda.bpm.webapp.impl.security.filter.SecurityFilter.doFilter(SecurityFilter.java:57)
|
|
at org.camunda.bpm.spring.boot.starter.webapp.filter.LazyDelegateFilter.doFilter(LazyDelegateFilter.java:60)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter$1.execute(AuthenticationFilter.java:62)
|
|
at org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter$1.execute(AuthenticationFilter.java:60)
|
|
at org.camunda.bpm.webapp.impl.security.SecurityActions.runWithAuthentications(SecurityActions.java:44)
|
|
at org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter.doFilter(AuthenticationFilter.java:60)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
Caused by: org.apache.catalina.connector.ClientAbortException: java.io.IOException: 你的主机中的软件中止了一个已建立的连接。
|
|
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
|
|
at org.apache.catalina.connector.OutputBuffer.flushByteBuffer(OutputBuffer.java:784)
|
|
at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:689)
|
|
at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:388)
|
|
at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:366)
|
|
at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:96)
|
|
at org.glassfish.jersey.servlet.internal.ResponseWriter$NonCloseableOutputStreamWrapper.write(ResponseWriter.java:301)
|
|
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200)
|
|
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
|
|
at com.fasterxml.jackson.core.json.UTF8JsonGenerator._flushBuffer(UTF8JsonGenerator.java:2171)
|
|
at com.fasterxml.jackson.core.json.UTF8JsonGenerator.flush(UTF8JsonGenerator.java:1184)
|
|
at com.fasterxml.jackson.databind.ObjectWriter.writeValue(ObjectWriter.java:1009)
|
|
at com.fasterxml.jackson.jaxrs.base.ProviderBase.writeTo(ProviderBase.java:617)
|
|
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
|
|
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
|
|
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
|
|
at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85)
|
|
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
|
|
at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61)
|
|
... 78 common frames omitted
|
|
Caused by: java.io.IOException: 你的主机中的软件中止了一个已建立的连接。
|
|
at sun.nio.ch.SocketDispatcher.write0(Native Method)
|
|
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51)
|
|
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
|
|
at sun.nio.ch.IOUtil.write(IOUtil.java:65)
|
|
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:469)
|
|
at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:135)
|
|
at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1424)
|
|
at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:768)
|
|
at org.apache.tomcat.util.net.SocketWrapperBase.writeBlocking(SocketWrapperBase.java:593)
|
|
at org.apache.tomcat.util.net.SocketWrapperBase.write(SocketWrapperBase.java:537)
|
|
at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.doWrite(Http11OutputBuffer.java:547)
|
|
at org.apache.coyote.http11.filters.ChunkedOutputFilter.doWrite(ChunkedOutputFilter.java:112)
|
|
at org.apache.coyote.http11.Http11OutputBuffer.doWrite(Http11OutputBuffer.java:194)
|
|
at org.apache.coyote.Response.doWrite(Response.java:615)
|
|
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:340)
|
|
... 96 common frames omitted
|
|
2024-08-06 10:24:54.063 [http-nio-8080-exec-4] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is ServiceException(code=1009002004, message=部署流程失败,原因:用户任务(提交)未配置分配规则,请点击【修改流程】按钮进行配置)] with root cause
|
|
com.lnsoft.workflow.exception.ServiceException: 部署流程失败,原因:用户任务(提交)未配置分配规则,请点击【修改流程】按钮进行配置
|
|
at com.lnsoft.workflow.util.ServiceExceptionUtil.exception0(ServiceExceptionUtil.java:79)
|
|
at com.lnsoft.workflow.util.ServiceExceptionUtil.exception(ServiceExceptionUtil.java:53)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskAssignRuleServiceImpl.lambda$checkTaskAssignRuleAllConfig$4(BpmTaskAssignRuleServiceImpl.java:340)
|
|
at java.util.ArrayList.forEach(ArrayList.java:1259)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskAssignRuleServiceImpl.checkTaskAssignRuleAllConfig(BpmTaskAssignRuleServiceImpl.java:338)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskAssignRuleServiceImpl$$FastClassBySpringCGLIB$$ac65d261.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskAssignRuleServiceImpl$$EnhancerBySpringCGLIB$$7447d29b.checkTaskAssignRuleAllConfig(<generated>)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl.deployModel(BpmModelServiceImpl.java:190)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl$$FastClassBySpringCGLIB$$5e532610.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
|
|
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl$$EnhancerBySpringCGLIB$$672c8836.deployModel(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmModelController.deployModel(BpmModelController.java:93)
|
|
at com.lnsoft.workflow.controller.BpmModelController$$FastClassBySpringCGLIB$$9ab2cb5e.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmModelController$$EnhancerBySpringCGLIB$$9bbfc3b2.deployModel(<generated>)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 11:17:25.214 [http-nio-8080-exec-5] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is ServiceException(code=1009005000, message=审批任务失败,原因:该任务不处于未审批)] with root cause
|
|
com.lnsoft.workflow.exception.ServiceException: 审批任务失败,原因:该任务不处于未审批
|
|
at com.lnsoft.workflow.util.ServiceExceptionUtil.exception0(ServiceExceptionUtil.java:79)
|
|
at com.lnsoft.workflow.util.ServiceExceptionUtil.exception(ServiceExceptionUtil.java:48)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl.checkTask(BpmTaskServiceImpl.java:262)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl.approveTask(BpmTaskServiceImpl.java:190)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$FastClassBySpringCGLIB$$a84a74ac.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
|
|
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$EnhancerBySpringCGLIB$$dda758a.approveTask(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmTaskController.approveTask(BpmTaskController.java:49)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$FastClassBySpringCGLIB$$982c0828.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$EnhancerBySpringCGLIB$$348ac850.approveTask(<generated>)
|
|
at sun.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 11:52:47.192 [http-nio-8080-exec-9] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is ServiceException(code=1009005000, message=审批任务失败,原因:该任务不处于未审批)] with root cause
|
|
com.lnsoft.workflow.exception.ServiceException: 审批任务失败,原因:该任务不处于未审批
|
|
at com.lnsoft.workflow.util.ServiceExceptionUtil.exception0(ServiceExceptionUtil.java:79)
|
|
at com.lnsoft.workflow.util.ServiceExceptionUtil.exception(ServiceExceptionUtil.java:48)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl.checkTask(BpmTaskServiceImpl.java:262)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl.approveTask(BpmTaskServiceImpl.java:190)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$FastClassBySpringCGLIB$$a84a74ac.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
|
|
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$EnhancerBySpringCGLIB$$dda758a.approveTask(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmTaskController.approveTask(BpmTaskController.java:49)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$FastClassBySpringCGLIB$$982c0828.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$EnhancerBySpringCGLIB$$348ac850.approveTask(<generated>)
|
|
at sun.reflect.GeneratedMethodAccessor956.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 14:14:01.508 [http-nio-8080-exec-10] ERROR org.camunda.bpm.engine.context - ENGINE-16004 Exception while closing command context: ENGINE-09005 Could not parse BPMN process. Errors:
|
|
* Either loopCardinality or loopDataInputRef/activiti:collection must been set | resource MulUsers.bpmn | line 10 | column 68
|
|
org.camunda.bpm.engine.ParseException: ENGINE-09005 Could not parse BPMN process. Errors:
|
|
* Either loopCardinality or loopDataInputRef/activiti:collection must been set | resource MulUsers.bpmn | line 10 | column 68
|
|
at org.camunda.bpm.engine.impl.util.EngineUtilLogger.exceptionDuringParsing(EngineUtilLogger.java:66)
|
|
at org.camunda.bpm.engine.impl.util.xml.Parse.throwExceptionForErrors(Parse.java:240)
|
|
at org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse.execute(BpmnParse.java:355)
|
|
at org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer.transformDefinitions(BpmnDeployer.java:105)
|
|
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.transformResource(AbstractDefinitionDeployer.java:99)
|
|
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.parseDefinitionResources(AbstractDefinitionDeployer.java:74)
|
|
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.deploy(AbstractDefinitionDeployer.java:64)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:54)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:51)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:559)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:547)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer.deploy(CacheDeployer.java:51)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache.deploy(DeploymentCache.java:71)
|
|
at org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager.insertDeployment(DeploymentManager.java:64)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.deploy(DeployCmd.java:258)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.lambda$doExecute$0(DeployCmd.java:155)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:559)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:547)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.doExecute(DeployCmd.java:141)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:101)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:81)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.RepositoryServiceImpl.deployWithResult(RepositoryServiceImpl.java:104)
|
|
at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deployWithResult(DeploymentBuilderImpl.java:270)
|
|
at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deploy(DeploymentBuilderImpl.java:266)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessDefinitionServiceImpl.createProcessDefinition(BpmProcessDefinitionServiceImpl.java:73)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessDefinitionServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessDefinitionServiceImpl$$EnhancerBySpringCGLIB$$1.createProcessDefinition(<generated>)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl.deployModel(BpmModelServiceImpl.java:203)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
|
|
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl$$EnhancerBySpringCGLIB$$1.deployModel(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmModelController.deployModel(BpmModelController.java:93)
|
|
at com.lnsoft.workflow.controller.BpmModelController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmModelController$$EnhancerBySpringCGLIB$$1.deployModel(<generated>)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 14:14:01.598 [http-nio-8080-exec-10] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.camunda.bpm.engine.ParseException: ENGINE-09005 Could not parse BPMN process. Errors:
|
|
* Either loopCardinality or loopDataInputRef/activiti:collection must been set | resource MulUsers.bpmn | line 10 | column 68] with root cause
|
|
org.camunda.bpm.engine.ParseException: ENGINE-09005 Could not parse BPMN process. Errors:
|
|
* Either loopCardinality or loopDataInputRef/activiti:collection must been set | resource MulUsers.bpmn | line 10 | column 68
|
|
at org.camunda.bpm.engine.impl.util.EngineUtilLogger.exceptionDuringParsing(EngineUtilLogger.java:66)
|
|
at org.camunda.bpm.engine.impl.util.xml.Parse.throwExceptionForErrors(Parse.java:240)
|
|
at org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse.execute(BpmnParse.java:355)
|
|
at org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer.transformDefinitions(BpmnDeployer.java:105)
|
|
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.transformResource(AbstractDefinitionDeployer.java:99)
|
|
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.parseDefinitionResources(AbstractDefinitionDeployer.java:74)
|
|
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.deploy(AbstractDefinitionDeployer.java:64)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:54)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:51)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:559)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:547)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer.deploy(CacheDeployer.java:51)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache.deploy(DeploymentCache.java:71)
|
|
at org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager.insertDeployment(DeploymentManager.java:64)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.deploy(DeployCmd.java:258)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.lambda$doExecute$0(DeployCmd.java:155)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:559)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:547)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.doExecute(DeployCmd.java:141)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:101)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:81)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.RepositoryServiceImpl.deployWithResult(RepositoryServiceImpl.java:104)
|
|
at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deployWithResult(DeploymentBuilderImpl.java:270)
|
|
at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deploy(DeploymentBuilderImpl.java:266)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessDefinitionServiceImpl.createProcessDefinition(BpmProcessDefinitionServiceImpl.java:73)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessDefinitionServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessDefinitionServiceImpl$$EnhancerBySpringCGLIB$$1.createProcessDefinition(<generated>)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl.deployModel(BpmModelServiceImpl.java:203)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
|
|
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl$$EnhancerBySpringCGLIB$$1.deployModel(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmModelController.deployModel(BpmModelController.java:93)
|
|
at com.lnsoft.workflow.controller.BpmModelController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmModelController$$EnhancerBySpringCGLIB$$1.deployModel(<generated>)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 14:16:05.735 [http-nio-8080-exec-7] ERROR org.camunda.bpm.engine.context - ENGINE-16004 Exception while closing command context: ENGINE-09005 Could not parse BPMN process. Errors:
|
|
* Either loopCardinality or loopDataInputRef/activiti:collection must been set | resource MulUsers.bpmn | line 10 | column 68
|
|
org.camunda.bpm.engine.ParseException: ENGINE-09005 Could not parse BPMN process. Errors:
|
|
* Either loopCardinality or loopDataInputRef/activiti:collection must been set | resource MulUsers.bpmn | line 10 | column 68
|
|
at org.camunda.bpm.engine.impl.util.EngineUtilLogger.exceptionDuringParsing(EngineUtilLogger.java:66)
|
|
at org.camunda.bpm.engine.impl.util.xml.Parse.throwExceptionForErrors(Parse.java:240)
|
|
at org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse.execute(BpmnParse.java:355)
|
|
at org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer.transformDefinitions(BpmnDeployer.java:105)
|
|
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.transformResource(AbstractDefinitionDeployer.java:99)
|
|
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.parseDefinitionResources(AbstractDefinitionDeployer.java:74)
|
|
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.deploy(AbstractDefinitionDeployer.java:64)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:54)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:51)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:559)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:547)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer.deploy(CacheDeployer.java:51)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache.deploy(DeploymentCache.java:71)
|
|
at org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager.insertDeployment(DeploymentManager.java:64)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.deploy(DeployCmd.java:258)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.lambda$doExecute$0(DeployCmd.java:155)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:559)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:547)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.doExecute(DeployCmd.java:141)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:101)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:81)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.RepositoryServiceImpl.deployWithResult(RepositoryServiceImpl.java:104)
|
|
at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deployWithResult(DeploymentBuilderImpl.java:270)
|
|
at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deploy(DeploymentBuilderImpl.java:266)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessDefinitionServiceImpl.createProcessDefinition(BpmProcessDefinitionServiceImpl.java:73)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessDefinitionServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessDefinitionServiceImpl$$EnhancerBySpringCGLIB$$1.createProcessDefinition(<generated>)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl.deployModel(BpmModelServiceImpl.java:203)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
|
|
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl$$EnhancerBySpringCGLIB$$1.deployModel(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmModelController.deployModel(BpmModelController.java:93)
|
|
at com.lnsoft.workflow.controller.BpmModelController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmModelController$$EnhancerBySpringCGLIB$$1.deployModel(<generated>)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 14:16:05.738 [http-nio-8080-exec-7] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.camunda.bpm.engine.ParseException: ENGINE-09005 Could not parse BPMN process. Errors:
|
|
* Either loopCardinality or loopDataInputRef/activiti:collection must been set | resource MulUsers.bpmn | line 10 | column 68] with root cause
|
|
org.camunda.bpm.engine.ParseException: ENGINE-09005 Could not parse BPMN process. Errors:
|
|
* Either loopCardinality or loopDataInputRef/activiti:collection must been set | resource MulUsers.bpmn | line 10 | column 68
|
|
at org.camunda.bpm.engine.impl.util.EngineUtilLogger.exceptionDuringParsing(EngineUtilLogger.java:66)
|
|
at org.camunda.bpm.engine.impl.util.xml.Parse.throwExceptionForErrors(Parse.java:240)
|
|
at org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse.execute(BpmnParse.java:355)
|
|
at org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer.transformDefinitions(BpmnDeployer.java:105)
|
|
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.transformResource(AbstractDefinitionDeployer.java:99)
|
|
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.parseDefinitionResources(AbstractDefinitionDeployer.java:74)
|
|
at org.camunda.bpm.engine.impl.AbstractDefinitionDeployer.deploy(AbstractDefinitionDeployer.java:64)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:54)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer$1.call(CacheDeployer.java:51)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:559)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:547)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer.deploy(CacheDeployer.java:51)
|
|
at org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache.deploy(DeploymentCache.java:71)
|
|
at org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager.insertDeployment(DeploymentManager.java:64)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.deploy(DeployCmd.java:258)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.lambda$doExecute$0(DeployCmd.java:155)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:559)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContext.runWithoutAuthorization(CommandContext.java:547)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.doExecute(DeployCmd.java:141)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:101)
|
|
at org.camunda.bpm.engine.impl.cmd.DeployCmd.execute(DeployCmd.java:81)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.RepositoryServiceImpl.deployWithResult(RepositoryServiceImpl.java:104)
|
|
at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deployWithResult(DeploymentBuilderImpl.java:270)
|
|
at org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl.deploy(DeploymentBuilderImpl.java:266)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessDefinitionServiceImpl.createProcessDefinition(BpmProcessDefinitionServiceImpl.java:73)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessDefinitionServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessDefinitionServiceImpl$$EnhancerBySpringCGLIB$$1.createProcessDefinition(<generated>)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl.deployModel(BpmModelServiceImpl.java:203)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
|
|
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
|
|
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmModelServiceImpl$$EnhancerBySpringCGLIB$$1.deployModel(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmModelController.deployModel(BpmModelController.java:93)
|
|
at com.lnsoft.workflow.controller.BpmModelController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmModelController$$EnhancerBySpringCGLIB$$1.deployModel(<generated>)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 14:59:50.183 [http-nio-8080-exec-1] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed; nested exception is java.lang.StackOverflowError] with root cause
|
|
java.lang.StackOverflowError: null
|
|
at sun.misc.URLClassPath.getLoader(URLClassPath.java:556)
|
|
at sun.misc.URLClassPath.getNextLoader(URLClassPath.java:494)
|
|
at sun.misc.URLClassPath.findResource(URLClassPath.java:224)
|
|
at java.net.URLClassLoader$2.run(URLClassLoader.java:572)
|
|
at java.net.URLClassLoader$2.run(URLClassLoader.java:570)
|
|
at java.security.AccessController.doPrivileged(Native Method)
|
|
at java.net.URLClassLoader.findResource(URLClassLoader.java:569)
|
|
at com.zeroturnaround.javarebel.ym.getLocalResource(SourceFile:31)
|
|
at org.zeroturnaround.javarebel.integration.util.ResourceUtil.getClassResource(SourceFile:305)
|
|
at org.zeroturnaround.javarebel.integration.support.BaseClassResourceSource.getClassResource(SourceFile:51)
|
|
at com.zeroturnaround.javarebel.zb.getClassResource(SourceFile:30)
|
|
at com.zeroturnaround.javarebel.yq.a(SourceFile:523)
|
|
at com.zeroturnaround.javarebel.yq.a(SourceFile:156)
|
|
at com.zeroturnaround.javarebel.wx.b(SourceFile:514)
|
|
at com.zeroturnaround.javarebel.wx.a(SourceFile:304)
|
|
at com.zeroturnaround.javarebel.wx.c(SourceFile:293)
|
|
at com.zeroturnaround.javarebel.vj.d(SourceFile:435)
|
|
at com.zeroturnaround.javarebel.vj.c(SourceFile:431)
|
|
at com.zeroturnaround.javarebel.vj.a(SourceFile:414)
|
|
at com.zeroturnaround.javarebel.vh.transform(SourceFile:137)
|
|
at com.zeroturnaround.javarebel.vh.transform(SourceFile:88)
|
|
at java.lang.ClassLoader.defineClass(ClassLoader.java:43009)
|
|
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
|
|
at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
|
|
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
|
|
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
|
|
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
|
|
at java.security.AccessController.doPrivileged(Native Method)
|
|
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
|
|
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
|
|
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
|
|
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:92)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
2024-08-06 15:05:53.666 [http-nio-8080-exec-4] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed; nested exception is java.lang.StackOverflowError] with root cause
|
|
java.lang.StackOverflowError: null
|
|
at java.lang.String.<init>(String.java:207)
|
|
at java.lang.String.substring(String.java:1969)
|
|
at com.zeroturnaround.reload.ag.a(SourceFile:482)
|
|
at com.zeroturnaround.reload.ag.a(SourceFile:508)
|
|
at com.zeroturnaround.reload.z.a(SourceFile:41)
|
|
at com.zeroturnaround.reload.z.a(SourceFile:246)
|
|
at com.zeroturnaround.jrebelbase.facade.ad.a(SourceFile:90)
|
|
at com.zeroturnaround.jrebelbase.facade.ad.cast(SourceFile:51)
|
|
at java.lang.invoke.MethodHandle.bindTo(MethodHandle.java:1276)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.selectListByTaskIds(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1133.invoke(Unknown Source)
|
|
2024-08-06 15:12:57.335 [http-nio-8080-exec-7] ERROR org.camunda.bpm.engine.context - ENGINE-16004 Exception while closing command context: null
|
|
java.lang.StackOverflowError: null
|
|
at com.zeroturnaround.jrebelbase.facade.g.getCurrentClass(SourceFile:97)
|
|
at com.zeroturnaround.jrebelbase.facade.f.convertForCastInternal(SourceFile:61)
|
|
at com.zeroturnaround.jrebelbase.facade.f.convertForCast(SourceFile:1)
|
|
at java.lang.invoke.MethodType$ConcurrentWeakInternSet$WeakEntry.equals(MethodType.java:1275)
|
|
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:940)
|
|
at java.lang.invoke.MethodType$ConcurrentWeakInternSet.get(MethodType.java:1215)
|
|
at java.lang.invoke.MethodType.makeImpl(MethodType.java:302)
|
|
at java.lang.invoke.MethodType.dropParameterTypes(MethodType.java:573)
|
|
at java.lang.invoke.LambdaFormEditor.bindArgumentType(LambdaFormEditor.java:442)
|
|
at java.lang.invoke.LambdaFormEditor.bindArgumentL(LambdaFormEditor.java:402)
|
|
at java.lang.invoke.BoundMethodHandle.bindArgumentL(BoundMethodHandle.java:99)
|
|
at java.lang.invoke.MethodHandle.bindArgumentL(MethodHandle.java:1317)
|
|
at java.lang.invoke.MethodHandle.bindTo(MethodHandle.java:1277)
|
|
at java.lang.invoke.MethodHandleImpl.makePairwiseConvertByEditor(MethodHandleImpl.java:221)
|
|
at java.lang.invoke.MethodHandleImpl.makePairwiseConvert(MethodHandleImpl.java:194)
|
|
at java.lang.invoke.MethodHandleImpl.makePairwiseConvert(MethodHandleImpl.java:380)
|
|
at java.lang.invoke.MethodHandle.asTypeUncached(MethodHandle.java:776)
|
|
at java.lang.invoke.MethodHandle.asType(MethodHandle.java:761)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
2024-08-06 15:12:57.495 [http-nio-8080-exec-7] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed; nested exception is java.lang.StackOverflowError] with root cause
|
|
java.lang.StackOverflowError: null
|
|
at com.zeroturnaround.jrebelbase.facade.g.getCurrentClass(SourceFile:97)
|
|
at com.zeroturnaround.jrebelbase.facade.f.convertForCastInternal(SourceFile:61)
|
|
at com.zeroturnaround.jrebelbase.facade.f.convertForCast(SourceFile:1)
|
|
at java.lang.invoke.MethodType$ConcurrentWeakInternSet$WeakEntry.equals(MethodType.java:1275)
|
|
at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:940)
|
|
at java.lang.invoke.MethodType$ConcurrentWeakInternSet.get(MethodType.java:1215)
|
|
at java.lang.invoke.MethodType.makeImpl(MethodType.java:302)
|
|
at java.lang.invoke.MethodType.dropParameterTypes(MethodType.java:573)
|
|
at java.lang.invoke.LambdaFormEditor.bindArgumentType(LambdaFormEditor.java:442)
|
|
at java.lang.invoke.LambdaFormEditor.bindArgumentL(LambdaFormEditor.java:402)
|
|
at java.lang.invoke.BoundMethodHandle.bindArgumentL(BoundMethodHandle.java:99)
|
|
at java.lang.invoke.MethodHandle.bindArgumentL(MethodHandle.java:1317)
|
|
at java.lang.invoke.MethodHandle.bindTo(MethodHandle.java:1277)
|
|
at java.lang.invoke.MethodHandleImpl.makePairwiseConvertByEditor(MethodHandleImpl.java:221)
|
|
at java.lang.invoke.MethodHandleImpl.makePairwiseConvert(MethodHandleImpl.java:194)
|
|
at java.lang.invoke.MethodHandleImpl.makePairwiseConvert(MethodHandleImpl.java:380)
|
|
at java.lang.invoke.MethodHandle.asTypeUncached(MethodHandle.java:776)
|
|
at java.lang.invoke.MethodHandle.asType(MethodHandle.java:761)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy118.updateByTaskId(Unknown Source)
|
|
at sun.reflect.GeneratedMethodAccessor1156.invoke(Unknown Source)
|
|
2024-08-06 15:24:07.650 [http-nio-8080-exec-1] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException:
|
|
### Error querying database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':4:172e0418-5308-11ef-b048-047c16979893 = 'Activity_1ol89z4#multiInstanceBody')' at line 4
|
|
### The error may exist in com/lnsoft/workflow/mapper/BpmTaskAssignRuleMapper.java (best guess)
|
|
### The error may involve defaultParameterMap
|
|
### The error occurred while setting parameters
|
|
### SQL: SELECT id,model_id,process_definition_id,task_definition_key,`type`,options,create_time,update_time,creator,updater,deleted FROM bpm_task_assign_rule WHERE deleted=0 AND (MulUsers:4:172e0418-5308-11ef-b048-047c16979893 = ?)
|
|
### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':4:172e0418-5308-11ef-b048-047c16979893 = 'Activity_1ol89z4#multiInstanceBody')' at line 4
|
|
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':4:172e0418-5308-11ef-b048-047c16979893 = 'Activity_1ol89z4#multiInstanceBody')' at line 4] with root cause
|
|
java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':4:172e0418-5308-11ef-b048-047c16979893 = 'Activity_1ol89z4#multiInstanceBody')' at line 4
|
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121)
|
|
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
|
|
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912)
|
|
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354)
|
|
at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
|
|
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
|
|
at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64)
|
|
at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79)
|
|
at sun.reflect.GeneratedMethodAccessor327.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63)
|
|
at com.sun.proxy.$Proxy130.query(Unknown Source)
|
|
at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:63)
|
|
at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325)
|
|
at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156)
|
|
at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109)
|
|
at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)
|
|
at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)
|
|
at com.sun.proxy.$Proxy129.query(Unknown Source)
|
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)
|
|
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140)
|
|
at sun.reflect.GeneratedMethodAccessor325.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427)
|
|
at com.sun.proxy.$Proxy84.selectList(Unknown Source)
|
|
at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
|
|
at com.sun.proxy.$Proxy108.selectList(Unknown Source)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl.approveTask(BpmTaskServiceImpl.java:236)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$FastClassByCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$EnhancerBySpringCGLIB$$1.approveTask(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmTaskController.approveTask(BpmTaskController.java:49)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$EnhancerBySpringCGLIB$$1.approveTask(<generated>)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 15:27:16.368 [http-nio-8080-exec-9] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.IndexOutOfBoundsException: Index: 0, Size: 0] with root cause
|
|
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
|
|
at java.util.ArrayList.rangeCheck(ArrayList.java:659)
|
|
at java.util.ArrayList.get(ArrayList.java:435)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl.approveTask(BpmTaskServiceImpl.java:237)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$FastClassByCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$EnhancerBySpringCGLIB$$1.approveTask(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmTaskController.approveTask(BpmTaskController.java:49)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$EnhancerBySpringCGLIB$$1.approveTask(<generated>)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 15:28:07.465 [http-nio-8080-exec-1] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.IndexOutOfBoundsException: Index: 0, Size: 0] with root cause
|
|
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
|
|
at java.util.ArrayList.rangeCheck(ArrayList.java:659)
|
|
at java.util.ArrayList.get(ArrayList.java:435)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl.approveTask(BpmTaskServiceImpl.java:237)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$FastClassByCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$EnhancerBySpringCGLIB$$1.approveTask(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmTaskController.approveTask(BpmTaskController.java:49)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$EnhancerBySpringCGLIB$$1.approveTask(<generated>)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 15:34:46.229 [http-nio-8080-exec-6] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is ServiceException(code=1009005001, message=审批任务失败,原因:该任务的审批人不是你)] with root cause
|
|
com.lnsoft.workflow.exception.ServiceException: 审批任务失败,原因:该任务的审批人不是你
|
|
at com.lnsoft.workflow.util.ServiceExceptionUtil.exception0(ServiceExceptionUtil.java:79)
|
|
at com.lnsoft.workflow.util.ServiceExceptionUtil.exception(ServiceExceptionUtil.java:48)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl.checkTask(BpmTaskServiceImpl.java:312)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl.approveTask(BpmTaskServiceImpl.java:209)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$FastClassByCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmTaskServiceImpl$$EnhancerBySpringCGLIB$$1.approveTask(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmTaskController.approveTask(BpmTaskController.java:49)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmTaskController$$EnhancerBySpringCGLIB$$1.approveTask(<generated>)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 18:33:10.709 [http-nio-8080-exec-4] ERROR org.camunda.bpm.engine.context - ENGINE-16004 Exception while closing command context: Query return 2 results instead of max 1
|
|
org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeSingleResult(AbstractQuery.java:245)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.execute(AbstractQuery.java:195)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeResult(AbstractQuery.java:160)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.singleResult(AbstractQuery.java:136)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl.getHisProcessInstanceVO(BpmProcessInstanceServiceImpl.java:327)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$EnhancerBySpringCGLIB$$1.getHisProcessInstanceVO(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController.getHisProcessInstance(BpmProcessInstanceController.java:59)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$EnhancerBySpringCGLIB$$1.getHisProcessInstance(<generated>)
|
|
at sun.reflect.GeneratedMethodAccessor1138.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 18:33:11.479 [http-nio-8080-exec-4] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1] with root cause
|
|
org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeSingleResult(AbstractQuery.java:245)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.execute(AbstractQuery.java:195)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeResult(AbstractQuery.java:160)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.singleResult(AbstractQuery.java:136)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl.getHisProcessInstanceVO(BpmProcessInstanceServiceImpl.java:327)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$EnhancerBySpringCGLIB$$1.getHisProcessInstanceVO(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController.getHisProcessInstance(BpmProcessInstanceController.java:59)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$EnhancerBySpringCGLIB$$1.getHisProcessInstance(<generated>)
|
|
at sun.reflect.GeneratedMethodAccessor1138.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 18:33:29.588 [http-nio-8080-exec-2] ERROR org.camunda.bpm.engine.context - ENGINE-16004 Exception while closing command context: Query return 2 results instead of max 1
|
|
org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeSingleResult(AbstractQuery.java:245)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.execute(AbstractQuery.java:195)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeResult(AbstractQuery.java:160)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.singleResult(AbstractQuery.java:136)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl.getHisProcessInstanceVO(BpmProcessInstanceServiceImpl.java:327)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$EnhancerBySpringCGLIB$$1.getHisProcessInstanceVO(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController.getHisProcessInstance(BpmProcessInstanceController.java:59)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$EnhancerBySpringCGLIB$$1.getHisProcessInstance(<generated>)
|
|
at sun.reflect.GeneratedMethodAccessor1138.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 18:33:29.590 [http-nio-8080-exec-2] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1] with root cause
|
|
org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeSingleResult(AbstractQuery.java:245)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.execute(AbstractQuery.java:195)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeResult(AbstractQuery.java:160)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.singleResult(AbstractQuery.java:136)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl.getHisProcessInstanceVO(BpmProcessInstanceServiceImpl.java:327)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$EnhancerBySpringCGLIB$$1.getHisProcessInstanceVO(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController.getHisProcessInstance(BpmProcessInstanceController.java:59)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$EnhancerBySpringCGLIB$$1.getHisProcessInstance(<generated>)
|
|
at sun.reflect.GeneratedMethodAccessor1138.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 18:34:28.430 [http-nio-8080-exec-3] ERROR org.camunda.bpm.engine.context - ENGINE-16004 Exception while closing command context: Query return 2 results instead of max 1
|
|
org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeSingleResult(AbstractQuery.java:245)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.execute(AbstractQuery.java:195)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeResult(AbstractQuery.java:160)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.singleResult(AbstractQuery.java:136)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl.getHisProcessInstanceVO(BpmProcessInstanceServiceImpl.java:327)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$EnhancerBySpringCGLIB$$1.getHisProcessInstanceVO(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController.getHisProcessInstance(BpmProcessInstanceController.java:59)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$EnhancerBySpringCGLIB$$1.getHisProcessInstance(<generated>)
|
|
at sun.reflect.GeneratedMethodAccessor1138.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 18:34:28.432 [http-nio-8080-exec-3] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1] with root cause
|
|
org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeSingleResult(AbstractQuery.java:245)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.execute(AbstractQuery.java:195)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeResult(AbstractQuery.java:160)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.singleResult(AbstractQuery.java:136)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl.getHisProcessInstanceVO(BpmProcessInstanceServiceImpl.java:327)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$EnhancerBySpringCGLIB$$1.getHisProcessInstanceVO(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController.getHisProcessInstance(BpmProcessInstanceController.java:59)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$EnhancerBySpringCGLIB$$1.getHisProcessInstance(<generated>)
|
|
at sun.reflect.GeneratedMethodAccessor1138.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 18:37:44.219 [http-nio-8080-exec-5] ERROR org.camunda.bpm.engine.context - ENGINE-16004 Exception while closing command context: Query return 2 results instead of max 1
|
|
org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeSingleResult(AbstractQuery.java:245)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.execute(AbstractQuery.java:195)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeResult(AbstractQuery.java:160)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.singleResult(AbstractQuery.java:136)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl.getHisProcessInstanceVO(BpmProcessInstanceServiceImpl.java:327)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$EnhancerBySpringCGLIB$$1.getHisProcessInstanceVO(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController.getHisProcessInstance(BpmProcessInstanceController.java:59)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$EnhancerBySpringCGLIB$$1.getHisProcessInstance(<generated>)
|
|
at sun.reflect.GeneratedMethodAccessor1138.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 18:37:44.220 [http-nio-8080-exec-5] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1] with root cause
|
|
org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeSingleResult(AbstractQuery.java:245)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.execute(AbstractQuery.java:195)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeResult(AbstractQuery.java:160)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.singleResult(AbstractQuery.java:136)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl.getHisProcessInstanceVO(BpmProcessInstanceServiceImpl.java:327)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$EnhancerBySpringCGLIB$$1.getHisProcessInstanceVO(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController.getHisProcessInstance(BpmProcessInstanceController.java:59)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$EnhancerBySpringCGLIB$$1.getHisProcessInstance(<generated>)
|
|
at sun.reflect.GeneratedMethodAccessor1138.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 18:37:56.472 [http-nio-8080-exec-10] ERROR org.camunda.bpm.engine.context - ENGINE-16004 Exception while closing command context: Query return 2 results instead of max 1
|
|
org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeSingleResult(AbstractQuery.java:245)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.execute(AbstractQuery.java:195)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeResult(AbstractQuery.java:160)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.singleResult(AbstractQuery.java:136)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl.getHisProcessInstanceVO(BpmProcessInstanceServiceImpl.java:327)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$EnhancerBySpringCGLIB$$1.getHisProcessInstanceVO(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController.getHisProcessInstance(BpmProcessInstanceController.java:59)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$EnhancerBySpringCGLIB$$1.getHisProcessInstance(<generated>)
|
|
at sun.reflect.GeneratedMethodAccessor1138.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
2024-08-06 18:37:56.473 [http-nio-8080-exec-10] ERROR o.a.c.c.C.[.[localhost].[/].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1] with root cause
|
|
org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeSingleResult(AbstractQuery.java:245)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.execute(AbstractQuery.java:195)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl.execute(CommandExecutorImpl.java:28)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor.execute(CommandContextInterceptor.java:110)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.lambda$execute$0(SpringTransactionInterceptor.java:71)
|
|
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140)
|
|
at org.camunda.bpm.engine.spring.SpringTransactionInterceptor.execute(SpringTransactionInterceptor.java:71)
|
|
at org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor.execute(ProcessApplicationContextInterceptor.java:70)
|
|
at org.camunda.bpm.engine.impl.interceptor.CommandCounterInterceptor.execute(CommandCounterInterceptor.java:35)
|
|
at org.camunda.bpm.engine.impl.interceptor.LogInterceptor.execute(LogInterceptor.java:33)
|
|
at org.camunda.bpm.engine.impl.interceptor.ExceptionCodeInterceptor.execute(ExceptionCodeInterceptor.java:55)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.executeResult(AbstractQuery.java:160)
|
|
at org.camunda.bpm.engine.impl.AbstractQuery.singleResult(AbstractQuery.java:136)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl.getHisProcessInstanceVO(BpmProcessInstanceServiceImpl.java:327)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.service.impl.BpmProcessInstanceServiceImpl$$EnhancerBySpringCGLIB$$1.getHisProcessInstanceVO(<generated>)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController.getHisProcessInstance(BpmProcessInstanceController.java:59)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$FastClassBySpringCGLIB$$1.invoke(<generated>)
|
|
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:123)
|
|
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
|
|
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
|
|
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
|
|
at com.lnsoft.workflow.controller.BpmProcessInstanceController$$EnhancerBySpringCGLIB$$1.getHisProcessInstance(<generated>)
|
|
at sun.reflect.GeneratedMethodAccessor1138.invoke(Unknown Source)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
|
|
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
|
|
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
|
|
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
|
|
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
|
|
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070)
|
|
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
|
|
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
|
|
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
|
|
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
|
|
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
|
|
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
|
|
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
|
|
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
|
|
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
|
|
at org.apache.catalina.core.StandardContextValve.__invoke(StandardContextValve.java:97)
|
|
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:41002)
|
|
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
|
|
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
|
|
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
|
|
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
|
|
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
|
|
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
|