• Where will be the jmx console username and password

    Dear all, I want to know, how to find the jmx console's username and password
    Profile Photo
    last modified by mani_rams
  • Does the SNMP adaptor correctly emit Verson 2 traps?

    Has anybody seen this working? I started prototyping our own custom SNMP traps a while back using the snmp adapator. I used a couple of different SNMP monitors and they stopped receving traps when I configured the ada...
    Profile Photo
    created by barondodd
  • my first JMX

    Hi All, I'm new to JMX and got some basic questions related to deployment of Mbeans and registering of mbeans. Got some code for mbean. Mbean interface : public interface HelloMBean { public void sayHello(); pu...
    Profile Photo
    last modified by anand_anan2k
  • Custom Deployer for jboss application server

    How can we create a custom deployer to deploy EJB 3.0 ? What i read is to use the concept of JMX with MBeans , i tried some examples on simple MBeans which are working fine. But the concepts of applying MBean to over...
  • How to configure jboss to enable the authentication of twidd

    Hi , everyone: I want to invoke some mbean using twiddle.sh, but the default config of jboss is without authentication. How can I enable the authentication of twiddle.sh? That mean : I shoud use twiddle.sh like this:...
    Profile Photo
    last modified by cnsunfocus
  • Duplicate jmx remoting in jbossas5

    In looking at the JMXConnectorUnitTestCase it looks like we have two jmx remoting implementations, the legacy jmx-invoker-service.xml and the jmx-remoting.sar which supplies the jmx 1.2 javax.management.remote.rmi.RMI...
    Profile Photo
    last modified by starksm64
  • Can we create connection pools on the fly in JBOSS without s

    Can we create connection pools on the fly in JBOSS without stopping the server ? If it is possible what technology should be used ? JMX ?
    Profile Photo
    created by ganeshshetty21
  • How to pause all JBoss services?

    i need to pause all services of my application1 under JBoss. but i need to make it from other application2 under this JBoss. How i can do it if it is possible? thanks
    Profile Photo
    created by traffic_11
  • XMBean NotSerializationExceptions issue

    I noticed it's said that a fix (ASPATCH-317) for the JMX XMBean NotSerializationException issue in 4.0.5GA version was provided when using Java 1.5 to get some MBean attributes from JBoss App server, e.g., using twidd...
    Profile Photo
    last modified by yichong_yang_jboss
  • JBAS-5220 - Twiddle not displaying Platform MBean.

    The MBeanServer which is passed to InvokerAdapterService is org.jboss.mx.server.MBeanServerImpl , this MBeanServer is created during LazyMBeanServer.resetToJBossServer(server) call in org.jboss.system.server.ServerImp...
    Profile Photo
    last modified by vickyk
  • JBAS-1268 - NotSerializable descriptors content

    This is an old bug that we fixed in JBossMX but since JDK5 overrides the javax.management.* to the JDK classes, this is now a Sun bug. I've asked the spec lead whether he would fix it, but he didn't want to do the ex...
    Profile Photo
    last modified by adrian.brock
  • JMX HA

    Hello I want to know if it is possible to deploy a MBEAN into a JBOSS cluster and if it is possible to see this MBEAN on each clustered JMX server. I mean that each clustered JMX server display the same MBEAN (with t...
    Profile Photo
    last modified by sginer
  • RepositoryClassLoader::repository Null

    I've been dealing with a JMS TCK Test, and it seems there is a situation where the repository could be null on RepositoryClassLoader. java.lang.RuntimeException at org.jboss.mx.loading.RepositoryClassLoader.findCla...
    Profile Photo
    last modified by clebert.suconic
  • Updating the logging framework(JBAS-2412)

    I have a logging prototype for using the native jdk logging framework that uses handlers/formatters ported from the log4j codebase to provide something similar to the current log4j logging. Its checked into head commo...
    Profile Photo
    last modified by starksm64
  • MXBeans implementation

    I've prototyped an MXBean implementation in the MC-VDF-WORK branch of head. You can find it in mbeans/org/jboss/mx/mxbeans This is not complete, see the javadoc in Java6 for the complete mapping rules that need impl...
    Profile Photo
    created by adrian.brock
  • Can MainDeployerMBean call the deploy directly ?

      // Ok, now deploy the root deployable to finish the job MainDeployerMBean md = (MainDeployerMBean) MBeanProxyExt.create(MainDeployerMBean.class, mainDeployer, server); try { md.deploy(config.getServerCo...
    Profile Photo
    last modified by vickyk
  • How are the Notifications send in ServiceController handled

      // Call create on the service Proxy try { ctx.proxy.create(); sequenceNo++; Notification createMsg = new Notification(ServiceMBean.CREATE_EVENT, this, sequenceNo); createMsg.setUserData(serviceName); ...
    Profile Photo
    last modified by vickyk
  • AbstractMBeanInvoker.initDispatchers called twice

    While looking into some other bug, I noticed AbstractMBeanInvoker.initDispatchers() is called 2 times, as seen below. The stack trace is for a model mbean, but is quite similar for a standard mbean. The offending sta...
    Profile Photo
    last modified by dimitris
  • JBAS-2774 - Date Property Editor

    The user is correct that Date.toString() returns the date in "English". The user's solution looks like a kludge on top of another kludge. The whole basis of the DateEditor looks flawed to me. It wants to treat the D...
    Profile Photo
    last modified by adrian.brock
  • Potential Duplicate services defined by JBoss projects

    I have come across a situation which I will try to describe to the best of my ability. JBoss default installation can be configured to define Jacc DelegatingPolicy service as follows: <mbean code="org.jboss.sec...
    Profile Photo
    last modified by anil.saldhana