Log in to follow, share, and participate in this community.
Thread MalformedURLException while trying to use JMX monitoring within AS7
MalformedURLException while trying to use JMX monitoring within AS7Hi, 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...
snmp adaptor in Jboss EAP 6Hello 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
JConsole connection to JBoss node instanceI 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...
Thread How to create a persistent mbean in jboss as 7.1?
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...
Thread Forcing authentication when accessing management API locally
Forcing authentication when accessing management API locallyI'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...
Thread how to do Health monitoring of EAR and services packaged in it.
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...
Thread How to do dumpAllThreads in jboss as7 by remote JMX Programe
How to do dumpAllThreads in jboss as7 by remote JMX ProgrameI 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...
Accesing MBeans in HAHi, 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...
JMX-console and JconsoleJboss 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...
Thread JBOSS AS 7 /EAP 6 Connection Remote MBeans via RMI
JBOSS AS 7 /EAP 6 Connection Remote MBeans via RMII 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 ...
Thread JBoss AS 6 with dedicated management address
JBoss AS 6 with dedicated management addressHi 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....
Thread How to dynamically add and register new attributes to mbean
How to dynamically add and register new attributes to mbeanhi, 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...
SNMP ADAPTORI 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...
Data not found - JMX monitoring Jboss AS 7Informations: - 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...
XMBean persistence does not workHello, 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...
Thread NullPointerException in ServiceController - jboss 4.2.3
NullPointerException in ServiceController - jboss 4.2.3I 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:...