1 Reply Latest reply on Sep 23, 2010 1:47 AM by vickyk

    DEBUG [org.jboss.resource.deployment.RARDeployment] Error getting attribute AvailableProcessors

    vinprabhu

      I am getting an exception as below in my application. Can any one help me what is the reason??

      Is it configuration issue or connection related?? Where can I find those attirbutes??

      Is it JMX issue?? JCA issue?? any other related??

       

      2010-06-11 07:11:50,832 DEBUG [org.jboss.resource.deployment.RARDeployment] Error getting attribute AvailableProcessors
      javax.management.AttributeNotFoundException: Attribute not found AvailableProcessors
      at org.jboss.system.ServiceDynamicMBeanSupport.getInternalAttribute(ServiceDynamicMBeanSupport.java:310)
      at org.jboss.resource.deployment.RARDeployment.getInternalAttribute(RARDeployment.java:181)
      at org.jboss.system.ServiceDynamicMBeanSupport.getAttribute(ServiceDynamicMBeanSupport.java:99)
      at org.jboss.system.ServiceDynamicMBeanSupport.getAttributes(ServiceDynamicMBeanSupport.java:191)
      at org.jboss.mx.server.RawDynamicInvoker.getAttributes(RawDynamicInvoker.java:126)
      at org.jboss.mx.server.MBeanServerImpl.getAttributes(MBeanServerImpl.java:556)
      at com.sun.jmx.remote.security.MBeanServerAccessController.getAttributes(MBeanServerAccessController.java:291)
      at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1389)
      at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
      at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
      at java.security.AccessController.doPrivileged(Native Method)
      at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
      at javax.management.remote.rmi.RMIConnectionImpl.getAttributes(RMIConnectionImpl.java:633)
      at sun.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
      at sun.rmi.transport.Transport$1.run(Transport.java:153)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
      at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
      at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
      at java.lang.Thread.run(Thread.java:613)