ari-ban / glassfish-genericjmsra

0 stars 0 forks source link

MDB Not comming up due to javax.resource.spi.InvalidPropertyException using Generic JMS JCA #64

Closed arinban closed 6 years ago

arinban commented 6 years ago

Hi,

i am getting an error while starting jboss EAP 7 instance with below Error. Please let me what could be the issue.

2017-11-24 00:03:34,297 INFO [stdout] (ServerService Thread Pool -- 69) End of refresh ldap 2017-11-24 00:03:34,317 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "AE_APP_EAR.ear")]) - failure description: {"WFLYCTL0080: Failed services" => { "jboss.deployment.subunit.\"AE_APP_EAR.ear\".\"ApplicationServices_CHNLMDB.jar\".component.ChannelsRequestMessageBean.START" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"AE_APP_EAR.ear\".\"ApplicationServices_CHNLMDB.jar\".component.ChannelsRequestMessageBean.START: java.lang.RuntimeException: javax.resource.spi.InvalidPropertyException Caused by: java.lang.RuntimeException: javax.resource.spi.InvalidPropertyException Caused by: javax.resource.spi.InvalidPropertyException Caused by: java.lang.NullPointerException", "jboss.deployment.subunit.\"AE_APP_EAR.ear\".\"ApplicationServices_CHNLMDB.jar\".component.AEICM_ACK_TOPIC.START" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"AE_APP_EAR.ear\".\"ApplicationServices_CHNLMDB.jar\".component.AEICM_ACK_TOPIC.START: java.lang.ClassCastException: com.webmethods.jms.impl.WmXAConnectionFactoryImpl cannot be cast to javax.jms.XATopicConnectionFactory Caused by: java.lang.ClassCastException: com.webmethods.jms.impl.WmXAConnectionFactoryImpl cannot be cast to javax.jms.XATopicConnectionFactory" }}

WFLYCTL0186: Services which failed to start: service jboss.deployment.subunit."AE_APP_EAR.ear"."ApplicationServices_CHNLMDB.jar".component.ChannelsRequestMessageBean.START: org.jboss.msc.service.StartException in service jboss.deployment.subunit."AE_APP_EAR.ear"."ApplicationServices_CHNLMDB.jar".component.ChannelsRequestMessageBean.START: java.lang.RuntimeException: javax.resource.spi.InvalidPropertyException service jboss.deployment.subunit."AE_APP_EAR.ear"."ApplicationServices_CHNLMDB.jar".component.AEICM_ACK_TOPIC.START: org.jboss.msc.service.StartException in service jboss.deployment.subunit."AE_APP_EAR.ear"."ApplicationServices_CHNLMDB.jar".component.AEICM_ACK_TOPIC.START: java.lang.ClassCastException: com.webmethods.jms.impl.WmXAConnectionFactoryImpl cannot be cast to javax.jms.XATopicConnectionFactory.

jboss-ejb3.xml

<?xml version='1.0' encoding='UTF-8' ?> <jboss:ejb-jar xmlns:jboss="http://www.jboss.com/xml/ns/javaee" xmlns:jee="http://java.sun.com/xml/ns/javaee" xmlns:mdb="urn:resource-adapter-binding" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:c="urn:clustering:1.0" xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-ejb3-2_0.xsd http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd" version="3.1" impl-version="2.0">

AEICM_ACK_TOPIC scb.technical.application.service.ChannelsRequestMessageBean destinationJndiName actual External JNDI name providerIntegrationMode jndi jndiProperties java.naming.factory.initial=com.webmethods.jms.naming.WmJmsNamingCtxFactory,java.naming.provider.url=wmjmsnaming://SIT_JNDI04@10.10.10.10:000/EDMIFramework connectionFactoryJndiName Rdm_ConnectionFactory destinationType javax.jms.Topic subscriptionDurability Durable subscriptionName AEICM_ACK_TOPIC topicClassName com.webmethods.jms.impl.WmTopicImpl acknowledgeMode Auto-acknowledge messageSelector countryCode = 'AE' and captureSystem = 'XYZ' AEICM_ACK_TOPIC webm-jmsra MDB : ChannelsRequestMessageBean.java @MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName = "useJNDI", propertyValue = "true"), @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Topic") }) @ResourceAdapter("webm-jmsra") @TransactionManagement(TransactionManagementType.BEAN) public class ChannelsRequestMessageBean implements MessageListener { Thanks & regards Viswa..
arinban commented 6 years ago
arinban commented 6 years ago

@viswascope Commented Hi,

I found, two threads are started. One thread Number 62 which holding a value of ra.xml where ConnectionFactoryJndiname is not configured and it's coming as null and MDB not comming up due to null pointer exception.

in another thread number 66 which holding value of both ra.xml and also activation config property of ejb-jar.xml..

why we are getting this behaviour during JBOSS EAP 7.0 start up.. I attached log for refereance.. Can some one help me

Environment : Linux 7. openJdk 1.8 EAP 7.0

Problem (thread 62) :

2017-12-19 15:19:41,636 DEBUG [org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl] (ServerService Thread Pool -- 62) Starting server ActiveMQServerImpl:: 2017-12-19 15:19:41,794 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 62) AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=/jboss/eap/7.0/jboss-eap/ICM_JBOSS_CL1/data/activemq/journal,bindingsDirectory=/jboss/eap/7.0/jboss-eap/ICM_JBOSS_CL1/data/activemq/bindings,largeMessagesDirectory=/jboss/eap/7.0/jboss-eap/ICM_JBOSS_CL1/data/activemq/largemessages,pagingDirectory=/jboss/eap/7.0/jboss-eap/ICM_JBOSS_CL1/data/activemq/paging) 2017-12-19 15:19:41,908 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 62) AMQ221012: Using AIO Journal 2017-12-19 15:19:42,032 FINE [io.netty.util.internal.logging.InternalLoggerFactory] (ServerService Thread Pool -- 62) Using java.util.logging as the default logging framework 2017-12-19 15:19:42,048 FINE [io.netty.util.internal.PlatformDependent0] (ServerService Thread Pool -- 62) java.nio.Buffer.address: available 2017-12-19 15:19:42,049 FINE [io.netty.util.internal.PlatformDependent0] (ServerService Thread Pool -- 62) sun.misc.Unsafe.theUnsafe: available 2017-12-19 15:19:42,051 FINE [io.netty.util.internal.PlatformDependent0] (ServerService Thread Pool -- 62) sun.misc.Unsafe.copyMemory: available 2017-12-19 15:19:42,053 FINE [io.netty.util.internal.PlatformDependent0] (ServerService Thread Pool -- 62) java.nio.Bits.unaligned: true 2017-12-19 15:19:42,058 FINE [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 62) Java version: 8 2017-12-19 15:19:42,059 FINE [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 62) -Dio.netty.noUnsafe: false 2017-12-19 15:19:42,059 FINE [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 62) sun.misc.Unsafe: available 2017-12-19 15:19:42,062 FINE [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 62) -Dio.netty.noJavassist: false 2017-12-19 15:19:42,215 FINE [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 62) Javassist: available 2017-12-19 15:19:42,216 FINE [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 62) -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2017-12-19 15:19:42,217 FINE [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 62) -Dio.netty.bitMode: 64 (sun.arch.data.model) 2017-12-19 15:19:42,217 FINE [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 62) -Dio.netty.noPreferDirect: false 2017-12-19 15:19:42,233 FINE [io.netty.buffer.AbstractByteBuf] (ServerService Thread Pool -- 62) -Dio.netty.buffer.bytebuf.checkAccessible: true 2017-12-19 15:19:42,238 FINE [io.netty.util.ResourceLeakDetector] (ServerService Thread Pool -- 62) -Dio.netty.leakDetection.level: simple 2017-12-19 15:19:42,238 FINE [io.netty.util.ResourceLeakDetector] (ServerService Thread Pool -- 62) -Dio.netty.leakDetection.maxRecords: 4 2017-12-19 15:19:42,310 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 62) AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 2017-12-19 15:19:42,321 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 62) AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ 2017-12-19 15:19:42,667 DEBUG [org.apache.activemq.artemis.logs] (ServerService Thread Pool -- 62) using dummy address ffffffcd:5f:ffffffde:ffffff90:ffffffcb:-92 2017-12-19 15:19:42,670 DEBUG [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] (ServerService Thread Pool -- 62) ClusterCommunication::Sending notification for addBinding LocalQueueBinding [address=jms.queue.DLQ, queue=QueueImpl[name=jms.queue.DLQ, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04]]@5583acfa, filter=null, name=jms.queue.DLQ, clusterName=jms.queue.DLQ89296d3b-4f2f-11e7-8cc8-47e10bfb1c04] from server ActiveMQServerImpl::serverUUID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04 2017-12-19 15:19:42,674 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) ignoring message Notification[uid=fba750bd-e48c-11e7-9ef3-cd5fde90cba4, type=BINDING_ADDED, properties=TypedProperties[_AMQ_Binding_Type=0,_AMQ_RoutingName=jms.queue.DLQ,_AMQ_Distance=0,_AMQ_Address=jms.queue.DLQ,_AMQ_Binding_ID=2,_AMQ_ClusterName=jms.queue.DLQ89296d3b-4f2f-11e7-8cc8-47e10bfb1c04]] as the server is not initialized 2017-12-19 15:19:42,680 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) registered address org.apache.activemq.artemis:module=Core,type=Address,name="jms.queue.DLQ" 2017-12-19 15:19:42,706 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) registered queue org.apache.activemq.artemis:module=Core,type=Queue,address="jms.queue.DLQ",name="jms.queue.DLQ" 2017-12-19 15:19:42,707 DEBUG [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] (ServerService Thread Pool -- 62) ClusterCommunication::Sending notification for addBinding LocalQueueBinding [address=jms.queue.ExpiryQueue, queue=QueueImpl[name=jms.queue.ExpiryQueue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04]]@5d62344f, filter=null, name=jms.queue.ExpiryQueue, clusterName=jms.queue.ExpiryQueue89296d3b-4f2f-11e7-8cc8-47e10bfb1c04] from server ActiveMQServerImpl::serverUUID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04 2017-12-19 15:19:42,708 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) ignoring message Notification[uid=fbad1d1e-e48c-11e7-9ef3-cd5fde90cba4, type=BINDING_ADDED, properties=TypedProperties[_AMQ_Binding_Type=0,_AMQ_RoutingName=jms.queue.ExpiryQueue,_AMQ_Distance=0,_AMQ_Address=jms.queue.ExpiryQueue,_AMQ_Binding_ID=8,_AMQ_ClusterName=jms.queue.ExpiryQueue89296d3b-4f2f-11e7-8cc8-47e10bfb1c04]] as the server is not initialized 2017-12-19 15:19:42,708 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) registered address org.apache.activemq.artemis:module=Core,type=Address,name="jms.queue.ExpiryQueue" 2017-12-19 15:19:42,709 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) registered queue org.apache.activemq.artemis:module=Core,type=Queue,address="jms.queue.ExpiryQueue",name="jms.queue.ExpiryQueue" 2017-12-19 15:19:42,743 DEBUG [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] (ServerService Thread Pool -- 62) ClusterCommunication::Sending notification for addBinding LocalQueueBinding [address=jms.topic.jms/AE_scbRdmIndividualCustomerNotifyIndProfileV1ReportT, queue=QueueImpl[name=jms.topic.jms/AE_scbRdmIndividualCustomerNotifyIndProfileV1ReportT, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04]]@169159ea, filter=FilterImpl [sfilterString=AMQX=-1], name=jms.topic.jms/AE_scbRdmIndividualCustomerNotifyIndProfileV1ReportT, clusterName=jms.topic.jms/AE_scbRdmIndividualCustomerNotifyIndProfileV1ReportT89296d3b-4f2f-11e7-8cc8-47e10bfb1c04] from server ActiveMQServerImpl::serverUUID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04 2017-12-19 15:19:42,744 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) ignoring message Notification[uid=fbb29b5f-e48c-11e7-9ef3-cd5fde90cba4, type=BINDING_ADDED, properties=TypedProperties[_AMQ_Binding_Type=0,_AMQ_RoutingName=jms.topic.jms/AE_scbRdmIndividualCustomerNotifyIndProfileV1ReportT,_AMQ_Distance=0,_AMQ_Address=jms.topic.jms/AE_scbRdmIndividualCustomerNotifyIndProfileV1ReportT,_AMQ_Binding_ID=156766307661,_AMQ_FilterString=AMQX=-1,_AMQ_ClusterName=jms.topic.jms/AE_scbRdmIndividualCustomerNotifyIndProfileV1ReportT89296d3b-4f2f-11e7-8cc8-47e10bfb1c04]] as the server is not initialized 2017-12-19 15:19:42,744 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) registered address org.apache.activemq.artemis:module=Core,type=Address,name="jms.topic.jms/AE_scbRdmIndividualCustomerNotifyIndProfileV1ReportT" 2017-12-19 15:19:42,745 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) registered queue org.apache.activemq.artemis:module=Core,type=Queue,address="jms.topic.jms/AE_scbRdmIndividualCustomerNotifyIndProfileV1ReportT",name="jms.topic.jms/AE_scbRdmIndividualCustomerNotifyIndProfileV1ReportT" 2017-12-19 15:19:42,746 DEBUG [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] (ServerService Thread Pool -- 62) ClusterCommunication::Sending notification for addBinding LocalQueueBinding [address=jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT, queue=QueueImpl[name=jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04]]@402683fa, filter=FilterImpl [sfilterString=AMQX=-1], name=jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT, clusterName=jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT89296d3b-4f2f-11e7-8cc8-47e10bfb1c04] from server ActiveMQServerImpl::serverUUID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04 2017-12-19 15:19:42,746 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) ignoring message Notification[uid=fbb31090-e48c-11e7-9ef3-cd5fde90cba4, type=BINDING_ADDED, properties=TypedProperties[_AMQ_Binding_Type=0,_AMQ_RoutingName=jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT,_AMQ_Distance=0,_AMQ_Address=jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT,_AMQ_Binding_ID=399431959781,_AMQ_FilterString=AMQX=-1,_AMQ_ClusterName=jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT89296d3b-4f2f-11e7-8cc8-47e10bfb1c04]] as the server is not initialized 2017-12-19 15:19:42,747 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) registered address org.apache.activemq.artemis:module=Core,type=Address,name="jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT" 2017-12-19 15:19:42,747 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) registered queue org.apache.activemq.artemis:module=Core,type=Queue,address="jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT",name="jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT" 2017-12-19 15:19:42,750 DEBUG [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] (ServerService Thread Pool -- 62) ClusterCommunication::Sending notification for addBinding LocalQueueBinding [address=jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT, queue=QueueImpl[name=AEICM_ACK_TOPIC, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04]]@42e4d3f2, filter=FilterImpl [sfilterString=countryCode = 'AE' and captureSystem = 'ICM'], name=AEICM_ACK_TOPIC, clusterName=AEICM_ACK_TOPIC89296d3b-4f2f-11e7-8cc8-47e10bfb1c04] from server ActiveMQServerImpl::serverUUID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04 2017-12-19 15:19:42,751 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) ignoring message Notification[uid=fbb3acd1-e48c-11e7-9ef3-cd5fde90cba4, type=BINDING_ADDED, properties=TypedProperties[_AMQ_Binding_Type=0,_AMQ_RoutingName=AEICM_ACK_TOPIC,_AMQ_Distance=0,_AMQ_Address=jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT,_AMQ_Binding_ID=631360193678,_AMQ_FilterString=countryCode = 'AE' and captureSystem = 'ICM',_AMQ_ClusterName=AEICM_ACK_TOPIC89296d3b-4f2f-11e7-8cc8-47e10bfb1c04]] as the server is not initialized 2017-12-19 15:19:42,751 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) registered address org.apache.activemq.artemis:module=Core,type=Address,name="jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT" 2017-12-19 15:19:42,752 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) registered queue org.apache.activemq.artemis:module=Core,type=Queue,address="jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT",name="AEICM_ACK_TOPIC" 2017-12-19 15:19:42,988 DEBUG [org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImpl] (ServerService Thread Pool -- 62) jms.queue.ExpiryQueue has a cursor PageSubscriptionImpl [cursorId=8, queue=QueueImpl[name=jms.queue.ExpiryQueue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04]]@5d62344f, filter = null] with first page=-1 2017-12-19 15:19:42,989 DEBUG [org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImpl] (ServerService Thread Pool -- 62) jms.queue.ExpiryQueue has minPage=9223372036854775807 2017-12-19 15:19:42,989 DEBUG [org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImpl] (ServerService Thread Pool -- 62) jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT has a cursor PageSubscriptionImpl [cursorId=631360193678, queue=QueueImpl[name=AEICM_ACK_TOPIC, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04]]@42e4d3f2, filter = FilterImpl [sfilterString=countryCode = 'AE' and captureSystem = 'ICM']] with first page=-1 2017-12-19 15:19:42,990 DEBUG [org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImpl] (ServerService Thread Pool -- 62) jms.topic.scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT has minPage=9223372036854775807 2017-12-19 15:19:42,990 DEBUG [org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImpl] (ServerService Thread Pool -- 62) jms.queue.DLQ has a cursor PageSubscriptionImpl [cursorId=2, queue=QueueImpl[name=jms.queue.DLQ, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04]]@5583acfa, filter = null] with first page=-1 2017-12-19 15:19:42,990 DEBUG [org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImpl] (ServerService Thread Pool -- 62) jms.queue.DLQ has minPage=9223372036854775807 2017-12-19 15:19:43,101 FINE [io.netty.channel.MultithreadEventLoopGroup] (ServerService Thread Pool -- 62) -Dio.netty.eventLoopThreads: 64 2017-12-19 15:19:43,140 FINE [io.netty.channel.nio.NioEventLoop] (ServerService Thread Pool -- 62) -Dio.netty.noKeySetOptimization: false 2017-12-19 15:19:43,141 FINE [io.netty.channel.nio.NioEventLoop] (ServerService Thread Pool -- 62) -Dio.netty.selectorAutoRebuildThreshold: 512 2017-12-19 15:19:43,191 FINE [io.netty.buffer.PooledByteBufAllocator] (ServerService Thread Pool -- 62) -Dio.netty.allocator.numHeapArenas: 13 2017-12-19 15:19:43,191 FINE [io.netty.buffer.PooledByteBufAllocator] (ServerService Thread Pool -- 62) -Dio.netty.allocator.numDirectArenas: 13 2017-12-19 15:19:43,192 FINE [io.netty.buffer.PooledByteBufAllocator] (ServerService Thread Pool -- 62) -Dio.netty.allocator.pageSize: 8192 2017-12-19 15:19:43,192 FINE [io.netty.buffer.PooledByteBufAllocator] (ServerService Thread Pool -- 62) -Dio.netty.allocator.maxOrder: 11 2017-12-19 15:19:43,192 FINE [io.netty.buffer.PooledByteBufAllocator] (ServerService Thread Pool -- 62) -Dio.netty.allocator.chunkSize: 16777216 2017-12-19 15:19:43,193 FINE [io.netty.buffer.PooledByteBufAllocator] (ServerService Thread Pool -- 62) -Dio.netty.allocator.tinyCacheSize: 512 2017-12-19 15:19:43,193 FINE [io.netty.buffer.PooledByteBufAllocator] (ServerService Thread Pool -- 62) -Dio.netty.allocator.smallCacheSize: 256 2017-12-19 15:19:43,193 FINE [io.netty.buffer.PooledByteBufAllocator] (ServerService Thread Pool -- 62) -Dio.netty.allocator.normalCacheSize: 64 2017-12-19 15:19:43,194 FINE [io.netty.buffer.PooledByteBufAllocator] (ServerService Thread Pool -- 62) -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2017-12-19 15:19:43,194 FINE [io.netty.buffer.PooledByteBufAllocator] (ServerService Thread Pool -- 62) -Dio.netty.allocator.cacheTrimInterval: 8192 2017-12-19 15:19:43,240 DEBUG [org.apache.activemq.artemis.core.server.management.impl.ManagementServiceImpl] (ServerService Thread Pool -- 62) ignoring message Notification[uid=null, type=ACCEPTOR_STARTED, properties=TypedProperties[factory=org.apache.activemq.artemis.core.remoting.impl.invm.InVMAcceptorFactory,id=0]] as the server is not initialized 2017-12-19 15:19:43,241 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 62) AMQ221007: Server is now live 2017-12-19 15:19:43,241 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 62) AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.1.0.SP20-redhat-1 [nodeID=89296d3b-4f2f-11e7-8cc8-47e10bfb1c04] 2017-12-19 15:19:43,292 DEBUG [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 62) Cannot unbind java:/ConnectionFactory since no binding exists with that name 2017-12-19 15:19:43,293 INFO [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 62) WFLYMSGAMQ0002: Bound messaging object to jndi name java:/ConnectionFactory 2017-12-19 15:19:43,317 DEBUG [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] (ServerService Thread Pool -- 62) Couldn't find any bindings for address=activemq.notifications on message=ServerMessage[messageID=1022202217419,durable=true,userID=null,priority=0, bodySize=512, timestamp=0,expiration=0, durable=true, address=activemq.notifications,properties=TypedProperties[message=InVmConnectionFactory,_AMQ_NotifType=CONNECTION_FACTORY_CREATED,_AMQ_NotifTimestamp=1513667983308]]@1838395549 2017-12-19 15:19:43,317 DEBUG [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] (ServerService Thread Pool -- 62) Message ServerMessage[messageID=1022202217419,durable=true,userID=null,priority=0, bodySize=512, timestamp=0,expiration=0, durable=true, address=activemq.notifications,properties=TypedProperties[message=InVmConnectionFactory,_AMQ_NotifType=CONNECTION_FACTORY_CREATED,_AMQ_NotifTimestamp=1513667983308]]@1838395549 is not going anywhere as it didn't have a binding on address:activemq.notifications 2017-12-19 15:19:51,219 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 62) com.sun.genericra.inbound.ActivationSpec@4ee37470{ConnectionFactoryClassName = com.webmethods.jms.impl.WmConnectionFactoryImpl},{QueueConnectionFactoryClassName = com.webmethods.jms.impl.WmQueueConnectionFactoryImpl},{TopicConnectionFactoryClassName = com.webmethods.jms.impl.WmTopicConnectionFactoryImpl},{XAConnectionFactoryClassName = com.webmethods.jms.impl.WmXATopicConnectionFactoryImpl},{XAQueueConnectionFactoryClassName = com.webmethods.jms.impl.WmXAQueueConnectionFactoryImpl},{XATopicConnectionFactoryClassName = com.webmethods.jms.impl.WmXATopicConnectionFactoryImpl},{QueueClassName = com.webmethods.jms.impl.WmQueueImpl},{TopicClassName = com.webmethods.jms.impl.WmTopicImpl},{UnifiedDestinationClassName = null},{ConnectionFactoryProperties = null},{JndiProperties = java.naming.factory.initial=com.webmethods.jms.naming.WmJmsNamingCtxFactory,java.naming.provider.url=wmjmsnaming://SIT_JNDI04@10.20.175.81:6712/EDMIFramework},{ProviderIntegrationMode = jndi},{CommonSetterMethodName = null},{SupportsXA = true},{ForceDelayedTxn = true},{DeliveryType = null},{RedeliveryInterval = 0},{RedeliveryAttempts = 0},{ClientID = null},{MessageSelector = null},{SubscriptionDurability = Non-Durable},{ConnectionFactoryJNDIName = null},{SubscriptionName = null},{DestinationJNDIName = null},{DestinationType = javax.jms.Topic},{DeadMessageDestinationType = javax.jms.Destination},{MaxPoolSize = 8},{DestinationProperties = null},{DeadMessageDestinationJndiName = null},{DeadMessageConnectionFactoryJndiName = null},{DeadMessageConnectionFactoryProperties = null},{DeadMessageDestinationClassName = null},{DeadMessageDestinationProperties = null},{SendBadMessagesToDMD = false},{EndpointReleaseTimeOut = 180},{InstanceCount = 1},{LoadBalancingRequired = true},{Instance ID = 0},{CustomLoadBalancingMessageSelector = },{ShareClientID = false}{DeliveryType = null} 2017-12-19 15:19:51,224 INFO [stdout] (ServerService Thread Pool -- 62) com.sun.genericjmsra Enter validate 2017-12-19 15:19:51,225 INFO [stdout] (ServerService Thread Pool -- 62) ConnectionFactoryProperties null 2017-12-19 15:19:51,226 INFO [stdout] (ServerService Thread Pool -- 62) getConnectionFactoryJndiName :null 2017-12-19 15:19:51,227 INFO [stdout] (ServerService Thread Pool -- 62) Thread Name Thread[ServerService Thread Pool -- 62,5,ServerService ThreadGroup] 2017-12-19 15:19:51,248 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 62) com.sun.genericra.inbound.ActivationSpec@4ee37470{ConnectionFactoryClassName = com.webmethods.jms.impl.WmConnectionFactoryImpl},{QueueConnectionFactoryClassName = com.webmethods.jms.impl.WmQueueConnectionFactoryImpl},{TopicConnectionFactoryClassName = com.webmethods.jms.impl.WmTopicConnectionFactoryImpl},{XAConnectionFactoryClassName = com.webmethods.jms.impl.WmXATopicConnectionFactoryImpl},{XAQueueConnectionFactoryClassName = com.webmethods.jms.impl.WmXAQueueConnectionFactoryImpl},{XATopicConnectionFactoryClassName = com.webmethods.jms.impl.WmXATopicConnectionFactoryImpl},{QueueClassName = com.webmethods.jms.impl.WmQueueImpl},{TopicClassName = com.webmethods.jms.impl.WmTopicImpl},{UnifiedDestinationClassName = null},{ConnectionFactoryProperties = null},{JndiProperties = java.naming.factory.initial=com.webmethods.jms.naming.WmJmsNamingCtxFactory,java.naming.provider.url=wmjmsnaming://SIT_JNDI04@10.20.175.81:6712/EDMIFramework},{ProviderIntegrationMode = jndi},{CommonSetterMethodName = null},{SupportsXA = true},{ForceDelayedTxn = true},{DeliveryType = null},{RedeliveryInterval = 0},{RedeliveryAttempts = 0},{ClientID = null},{MessageSelector = null},{SubscriptionDurability = Non-Durable},{ConnectionFactoryJNDIName = null},{SubscriptionName = null},{DestinationJNDIName = null},{DestinationType = javax.jms.Topic},{DeadMessageDestinationType = javax.jms.Destination},{MaxPoolSize = 8},{DestinationProperties = null},{DeadMessageDestinationJndiName = null},{DeadMessageConnectionFactoryJndiName = null},{DeadMessageConnectionFactoryProperties = null},{DeadMessageDestinationClassName = null},{DeadMessageDestinationProperties = null},{SendBadMessagesToDMD = false},{EndpointReleaseTimeOut = 180},{InstanceCount = 1},{LoadBalancingRequired = true},{Instance ID = 0},{CustomLoadBalancingMessageSelector = },{ShareClientID = false}{DeliveryType = null} 2017-12-19 15:19:51,249 INFO [stdout] (ServerService Thread Pool -- 62) com.sun.genericjmsra Enter validate 2017-12-19 15:19:51,250 INFO [stdout] (ServerService Thread Pool -- 62) WHY javax.jms.Topic 2017-12-19 15:19:51,252 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 62) parseToProperties:java.naming.factory.initial=com.webmethods.jms.naming.WmJmsNamingCtxFactory,java.naming.provider.url=wmjmsnaming://SIT_JNDI04@10.20.175.81:6712/EDMIFramework delimited:, seperator:= 2017-12-19 15:19:51,261 INFO [stdout] (ServerService Thread Pool -- 62) Properties passed to InitialContext :: {java.naming.provider.url=wmjmsnaming://SIT_JNDI04@10.20.175.81:6712/EDMIFramework, java.naming.factory.initial=com.webmethods.jms.naming.WmJmsNamingCtxFactory} 2017-12-19 15:19:52,276 INFO [stdout] (ServerService Thread Pool -- 62) Looking the JNDI name :null 2017-12-19 15:19:52,276 INFO [stdout] (ServerService Thread Pool -- 62) Muruga :null 2017-12-19 15:19:52,288 ERROR [stderr] (ServerService Thread Pool -- 62) javax.resource.spi.InvalidPropertyException 2017-12-19 15:19:52,288 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.util.ExceptionUtils.newInvalidPropertyException(ExceptionUtils.java:42) 2017-12-19 15:19:52,289 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.util.ObjectBuilderFactory$JndiObjectBuilder.createObject(ObjectBuilderFactory.java:83) 2017-12-19 15:19:52,289 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.util.ObjectBuilder.build(ObjectBuilder.java:99) 2017-12-19 15:19:52,289 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.inbound.AbstractConsumer.initializeAdministeredObjects(AbstractConsumer.java:78) 2017-12-19 15:19:52,290 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.inbound.AbstractConsumer.(AbstractConsumer.java:46) 2017-12-19 15:19:52,290 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.inbound.async.EndpointConsumer.(EndpointConsumer.java:57) 2017-12-19 15:19:52,290 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.inbound.EndpointConsumerFactory.createEndpointConsumer(EndpointConsumerFactory.java:38) 2017-12-19 15:19:52,291 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.GenericJMSRA.endpointActivation(GenericJMSRA.java:203) 2017-12-19 15:19:52,291 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.jca.core.rar.EndpointImpl.activate(EndpointImpl.java:194) 2017-12-19 15:19:52,291 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponent.activate(MessageDrivenComponent.java:266) 2017-12-19 15:19:52,291 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponent.start(MessageDrivenComponent.java:233) 2017-12-19 15:19:52,292 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54) 2017-12-19 15:19:52,292 ERROR [stderr] (ServerService Thread Pool -- 62) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2017-12-19 15:19:52,293 ERROR [stderr] (ServerService Thread Pool -- 62) at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2017-12-19 15:19:52,293 ERROR [stderr] (ServerService Thread Pool -- 62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 2017-12-19 15:19:52,293 ERROR [stderr] (ServerService Thread Pool -- 62) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 2017-12-19 15:19:52,294 ERROR [stderr] (ServerService Thread Pool -- 62) at java.lang.Thread.run(Thread.java:748) 2017-12-19 15:19:52,294 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.threads.JBossThread.run(JBossThread.java:320) 2017-12-19 15:19:52,295 ERROR [stderr] (ServerService Thread Pool -- 62) Caused by: java.lang.NullPointerException 2017-12-19 15:19:52,295 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.as.naming.InitialContext.getURLScheme(InitialContext.java:135) 2017-12-19 15:19:52,295 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.as.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:103) 2017-12-19 15:19:52,295 ERROR [stderr] (ServerService Thread Pool -- 62) at javax.naming.InitialContext.lookup(InitialContext.java:417) 2017-12-19 15:19:52,295 ERROR [stderr] (ServerService Thread Pool -- 62) at javax.naming.InitialContext.lookup(InitialContext.java:417) 2017-12-19 15:19:52,296 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.util.ObjectBuilderFactory$JndiObjectBuilder.createObject(ObjectBuilderFactory.java:78) 2017-12-19 15:19:52,296 ERROR [stderr] (ServerService Thread Pool -- 62) ... 16 more 2017-12-19 15:19:52,296 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 62) parseToProperties:java.naming.factory.initial=com.webmethods.jms.naming.WmJmsNamingCtxFactory,java.naming.provider.url=wmjmsnaming://SIT_JNDI04@10.20.175.81:6712/EDMIFramework delimited:, seperator:= 2017-12-19 15:19:52,301 INFO [stdout] (ServerService Thread Pool -- 62) Properties passed to InitialContext :: {java.naming.provider.url=wmjmsnaming://SIT_JNDI04@10.20.175.81:6712/EDMIFramework, java.naming.factory.initial=com.webmethods.jms.naming.WmJmsNamingCtxFactory} 2017-12-19 15:19:52,445 INFO [stdout] (ServerService Thread Pool -- 62) Looking the JNDI name :null 2017-12-19 15:19:52,448 INFO [stdout] (ServerService Thread Pool -- 62) Muruga :null 2017-12-19 15:19:52,448 INFO [stdout] (ServerService Thread Pool -- 62) DEST Builder : 2017-12-19 15:19:52,448 ERROR [stderr] (ServerService Thread Pool -- 62) javax.resource.spi.InvalidPropertyException 2017-12-19 15:19:52,449 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.util.ExceptionUtils.newInvalidPropertyException(ExceptionUtils.java:42) 2017-12-19 15:19:52,449 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.util.ObjectBuilderFactory$JndiObjectBuilder.createObject(ObjectBuilderFactory.java:83) 2017-12-19 15:19:52,449 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.util.ObjectBuilder.build(ObjectBuilder.java:99) 2017-12-19 15:19:52,450 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.inbound.AbstractConsumer.initializeAdministeredObjects(AbstractConsumer.java:85) 2017-12-19 15:19:52,450 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.inbound.AbstractConsumer.(AbstractConsumer.java:46) 2017-12-19 15:19:52,450 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.inbound.async.EndpointConsumer.(EndpointConsumer.java:57) 2017-12-19 15:19:52,450 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.inbound.EndpointConsumerFactory.createEndpointConsumer(EndpointConsumerFactory.java:38) 2017-12-19 15:19:52,450 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.GenericJMSRA.endpointActivation(GenericJMSRA.java:203) 2017-12-19 15:19:52,451 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.jca.core.rar.EndpointImpl.activate(EndpointImpl.java:194) 2017-12-19 15:19:52,451 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponent.activate(MessageDrivenComponent.java:266) 2017-12-19 15:19:52,451 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponent.start(MessageDrivenComponent.java:233) 2017-12-19 15:19:52,451 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54) 2017-12-19 15:19:52,452 ERROR [stderr] (ServerService Thread Pool -- 62) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 2017-12-19 15:19:52,452 ERROR [stderr] (ServerService Thread Pool -- 62) at java.util.concurrent.FutureTask.run(FutureTask.java:266) 2017-12-19 15:19:52,452 ERROR [stderr] (ServerService Thread Pool -- 62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 2017-12-19 15:19:52,452 ERROR [stderr] (ServerService Thread Pool -- 62) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 2017-12-19 15:19:52,453 ERROR [stderr] (ServerService Thread Pool -- 62) at java.lang.Thread.run(Thread.java:748) 2017-12-19 15:19:52,453 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.threads.JBossThread.run(JBossThread.java:320) 2017-12-19 15:19:52,453 ERROR [stderr] (ServerService Thread Pool -- 62) Caused by: java.lang.NullPointerException 2017-12-19 15:19:52,453 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.as.naming.InitialContext.getURLScheme(InitialContext.java:135) 2017-12-19 15:19:52,454 ERROR [stderr] (ServerService Thread Pool -- 62) at org.jboss.as.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:103) 2017-12-19 15:19:52,454 ERROR [stderr] (ServerService Thread Pool -- 62) at javax.naming.InitialContext.lookup(InitialContext.java:417) 2017-12-19 15:19:52,454 ERROR [stderr] (ServerService Thread Pool -- 62) at javax.naming.InitialContext.lookup(InitialContext.java:417) 2017-12-19 15:19:52,454 ERROR [stderr] (ServerService Thread Pool -- 62) at com.sun.genericra.util.ObjectBuilderFactory$JndiObjectBuilder.createObject(ObjectBuilderFactory.java:78) 2017-12-19 15:19:52,454 ERROR [stderr] (ServerService Thread Pool -- 62) ... 16 more 2017-12-19 15:19:52,455 INFO [stdout] (ServerService Thread Pool -- 62) wating:: 2017-12-19 15:19:54,490 INFO [stdout] (ServerService Thread Pool -- 62) Over :: 2017-12-19 15:19:54,490 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 62) Registering a endpoint consumer, transaction support :false 2017-12-19 15:19:54,491 INFO [stdout] (ServerService Thread Pool -- 62) InsideNew_Before :com.webmethods.jms.impl.WmXAConnectionFactoryImpl[clientID=null clientGroup=JMSClient brokerHost=null brokerName=null brokerList=null keystore=null truststore=null readOnly=false] 2017-12-19 15:19:54,491 INFO [stdout] (ServerService Thread Pool -- 62) InsideNew :com.webmethods.jms.impl.WmXAConnectionFactoryImpl[clientID=null clientGroup=JMSClient brokerHost=null brokerName=null brokerList=null keystore=null truststore=null readOnly=false] 2017-12-19 15:19:54,492 INFO [stdout] (ServerService Thread Pool -- 62) InsideNewNull: 2017-12-19 15:19:54,492 INFO [stdout] (ServerService Thread Pool -- 62) scbRdmICMCF 2017-12-19 15:19:54,493 INFO [stdout] (ServerService Thread Pool -- 62) Rdm_ICM_ClientGroup 2017-12-19 15:19:54,494 INFO [stdout] (ServerService Thread Pool -- 62) 10.20.175.81:6722 2017-12-19 15:19:54,494 INFO [stdout] (ServerService Thread Pool -- 62) SIT_APP01 2017-12-19 15:19:54,495 INFO [stdout] (ServerService Thread Pool -- 62) SIT_APP01@10.20.175.81:6722 2017-12-19 15:19:54,495 INFO [stdout] (ServerService Thread Pool -- 62) null 2017-12-19 15:19:54,496 INFO [stdout] (ServerService Thread Pool -- 62) /apps/Crypto/SSL/EDMI/RdmBrokerTrustStore.jks 2017-12-19 15:19:54,496 INFO [stdout] (ServerService Thread Pool -- 62) null 2017-12-19 15:19:54,497 INFO [stdout] (ServerService Thread Pool -- 62) null 2017-12-19 15:19:54,497 INFO [stdout] (ServerService Thread Pool -- 62) ROUND_ROBIN 2017-12-19 15:19:54,497 INFO [stdout] (ServerService Thread Pool -- 62) 38400000 2017-12-19 15:19:54,498 INFO [stdout] (ServerService Thread Pool -- 62) 1492862828748 2017-12-19 15:19:54,498 INFO [stdout] (ServerService Thread Pool -- 62) false 2017-12-19 15:19:54,498 INFO [stdout] (ServerService Thread Pool -- 62) false 2017-12-19 15:19:54,928 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 62) Starting the message consumption 2017-12-19 15:19:54,928 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 62) Returning default selector null 2017-12-19 15:19:55,051 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 62) Created non durable connection consumercom.webmethods.jms.impl.WmTopicImpl[name=scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT eventType=scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT sharedState=true sharedStateOrdering=none deadLetterOnly=false localOnly=true priorityOrdering=true readOnly=false] 2017-12-19 15:19:55,055 INFO [com.sun.genericjmsra] (ServerService Thread Pool -- 62) Generic resource adapter started consumption

(ServerService Thread Pool -- 66)** (Combination of ra.xml and ejb-xml)

2017-12-19 15:19:43,319 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 66) AMQ221003: trying to deploy queue jms.queue.ExpiryQueue 2017-12-19 15:19:43,338 DEBUG [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] (ServerService Thread Pool -- 66) Couldn't find any bindings for address=activemq.notifications on message=ServerMessage[messageID=1022202217421,durable=true,userID=null,priority=0, bodySize=512, timestamp=0,expiration=0, durable=true, address=activemq.notifications,properties=TypedProperties[message=ExpiryQueue,_AMQ_NotifType=QUEUE_CREATED,_AMQ_NotifTimestamp=1513667983338]]@50298785 2017-12-19 15:19:43,340 DEBUG [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] (ServerService Thread Pool -- 66) Message ServerMessage[messageID=1022202217421,durable=true,userID=null,priority=0, bodySize=512, timestamp=0,expiration=0, durable=true, address=activemq.notifications,properties=TypedProperties[message=ExpiryQueue,_AMQ_NotifType=QUEUE_CREATED,_AMQ_NotifTimestamp=1513667983338]]@50298785 is not going anywhere as it didn't have a binding on address:activemq.notifications 2017-12-19 15:19:51,221 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 66) com.sun.genericra.inbound.ActivationSpec@96865e6d{ConnectionFactoryClassName = com.webmethods.jms.impl.WmConnectionFactoryImpl},{QueueConnectionFactoryClassName = com.webmethods.jms.impl.WmQueueConnectionFactoryImpl},{TopicConnectionFactoryClassName = com.webmethods.jms.impl.WmTopicConnectionFactoryImpl},{XAConnectionFactoryClassName = com.webmethods.jms.impl.WmXATopicConnectionFactoryImpl},{XAQueueConnectionFactoryClassName = com.webmethods.jms.impl.WmXAQueueConnectionFactoryImpl},{XATopicConnectionFactoryClassName = com.webmethods.jms.impl.WmXATopicConnectionFactoryImpl},{QueueClassName = com.webmethods.jms.impl.WmQueueImpl},{TopicClassName = com.webmethods.jms.impl.WmTopicImpl},{UnifiedDestinationClassName = null},{ConnectionFactoryProperties = null},{JndiProperties = java.naming.factory.initial=com.webmethods.jms.naming.WmJmsNamingCtxFactory,java.naming.provider.url=wmjmsnaming://SIT_JNDI04@10.20.175.81:6712/EDMIFramework},{ProviderIntegrationMode = jndi},{CommonSetterMethodName = null},{SupportsXA = true},{ForceDelayedTxn = true},{DeliveryType = null},{RedeliveryInterval = 0},{RedeliveryAttempts = 0},{ClientID = null},{MessageSelector = responderProcessId ='countryCode = AE and captureSystem = ICM'},{SubscriptionDurability = NonDurable},{ConnectionFactoryJNDIName = Rdm_ICM_ConnectionFactory},{SubscriptionName = AEICM_ACK_TOPIC},{DestinationJNDIName = scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT},{DestinationType = javax.jms.Topic},{DeadMessageDestinationType = javax.jms.Destination},{MaxPoolSize = 8},{DestinationProperties = null},{DeadMessageDestinationJndiName = null},{DeadMessageConnectionFactoryJndiName = null},{DeadMessageConnectionFactoryProperties = null},{DeadMessageDestinationClassName = null},{DeadMessageDestinationProperties = null},{SendBadMessagesToDMD = false},{EndpointReleaseTimeOut = 180},{InstanceCount = 1},{LoadBalancingRequired = true},{Instance ID = 0},{CustomLoadBalancingMessageSelector = },{ShareClientID = false}{DeliveryType = null} 2017-12-19 15:19:51,225 INFO [stdout] (ServerService Thread Pool -- 66) com.sun.genericjmsra Enter validate 2017-12-19 15:19:51,226 INFO [stdout] (ServerService Thread Pool -- 66) ConnectionFactoryProperties null 2017-12-19 15:19:51,227 INFO [stdout] (ServerService Thread Pool -- 66) getConnectionFactoryJndiName :Rdm_ICM_ConnectionFactory 2017-12-19 15:19:51,227 INFO [stdout] (ServerService Thread Pool -- 66) Thread Name Thread[ServerService Thread Pool -- 66,5,ServerService ThreadGroup] 2017-12-19 15:19:51,249 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 66) com.sun.genericra.inbound.ActivationSpec@96865e6d{ConnectionFactoryClassName = com.webmethods.jms.impl.WmConnectionFactoryImpl},{QueueConnectionFactoryClassName = com.webmethods.jms.impl.WmQueueConnectionFactoryImpl},{TopicConnectionFactoryClassName = com.webmethods.jms.impl.WmTopicConnectionFactoryImpl},{XAConnectionFactoryClassName = com.webmethods.jms.impl.WmXATopicConnectionFactoryImpl},{XAQueueConnectionFactoryClassName = com.webmethods.jms.impl.WmXAQueueConnectionFactoryImpl},{XATopicConnectionFactoryClassName = com.webmethods.jms.impl.WmXATopicConnectionFactoryImpl},{QueueClassName = com.webmethods.jms.impl.WmQueueImpl},{TopicClassName = com.webmethods.jms.impl.WmTopicImpl},{UnifiedDestinationClassName = null},{ConnectionFactoryProperties = null},{JndiProperties = java.naming.factory.initial=com.webmethods.jms.naming.WmJmsNamingCtxFactory,java.naming.provider.url=wmjmsnaming://SIT_JNDI04@10.20.175.81:6712/EDMIFramework},{ProviderIntegrationMode = jndi},{CommonSetterMethodName = null},{SupportsXA = true},{ForceDelayedTxn = true},{DeliveryType = null},{RedeliveryInterval = 0},{RedeliveryAttempts = 0},{ClientID = null},{MessageSelector = responderProcessId ='countryCode = AE and captureSystem = ICM'},{SubscriptionDurability = NonDurable},{ConnectionFactoryJNDIName = Rdm_ICM_ConnectionFactory},{SubscriptionName = AEICM_ACK_TOPIC},{DestinationJNDIName = scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT},{DestinationType = javax.jms.Topic},{DeadMessageDestinationType = javax.jms.Destination},{MaxPoolSize = 8},{DestinationProperties = null},{DeadMessageDestinationJndiName = null},{DeadMessageConnectionFactoryJndiName = null},{DeadMessageConnectionFactoryProperties = null},{DeadMessageDestinationClassName = null},{DeadMessageDestinationProperties = null},{SendBadMessagesToDMD = false},{EndpointReleaseTimeOut = 180},{InstanceCount = 1},{LoadBalancingRequired = true},{Instance ID = 0},{CustomLoadBalancingMessageSelector = },{ShareClientID = false}{DeliveryType = null} 2017-12-19 15:19:51,249 INFO [stdout] (ServerService Thread Pool -- 66) com.sun.genericjmsra Enter validate 2017-12-19 15:19:51,250 INFO [stdout] (ServerService Thread Pool -- 66) WHY javax.jms.Topic 2017-12-19 15:19:51,252 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 66) parseToProperties:java.naming.factory.initial=com.webmethods.jms.naming.WmJmsNamingCtxFactory,java.naming.provider.url=wmjmsnaming://SIT_JNDI04@10.20.175.81:6712/EDMIFramework delimited:, seperator:= 2017-12-19 15:19:51,261 INFO [stdout] (ServerService Thread Pool -- 66) Properties passed to InitialContext :: {java.naming.provider.url=wmjmsnaming://SIT_JNDI04@10.20.175.81:6712/EDMIFramework, java.naming.factory.initial=com.webmethods.jms.naming.WmJmsNamingCtxFactory} 2017-12-19 15:19:52,264 INFO [stdout] (ServerService Thread Pool -- 66) Looking the JNDI name :Rdm_ICM_ConnectionFactory 2017-12-19 15:19:52,265 INFO [stdout] (ServerService Thread Pool -- 66) Muruga :Rdm_ICM_ConnectionFactory 2017-12-19 15:19:52,269 INFO [stdout] (ServerService Thread Pool -- 66) SOP com.webmethods.jms.impl.WmXAConnectionFactoryImpl[clientID=scbRdmICMCF clientGroup=Rdm_ICM_ClientGroup brokerHost=10.20.175.81:6722 brokerName=SIT_APP01 brokerList=null keystore=null truststore=/apps/Crypto/SSL/EDMI/RdmBrokerTrustStore.jks readOnly=false brokerCluster=[SIT_APP01@10.20.175.81:6722] clusterPolicyName=ROUND_ROBIN clusterName=EDMISIT_APP01_REF clusterRefreshInterval=38400000 clusterCreatedTime=1492862828748 includeAllBrokers=false clusterPolicyOverride=false] 2017-12-19 15:19:52,270 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 66) parseToProperties:null delimited:, seperator:= 2017-12-19 15:19:52,284 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 66) parseToProperties:java.naming.factory.initial=com.webmethods.jms.naming.WmJmsNamingCtxFactory,java.naming.provider.url=wmjmsnaming://SIT_JNDI04@10.20.175.81:6712/EDMIFramework delimited:, seperator:= 2017-12-19 15:19:52,284 INFO [stdout] (ServerService Thread Pool -- 66) Properties passed to InitialContext :: {java.naming.provider.url=wmjmsnaming://SIT_JNDI04@10.20.175.81:6712/EDMIFramework, java.naming.factory.initial=com.webmethods.jms.naming.WmJmsNamingCtxFactory} 2017-12-19 15:19:52,434 INFO [stdout] (ServerService Thread Pool -- 66) Looking the JNDI name :scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT 2017-12-19 15:19:52,434 INFO [stdout] (ServerService Thread Pool -- 66) Muruga :scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT 2017-12-19 15:19:52,435 INFO [stdout] (ServerService Thread Pool -- 66) SOP com.webmethods.jms.impl.WmTopicImpl[name=scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT eventType=scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT sharedState=true sharedStateOrdering=none deadLetterOnly=false localOnly=false priorityOrdering=true readOnly=false] 2017-12-19 15:19:52,436 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 66) parseToProperties:null delimited:, seperator:= 2017-12-19 15:19:52,437 INFO [stdout] (ServerService Thread Pool -- 66) wating:: 2017-12-19 15:19:54,438 INFO [stdout] (ServerService Thread Pool -- 66) Over :: 2017-12-19 15:19:54,438 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 66) Registering a endpoint consumer, transaction support :false 2017-12-19 15:19:54,490 INFO [stdout] (ServerService Thread Pool -- 66) InsideNew_Before :com.webmethods.jms.impl.WmXAConnectionFactoryImpl[clientID=scbRdmICMCF clientGroup=Rdm_ICM_ClientGroup brokerHost=10.20.175.81:6722 brokerName=SIT_APP01 brokerList=null keystore=null truststore=/apps/Crypto/SSL/EDMI/RdmBrokerTrustStore.jks readOnly=false brokerCluster=[SIT_APP01@10.20.175.81:6722] clusterPolicyName=ROUND_ROBIN clusterName=EDMISIT_APP01_REF clusterRefreshInterval=38400000 clusterCreatedTime=1492862828748 includeAllBrokers=false clusterPolicyOverride=false] 2017-12-19 15:19:54,491 INFO [stdout] (ServerService Thread Pool -- 66) InsideNew :com.webmethods.jms.impl.WmXAConnectionFactoryImpl[clientID=scbRdmICMCF clientGroup=Rdm_ICM_ClientGroup brokerHost=10.20.175.81:6722 brokerName=SIT_APP01 brokerList=null keystore=null truststore=/apps/Crypto/SSL/EDMI/RdmBrokerTrustStore.jks readOnly=false brokerCluster=[SIT_APP01@10.20.175.81:6722] clusterPolicyName=ROUND_ROBIN clusterName=EDMISIT_APP01_REF clusterRefreshInterval=38400000 clusterCreatedTime=1492862828748 includeAllBrokers=false clusterPolicyOverride=false] 2017-12-19 15:19:54,491 INFO [stdout] (ServerService Thread Pool -- 66) Not Null :com.webmethods.jms.impl.WmXAConnectionFactoryImpl[clientID=scbRdmICMCF clientGroup=Rdm_ICM_ClientGroup brokerHost=10.20.175.81:6722 brokerName=SIT_APP01 brokerList=null keystore=null truststore=/apps/Crypto/SSL/EDMI/RdmBrokerTrustStore.jks readOnly=false brokerCluster=[SIT_APP01@10.20.175.81:6722] clusterPolicyName=ROUND_ROBIN clusterName=EDMISIT_APP01_REF clusterRefreshInterval=38400000 clusterCreatedTime=1492862828748 includeAllBrokers=false clusterPolicyOverride=false] 2017-12-19 15:19:54,492 INFO [stdout] (ServerService Thread Pool -- 66) scbRdmICMCF 2017-12-19 15:19:54,492 INFO [stdout] (ServerService Thread Pool -- 66) Rdm_ICM_ClientGroup 2017-12-19 15:19:54,493 INFO [stdout] (ServerService Thread Pool -- 66) 10.20.175.81:6722 2017-12-19 15:19:54,493 INFO [stdout] (ServerService Thread Pool -- 66) SIT_APP01 2017-12-19 15:19:54,493 INFO [stdout] (ServerService Thread Pool -- 66) SIT_APP01@10.20.175.81:6722 2017-12-19 15:19:54,493 INFO [stdout] (ServerService Thread Pool -- 66) null 2017-12-19 15:19:54,494 INFO [stdout] (ServerService Thread Pool -- 66) /apps/Crypto/SSL/EDMI/RdmBrokerTrustStore.jks 2017-12-19 15:19:54,495 INFO [stdout] (ServerService Thread Pool -- 66) null 2017-12-19 15:19:54,495 INFO [stdout] (ServerService Thread Pool -- 66) EDMISIT_APP01_REF 2017-12-19 15:19:54,496 INFO [stdout] (ServerService Thread Pool -- 66) ROUND_ROBIN 2017-12-19 15:19:54,496 INFO [stdout] (ServerService Thread Pool -- 66) 38400000 2017-12-19 15:19:54,497 INFO [stdout] (ServerService Thread Pool -- 66) 1492862828748 2017-12-19 15:19:54,497 INFO [stdout] (ServerService Thread Pool -- 66) false 2017-12-19 15:19:54,498 INFO [stdout] (ServerService Thread Pool -- 66) false 2017-12-19 15:19:54,928 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 66) Starting the message consumption 2017-12-19 15:19:54,928 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 66) Returning default selector null 2017-12-19 15:19:55,050 FINE [com.sun.genericjmsra] (ServerService Thread Pool -- 66) Created non durable connection consumercom.webmethods.jms.impl.WmTopicImpl[name=scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT eventType=scbRdmDataConsumptionConfirmationAckConsumptionV2NotifyT sharedState=true sharedStateOrdering=none deadLetterOnly=false localOnly=false priorityOrdering=true readOnly=false] 2017-12-19 15:19:55,055 INFO [com.sun.genericjmsra] (ServerService Thread Pool -- 66) Generic resource adapter started consumption

Thanks & Regards Viswa..

arinban commented 6 years ago

Closing this as this issue is migrated to https://github.com/ari-ban/test1/issues/64