• MBeanServerBuilder (ClassNotFoundException)

    We are currently using the JBoss AS6 version and we need to make the migration to JBoss EAP6.1 version, which has changed the way to do the ClassLoading, with ‘Modules way’. Actually we have a group of lib...
  • ThreadMXBean equivalent in the HTTP Management API

    Hi All,   We are in the midst of migrating from Jboss 6 to JBoss AS 7. Our understanding is that the new HTTP Management API is the recommended way of getting container metrics (rather than the JMX way).   ...
    Profile Photo
    last modified by sachin_verma
  • Jboss 4.3 Jmx-Console How to view EntityLockMonitor Statistics

    We are using the below jboss AS version   VersionVersion: 4.3.0.GA_CP10_EAP (build: SVNTag=JBPAPP_4_3_0_GA_CP10 date=201107201825) Version Name: EAP Built on: July 20 2011 We are using EntityBean 2.1 in our pro...
    Profile Photo
    created by georgesg
  • JBoss Management - JMX bridge

    Starting from JBoss AS 7 there is a new management interface that allows you to centrally manage various JBoss instances. One could type a command targeted to various jboss instances (e.g. a server group) and that com...
    Profile Photo
    created by godiedelrio
  • jmx client for jBoss 7.1.x ... ?

    I'm slowly getting my Zabbix install configured to monitor various aspects of our servers, and wish to add jBoss monitoring to the mix ... searching the web, the newest informaiton on doing this I'm finding is http://...
    Profile Photo
    created by scrappy
  • invoke own MBean on AS 7.2 via jmx-remote on command line

    Hi,   i've implemented an an @Singleton@Startup Bean, which registers itself on MBeanServer as MBean. I also achieved invoking this MBean via remote with jconsole on another computer.   Now i want to invo...
    Profile Photo
    last modified by henrikdeluxe
  • capture Jsession id in jboss as 7

    Hi All, Please can you tell me how to capture Jsession id in jboss as 7 through management console ?
    Profile Photo
    last modified by deepak_r
  • Programtically start the remoting-jmx connector in jboss7

    Hi, I am trying to programtically start the remoting-jmx connector in jboss7 using code similar to following: // EndPoint endPoint= Remoting.createEndpoint(..); RemotingConnectorServer  jmxServer = new RemotingC...
    Profile Photo
    last modified by chandransuraj
  • How to connect AdminConsole Jboss 7

    Hi,     I try to connect to Admin Console with user that has a read-only permissions. It is possible?     I use Admin User (created like a ManagementRealm user with adduser.sh), I tryed to do the...
    Profile Photo
    last modified by bart__
  • jboss-4.2.3.GA throws java.util.ConcurrentModificationException when trying to deploy services

    Our product are running on jboss 4.2.3, sometimes ConcurrentModificationException is thrown when Jboss are trying to start an instance.   2013-09-14 22:52:30,291 ERROR [STDERR] Failed to boot JBoss: 2013-09-14 ...
    Profile Photo
    created by gliu007
  • jmx rmi connection refused

    Hi,   I have a question. I'm migrating older applications to JBoss AS 7, and all of them are using jmx rmi. I read that in JBoss AS 7, jmx rmi is not used anymore, but instead makes use of remoting-jmx. Is th...
    Profile Photo
    last modified by keiji13
  • Resetting InvokeStats on jboss 6.1.0 from JMX Console.

    Hi. I need to restart all the beans stats on a Jboss 6.1.0 instance.   I look at the stats from the JMX console, looking at the JMX MBean View. I can gather and read the stats, but I didn't find a way to rese...
    Profile Photo
    created by smirne
  • accessing jboss.as node using jmx in domain mode, AS 7

    Hi   Is there a way to access the jboss.as node using jmx when the server is running in domain mode ?   It works like a charm when the server is running in standalone but i only get around 20 mbeans when i...
    Profile Photo
    created by bjornf
  • Accessing jboss.system:type=Server via rmi jmx

    Hi all, I'm trying to access jboss server (jboss-5.1.0.GA) mbeans from java like this:      public void initConnection() throws IOException, MalformedURLException {     ...
    Profile Photo
    last modified by dave11
  • Reset web-console monitoring statistics?

    Hello, I am running JBoss 4.2.2 GA and I would like to reset the values/statistics of the JBoss Management Console. In particular, I would like to reset the values of the servlets measurements.   Does anyone kn...
    Profile Photo
    last modified by florentine
  • How to access mbean deployed in Jboss 4.0 from Jboss 7.1 server

    The scenario is as follows:-   One application is deployed in JBOSS 4.0.5. The monitoring application is deployed in jboss 7.1.0. Both are deployed in separate machines in the same network. We can not access the...
    Profile Photo
    last modified by prashant_sri
  • Jboss admin console password

    Hello,   After installation of jboss eap 5.1, I change the admin password for the admin console, but I cannot login to the admin console using the new password. But I can login using the old password. The place...
    Profile Photo
    last modified by izauddin
  • Java Client connecting to remote host

    Hi,   I've been writing a Java Client to connect to a remote host. I want to monitoring a Jboss App. I've tried two approaches and both works. However I've not understood the difference between them. Coud someon...
    Profile Photo
    last modified by tnas
  • JBoss Monitoring - MBean and JMX

    Hello everyone.   I´m trying to monitoring JBoss AS 4.2.3 with Zabbix, however i´m having issues with some metrics.   I set this settings on run.bat   set JAVA_OPTS=%JAVA_OPTS% -Djboss.pl...
    Profile Photo
    last modified by mreitz
  • How to connect to mbean on remote jboss server

    I am not able to connect to remote jboss server (v5.1) from java standalone application acting as client. I already tried following but with no success: 1) using JMXConnector:       &#...
    Profile Photo
    last modified by dcwjboss