• Enable JMX Remote Access on Jboss 7.2 in standalone mode

    I am able to connect to the default JMX port i.e.9990 using JBoss Cli client from Jconsole or programmaticaly, but unable to connect to  to the remote port without using the JBoss Cli Client. What i need to do en...
    Profile Photo
    last modified by subhasish.mohanty
  • How to get JMX connection in JBoss fuse

    Im try to get JMX connection from JBoss fuse, to count number of pending messages in ActiveMQ but im not able to get JMX connection. It always ends with exception   CODE: JMXServiceURL url = new JMXServiceURL("...
    Profile Photo
    last modified by herman.shafiq
  • JBoss AS 7.2 and JMX - Standalone vs. Domain mode

    Hi,   I've created some JMX MBeans for my web applications to monitor some application specific statistics etc.   I can access these MBeans using JConsole and JBoss AS 7.2 successfull in standalone mode, b...
    Profile Photo
    created by dreschler
  • Deploying a .ear in domain mode (vs standalone) using remoting-jmx

    Hi,   In JBoss AS7,   From a client java program,   i'm using this: service:jmx:remoting-jmx://my_host_name:port to connect to either a standalone mode server or a domain mode server.     ...
    Profile Photo
    last modified by guillo
  • Can someone help me lock down the JMX console?

    We recently discovered the JMX-console and Web-console vulnerabilities and would like to lock them down.  Is there somewhere I can find step-by-step directions on getting this done? Thanks, Bob
    Profile Photo
    last modified by robjohn70
  • Scheduler cron-like property

    Is there a org.jboss.varia.scheduler.Scheduler property setting that enables it to run every day at a specific time?  For example, every day at 3:00 pm?   Thanks in advance.
    Profile Photo
    created by krhiggins
  • Trying to connect to an JBoss 4.2.1.GA org.jboss.system.server.ServerInfo with groovy without success results in "error during JRMP connection establishment"

    Hi there,   to monitor FreeMemory in org.jboss.system.server.ServerInfo on a regular basis I would like to connect to 4.2.1.GA with the help of a groovy script and execute some actions in the groovy script if th...
    Profile Photo
    created by cptblaubaer
  • Help with MDB getting "Security Context is null" error when accessing the JMX RMI Adaptor

    I am at my wit's end and would appreciate some help with this problem. Here's what's happening.   I am running JBoss AS 5.1.0.GA and have created an mdb with an onMessage() method that looks like this:   p...
    Profile Photo
    last modified by santoro63
  • Securing JMXConnector (RMI) via SSL

    In JBoss 6 M4 the JMXConnector defined in jmx-jboss-beans.xml (org.jboss.system.server.jmx.JMXConnector) does not allow to use SSL although this can be done with standard Java JMX over RMI classes. The SocketFactories...
    Profile Photo
    created by hmr_mueller
  • MBean for Cache inside Web Application

    Hi,   I have a problem implementing a small MBean for the caching inside my web application. I decided to use JCS for caching but it does not offer any kind of admin page for things like monitoring or cache inva...
    Profile Photo
    created by hummelbeine
  • Change the database value immediately on Apply Changes mbean  jmx-console without restart jboss

    I m trying to change some mbean variable through jmx-console web, and click Apply Update , but  I check in the database the value is still hold the old value, until i restart jboss appsrv, the update process hap...
    Profile Photo
    created by cheenotz
  • Isolating the JBoss package tree from the execution environm

    Hi, I don't know if this is the right newslist to which report this, so excuse me if it isn't and please address me to the right one. I'm often installing JBoss with some modification in order to allow for a "tmp", ...
    Profile Photo
    last modified by g.tomassoni
  • Scheduler Service interrupted.

    Hi guys,   I created a JBoss Scheduler service and used ant to buid and deploy it as a Sar file.   The weird thing is that, the service is triggered as expected but, it exited without throwing any Exceptio...
    Profile Photo
    created by daisysendermoon
  • security context issue with RMIAdaptor

    Hi JBoss developers, I'm trying to get user groups info in the mbean code w/ JBoss app server version 5.1.0 GA. After some try and error, this info is available through 'SecurityAssociation.getSubject()' and/or 'Secu...
    Profile Photo
    last modified by qihong87
  • MXBean with TabularData Parameter in JConsole

    I have a MXBean which exposes a number of operations. I have noticed that all operations which have a TabularData parameter can not be invoked from jconsole (JDK 1.6). Is this a principal limitation of jconsole or do ...
  • Please help

    Hi friends, I am new to this forum. And i want to develop this App Ser. But i dono where to start. Even i didnt found any documents regarding development. I have downloaded jboss source code. But it is a class explos...
    Profile Photo
    created by bnvpavan
  • Is there a SAR Context? How can I get it?

    Hi JBoss friens! This is my first message in the forum, so sorry if I make some mistake... I´ve created a framework that contains a DatabaseFactory class. At this moment I already have two applications ...
    Profile Photo
    created by dervillo
  • Split out JBossMX project

    I've split the JBossMX project out of the JBossAS project. The source can now be found here: https://svn.jboss.org/repos/jbossas/projects/jbossmx/ The seperated JIRA project is here: https://jira.jboss.org/jira/brow...
    Profile Photo
    created by adrian.brock
  • Destroy service in which order?

    I posted this question several times in user forum. Sorry for posting it here. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=149771 We have MDB that we basically need to stop and start cleanly. But...
    Profile Photo
    created by mohitanchlia
  • How to run jnpServer on an standalone Tomcat?

    Hi, I want to start jnpServer from an application running on Tomcat 5.5 Is that possible?
    Profile Photo
    created by mauricioariel