• MalformedURLException while trying to use JMX monitoring within AS7

    Hi, I am porting an existing functionality from JBoss 5.1.0 to EAP 6.1.0 Alpha(AS7.2.0 final?). I have a module within the application server trying to use JMX to monitor Dead Letter Queue statistics. I keep getting t...
    Profile Photo
    last modified by georgemat
  • snmp adaptor in Jboss EAP 6

    Hello   From existing discussions I'm not sure whether a snmp adaptor is included in Jboss EAP 6 or not ?   Could anybody give a hint ?   Thanks a lot   Eric
    Profile Photo
    last modified by entress1
  • Does JBoss AS 7.1 expose MBeans showing currentThreadsBusy, currentThreadCount and maxThreads?

    In JBoss-5.1.0.GA I used a JMX client (which in turn used the twiddle.bat shipped with JBoss) to return values for "currentThreadsBusy", "currentThreadCount" and "maxThreads" from  jboss.web:type=ThreadPool,name=...
    Profile Photo
    last modified by toca
  • How do you specify the context root for web applications deployed to JBoss 6+?

    Hello,   [I'm responsible for JBoss integration for Intellij IDEA, this question is related to http://youtrack.jetbrains.com/issue/IDEA-95791].   We are experiencing certain difficulties trying to overrid...
    Profile Photo
    created by michael.golubev
  • JConsole connection to JBoss node instance

    I have a Jboss 7.1 cluster with two nodes and a domain server on three hosts. I am trying to load the JConsole on the first node to monitor memory consumption.   I successfully connected with remoting-jmx on po...
    Profile Photo
    created by carm
  • How to create a persistent mbean in jboss as 7.1?

    Sorry, I know, that this a very stupid question, because the task is so easy:   We are migrating our software from jboss 3.2.8 to jboss as 7.1. There are a lot of persistent mbeans. Implementation classes extend...
    Profile Photo
    last modified by claudia
  • Forcing authentication when accessing management API locally

    I'm building an web service that will enable users to add and remove JNDI datasources remotely.   I tried connecting to the management API with ModelControllerClient.Factory.create, but it always connects regard...
    Profile Photo
    last modified by vmikulcic
  • how to do Health monitoring of EAR and services packaged in it.

    I am using Jboss5.1 and I have a EAR1 deployed which has a EJB3 component implemented using @Stateless annotation and the same EJB is also exposed as webservice using the annotation @webservice.   I want to ch...
    Profile Photo
    created by buntylava
  • How to do dumpAllThreads in jboss as7 by remote JMX Programe

    I can connect the remote/local jboss sever by using %JBOSS_HOME%/bin/jconsole.bat. In jconsole , I can do dumpAllThreads operation and get the right result. However , when I use java code with the MBeanServerConnecti...
    Profile Photo
    created by ken.zheng
  • Accesing MBeans in HA

    Hi,   I have an MBean in a SAR file deployed in JBoss 7.1 clustered (there are 3 server instances in the cluster with the port offset 150 for each) environment. Can anybody let me know how I can access MBean wit...
    Profile Photo
    created by akash_bansal
  • JMX-console and Jconsole

    Jboss 7.1.1 installed in redhat linux, trying to access JMX-Console through Jconsole   Trying to initiate Jconsole and this is the issue I'm facing   /servers/jboss/7.1.1/bin]$ ./jconsole.sh CLASSPATH /se...
    Profile Photo
    last modified by srini9997
  • JBOSS AS 7 /EAP 6 Connection Remote MBeans via RMI

    I see in this tutorial http://magnus-k-karlsson.blogspot.in/2013/01/how-to-remote-connect-jconsole-to-jboss.html  & https://community.jboss.org/wiki/UsingJconsoleToConnectToJMXOnAS7  we can access JBOSS ...
    Profile Photo
    created by leofprince
  • JMX configured with password and access files lets remote connections through JConsole without asking for user/pass

    Hi,   I'm working with a JBoss 5.1.0 GA with jmx configured so remote connections with JConsole can be made. The thing is that, when I configure the options required to use password and access files like in [1]&...
    Profile Photo
    created by aida.sp
  • JBoss AS 6 with dedicated management address

    Hi to everyone.   I run a JBoss AS 6 cluster on a AIX 7 server which is in the application layer of a 3 tier architecture. The server has two seperate NIC in different networks with out any routing between them....
    Profile Photo
    created by stefand.
  • How to dynamically add and register new attributes to mbean

    hi,   Is it possible to dynamically add and register new attributes to mbean   eg :   <server>   <mbean code="org.jboss.example.MyMbean" name="jboss:service=myMbean,name=MyMbeanExample...
    Profile Photo
    created by buntylava
  • SNMP ADAPTOR

    I am using JBoss AS 5.1. I modification the attributes.xml file by defining mapping for my own my custom mbean with OID and was able to do snmp get/set on custom mbean attribute.   The things I couldn't figure o...
    Profile Photo
    last modified by buntylava
  • Data not found - JMX monitoring Jboss AS 7

    Informations: - Jboss AS 7.1.1 Final - JMX Monitoring - Monitoring tool : Zabbix - OS : CentOS - JDK : 6/7   Hi all,   Now, i want to know how supervised Jboss with JMX. I succeed to recup some data...
    Profile Photo
    created by ryuma
  • XMBean persistence does not work

    Hello,   I am trying to implement a XMBean. It deploys, it is displayed in the JMX console, the attribute can be changed, however the the attribute value is not persisted. After a server restart the attribute va...
  • Can I change the web context root of the AS7 management interface on port 9990?

    Is it possible to change the web context root of the AS7 management interface from "/" to something like "/jboss", so the URL would be http://myhost:9990/jboss? Here is the reason for this question:   This is fo...
    Profile Photo
    last modified by bnigmann
  • NullPointerException in ServiceController - jboss 4.2.3

    I am having a problem trying to invoke a MBean Operation at ServiceController located in jmx-console.   The error presented is this:   java.util.List listDeployed() MBean Operation.   2013-01-11 14:...
    Profile Photo
    created by leo_oliv