You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Cesar Hernandez (Jira)" <ji...@apache.org> on 2022/04/25 22:31:00 UTC

[jira] [Assigned] (TOMEE-3927) Fix random failure for: JMS2AMQTest#sendToMdbWithTxAndCheckLeaks

     [ https://issues.apache.org/jira/browse/TOMEE-3927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cesar Hernandez reassigned TOMEE-3927:
--------------------------------------

    Assignee: Cesar Hernandez

> Fix random failure for: JMS2AMQTest#sendToMdbWithTxAndCheckLeaks
> ----------------------------------------------------------------
>
>                 Key: TOMEE-3927
>                 URL: https://issues.apache.org/jira/browse/TOMEE-3927
>             Project: TomEE
>          Issue Type: Test
>            Reporter: Cesar Hernandez
>            Assignee: Cesar Hernandez
>            Priority: Major
>
> The test 
> org.apache.openejb.activemq.JMS2AMQTest.sendToMdbWithTxAndCheckLeaks has random failures both locally and in CI.
>  
> {code:java}
> java.lang.AssertionError: expected:<0> but was:<1>
> 	at org.junit.Assert.fail(Assert.java:89)
> 	at org.junit.Assert.failNotEquals(Assert.java:835)
> 	at org.junit.Assert.assertEquals(Assert.java:647)
> 	at org.junit.Assert.assertEquals(Assert.java:633)
> 	at org.apache.openejb.activemq.JMS2AMQTest.sendToMdbWithTxAndCheckLeaks(JMS2AMQTest.java:309)
> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
> 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> 	at org.apache.openejb.junit.DeployApplication$1.call(DeployApplication.java:44)
> 	at org.apache.openejb.junit.DeployApplication$1.call(DeployApplication.java:40)
> 	at org.apache.openejb.testing.ApplicationComposers.evaluate(ApplicationComposers.java:1075)
> 	at org.apache.openejb.junit.DeployApplication.evaluate(DeployApplication.java:40)
> 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
> 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
> 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
> 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
> 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
> 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
> 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
> 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
> 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
> 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
> 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
> 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
> 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
> 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
> 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
> 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
> 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
> 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
> 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
> Standard ErrorApr 25, 2022 3:38:44 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Created new singletonService org.apache.openejb.cdi.ThreadSingletonServiceImpl@22bac7bc
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Succeeded in installing singleton service
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Cannot find the configuration file [conf/openejb.xml].  Will attempt to create one for the beans deployed.
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Configuring Service(id=xaCf, type=Resource, provider-id=xaCf)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Configuring Service(id=amq, type=Resource, provider-id=Default JMS Resource Adapter)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Configuring Service(id=cf, type=Resource, provider-id=Default JMS Connection Factory)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Configuring Service(id=target, type=Resource, provider-id=Default Queue)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Configuring Service(id=mdbs, type=Container, provider-id=Default MDB Container)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Creating TransactionManager(id=Default Transaction Manager)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Creating SecurityService(id=Default Security Service)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Creating Resource(id=xaCf)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Creating Resource(id=amq)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Thread pool size for 'amq' is (30)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: ActiveMQ5Factory creating broker
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Using ActiveMQ startup timeout of 10000ms
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Starting ActiveMQ BrokerService
> Apr 25, 2022 3:38:45 PM org.apache.activemq.broker.BrokerService doStartPersistenceAdapter
> INFO: Using Persistence Adapter: MemoryPersistenceAdapter
> Apr 25, 2022 3:38:45 PM org.apache.activemq.broker.BrokerService doStartBroker
> INFO: Apache ActiveMQ 9.0.0-M8-SNAPSHOT (localhost, ID:ip-172-31-25-171.us-east-2.compute.internal-37255-1650901125714-0:1) is starting
> Apr 25, 2022 3:38:45 PM org.apache.activemq.broker.TransportConnector start
> INFO: Connector vm://localhost started
> Apr 25, 2022 3:38:45 PM org.apache.activemq.broker.BrokerService doStartBroker
> INFO: Apache ActiveMQ 9.0.0-M8-SNAPSHOT (localhost, ID:ip-172-31-25-171.us-east-2.compute.internal-37255-1650901125714-0:1) started
> Apr 25, 2022 3:38:45 PM org.apache.activemq.broker.BrokerService doStartBroker
> INFO: For help or more information please see: http://activemq.apache.org
> Apr 25, 2022 3:38:45 PM org.apache.activemq.broker.BrokerService checkUsageLimit
> WARNING: Temporary Store limit is 51200 mb (current store usage is 0 mb). The data directory: /home/user/workspace/apache-tomee-master-maven/container/openejb-core/target only has 17690 mb of usable space. - resetting to maximum available disk space: 17690 mb
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Starting ActiveMQ checkpoint
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: ActiveMQ broker started
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Creating Resource(id=cf)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Creating ConnectionManager for Resource(id=cf)
> Apr 25, 2022 3:38:45 PM org.apache.geronimo.connector.outbound.GenericConnectionManager$InterceptorsImpl <init>
> INFO: No runtime TransactionSupport
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Creating Resource(id=target)
> Apr 25, 2022 3:38:45 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Creating Container(id=mdbs)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Configuring enterprise application: /home/user/workspace/apache-tomee-master-maven/container/openejb-core/target/JMS2AMQTest
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-deploying ejb Listener: EjbDeployment(deployment-id=Listener)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-deploying ejb ProducerBean: EjbDeployment(deployment-id=ProducerBean)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Configuring Service(id=Default Managed Container, type=Container, provider-id=Default Managed Container)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-creating a container for bean org.apache.openejb.activemq.JMS2AMQTest: Container(type=MANAGED, id=Default Managed Container)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Creating Container(id=Default Managed Container)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Using directory /tmp for stateful session passivation
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-linking resource-ref 'java:comp/env/xaCf' in bean org.apache.openejb.activemq.JMS2AMQTest to Resource(id=xaCf)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-linking resource-ref 'java:comp/env/cf' in bean org.apache.openejb.activemq.JMS2AMQTest to Resource(id=cf)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-linking resource-env-ref 'java:comp/env/target' in bean org.apache.openejb.activemq.JMS2AMQTest to Resource(id=target)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Configuring Service(id=target2, type=Resource, provider-id=Default Queue)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-creating a Resource with id 'target2' of type 'jakarta.jms.Queue' for 'org.apache.openejb.activemq.JMS2AMQTest'.
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Creating Resource(id=target2)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-linking resource-env-ref 'java:comp/env/target2' in bean org.apache.openejb.activemq.JMS2AMQTest to Resource(id=target2)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Configuring Service(id=target3, type=Resource, provider-id=Default Queue)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-creating a Resource with id 'target3' of type 'jakarta.jms.Queue' for 'org.apache.openejb.activemq.JMS2AMQTest'.
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Creating Resource(id=target3)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-linking resource-env-ref 'java:comp/env/target3' in bean org.apache.openejb.activemq.JMS2AMQTest to Resource(id=target3)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-linking resource-ref 'java:comp/env/xaCf' in bean EjbModule1456265041.Comp1239132915 to Resource(id=xaCf)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-linking resource-ref 'java:comp/env/cf' in bean EjbModule1456265041.Comp1239132915 to Resource(id=cf)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-linking resource-env-ref 'java:comp/env/target' in bean EjbModule1456265041.Comp1239132915 to Resource(id=target)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-linking resource-env-ref 'java:comp/env/target2' in bean EjbModule1456265041.Comp1239132915 to Resource(id=target2)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-linking resource-env-ref 'java:comp/env/target3' in bean EjbModule1456265041.Comp1239132915 to Resource(id=target3)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Configuring Service(id=Default Singleton Container, type=Container, provider-id=Default Singleton Container)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-creating a container for bean ProducerBean: Container(type=SINGLETON, id=Default Singleton Container)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Creating Container(id=Default Singleton Container)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-linking resource-env-ref 'java:comp/env/target' in bean ProducerBean to Resource(id=target)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Auto-linking resource-env-ref 'java:comp/env/target' in bean jar.Comp319061373 to Resource(id=target)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Enterprise application "/home/user/workspace/apache-tomee-master-maven/container/openejb-core/target/JMS2AMQTest" loaded.
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Not creating another application classloader for JMS2AMQTest
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Assembling app: /home/user/workspace/apache-tomee-master-maven/container/openejb-core/target/JMS2AMQTest
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Jndi(name=Listener) --> Ejb(deployment-id=Listener)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Jndi(name=ProducerBeanLocalBean) --> Ejb(deployment-id=ProducerBean)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Jndi(name=global/JMS2AMQTest/jar/ProducerBean!org.apache.openejb.activemq.JMS2AMQTest$ProducerBean) --> Ejb(deployment-id=ProducerBean)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Jndi(name=global/JMS2AMQTest/jar/ProducerBean) --> Ejb(deployment-id=ProducerBean)
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Existing thread singleton service in SystemInstance(): org.apache.openejb.cdi.ThreadSingletonServiceImpl@22bac7bc
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Some Principal APIs could not be loaded: org.eclipse.microprofile.jwt.JsonWebToken out of org.eclipse.microprofile.jwt.JsonWebToken not found
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: OpenWebBeans Container is starting...
> Apr 25, 2022 3:38:46 PM org.apache.webbeans.plugins.PluginLoader startUp
> INFO: Adding OpenWebBeansPlugin : [CdiPlugin]
> Apr 25, 2022 3:38:46 PM org.apache.webbeans.config.BeansDeployer validateInjectionPoints
> INFO: All injection points were validated successfully.
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: OpenWebBeans Container has started, it took 343 ms.
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Ignoring XML Configuration for validator org.apache.bval.jsr.ConfigurationImpl
> Apr 25, 2022 3:38:46 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Created Ejb(deployment-id=ProducerBean, ejb-name=ProducerBean, container=Default Singleton Container)
> Apr 25, 2022 3:38:47 PM org.apache.activemq.ra.ActiveMQEndpointWorker start
> INFO: Starting
> Apr 25, 2022 3:38:47 PM org.apache.batchee.container.services.ServicesManager init
> WARNING: You didn't specify org.apache.batchee.jmx.application and JMX is already registered, skipping
> Apr 25, 2022 3:38:47 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Activated endpoint for Listener
> Apr 25, 2022 3:38:47 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Deployed MDB control for Listener on default:J2EEServer=openejb,J2EEApplication=<empty>,EJBModule=jar,StatelessSessionBean=Listener,j2eeType=control,name=Listener
> Apr 25, 2022 3:38:47 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Created Ejb(deployment-id=Listener, ejb-name=Listener, container=mdbs)
> Apr 25, 2022 3:38:47 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Started Ejb(deployment-id=ProducerBean, ejb-name=ProducerBean, container=Default Singleton Container)
> Apr 25, 2022 3:38:47 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Started Ejb(deployment-id=Listener, ejb-name=Listener, container=mdbs)
> Apr 25, 2022 3:38:47 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Deployed Application(path=/home/user/workspace/apache-tomee-master-maven/container/openejb-core/target/JMS2AMQTest)
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.activemq.ra.ActiveMQEndpointWorker$1 run
> INFO: Establishing connection to broker [vm://localhost?waitForStart=20000&async=true&create=false]
> Apr 25, 2022 3:38:47 PM org.apache.activemq.ra.ActiveMQEndpointWorker$1 run
> INFO: Successfully established connection to broker [vm://localhost?waitForStart=20000&async=true&create=false]
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.TransactionContextHandler@1d005d8
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.openejb.core.security.SecurityContextHandler@f17fb92
> Apr 25, 2022 3:38:47 PM org.apache.geronimo.connector.work.WorkerContext run
> INFO: Removing non-required WorkContextHandler with no context: org.apache.geronimo.connector.work.HintsContextHandler@b286ea8
> Apr 25, 2022 3:38:47 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Undeploying app: /home/user/workspace/apache-tomee-master-maven/container/openejb-core/target/JMS2AMQTest
> Apr 25, 2022 3:38:47 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Undeployed MDB control for Listener
> Apr 25, 2022 3:38:47 PM org.apache.activemq.ra.ActiveMQEndpointWorker stop
> INFO: Stopping
> Apr 25, 2022 3:38:47 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Stopping ResourceAdapter: amq
> Apr 25, 2022 3:38:47 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Stopping ActiveMQ
> Apr 25, 2022 3:38:47 PM org.apache.activemq.broker.BrokerService stop
> INFO: Apache ActiveMQ 9.0.0-M8-SNAPSHOT (localhost, ID:ip-172-31-25-171.us-east-2.compute.internal-37255-1650901125714-0:1) is shutting down
> Apr 25, 2022 3:38:47 PM org.apache.activemq.broker.TransportConnector stop
> INFO: Connector vm://localhost stopped
> Apr 25, 2022 3:38:47 PM org.apache.activemq.broker.BrokerService stop
> INFO: Apache ActiveMQ 9.0.0-M8-SNAPSHOT (localhost, ID:ip-172-31-25-171.us-east-2.compute.internal-37255-1650901125714-0:1) uptime 2.155 seconds
> Apr 25, 2022 3:38:47 PM org.apache.activemq.broker.BrokerService stop
> INFO: Apache ActiveMQ 9.0.0-M8-SNAPSHOT (localhost, ID:ip-172-31-25-171.us-east-2.compute.internal-37255-1650901125714-0:1) is shutdown
> Apr 25, 2022 3:38:47 PM org.apache.openejb.util.LogStreamAsync run
> INFO: Stopped ActiveMQ broker {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)