• Jmx client issue inside JBoss servlet

    Hi,   i have a jmx client to get attributes on servers, it works well in standalone program : here is the code :        ObjectName objectName = new ObjectName("jgroups:type=protocol,clust...
    Profile Photo
    created by francoisbillard
  • any way to find server uptime

    is there an mbean that gives the uptime of a jboss server?
    Profile Photo
    last modified by teknokrat
  • Jmx-console source code

         Hello, anyone knows where i can download jmx-console source-code?     Regards!;
    Profile Photo
    last modified by spolti
  • Check if a JMS Queue exists before creating one

    Hi,   I am new to Jboss. I am using v 7.1.1. I am able to create hornetq queues dynamically using the JMX Api as follows.   JMXServiceURL serviceURL = new JMXServiceURL(urlString);     ...
    Profile Photo
    last modified by sanjayssn
  • How to monitor logging and system shutdown notifications ? (previously done in 4x and 5x via JMX)

    Under JBoss AS 5.1.0.GA it was possible to make use of the JMX Log Appender (org.jboss.monitor.services.JMXNotificationAppender) and subsequently the JBoss JMX Notifications/Alarms/Alerts/etc (org.jboss.monitor.*), ...
    Profile Photo
    last modified by ejroberts
  • Replacing JMX notifications in JBoss 7

    How to monitor logging and system shutdown notifications in JBoss 7? You could previously do this in JBoss 4,5 with JMX notifications.   What alternatives have you all found out there?   We are on JBoss ...
    Profile Photo
    last modified by ndipiazza
  • Deploying Pojo MBean in EAR

    Hi everyone,   I would like to know how should I deploy POJO Mbean into an EAR on Jboss 6.1 ? When I deploy an mbean as sepearte jar I only need to put *-jboss-beans.xml file into deploy folder with the definiti...
    Profile Photo
    created by miragpl
  • JBOSS Management API

    Executing a short timeframe project that requires accessing management data for several JBOSS AS servers. Development environment is Windows XP SP3, NetBeans 7.1.1, Java 1.6 EE JBOSS 7.1.1 Final installed from zip &...
    Profile Photo
    created by gyarbrough
  • Thread.sleep in mbean give 100% cpu

    I have a mbean to setup the database. But if the database is not available then the mbean will sleep in 5 min and then try again. When the database is up running then the mbean will continue.   When I am using T...
    Profile Photo
    last modified by chitech
  • stop jboss405

    Hi ! Is there any other way to stop JBoss without using jmx-console , but with "shutdown" message to the server ? Thanks !
    Profile Photo
    created by yrachek
  • Accessing WebApplication Status through JMX

    Hello!   I am trying to get the status of the deployed WebApplications on JBoss through JMX.   I wrote a groovy code, but I am not seeing any JBoss MBean in my output.   Just for testing I tried to ...
    Profile Photo
    created by oa1611
  • Specify a jmxrmi port

    Hi,   I am currently using JBoss 5.1 EAP and am currently using JMX like so:   JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.port=18080" JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.aut...
    Profile Photo
    created by tabmow
  • enabling ssl for the communication between master and slave host controller

    Hi everybody   this question is related to JBoss 7.1.1.   I would like to enable ssl between master and slave host controller   this is my config host.xml of the master <security-realm name="Ma...
    Profile Photo
    last modified by karink
  • jmx scheduling

    Buongiorno a tutti, ho la necessità di far partire una mia applicazione, un file .jar, automaticamente insieme a JBoss. Ho fatto in modo che la classe principale estendesse la classe "Schedulable" e ho modifi...
    Profile Photo
    created by paolo_big
  • Connecting using JMXConnector throws RuntimeException: Could not find a marshaller factory for river marshalling strategy

    Hi   I'm trying to connect to JBoss 7.1.0 using JMXConnector. I've been able to connect using JConsole but in my code I get:   RuntimeException: Could not find a marshaller factory for river marshalling st...
    Profile Photo
    last modified by nestorjb
  • JBoss 4.2.3 Global Transaction Across Multiple Nodes on Oracle RAC

    Anyone in this group can offer some insights on whether JBoss 4.2.3 or other version is able to handle global transaction across multiple nodes among an Oracle RAC?   As Oracle RAC requires that all database ope...
    Profile Photo
    created by yuanlinh
  • Accessing JMX Bean results in "No child 'request-properties' exists"

    Hello there,   I want to access a JMX bean. I have tried this with a bean named like "jboss.as:deployment=MyApp.ear" and it works fine. Now I want to acces a bean named like "jboss.as:subsystem=security,security...
    Profile Photo
    created by f.ulbricht
  • web console navigation applet gone after securing applicatio

    I have secured the web console application using the instructions provided at http://www.jboss.org/community/docs/DOC-12190. However when I run the web console the navigation applet does not appear. It is fine when th...
    Profile Photo
    last modified by murray.baker
  • AS 7.1.1_final: available authentication types to secure the managment interfaces

    Hi   at the moment I'm trying to find out the best way for us to secure the management interface(s)   According to this documentation https://docs.jboss.org/author/display/AS71/Securing+the+Management+Inte...
    Profile Photo
    last modified by karink
  • AS 7.1.0_final: Manage the host controller via JMX remotely

    Hi all   Based on this discussion https://community.jboss.org/thread/196236 I understood that a JBoss AS 7 server can be managed by means of JMX remotely (JMX is exposed by means of JBoss remoting, default port...
    Profile Photo
    last modified by karink