3 Replies Latest reply on Feb 9, 2012 9:44 AM by fivalo

    HornetQ Live Backup

    mrobson

      I have been reading a lot of documents regarding this and had got it running for the most part.  I only seem to be having one issues which I can not seem to figure out.

       

      I have a front end jboss server handling REST requests which then puts a message onto a JMS queue on a HornetQ server.  The HornetQ server is remote and has a backup.

       

      A 3rd server has some varios MDBs which pull from the JMS queue and complete the quests.

       

      The whole process works fine accept for the 2nd failover.

       

      Live Server Boots:

       

      17:44:08,591 INFO  [HornetQServerImpl] live server is starting with configuration HornetQ Configuration (clustered=true,backup=false,sharedStore=true,journalDirectory=/mnt/vmdk0/journal,bindingsDirectory=/mnt/vmdk0/bindings,largeMessagesDirectory=/mnt/vmdk0/large-messages,pagingDirectory=/mnt/vmdk0/paging)

      17:44:08,593 INFO  [HornetQServerImpl] Waiting to obtain live lock

      17:44:08,667 INFO  [JournalStorageManager] Using NIO Journal

      17:44:08,808 INFO  [FileLockNodeManager] Waiting to obtain live lock

      17:44:08,809 INFO  [FileLockNodeManager] Live Server Obtained live lock

      17:44:24,754 INFO  [NettyAcceptor] Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 0.0.0.0:5445 for CORE protocol

      17:44:24,764 INFO  [NettyAcceptor] Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 5.27.81.161:5455 for CORE protocol

      17:44:24,794 INFO  [HornetQServerImpl] Server is now live

      17:44:24,795 INFO  [HornetQServerImpl] HornetQ Server version 2.2.5.Final (HQ_2_2_5_FINAL_AS7, 121) [18aacfae-364b-11e1-9c44-000c29432b80] started

      ...

      ...

      17:44:30,497 INFO  [HornetQServerImpl] trying to deploy queue jms.queue.ExpiryQueue

      17:44:30,523 INFO  [HornetQServerImpl] trying to deploy queue jms.queue.DLQ

      17:44:30,617 INFO  [HornetQServerImpl] trying to deploy queue jms.queue.RequestQueue

      17:44:30,622 INFO  [HornetQServerImpl] trying to deploy queue jms.queue.PendingQueue

       

      Backup Server Boots and caches the JMS Queues / ConnectionFactories as its the backup server:

       

      17:45:58,220 INFO  [HornetQServerImpl] backup server is starting with configuration HornetQ Configuration (clustered=true,backup=true,sharedStore=true,journalDirectory=/mnt/vmdk0/journal,bindingsDirectory=/mnt/vmdk0/bindings,largeMessagesDirectory=/mnt/vmdk0/large-messages,pagingDirectory=/mnt/vmdk0/paging)

      17:45:58,227 INFO  [FileLockNodeManager] Waiting to become backup node

      17:45:58,231 INFO  [FileLockNodeManager] ** got backup lock

      17:45:58,317 INFO  [JournalStorageManager] Using NIO Journal

      17:45:58,700 INFO  [ClusterManagerImpl] announcing backup

      17:45:58,703 INFO  [HornetQServerImpl] HornetQ Backup Server version 2.2.5.Final (HQ_2_2_5_FINAL_AS7, 121) [18aacfae-364b-11e1-9c44-000c29432b80] started, waiting live to fail before it gets active

      17:45:59,144 INFO  [ClusterManagerImpl] backup announced

      ...

      ...

      17:46:02,574 INFO  [JMSServerManagerImpl] Caching command for createQueue for ExpiryQueue since the JMS Server is not active yet

      17:46:02,577 INFO  [JMSServerManagerImpl] Caching command for createConnectionFactory for NettyConnectionFactory since the JMS Server is not active yet

      17:46:02,577 INFO  [JMSServerManagerImpl] Caching command for createConnectionFactory for InVMConnectionFactory since the JMS Server is not active yet

      17:46:02,578 INFO  [JMSServerManagerImpl] Caching command for createQueue for RequestQueue since the JMS Server is not active yet

      17:46:02,578 INFO  [JMSServerManagerImpl] Caching command for createQueue for DLQ since the JMS Server is not active yet

      17:46:02,578 INFO  [JMSServerManagerImpl] Caching command for createQueue for PendingQueue since the JMS Server is not active yet

      17:46:02,579 INFO  [JMSServerManagerImpl] Caching command for createConnectionFactory for NettyThroughputConnectionFactory since the JMS Server is not active yet

       

       

      Kill the Live Server and the backup server comes up... Everything looks good!

       

      2012-01-04 17:48:27,544 WARN  [org.hornetq.core.protocol.core.impl.RemotingConnectionImpl] (Thread-2 (group:HornetQ-client-global-threads-434177314)) Connection failure has been detected: The connection was disconnected because of server shutdown [code=4]

      2012-01-04 17:48:28,139 INFO  [org.jboss.ha.framework.server.ClusterPartition.lifecycle.CHSPartition] (Incoming-6,null) New cluster view for partition CHSPartition (id: 2, delta: -1, merge: false) : [5.27.81.162:1099]

      2012-01-04 17:48:28,140 INFO  [org.jboss.ha.core.framework.server.DistributedReplicantManagerImpl.CHSPartition] (AsynchViewChangeHandler Thread) I am (5.27.81.162:1099) received membershipChanged event:

      2012-01-04 17:48:28,140 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-6,null) Received new cluster view: [5.27.81.162:1099|2] [5.27.81.162:1099]

      2012-01-04 17:48:28,142 INFO  [org.jboss.ha.core.framework.server.DistributedReplicantManagerImpl.CHSPartition] (AsynchViewChangeHandler Thread) Dead members: 1 ([5.27.81.161:1099])

      2012-01-04 17:48:28,154 INFO  [org.jboss.ha.core.framework.server.DistributedReplicantManagerImpl.CHSPartition] (AsynchViewChangeHandler Thread) New Members : 0 ([])

      2012-01-04 17:48:28,167 INFO  [org.jboss.ha.core.framework.server.DistributedReplicantManagerImpl.CHSPartition] (AsynchViewChangeHandler Thread) All Members : 1 ([5.27.81.162:1099])

      2012-01-04 17:48:42,943 INFO  [org.hornetq.jms.server.impl.JMSServerManagerImpl] (Thread-12) Running cached command for createQueue for ExpiryQueue

      2012-01-04 17:48:42,947 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-12) trying to deploy queue jms.queue.ExpiryQueue

      2012-01-04 17:48:42,970 INFO  [org.hornetq.jms.server.impl.JMSServerManagerImpl] (Thread-12) Running cached command for createConnectionFactory for NettyConnectionFactory

      2012-01-04 17:48:43,001 INFO  [org.hornetq.jms.server.impl.JMSServerManagerImpl] (Thread-12) Running cached command for createConnectionFactory for InVMConnectionFactory

      2012-01-04 17:48:43,004 INFO  [org.hornetq.jms.server.impl.JMSServerManagerImpl] (Thread-12) Running cached command for createQueue for RequestQueue

      2012-01-04 17:48:43,004 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-12) trying to deploy queue jms.queue.RequestQueue

      2012-01-04 17:48:43,008 INFO  [org.hornetq.jms.server.impl.JMSServerManagerImpl] (Thread-12) Running cached command for createQueue for DLQ

      2012-01-04 17:48:43,009 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-12) trying to deploy queue jms.queue.DLQ

      2012-01-04 17:48:43,013 INFO  [org.hornetq.jms.server.impl.JMSServerManagerImpl] (Thread-12) Running cached command for createQueue for PendingQueue

      2012-01-04 17:48:43,013 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-12) trying to deploy queue jms.queue.PendingQueue

      2012-01-04 17:48:43,017 INFO  [org.hornetq.jms.server.impl.JMSServerManagerImpl] (Thread-12) Running cached command for createConnectionFactory for NettyThroughputConnectionFactory

      2012-01-04 17:48:43,054 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (Thread-12) Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 5.27.81.162:5455 for CORE protocol

      2012-01-04 17:48:43,061 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (Thread-12) Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 0.0.0.0:5445 for CORE protocol

      2012-01-04 17:48:43,066 WARN  [org.hornetq.core.client.impl.ClientSessionFactoryImpl] (Thread-2 (group:HornetQ-client-global-threads-434177314)) Failed to connect to server.

      2012-01-04 17:48:43,083 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-12) Backup Server is now live

       

       

      Startup the Live Server Again and it comes up fine:

       

      17:51:28,193 INFO  [HornetQServerImpl] live server is starting with configuration HornetQ Configuration (clustered=true,backup=false,sharedStore=true,journalDirectory=/mnt/vmdk0/journal,bindingsDirectory=/mnt/vmdk0/bindings,largeMessagesDirectory=/mnt/vmdk0/large-messages,pagingDirectory=/mnt/vmdk0/paging)

      17:51:28,195 INFO  [HornetQServerImpl] Waiting to obtain live lock

      17:51:28,279 INFO  [JournalStorageManager] Using NIO Journal

      17:51:28,452 INFO  [ClusterManagerImpl] announcing backup

      17:51:29,416 INFO  [ClusterManagerImpl] backup announced

      17:51:33,457 INFO  [FileLockNodeManager] Waiting to obtain live lock

      17:52:04,143 WARN  [RemotingConnectionImpl] Connection failure has been detected: The connection was disconnected because of server shutdown [code=4]

      17:52:04,633 INFO  [FileLockNodeManager] Live Server Obtained live lock

      17:52:19,562 INFO  [NettyAcceptor] Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 0.0.0.0:5445 for CORE protocol

      17:52:19,575 INFO  [NettyAcceptor] Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 5.27.81.161:5455 for CORE protocol

      17:52:19,593 INFO  [HornetQServerImpl] Server is now live

      17:52:19,593 INFO  [HornetQServerImpl] HornetQ Server version 2.2.5.Final (HQ_2_2_5_FINAL_AS7, 121) [18aacfae-364b-11e1-9c44-000c29432b80] started

      ...

      ...

      17:52:23,568 INFO  [HornetQServerImpl] trying to deploy queue jms.queue.ExpiryQueue

      17:52:23,590 INFO  [HornetQServerImpl] trying to deploy queue jms.queue.DLQ

      17:52:23,594 INFO  [HornetQServerImpl] trying to deploy queue jms.queue.RequestQueue

      17:52:23,598 INFO  [HornetQServerImpl] trying to deploy queue jms.queue.PendingQueue

       

      During this, on the backup server, it recognizes the live servers wants to come back, but it complaines about my MBeans for the Queues and ConnectionFactories.

       

      2012-01-04 17:52:04,089 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-4 (group:HornetQ-scheduled-threads-531119742)) live server wants to restart, restarting server in backup

      2012-01-04 17:52:04,150 WARN  [org.hornetq.core.server.management.impl.ManagementServiceImpl] (Thread-26) On ManagementService stop, there are 8 unexpected registered MBeans: [jms.queue.RequestQueue, jms.server, jms.queue.ExpiryQueue, jms.connectionfactory.InVMConnectionFactory, jms.queue.DLQ, jms.connectionfactory.NettyThroughputConnectionFactory, jms.connectionfactory.NettyConnectionFactory, jms.queue.PendingQueue]

      2012-01-04 17:52:04,167 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-26) HornetQ Server version 2.2.5.Final (HQ_2_2_5_FINAL_AS7, 121) [18aacfae-364b-11e1-9c44-000c29432b80] stopped

      2012-01-04 17:52:04,187 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-26) backup server is starting with configuration HornetQ Configuration (clustered=true,backup=true,sharedStore=true,journalDirectory=/mnt/vmdk0/journal,bindingsDirectory=/mnt/vmdk0/bindings,largeMessagesDirectory=/mnt/vmdk0/large-messages,pagingDirectory=/mnt/vmdk0/paging)

      2012-01-04 17:52:04,187 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (Thread-27) Waiting to become backup node

      2012-01-04 17:52:04,188 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (Thread-27) ** got backup lock

      2012-01-04 17:52:04,190 INFO  [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (Thread-27) Using NIO Journal

      2012-01-04 17:52:04,236 INFO  [org.hornetq.core.server.cluster.impl.ClusterManagerImpl] (Thread-27) announcing backup

      2012-01-04 17:52:04,236 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-27) HornetQ Backup Server version 2.2.5.Final (HQ_2_2_5_FINAL_AS7, 121) [18aacfae-364b-11e1-9c44-000c29432b80] started, waiting live to fail before it gets active

      2012-01-04 17:52:20,585 INFO  [org.hornetq.core.server.cluster.impl.ClusterManagerImpl] (Thread-0 (group:HornetQ-server-threads1921707448-1117403153)) backup announced

      2012-01-04 17:52:20,596 INFO  [org.jboss.ha.framework.server.ClusterPartition.lifecycle.CHSPartition] (Incoming-4,null) New cluster view for partition CHSPartition (id: 3, delta: 1, merge: false) : [5.27.81.162:1099, 5.27.81.161:1099]

      2012-01-04 17:52:20,596 INFO  [org.jboss.ha.core.framework.server.DistributedReplicantManagerImpl.CHSPartition] (AsynchViewChangeHandler Thread) I am (5.27.81.162:1099) received membershipChanged event:

      2012-01-04 17:52:20,597 INFO  [org.jboss.ha.core.framework.server.DistributedReplicantManagerImpl.CHSPartition] (AsynchViewChangeHandler Thread) Dead members: 0 ([])

      2012-01-04 17:52:20,597 INFO  [org.jboss.ha.core.framework.server.DistributedReplicantManagerImpl.CHSPartition] (AsynchViewChangeHandler Thread) New Members : 1 ([5.27.81.161:1099])

      2012-01-04 17:52:20,597 INFO  [org.jboss.ha.core.framework.server.DistributedReplicantManagerImpl.CHSPartition] (AsynchViewChangeHandler Thread) All Members : 2 ([5.27.81.162:1099, 5.27.81.161:1099])

      2012-01-04 17:52:20,598 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-4,null) Received new cluster view: [5.27.81.162:1099|3] [5.27.81.162:1099, 5.27.81.161:1099]

       

       

      At this point I dont see anything glaring...

       

      If I kill the live server again... I get issues.  When the live server goes down, the backup comes up as live, but does not create any Queues or ConnectionFactories so while HornetQ is now running, nothing is actually there...

       

      2012-01-04 17:56:18,442 WARN  [org.hornetq.core.protocol.core.impl.RemotingConnectionImpl] (Thread-5 (group:HornetQ-client-global-threads-434177314)) Connection failure has been detected: The connection was disconnected because of server shutdown [code=4]

      2012-01-04 17:56:19,077 INFO  [org.jboss.ha.framework.server.ClusterPartition.lifecycle.CHSPartition] (Incoming-10,null) New cluster view for partition CHSPartition (id: 4, delta: -1, merge: false) : [5.27.81.162:1099]

      2012-01-04 17:56:19,078 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-10,null) Received new cluster view: [5.27.81.162:1099|4] [5.27.81.162:1099]

      2012-01-04 17:56:19,078 INFO  [org.jboss.ha.core.framework.server.DistributedReplicantManagerImpl.CHSPartition] (AsynchViewChangeHandler Thread) I am (5.27.81.162:1099) received membershipChanged event:

      2012-01-04 17:56:19,126 INFO  [org.jboss.ha.core.framework.server.DistributedReplicantManagerImpl.CHSPartition] (AsynchViewChangeHandler Thread) Dead members: 1 ([5.27.81.161:1099])

      2012-01-04 17:56:19,127 INFO  [org.jboss.ha.core.framework.server.DistributedReplicantManagerImpl.CHSPartition] (AsynchViewChangeHandler Thread) New Members : 0 ([])

      2012-01-04 17:56:19,128 INFO  [org.jboss.ha.core.framework.server.DistributedReplicantManagerImpl.CHSPartition] (AsynchViewChangeHandler Thread) All Members : 1 ([5.27.81.162:1099])

      2012-01-04 17:56:33,232 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (Thread-27) Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 0.0.0.0:5445 for CORE protocol

      2012-01-04 17:56:33,235 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (Thread-27) Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 5.27.81.162:5455 for CORE protocol

      2012-01-04 17:56:33,239 WARN  [org.hornetq.core.client.impl.ClientSessionFactoryImpl] (Thread-5 (group:HornetQ-client-global-threads-434177314)) Failed to connect to server.

      2012-01-04 17:56:33,246 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-27) Backup Server is now live

       

       

      I have been raking my head over this so if anyone could point me in the right direction or let me know what I may be missing that would be fantastic!

        • 1. Re: HornetQ Live Backup
          mrobson

          Could this be an admin console issue...?

           

          After a big more looking, it seems like the backup is actually still working...

           

          This is what I see in the logs after the backup comes back again and then I log into the admin console...

           

          2012-01-04 19:31:38,048 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (Thread-30) Started Netty Acceptor version 3.2.3.Final-r${buildNumber} 0.0.0.0:5445 for CORE protocol

          2012-01-04 19:31:38,053 WARN  [org.hornetq.core.client.impl.ClientSessionFactoryImpl] (Thread-5 (group:HornetQ-client-global-threads-47762552)) Failed to connect to server.

          2012-01-04 19:31:38,062 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (Thread-30) Backup Server is now live

          2012-01-04 19:31:46,809 INFO  [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] (InventoryManager.discovery-1) Running runtime discovery scan rooted at [platform]

          2012-01-04 19:31:46,812 ERROR [org.rhq.core.pc.measurement.MeasurementManager] (http-5.27.81.162-8080-1) Could not get measurement values: java.lang.reflect.UndeclaredThrowableException: Failed to invoke method 'getQueueMeasurements' on component 'JMSQueueManageMO' with parameters [SimpleMetaType:java.lang.String:jms.queue.RequestQueue, ArrayMetaType{type=[Ljava.lang.String; dims=1 elementType=SimpleMetaType:java.lang.String:[SimpleMetaType:java.lang.String:getDeliveringCount, SimpleMetaType:java.lang.String:getMessageCount, SimpleMetaType:java.lang.String:getConsumerCount, SimpleMetaType:java.lang.String:getMessagesAdded, SimpleMetaType:java.lang.String:getScheduledCount]].

              at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:148) [:0.2.2]

              at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93) [:0.2.2]

              at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]

              at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99) [:6.1.0.Final]

              at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]

              at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:2070) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:879) [:6.1.0.Final]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65) [:1.0.1]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aop.generatedproxies.AOPProxy$1.invoke(AOPProxy$1.java) [:]

              at org.jboss.profileservice.management.client.ManagedOperationDelegate.invoke(ManagedOperationDelegate.java:63) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.jopr.JMSResourceComponent.getValues(JMSResourceComponent.java:87)

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_29]

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:525) [:3.0.0]

              at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [:1.6.0_29]

              at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_29]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

          Caused by: java.lang.NullPointerException

              at org.jboss.as.integration.hornetq.management.jms.QueueManageMO.getQueueMeasurements(QueueManageMO.java:203) [:6.1.0.Final]

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_29]

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:60) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:168) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.beans.info.plugins.AbstractBeanInfo.invoke(AbstractBeanInfo.java:300) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.invoke(AbstractKernelControllerContext.java:305) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:61) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:58) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.BasicKernelBus.execute(BasicKernelBus.java:71) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus.invoke(LifecycleAwareKernelBus.java:57) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher.invoke(KernelBusRuntimeComponentDispatcher.java:85) [:0.2.2]

              at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:135) [:0.2.2]

              at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93) [:0.2.2]

              at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]

              at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99) [:6.1.0.Final]

              at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]

              at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:2070) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:879) [:6.1.0.Final]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65) [:1.0.1]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aop.generatedproxies.AOPProxy$1.invoke(AOPProxy$1.java) [:]

              at org.jboss.profileservice.management.client.ManagedOperationDelegate.invoke(ManagedOperationDelegate.java:63) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.jopr.JMSResourceComponent.getValues(JMSResourceComponent.java:87)

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_29]

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:525) [:3.0.0]

              at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [:1.6.0_29]

              at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_29]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:72) [:1.0.1.GA]

              ... 18 more

           

          2012-01-04 19:31:46,829 ERROR [org.rhq.core.pc.measurement.MeasurementManager] (http-5.27.81.162-8080-1) Could not get measurement values: java.lang.reflect.UndeclaredThrowableException: Failed to invoke method 'getQueueMeasurements' on component 'JMSQueueManageMO' with parameters [SimpleMetaType:java.lang.String:jms.queue.RequestQueue, ArrayMetaType{type=[Ljava.lang.String; dims=1 elementType=SimpleMetaType:java.lang.String:[SimpleMetaType:java.lang.String:isTemporary, SimpleMetaType:java.lang.String:getName, SimpleMetaType:java.lang.String:isPaused, SimpleMetaType:java.lang.String:getJNDIBindings, SimpleMetaType:java.lang.String:getAddress]].

              at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:148) [:0.2.2]

              at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93) [:0.2.2]

              at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]

              at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99) [:6.1.0.Final]

              at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]

              at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:2070) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:879) [:6.1.0.Final]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65) [:1.0.1]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aop.generatedproxies.AOPProxy$1.invoke(AOPProxy$1.java) [:]

              at org.jboss.profileservice.management.client.ManagedOperationDelegate.invoke(ManagedOperationDelegate.java:63) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.jopr.JMSResourceComponent.getValues(JMSResourceComponent.java:87)

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_29]

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:525) [:3.0.0]

              at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [:1.6.0_29]

              at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_29]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

          Caused by: java.lang.NullPointerException

              at org.jboss.as.integration.hornetq.management.jms.QueueManageMO.getQueueMeasurements(QueueManageMO.java:203) [:6.1.0.Final]

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_29]

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:60) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:168) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.beans.info.plugins.AbstractBeanInfo.invoke(AbstractBeanInfo.java:300) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.invoke(AbstractKernelControllerContext.java:305) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:61) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:58) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.BasicKernelBus.execute(BasicKernelBus.java:71) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus.invoke(LifecycleAwareKernelBus.java:57) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher.invoke(KernelBusRuntimeComponentDispatcher.java:85) [:0.2.2]

              at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:135) [:0.2.2]

              at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93) [:0.2.2]

              at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]

              at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99) [:6.1.0.Final]

              at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]

              at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:2070) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:879) [:6.1.0.Final]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65) [:1.0.1]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aop.generatedproxies.AOPProxy$1.invoke(AOPProxy$1.java) [:]

              at org.jboss.profileservice.management.client.ManagedOperationDelegate.invoke(ManagedOperationDelegate.java:63) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.jopr.JMSResourceComponent.getValues(JMSResourceComponent.java:87)

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_29]

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:525) [:3.0.0]

              at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [:1.6.0_29]

              at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_29]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:72) [:1.0.1.GA]

              ... 18 more

           

          2012-01-04 19:31:46,910 INFO  [org.infinispan.jopr.CacheManagerDiscovery] (ResourceDiscoveryComponent.invoker.daemon-3) Discovered Infinispan instance with key ha-partition and name org.infinispan:component=CacheManager,name="ha-partition",type=CacheManager

          2012-01-04 19:31:46,914 INFO  [org.infinispan.jopr.CacheManagerDiscovery] (ResourceDiscoveryComponent.invoker.daemon-3) Discovered Infinispan instance with key hibernate and name org.infinispan:component=CacheManager,name="hibernate",type=CacheManager

          2012-01-04 19:31:46,914 INFO  [org.infinispan.jopr.CacheManagerDiscovery] (ResourceDiscoveryComponent.invoker.daemon-3) Discovered Infinispan instance with key sfsb and name org.infinispan:component=CacheManager,name="sfsb",type=CacheManager

          2012-01-04 19:31:46,914 INFO  [org.infinispan.jopr.CacheManagerDiscovery] (ResourceDiscoveryComponent.invoker.daemon-3) Discovered Infinispan instance with key web and name org.infinispan:component=CacheManager,name="web",type=CacheManager

          2012-01-04 19:31:46,921 INFO  [org.infinispan.jopr.CacheDiscovery] (ResourceDiscoveryComponent.invoker.daemon-4) Discovered new ...  org.infinispan:component=Cache,manager="ha-partition",name="distributed-state(repl_sync)",type=Cache

          2012-01-04 19:31:46,923 INFO  [org.infinispan.jopr.CacheDiscovery] (ResourceDiscoveryComponent.invoker.daemon-4) Discovered new ...  org.infinispan:component=Cache,manager="ha-partition",name="distributed-tree(repl_sync)",type=Cache

          2012-01-04 19:31:46,957 WARN  [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (ResourceDiscoveryComponent.invoker.daemon-3) Server is stopped

          2012-01-04 19:31:46,959 WARN  [org.rhq.core.pc.inventory.InventoryManager] (InventoryManager.discovery-1) Failure during discovery for [JMS Queue] Resources - failed after 3 ms.: java.lang.Exception: Discovery component invocation failed.

              at org.rhq.core.pc.util.DiscoveryComponentProxyFactory$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:283) [:3.0.0]

              at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [:1.6.0_29]

              at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_29]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

          Caused by: java.lang.reflect.UndeclaredThrowableException: Failed to invoke method 'getJMSQueues' on component 'JMSQueueManageMO' with parameters [].

              at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:148) [:0.2.2]

              at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93) [:0.2.2]

              at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]

              at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99) [:6.1.0.Final]

              at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]

              at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:2070) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:879) [:6.1.0.Final]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65) [:1.0.1]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aop.generatedproxies.AOPProxy$1.invoke(AOPProxy$1.java) [:]

              at org.jboss.profileservice.management.client.ManagedOperationDelegate.invoke(ManagedOperationDelegate.java:63) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.jopr.JMSQueueDiscoveryComponent.discoverResources(JMSQueueDiscoveryComponent.java:51)

              at sun.reflect.GeneratedMethodAccessor314.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.rhq.core.pc.util.DiscoveryComponentProxyFactory$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:279) [:3.0.0]

              ... 5 more

          Caused by: java.lang.RuntimeException: Server is stopped

              at org.hornetq.core.management.impl.AbstractControl.blockOnIO(AbstractControl.java:76) [:6.1.0.Final]

              at org.hornetq.jms.management.impl.JMSServerControlImpl.getQueueNames(JMSServerControlImpl.java:572) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.management.jms.QueueManageMO.getJMSQueues(QueueManageMO.java:258) [:6.1.0.Final]

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_29]

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:60) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:168) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.beans.info.plugins.AbstractBeanInfo.invoke(AbstractBeanInfo.java:300) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.invoke(AbstractKernelControllerContext.java:305) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:61) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:58) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.BasicKernelBus.execute(BasicKernelBus.java:71) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus.invoke(LifecycleAwareKernelBus.java:57) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher.invoke(KernelBusRuntimeComponentDispatcher.java:85) [:0.2.2]

              at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:135) [:0.2.2]

              at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93) [:0.2.2]

              at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]

              at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99) [:6.1.0.Final]

              at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]

              at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:2070) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:879) [:6.1.0.Final]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65) [:1.0.1]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aop.generatedproxies.AOPProxy$1.invoke(AOPProxy$1.java) [:]

              at org.jboss.profileservice.management.client.ManagedOperationDelegate.invoke(ManagedOperationDelegate.java:63) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.jopr.JMSQueueDiscoveryComponent.discoverResources(JMSQueueDiscoveryComponent.java:51)

              at sun.reflect.GeneratedMethodAccessor314.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.rhq.core.pc.util.DiscoveryComponentProxyFactory$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:279) [:3.0.0]

              at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [:1.6.0_29]

              at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_29]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:72) [:1.0.1.GA]

              ... 17 more

          Caused by: java.lang.IllegalStateException: Server is stopped

              at org.hornetq.core.persistence.impl.journal.JournalStorageManager.waitOnOperations(JournalStorageManager.java:338) [:6.1.0.Final]

              at org.hornetq.core.management.impl.AbstractControl.blockOnIO(AbstractControl.java:71) [:6.1.0.Final]

              at org.hornetq.jms.management.impl.JMSServerControlImpl.getQueueNames(JMSServerControlImpl.java:572) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.management.jms.QueueManageMO.getJMSQueues(QueueManageMO.java:258) [:6.1.0.Final]

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_29]

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:60) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:168) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.beans.info.plugins.AbstractBeanInfo.invoke(AbstractBeanInfo.java:300) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.invoke(AbstractKernelControllerContext.java:305) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:61) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:58) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.BasicKernelBus.execute(BasicKernelBus.java:71) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus.invoke(LifecycleAwareKernelBus.java:57) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher.invoke(KernelBusRuntimeComponentDispatcher.java:85) [:0.2.2]

              at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:135) [:0.2.2]

              at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93) [:0.2.2]

              at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]

              at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99) [:6.1.0.Final]

              at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]

              at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:2070) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:879) [:6.1.0.Final]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60) [:1.0.1.GA]

              ... 17 more

           

          2012-01-04 19:31:46,966 INFO  [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] (InventoryManager.discovery-1) Removing stale resource [Resource[id=-61, type=JMS Queue, key=jms.queue.ExpiryQueue, name=jms.queue.ExpiryQueue, parent=JMS Manager, version=a JMS Queue]]

          2012-01-04 19:31:46,969 INFO  [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] (InventoryManager.discovery-1) Removing stale resource [Resource[id=-62, type=JMS Queue, key=jms.queue.PendingQueue, name=jms.queue.PendingQueue, parent=JMS Manager, version=a JMS Queue]]

          2012-01-04 19:31:46,979 INFO  [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] (InventoryManager.discovery-1) Removing stale resource [Resource[id=-63, type=JMS Queue, key=jms.queue.RequestQueue, name=jms.queue.RequestQueue, parent=JMS Manager, version=a JMS Queue]]

          2012-01-04 19:31:47,009 INFO  [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] (InventoryManager.discovery-1) Removing stale resource [Resource[id=-64, type=JMS Queue, key=jms.queue.DLQ, name=jms.queue.DLQ, parent=JMS Manager, version=a JMS Queue]]

          2012-01-04 19:31:47,029 WARN  [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (ResourceDiscoveryComponent.invoker.daemon-3) Server is stopped

          2012-01-04 19:31:47,029 WARN  [org.rhq.core.pc.inventory.InventoryManager] (InventoryManager.discovery-1) Failure during discovery for [JMS Topic] Resources - failed after 1 ms.: java.lang.Exception: Discovery component invocation failed.

              at org.rhq.core.pc.util.DiscoveryComponentProxyFactory$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:283) [:3.0.0]

              at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [:1.6.0_29]

              at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_29]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

          Caused by: java.lang.reflect.UndeclaredThrowableException: Failed to invoke method 'getJMSTopics' on component 'JMSTopicManageMO' with parameters [].

              at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:148) [:0.2.2]

              at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93) [:0.2.2]

              at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]

              at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99) [:6.1.0.Final]

              at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]

              at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:2070) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:879) [:6.1.0.Final]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65) [:1.0.1]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aop.generatedproxies.AOPProxy$1.invoke(AOPProxy$1.java) [:]

              at org.jboss.profileservice.management.client.ManagedOperationDelegate.invoke(ManagedOperationDelegate.java:63) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.jopr.JMSTopicDiscoveryComponent.discoverResources(JMSTopicDiscoveryComponent.java:52)

              at sun.reflect.GeneratedMethodAccessor314.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.rhq.core.pc.util.DiscoveryComponentProxyFactory$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:279) [:3.0.0]

              ... 5 more

          Caused by: java.lang.RuntimeException: Server is stopped

              at org.hornetq.core.management.impl.AbstractControl.blockOnIO(AbstractControl.java:76) [:6.1.0.Final]

              at org.hornetq.jms.management.impl.JMSServerControlImpl.getTopicNames(JMSServerControlImpl.java:595) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.management.jms.TopicManageMO.getJMSTopics(TopicManageMO.java:289) [:6.1.0.Final]

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_29]

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:60) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:168) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.beans.info.plugins.AbstractBeanInfo.invoke(AbstractBeanInfo.java:300) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.invoke(AbstractKernelControllerContext.java:305) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:61) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:58) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.BasicKernelBus.execute(BasicKernelBus.java:71) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus.invoke(LifecycleAwareKernelBus.java:57) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher.invoke(KernelBusRuntimeComponentDispatcher.java:85) [:0.2.2]

              at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:135) [:0.2.2]

              at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93) [:0.2.2]

              at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]

              at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99) [:6.1.0.Final]

              at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]

              at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:2070) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:879) [:6.1.0.Final]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65) [:1.0.1]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aop.generatedproxies.AOPProxy$1.invoke(AOPProxy$1.java) [:]

              at org.jboss.profileservice.management.client.ManagedOperationDelegate.invoke(ManagedOperationDelegate.java:63) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.jopr.JMSTopicDiscoveryComponent.discoverResources(JMSTopicDiscoveryComponent.java:52)

              at sun.reflect.GeneratedMethodAccessor314.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.rhq.core.pc.util.DiscoveryComponentProxyFactory$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:279) [:3.0.0]

              at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [:1.6.0_29]

              at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_29]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:72) [:1.0.1.GA]

              ... 17 more

          Caused by: java.lang.IllegalStateException: Server is stopped

              at org.hornetq.core.persistence.impl.journal.JournalStorageManager.waitOnOperations(JournalStorageManager.java:338) [:6.1.0.Final]

              at org.hornetq.core.management.impl.AbstractControl.blockOnIO(AbstractControl.java:71) [:6.1.0.Final]

              at org.hornetq.jms.management.impl.JMSServerControlImpl.getTopicNames(JMSServerControlImpl.java:595) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.management.jms.TopicManageMO.getJMSTopics(TopicManageMO.java:289) [:6.1.0.Final]

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_29]

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:60) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:168) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.beans.info.plugins.AbstractBeanInfo.invoke(AbstractBeanInfo.java:300) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.invoke(AbstractKernelControllerContext.java:305) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:61) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:58) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.BasicKernelBus.execute(BasicKernelBus.java:71) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus.invoke(LifecycleAwareKernelBus.java:57) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher.invoke(KernelBusRuntimeComponentDispatcher.java:85) [:0.2.2]

              at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:135) [:0.2.2]

              at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93) [:0.2.2]

              at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]

              at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99) [:6.1.0.Final]

              at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]

              at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:2070) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:879) [:6.1.0.Final]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60) [:1.0.1.GA]

              ... 17 more

           

          2012-01-04 19:31:47,047 WARN  [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (ResourceDiscoveryComponent.invoker.daemon-3) Server is stopped

          2012-01-04 19:31:47,047 WARN  [org.rhq.core.pc.inventory.InventoryManager] (InventoryManager.discovery-1) Failure during discovery for [JMS Connection Factory] Resources - failed after 1 ms.: java.lang.Exception: Discovery component invocation failed.

              at org.rhq.core.pc.util.DiscoveryComponentProxyFactory$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:283) [:3.0.0]

              at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [:1.6.0_29]

              at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_29]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

          Caused by: java.lang.reflect.UndeclaredThrowableException: Failed to invoke method 'getJMSConnectionFactories' on component 'JMSConnectionFactoryManageMO' with parameters [].

              at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:148) [:0.2.2]

              at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93) [:0.2.2]

              at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]

              at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99) [:6.1.0.Final]

              at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]

              at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:2070) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:879) [:6.1.0.Final]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65) [:1.0.1]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aop.generatedproxies.AOPProxy$1.invoke(AOPProxy$1.java) [:]

              at org.jboss.profileservice.management.client.ManagedOperationDelegate.invoke(ManagedOperationDelegate.java:63) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.jopr.JMSConnectionFactoryDiscoveryComponent.discoverResources(JMSConnectionFactoryDiscoveryComponent.java:46)

              at sun.reflect.GeneratedMethodAccessor314.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.rhq.core.pc.util.DiscoveryComponentProxyFactory$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:279) [:3.0.0]

              ... 5 more

          Caused by: java.lang.RuntimeException: Server is stopped

              at org.hornetq.core.management.impl.AbstractControl.blockOnIO(AbstractControl.java:76) [:6.1.0.Final]

              at org.hornetq.jms.management.impl.JMSServerControlImpl.getConnectionFactoryNames(JMSServerControlImpl.java:620) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.management.jms.ConnectionFactoryManageMO.getJMSConnectionFactories(ConnectionFactoryManageMO.java:95) [:6.1.0.Final]

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_29]

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:60) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:168) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.beans.info.plugins.AbstractBeanInfo.invoke(AbstractBeanInfo.java:300) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.invoke(AbstractKernelControllerContext.java:305) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:61) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:58) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.BasicKernelBus.execute(BasicKernelBus.java:71) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus.invoke(LifecycleAwareKernelBus.java:57) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher.invoke(KernelBusRuntimeComponentDispatcher.java:85) [:0.2.2]

              at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:135) [:0.2.2]

              at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93) [:0.2.2]

              at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]

              at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99) [:6.1.0.Final]

              at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]

              at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:2070) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:879) [:6.1.0.Final]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.MergeMetaDataInterceptor.invoke(MergeMetaDataInterceptor.java:74) [:1.0.1.GA]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65) [:1.0.1]

              at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aop.generatedproxies.AOPProxy$1.invoke(AOPProxy$1.java) [:]

              at org.jboss.profileservice.management.client.ManagedOperationDelegate.invoke(ManagedOperationDelegate.java:63) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.jopr.JMSConnectionFactoryDiscoveryComponent.discoverResources(JMSConnectionFactoryDiscoveryComponent.java:46)

              at sun.reflect.GeneratedMethodAccessor314.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.rhq.core.pc.util.DiscoveryComponentProxyFactory$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:279) [:3.0.0]

              at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [:1.6.0_29]

              at java.util.concurrent.FutureTask.run(FutureTask.java:138) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_29]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_29]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:72) [:1.0.1.GA]

              ... 17 more

          Caused by: java.lang.IllegalStateException: Server is stopped

              at org.hornetq.core.persistence.impl.journal.JournalStorageManager.waitOnOperations(JournalStorageManager.java:338) [:6.1.0.Final]

              at org.hornetq.core.management.impl.AbstractControl.blockOnIO(AbstractControl.java:71) [:6.1.0.Final]

              at org.hornetq.jms.management.impl.JMSServerControlImpl.getConnectionFactoryNames(JMSServerControlImpl.java:620) [:6.1.0.Final]

              at org.jboss.as.integration.hornetq.management.jms.ConnectionFactoryManageMO.getJMSConnectionFactories(ConnectionFactoryManageMO.java:95) [:6.1.0.Final]

              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_29]

              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:60) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:168) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.beans.info.plugins.AbstractBeanInfo.invoke(AbstractBeanInfo.java:300) [jboss-reflect.jar:2.2.1.SP1]

              at org.jboss.kernel.plugins.dependency.AbstractKernelControllerContext.invoke(AbstractKernelControllerContext.java:305) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:61) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus$1.dispatch(LifecycleAwareKernelBus.java:58) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.BasicKernelBus.execute(BasicKernelBus.java:71) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.kernel.plugins.registry.basic.LifecycleAwareKernelBus.invoke(LifecycleAwareKernelBus.java:57) [jboss-kernel.jar:2.2.0.SP2]

              at org.jboss.profileservice.management.KernelBusRuntimeComponentDispatcher.invoke(KernelBusRuntimeComponentDispatcher.java:85) [:0.2.2]

              at org.jboss.profileservice.plugins.management.util.AbstractManagedComponentRuntimeDispatcher.invoke(AbstractManagedComponentRuntimeDispatcher.java:135) [:0.2.2]

              at org.jboss.profileservice.management.DelegatingComponentDispatcherImpl.invoke(DelegatingComponentDispatcherImpl.java:93) [:0.2.2]

              at sun.reflect.GeneratedMethodAccessor400.invoke(Unknown Source) [:1.6.0_29]

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_29]

              at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_29]

              at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.2.GA]

              at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) [:1.0.1.GA]

              at org.jboss.profileservice.remoting.ProfileServiceInvocationHandler.invoke(ProfileServiceInvocationHandler.java:99) [:6.1.0.Final]

              at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]

              at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:2070) [:6.1.0.Final]

              at org.jboss.remoting.Client.invoke(Client.java:879) [:6.1.0.Final]

              at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60) [:1.0.1.GA]

              ... 17 more

           

          2012-01-04 19:31:47,053 INFO  [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] (InventoryManager.discovery-1) Removing stale resource [Resource[id=-65, type=JMS Connection Factory, key=NettyConnectionFactory, name=NettyConnectionFactory, parent=JMS Manager, version=a JMS ConnectionFactory]]

          2012-01-04 19:31:47,056 INFO  [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] (InventoryManager.discovery-1) Scanned [0] servers and found [0] total descendant Resources.

          • 2. Re: HornetQ Live Backup
            gaohoward

            I'd suggest you put the question to AS forum too.

            • 3. Re: HornetQ Live Backup
              fivalo

              Hi

               

              I have a question about the same topic.

               

              If I want a backup for a Jboss 6.1 hornetq instance, Could I download only a hornetq distribution without jboss and install it in backup mode? what happen if I have a cluster.

               

              Thanks