Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-10009

NPE at EJBTimerScheduler.removeJob

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.66.0.Final
    • 7.64.0.Final
    • Runtime Engine
    • None
    • False
    • False
    • NEW
    • NEW

    Description

      When executing regressions for jbpm-playground (jbpm-clustered-ejb-timers-test), this NPE is raised:

       

      [KIE-LOG-node2] STDOUT: 14:32:17,255 ERROR [org.jboss.as.ejb3.invocation] (default task-1) WFLYEJB0034: Jakarta Enterprise Beans Invocation failed on component EJBTimerScheduler for method public boolean org.jbpm.services.ejb.timer.EJBTimerScheduler.removeJob(org.drools.core.time.JobHandle): javax.ejb.EJBException: java.lang.NullPointerException
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.tx.BMTInterceptor.handleException(BMTInterceptor.java:83)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.tx.EjbBMTInterceptor.checkStatelessDone(EjbBMTInterceptor.java:91)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.tx.EjbBMTInterceptor.handleInvocation(EjbBMTInterceptor.java:106)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.tx.BMTInterceptor.processInvocation(BMTInterceptor.java:57)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ee@23.0.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ee@23.0.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:53)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
      [KIE-LOG-node2] STDOUT:     at org.jboss.weld.core@3.1.6.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.weld.common@23.0.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.component.singleton.ContainerManagedConcurrencyInterceptor.processInvocation(ContainerManagedConcurrencyInterceptor.java:106)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ee@23.0.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
      [KIE-LOG-node2] STDOUT:     at org.wildfly.security.elytron-private@1.15.3.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ee@23.0.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ee@23.0.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ee@23.0.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.services.ejb.timer.EJBTimerScheduler$$$view2.removeJob(Unknown Source)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.services.ejb.timer.EjbSchedulerService.removeJob(EjbSchedulerService.java:81)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.process.core.timer.impl.GlobalTimerService.unregisterJobHandle(GlobalTimerService.java:169)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.process.core.timer.impl.GlobalTimerService.removeJob(GlobalTimerService.java:146)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.services.task.impl.TaskDeadlinesServiceImpl.unschedule(TaskDeadlinesServiceImpl.java:172)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.services.task.commands.CancelDeadlineCommand.execute(CancelDeadlineCommand.java:83)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.services.task.commands.CancelDeadlineCommand.execute(CancelDeadlineCommand.java:33)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.services.task.commands.CompositeCommand.execute(CompositeCommand.java:143)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.services.task.commands.TaskCommandExecutorImpl$SelfExecutionCommandService.execute(TaskCommandExecutorImpl.java:80)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.services.task.commands.TaskCommandExecutorImpl$SelfExecutionCommandService.execute(TaskCommandExecutorImpl.java:65)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.w
      [KIE-LOG-node2] STDOUT: ar//org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.services.task.persistence.TaskTransactionInterceptor.execute(TaskTransactionInterceptor.java:88)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.services.task.persistence.TaskTransactionInterceptor.execute(TaskTransactionInterceptor.java:49)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:73)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.drools.persistence.jta.TransactionLockInterceptor.execute(TransactionLockInterceptor.java:45)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.drools.persistence.jpa.OptimisticLockRetryInterceptor.internalExecute(OptimisticLockRetryInterceptor.java:102)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:83)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.drools.persistence.jpa.OptimisticLockRetryInterceptor.execute(OptimisticLockRetryInterceptor.java:44)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.drools.core.command.impl.AbstractInterceptor.executeNext(AbstractInterceptor.java:39)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.internalExecute(ExecutionErrorHandlerInterceptor.java:66)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.execute(ExecutionErrorHandlerInterceptor.java:52)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor.execute(ExecutionErrorHandlerInterceptor.java:29)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.drools.core.runtime.InternalLocalRunner.execute(InternalLocalRunner.java:37)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.drools.core.runtime.InternalLocalRunner.execute(InternalLocalRunner.java:41)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.services.task.commands.TaskCommandExecutorImpl.execute(TaskCommandExecutorImpl.java:49)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.services.task.impl.command.CommandBasedTaskService.complete(CommandBasedTaskService.java:176)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.kie.services.impl.UserTaskServiceImpl.complete(UserTaskServiceImpl.java:230)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.kie.server.services.jbpm.UserTaskServiceBase.complete(UserTaskServiceBase.java:111)
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.kie.server.remote.rest.jbpm.UserTaskResource.complete(UserTaskResource.java:258)
      [KIE-LOG-node2] STDOUT:     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      [KIE-LOG-node2] STDOUT:     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      [KIE-LOG-node2] STDOUT:     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      [KIE-LOG-node2] STDOUT:     at java.base/java.lang.reflect.Method.invoke(Method.java:566)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:138)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:546)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:435)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$0(ResourceMethodInvoker.java:396)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.interception.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:358)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:398)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:365)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:338)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:440)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:229)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:135)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.interception.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:358)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:138)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:215)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:245)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:61)
      [KIE-LOG-node2] STDOUT:     at org.jboss.resteasy.resteasy-jaxrs@3.15.1.Final//org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)
      [KIE-LOG-node2] STDOUT:     at javax.servlet.api@2.0.0.Final//javax.servlet.http.HttpServlet.service(HttpServlet.java:590)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
      [KIE-LOG-node2] STDOUT:     at org.wildfly.extension.undertow@23.0.2.Final//org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
      [KIE-LOG-node2] STDOUT:     at io.undertow.core@2.2.5.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
      [KIE-LOG-node2] STDOUT:     at io.undertow.core@2.2.5.Final//io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33)
      [KIE-LOG-node2] STDOUT:     at io.undertow.core@2.2.5.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
      [KIE-LOG-node2] STDOUT:     at io.undertow.core@2.2.5.Final//io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:53)
      [KIE-LOG-node2] STDOUT:     at io.undertow.core@2.2.5.Final//io.undertow.
      [KIE-LOG-node2] STDOUT: security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:59)
      [KIE-LOG-node2] STDOUT:     at io.undertow.core@2.2.5.Final//io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
      [KIE-LOG-node2] STDOUT:     at io.undertow.core@2.2.5.Final//io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
      [KIE-LOG-node2] STDOUT:     at io.undertow.core@2.2.5.Final//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
      [KIE-LOG-node2] STDOUT:     at io.undertow.core@2.2.5.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
      [KIE-LOG-node2] STDOUT:     at org.wildfly.extension.undertow@23.0.2.Final//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
      [KIE-LOG-node2] STDOUT:     at io.undertow.core@2.2.5.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
      [KIE-LOG-node2] STDOUT:     at org.wildfly.extension.undertow@23.0.2.Final//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
      [KIE-LOG-node2] STDOUT:     at io.undertow.core@2.2.5.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:269)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:78)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:133)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:130)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
      [KIE-LOG-node2] STDOUT:     at org.wildfly.extension.undertow@23.0.2.Final//org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
      [KIE-LOG-node2] STDOUT:     at org.wildfly.extension.undertow@23.0.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
      [KIE-LOG-node2] STDOUT:     at org.wildfly.extension.undertow@23.0.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
      [KIE-LOG-node2] STDOUT:     at org.wildfly.extension.undertow@23.0.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
      [KIE-LOG-node2] STDOUT:     at org.wildfly.extension.undertow@23.0.2.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:249)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:78)
      [KIE-LOG-node2] STDOUT:     at io.undertow.servlet@2.2.5.Final//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:99)
      [KIE-LOG-node2] STDOUT:     at io.undertow.core@2.2.5.Final//io.undertow.server.Connectors.executeRootHandler(Connectors.java:387)
      [KIE-LOG-node2] STDOUT:     at io.undertow.core@2.2.5.Final//io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:841)
      [KIE-LOG-node2] STDOUT:     at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
      [KIE-LOG-node2] STDOUT:     at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
      [KIE-LOG-node2] STDOUT:     at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
      [KIE-LOG-node2] STDOUT:     at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
      [KIE-LOG-node2] STDOUT:     at org.jboss.xnio@3.8.4.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1280)
      [KIE-LOG-node2] STDOUT:     at java.base/java.lang.Thread.run(Thread.java:834)
      [KIE-LOG-node2] STDOUT: Caused by: java.lang.NullPointerException
      [KIE-LOG-node2] STDOUT:     at deployment.kie-server.war//org.jbpm.services.ejb.timer.EJBTimerScheduler.removeJob(EJBTimerScheduler.java:299)
      [KIE-LOG-node2] STDOUT:     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      [KIE-LOG-node2] STDOUT:     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      [KIE-LOG-node2] STDOUT:     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      [KIE-LOG-node2] STDOUT:     at java.base/java.lang.reflect.Method.invoke(Method.java:566)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ee@23.0.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.weld.common@23.0.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.weld.common@23.0.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.weld.common@23.0.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ee@23.0.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
      [KIE-LOG-node2] STDOUT:     at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
      [KIE-LOG-node2] STDOUT:     at org.jboss.as.ejb3@23.0.2.Final//org.jboss.as.ejb3.tx.EjbBMTInterceptor.handleInvocation(EjbBMTInterceptor.java:103)
      [KIE-LOG-node2] STDOUT:     ... 144 more
      [KIE-LOG-node2] STDOUT: 

      Attachments

        Activity

          People

            gmunozfe@redhat.com Gonzalo Muñoz Fernández
            gmunozfe@redhat.com Gonzalo Muñoz Fernández
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: