6 Replies Latest reply on Oct 7, 2013 10:27 AM by arun2arunraj

    Help me to run two different agents (4.7 and 4.9)  in Fedora machine

    arun2arunraj

      Hi Developers,

          I would like to run Two RHQ Server and Agent (4.7 and 4.9) in my local machine to test my custom plugins.

       

          I already installed 4.7 in my local machine. It was working fine. Then I tried to install RHQ4.9. Installed rhq 4.9 storage node and server by rhq control script perfectly. When I have tried to install RHQ4.9 Agent with control script, I am getting the following error

      Agent Console :
      11:17:22,697 ERROR [org.rhq.server.control.RHQControl] Failed to start services [Cause: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)]
      
      Agent Wrapper Log :
      ERROR: transport error 202: bind failed: Address already in use
      ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
      JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
      FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
      
      

       

      I feel Trasportation between Agent to Server ports are making problem. What are all the ports to be configured to separate two different agents.

       

       

      Regards,

      ArunRaj.

        • 1. Re: Help me to run two different agents (4.7 and 4.9)  in Fedora machine
          tsegismont

          Arun,

           

          If you try to do this you'll have to resolve all port conflicts, and make sur you don't use the same database and storage node directories.

           

          You can configure ports before install in rhq-server.properties file.

           

          It should be possible to achieve what you want but far from recommended.

           

          Regards,

          Thomas

          • 2. Re: Help me to run two different agents (4.7 and 4.9)  in Fedora machine
            tsegismont

            Just saw you're on Fedora. If it's just for testing, you can bind all services to different loopback addresses (e.g 127.0.0.15 for RHQ 4.7 services and 127.0.0.16 for RHQ 4.9 services). Even with this approach make sure you use different database and storage node directories.

            1 of 1 people found this helpful
            • 3. Re: Re: Help me to run two different agents (4.7 and 4.9)  in Fedora machine
              arun2arunraj

              Hi Thomas,

               

                    Sorry for the delayed reply. Thank you so much your kind reply.

              Thomas Segismont wrote:

              make sur you don't use the same database and storage node directories.

               

                  Using different database for two different versions. Using standalone storage node in my local machine for RHQ 4.9.

               

              Thomas Segismont wrote:

              If it's just for testing, you can bind all services to different loopback addresses (e.g 127.0.0.15 for RHQ 4.7 services and 127.0.0.16 for RHQ 4.9 services).

               

                    Our team is going to test the plugin. So I bind the services in my own IP Address of our LAN ( by this everyone could access RHQ) . Both the servers are working fine ( RHQ 4.7 and RHQ 4.9 ). Even RHQ 4.7 Agent can communicate with 4.7 Server.

               

                  But RHQ 4.9 agent can not communicate with RHQ 4.9 server. I have specified different ports for RHQ 4.7 and RHQ 4.9. Here I have attached the configuration files for your reference. Please guide me to fix the port conflict.

               

              Regards,

              ArunRaj

              • 4. Re: Re: Re: Help me to run two different agents (4.7 and 4.9)  in Fedora machine
                arun2arunraj

                Hi All,

                 

                    Still struggling to start two RHQ Server and Agent (4.7 and 4.9 in single machine. Even, I have specified two debugger environment , Still I am getting the following Error.

                 

                Agent Log of 4.9 :

                2013-10-07 15:14:45,797 FATAL [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.start-failure}Failed to start the agent
                java.io.IOException: SocketServerInvoker[192.168.5.244:16163] error creating ServerSocket[192.168.5.244:16163]: Address already in use
                    at org.jboss.remoting.transport.socket.SocketServerInvoker.createServerSockets(SocketServerInvoker.java:375)
                    at org.jboss.remoting.transport.socket.SocketServerInvoker.start(SocketServerInvoker.java:251)
                    at org.jboss.remoting.transport.Connector.start(Connector.java:376)
                    at org.rhq.enterprise.communications.ServiceContainer.setupServerConnector(ServiceContainer.java:1226)
                    at org.rhq.enterprise.communications.ServiceContainer.start(ServiceContainer.java:550)
                    at org.rhq.enterprise.communications.ServiceContainer.start(ServiceContainer.java:468)
                    at org.rhq.enterprise.agent.AgentMain.startCommServices(AgentMain.java:2341)
                    at org.rhq.enterprise.agent.AgentMain.start(AgentMain.java:653)
                    at org.rhq.enterprise.agent.AgentMain.main(AgentMain.java:429)
                2013-10-07 15:14:45,798 ERROR [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.start-retry-after-failure}Agent will be restarted soon to see if the failure condition cleared up
                

                 

                For RHQ 4.9  , I have specified the agent communication port as  36163 in rhq-server.properties rhq.communications.connector.bind-port=36163 and agent-configuration.xml

                Line 981      <entry key="rhq.communications.connector.bind-port"    value="36163" />

                .

                 

                But still 4.9 using 16163 (Error message shows).  The port (16163) was already used by RHQ 4.7.

                 

                RHQ 4.9 Started method :

                  Storage :

                       # ./rhqctl start --storage      ( No Problem )

                  Server :

                       # ./rhqctl start --server         ( No Problem )    

                  Agent :

                       # ./rhqctl start --agent         ( Attached the Error )

                 

                Regards,

                ArunRaj.

                • 5. Re: Re: Re: Re: Help me to run two different agents (4.7 and 4.9)  in Fedora machine
                  arun2arunraj

                  Hi all,

                   

                      Deleted the debugging environment. And tried to configure the agent via control script, then the same error occur. So tried to configure via <rhq-agent-dir>/bin/rhq-agent.sh --setup .  By this way, The agent has been initialized . But commands can not be passed between RHQ 4.9 Server and RHQ 4.9 Agent for downloading the plugins. I have specified different ports for RHQ 4.7 Agent and RHQ 4.9. Why it is not been used for communication. Please help me to fix this issue.

                   

                  2013-10-07 16:41:30,453 ERROR [RHQ Server Polling Thread] (enterprise.communications.command.client.JBossRemotingRemoteCommunicator)- {JBossRemotingRemoteCommunicator.init-callback-failed}The initialize callback has failed. It will be tried again. Cause: org.jboss.remoting.transport.http.WebServerError:<html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>. Cause: org.jboss.remoting.transport.http.WebServerError: <html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>
                  2013-10-07 16:42:30,445 INFO  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.waiting-for-plugins-with-dir}The agent does not have plugins - it will now wait for them to be downloaded to [plugins]...
                  2013-10-07 16:42:30,469 ERROR [RHQ Server Polling Thread] (enterprise.communications.command.client.JBossRemotingRemoteCommunicator)- {JBossRemotingRemoteCommunicator.init-callback-failed}The initialize callback has failed. It will be tried again. Cause: org.jboss.remoting.transport.http.WebServerError:<html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>. Cause: org.jboss.remoting.transport.http.WebServerError: <html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>
                  2013-10-07 16:42:32,450 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:42:34,451 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:42:36,453 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:42:38,454 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:42:40,455 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:42:42,457 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:42:44,458 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:42:46,459 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:42:48,460 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:42:50,462 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:42:52,463 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:42:54,464 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:42:56,465 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:42:58,467 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:00,469 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:02,470 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:04,471 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:06,472 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:08,474 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:10,475 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:12,476 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:14,477 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:16,479 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:18,480 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:20,481 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:22,482 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:24,484 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:26,485 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:28,486 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:30,482 ERROR [RHQ Server Polling Thread] (enterprise.communications.command.client.JBossRemotingRemoteCommunicator)- {JBossRemotingRemoteCommunicator.init-callback-failed}The initialize callback has failed. It will be tried again. Cause: org.jboss.remoting.transport.http.WebServerError:<html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>. Cause: org.jboss.remoting.transport.http.WebServerError: <html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>
                  2013-10-07 16:43:30,487 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:32,488 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:34,490 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:36,491 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:38,492 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:40,493 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:42,495 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:44,496 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:46,497 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:48,498 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:50,499 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:52,500 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:54,501 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:56,502 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:43:58,503 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:00,504 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:02,505 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:04,506 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:06,508 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:08,509 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:10,509 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:12,511 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:14,512 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:16,513 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:18,514 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:20,515 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:22,517 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:24,518 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:26,518 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:28,520 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:30,496 ERROR [RHQ Server Polling Thread] (enterprise.communications.command.client.JBossRemotingRemoteCommunicator)- {JBossRemotingRemoteCommunicator.init-callback-failed}The initialize callback has failed. It will be tried again. Cause: org.jboss.remoting.transport.http.WebServerError:<html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>. Cause: org.jboss.remoting.transport.http.WebServerError: <html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>
                  2013-10-07 16:44:30,521 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:32,522 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:34,523 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:36,524 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:38,525 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:40,526 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:42,527 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:44,528 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:46,530 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:48,531 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:50,532 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:52,533 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:54,534 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:56,535 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:44:58,536 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:00,537 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:02,538 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:04,539 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:06,540 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:08,542 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:10,543 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:12,544 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:14,545 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:16,547 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:18,548 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:20,549 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:22,550 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:24,551 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:26,552 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:28,553 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:30,505 ERROR [RHQ Server Polling Thread] (enterprise.communications.command.client.JBossRemotingRemoteCommunicator)- {JBossRemotingRemoteCommunicator.init-callback-failed}The initialize callback has failed. It will be tried again. Cause: org.jboss.remoting.transport.http.WebServerError:<html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>. Cause: org.jboss.remoting.transport.http.WebServerError: <html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>
                  2013-10-07 16:45:30,554 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:32,555 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:34,556 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:36,557 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:38,558 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:40,559 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:42,560 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:44,561 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:46,562 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:48,563 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:50,565 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:52,566 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:54,567 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:56,568 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:45:58,569 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:00,571 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:02,572 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:04,573 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:06,575 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:08,576 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:10,577 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:12,578 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:14,579 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:16,580 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:18,581 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:20,583 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:22,584 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:24,585 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:26,586 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:28,587 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:30,513 ERROR [RHQ Server Polling Thread] (enterprise.communications.command.client.JBossRemotingRemoteCommunicator)- {JBossRemotingRemoteCommunicator.init-callback-failed}The initialize callback has failed. It will be tried again. Cause: org.jboss.remoting.transport.http.WebServerError:<html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>. Cause: org.jboss.remoting.transport.http.WebServerError: <html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>
                  2013-10-07 16:46:30,588 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:32,590 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:34,591 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:36,592 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:38,593 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:40,594 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:42,595 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:44,596 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:46,597 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:48,598 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:50,600 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:52,601 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:54,602 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:56,603 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:46:58,604 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:00,605 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:02,606 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:04,607 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:06,608 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:08,608 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:10,609 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:12,610 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:14,611 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:16,612 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:18,613 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:20,614 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:22,615 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:24,616 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:26,617 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:28,618 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:30,526 ERROR [RHQ Server Polling Thread] (enterprise.communications.command.client.JBossRemotingRemoteCommunicator)- {JBossRemotingRemoteCommunicator.init-callback-failed}The initialize callback has failed. It will be tried again. Cause: org.jboss.remoting.transport.http.WebServerError:<html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>. Cause: org.jboss.remoting.transport.http.WebServerError: <html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>
                  2013-10-07 16:47:30,619 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:32,620 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:34,621 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:36,622 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:38,624 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:40,625 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:42,626 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:44,627 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:46,628 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:48,629 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:50,630 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:52,631 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:54,632 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:56,634 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:47:58,635 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:00,636 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:02,637 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:04,639 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:06,640 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:08,641 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:10,642 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:12,643 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:14,644 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:16,645 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:18,646 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:20,647 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:22,649 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:24,650 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:26,651 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:28,652 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:30,536 ERROR [RHQ Server Polling Thread] (enterprise.communications.command.client.JBossRemotingRemoteCommunicator)- {JBossRemotingRemoteCommunicator.init-callback-failed}The initialize callback has failed. It will be tried again. Cause: org.jboss.remoting.transport.http.WebServerError:<html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>. Cause: org.jboss.remoting.transport.http.WebServerError: <html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>
                  2013-10-07 16:48:30,653 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:32,654 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:34,656 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:36,657 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:38,658 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:40,659 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:42,660 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:44,661 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:46,663 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:48,664 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:50,665 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:52,666 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:54,667 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:56,668 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:48:58,669 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:00,670 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:02,671 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:04,672 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:06,673 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:08,674 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:10,676 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:12,677 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:14,678 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:16,679 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:18,680 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:20,681 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:22,682 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:24,684 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:26,685 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:28,690 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:30,546 ERROR [RHQ Server Polling Thread] (enterprise.communications.command.client.JBossRemotingRemoteCommunicator)- {JBossRemotingRemoteCommunicator.init-callback-failed}The initialize callback has failed. It will be tried again. Cause: org.jboss.remoting.transport.http.WebServerError:<html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>. Cause: org.jboss.remoting.transport.http.WebServerError: <html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>
                  2013-10-07 16:49:30,691 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:32,692 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:34,693 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:36,694 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:38,696 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:40,697 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:42,698 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:44,699 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:46,700 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:48,701 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:50,702 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:52,703 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:54,704 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:56,706 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:49:58,707 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:00,708 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:02,709 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:04,710 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:06,711 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:08,712 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:10,713 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:12,714 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:14,715 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:16,717 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:18,718 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:20,719 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:22,719 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:24,721 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:26,722 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:28,723 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:30,553 ERROR [RHQ Server Polling Thread] (enterprise.communications.command.client.JBossRemotingRemoteCommunicator)- {JBossRemotingRemoteCommunicator.init-callback-failed}The initialize callback has failed. It will be tried again. Cause: org.jboss.remoting.transport.http.WebServerError:<html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>. Cause: org.jboss.remoting.transport.http.WebServerError: <html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>
                  2013-10-07 16:50:30,724 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:32,725 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:34,725 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:36,726 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:38,727 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:40,728 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:42,729 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:44,730 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:46,731 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:48,732 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:50,733 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:52,734 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:54,734 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:56,735 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:50:58,736 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:00,737 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:02,737 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:04,738 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:06,740 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:08,741 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:10,742 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:12,743 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:14,744 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:16,745 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:18,746 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:20,747 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:22,748 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:24,749 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:26,750 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:28,751 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:30,560 ERROR [RHQ Server Polling Thread] (enterprise.communications.command.client.JBossRemotingRemoteCommunicator)- {JBossRemotingRemoteCommunicator.init-callback-failed}The initialize callback has failed. It will be tried again. Cause: org.jboss.remoting.transport.http.WebServerError:<html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>. Cause: org.jboss.remoting.transport.http.WebServerError: <html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>
                  2013-10-07 16:51:30,752 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:32,753 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:34,754 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:36,755 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:38,755 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:40,756 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:42,757 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:44,759 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:46,760 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:48,761 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:50,762 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:52,763 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:54,763 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:56,764 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:51:58,765 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:00,767 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:02,767 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:04,768 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:06,769 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:08,770 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:10,771 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:12,772 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:14,774 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:16,775 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:18,776 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:20,777 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:22,778 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:24,779 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:26,780 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:28,781 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  2013-10-07 16:52:30,572 ERROR [RHQ Server Polling Thread] (enterprise.communications.command.client.JBossRemotingRemoteCommunicator)- {JBossRemotingRemoteCommunicator.init-callback-failed}The initialize callback has failed. It will be tried again. Cause: org.jboss.remoting.transport.http.WebServerError:<html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>. Cause: org.jboss.remoting.transport.http.WebServerError: <html><head><title>JBoss Web/7.2.0.Final - JBWEB000064: Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>JBWEB000065: HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>JBWEB000309: type</b> JBWEB000066: Exception report</p><p><b>JBWEB000068: message</b> <u></u></p><p><b>JBWEB000069: description</b> <u>JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.</u></p><p><b>JBWEB000070: exception</b> <pre>java.lang.reflect.UndeclaredThrowableException    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>javax.management.ReflectionException: No such operation: processRequest    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:152)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000071: root cause</b> <pre>java.lang.NoSuchMethodException: processRequest(javax.servlet.http.HttpServletRequest, [B, javax.servlet.http.HttpServletResponse)    com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:150)    com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)    com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)    com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)    com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)    org.jboss.as.jmx.PluggableMBeanServerImpl$TcclMBeanServer.invoke(PluggableMBeanServerImpl.java:527)    org.jboss.as.jmx.PluggableMBeanServerImpl.invoke(PluggableMBeanServerImpl.java:263)    javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)    com.sun.proxy.$Proxy220.processRequest(Unknown Source)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet$3.run(ServerInvokerServlet.java:413)    java.security.AccessController.doPrivileged(Native Method)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:409)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:142)    org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:171)    javax.servlet.http.HttpServlet.service(HttpServlet.java:754)    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)    sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)    java.lang.reflect.Method.invoke(Method.java:597)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:263)    org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:261)    java.security.AccessController.doPrivileged(Native Method)    javax.security.auth.Subject.doAsPrivileged(Subject.java:517)    org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:295)    org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:155)</pre></p><p><b>JBWEB000072: note</b> <u>JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.2.0.Final logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/7.2.0.Final</h3></body></html>
                  2013-10-07 16:52:30,782 WARN  [main] (org.rhq.enterprise.agent.AgentMain)- {AgentMain.plugin-update-failure}Failed to update the plugins.. Cause: java.lang.IllegalStateException: The sender object is currently not sending commands now. Command not sent: [Command: type=[remotepojo]; cmd-in-response=[false]; config=[{rhq.send-throttle=true}]; params=[{invocation=NameBasedInvocation[getLatestPlugins], targetInterfaceName=org.rhq.core.clientapi.server.core.CoreServerService}]]
                  

                   

                  Regards,

                  ArunRaj.

                  • 6. Re: Help me to run two different agents (4.7 and 4.9)  in Fedora machine
                    arun2arunraj

                    Hi All,

                     

                       Successfully installed two agents with two servers.

                     

                       Problem was : Debugger environment - which i have setted for RHQ 4.7. Deleted the environment variable for debugger environment. Then installed all. Now, everything is working fine.

                     

                    Regards,

                    ArunRaj.