1 2 Previous Next 15 Replies Latest reply on Apr 28, 2011 11:14 AM by clebert.suconic

    HornetQ 2.2.2 integration to AS 6

    tomaz.zupan

      Hi,

       

      I didn't find any information about integration of HornetQ 2.2.2 to JBoss AS6?

        • 1. HornetQ 2.2.2 integration to AS 6
          clebert.suconic

          Active development is AS7. We are going to change trunk for that.

           

           

          on AS6, you should be fine by replacing all the hornetq jars and netty.  You will have to clear the data directory also.

          • 2. HornetQ 2.2.2 integration to AS 6
            clebert.suconic

            We can help you out if you have any issues on the process.

            • 3. HornetQ 2.2.2 integration to AS 6
              jaikiran

              Clebert Suconic wrote:

               

               

              on AS6, you should be fine by replacing all the hornetq jars and netty.

              It's not straight forward due to API changes (mainly in jms.management). I ran into compile errors while trying to integrate it against AS6 trunk https://issues.jboss.org/browse/JBAS-7950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593132#comment-12593132

              • 4. HornetQ 2.2.2 integration to AS 6
                clebert.suconic

                Changing AS6 trunk yes.. will require some changes on some stuff.

                 

                 

                I was referring to changing as an user.

                 

                how's the dev of AS6 trunk? is it worth importing the changes on deploeyrs and management.

                • 5. HornetQ 2.2.2 integration to AS 6
                  jaikiran

                  Clebert Suconic wrote:

                   

                  how's the dev of AS6 trunk? is it worth importing the changes on deploeyrs and management.

                  The community does have plans for a 6.1.0 release although there's no fixed date yet. The plan is to fix some of these issues (including this JBAS-7950) and do a 6.1.0 release. So AS6 trunk is open for commits and yes it would be useful to get this new version integrated in AS6 trunk.

                  • 6. HornetQ 2.2.2 integration to AS 6
                    clebert.suconic

                    Sorry for the dumb question, as I have been on my sand box in a while. AS7 moved to git. is AS6 still on svn? What's the branch?

                    • 7. HornetQ 2.2.2 integration to AS 6
                      genman

                      Clebert,

                       

                      6.1 is JBoss AS trunk, in Subversion. http://anonsvn.jboss.org/repos/jbossas/trunk

                       

                      I posted changes to fix compilation in https://issues.jboss.org/browse/JBAS-7950  . I don't think I got the management changes exactly right. The management methods AS publishes are pretty much wrappers around the HornetQ management methods. It's quite ugly and would be better if JBoss simply exported the existing methods directly.

                       

                      Also, in regards to the patch, unfortunately, I have no clue what a lot of the management changes were, nor how to preserve compatibility, or if compatibility is an issue, or if the changes work or they make sense. Overall, it's best to not change an existing MBean operation, as there may be users who have scripts that call it. Still, when you have MBean operations with 10+ arguments the management interface is kind of fraught with difficulty and confusion anyway. (Can't the management interface take a serializable object instead?)

                      • 8. HornetQ 2.2.2 integration to AS 6
                        clebert.suconic

                        We will have to import the hornetq-int from the EAP into AS6.

                         

                        If someone there could do it.. it would be great.

                        • 9. HornetQ 2.2.2 integration to AS 6
                          clebert.suconic

                          I mean.. not the entire hornetq-int tree. Just the java part, as there are some scripts that will not apply.

                           

                           

                          There's a change with the XML configuration where It's expecting a name on the config, to fix a dependency with deployers.

                          • 10. HornetQ 2.2.2 integration to AS 6
                            jaikiran

                            Clebert Suconic wrote:

                             

                             

                            If someone there could do it.. it would be great.

                            I've assigned that issue to myself. Will ask for any help here in the forums, if and when required.

                            • 11. HornetQ 2.2.2 integration to AS 6
                              jaikiran

                              The upgrade has been completed in AS6 trunk (r111114). For those of you who want to give it a try follow this thread http://community.jboss.org/thread/161386

                              • 12. HornetQ 2.2.2 integration to AS 6
                                larse

                                I've tried the last builds of 6.1 that include the 2.2.2 version of hornetq, but I get the following errors on startup.

                                Anyone else seeing this?

                                 

                                19:12:23,818 WARN  [org.rhq.core.pc.inventory.InventoryManager] Failure during discovery for [JMS Manager] Resources - failed after 17 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_24]

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

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

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

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

                                Caused by: java.lang.reflect.UndeclaredThrowableException: Failed to invoke method 'getVersion' on component 'JMSServerMO' 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.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_24]

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

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

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

                                          at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.1.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-SNAPSHOT]

                                          at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:898) [:]

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

                                          at org.jboss.remoting.Client.invoke(Client.java:1961) [:]

                                          at org.jboss.remoting.Client.invoke(Client.java:804) [:]

                                          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.1.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.1.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.1.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-SNAPSHOT]

                                          at org.jboss.as.integration.hornetq.jopr.JMSManagerDiscoveryComponent.getVersion(JMSManagerDiscoveryComponent.java:74)

                                          at org.jboss.as.integration.hornetq.jopr.JMSManagerDiscoveryComponent.discoverResources(JMSManagerDiscoveryComponent.java:48)

                                          at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source) [:1.6.0_24]

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

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

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

                                          ... 5 more

                                Caused by: java.lang.NullPointerException

                                          at org.jboss.as.integration.hornetq.management.jms.JMSManageMO.getJmsServerControl(JMSManageMO.java:128) [:6.1.0-SNAPSHOT]

                                          at org.jboss.as.integration.hornetq.management.jms.JMSServerMO.getVersion(JMSServerMO.java:47) [:6.1.0-SNAPSHOT]

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

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

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

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

                                          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.SP1]

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

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

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

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

                                          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.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_24]

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

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

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

                                          at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.1.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-SNAPSHOT]

                                          at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:898) [:]

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

                                          at org.jboss.remoting.Client.invoke(Client.java:1961) [:]

                                          at org.jboss.remoting.Client.invoke(Client.java:804) [:]

                                          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.1.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.1.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.1.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-SNAPSHOT]

                                          at org.jboss.as.integration.hornetq.jopr.JMSManagerDiscoveryComponent.getVersion(JMSManagerDiscoveryComponent.java:74)

                                          at org.jboss.as.integration.hornetq.jopr.JMSManagerDiscoveryComponent.discoverResources(JMSManagerDiscoveryComponent.java:48)

                                          at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source) [:1.6.0_24]

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

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

                                          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_24]

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

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

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

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

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

                                          ... 18 more

                                 

                                 

                                19:12:23,845 INFO  [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] Scanned [0] servers and found [0] total descendant Resources.

                                19:12:23,915 INFO  [org.jboss.seam.contexts.Contexts] starting up: org.jboss.seam.security.identity

                                19:12:23,915 INFO  [org.jboss.seam.contexts.Contexts] starting up: org.jboss.seam.web.session

                                19:12:23,915 INFO  [org.jboss.seam.contexts.Contexts] starting up: sessionInfoAction

                                19:12:23,937 INFO  [org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor] Running runtime discovery scan rooted at [platform]

                                19:12:24,108 WARN  [org.rhq.core.pc.inventory.InventoryManager] Failure during discovery for [JMS Manager] 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_24]

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

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

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

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

                                Caused by: java.lang.reflect.UndeclaredThrowableException: Failed to invoke method 'getVersion' on component 'JMSServerMO' 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.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_24]

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

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

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

                                          at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.1.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-SNAPSHOT]

                                          at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:898) [:]

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

                                          at org.jboss.remoting.Client.invoke(Client.java:1961) [:]

                                          at org.jboss.remoting.Client.invoke(Client.java:804) [:]

                                          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.1.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.1.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.1.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-SNAPSHOT]

                                          at org.jboss.as.integration.hornetq.jopr.JMSManagerDiscoveryComponent.getVersion(JMSManagerDiscoveryComponent.java:74)

                                          at org.jboss.as.integration.hornetq.jopr.JMSManagerDiscoveryComponent.discoverResources(JMSManagerDiscoveryComponent.java:48)

                                          at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source) [:1.6.0_24]

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

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

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

                                          ... 5 more

                                Caused by: java.lang.NullPointerException

                                          at org.jboss.as.integration.hornetq.management.jms.JMSManageMO.getJmsServerControl(JMSManageMO.java:128) [:6.1.0-SNAPSHOT]

                                          at org.jboss.as.integration.hornetq.management.jms.JMSServerMO.getVersion(JMSServerMO.java:47) [:6.1.0-SNAPSHOT]

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

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

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

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

                                          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.SP1]

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

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

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

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

                                          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.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_24]

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

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

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

                                          at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:121) [jboss-aop.jar:2.2.1.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-SNAPSHOT]

                                          at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:898) [:]

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

                                          at org.jboss.remoting.Client.invoke(Client.java:1961) [:]

                                          at org.jboss.remoting.Client.invoke(Client.java:804) [:]

                                          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.1.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.1.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.1.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-SNAPSHOT]

                                          at org.jboss.as.integration.hornetq.jopr.JMSManagerDiscoveryComponent.getVersion(JMSManagerDiscoveryComponent.java:74)

                                          at org.jboss.as.integration.hornetq.jopr.JMSManagerDiscoveryComponent.discoverResources(JMSManagerDiscoveryComponent.java:48)

                                          at sun.reflect.GeneratedMethodAccessor291.invoke(Unknown Source) [:1.6.0_24]

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

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

                                          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_24]

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

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

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

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

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

                                          ... 18 more

                                • 13. HornetQ 2.2.2 integration to AS 6
                                  clebert.suconic

                                  It doesn't seem related to HornetQ. It seems to be using JBoss 5.

                                   

                                  Don't you have JBOSS_HOME defined to a wrong place or something?

                                  • 14. HornetQ 2.2.2 integration to AS 6
                                    larse

                                    No, I don't have Jboss 5 on my system. Could it be some "residue" from the EAP import?

                                    I've downloaded latest jboss 6.1 snapshot and the error occurs when I access the admin console.


                                    1 2 Previous Next