Thread Server is not Responding ( Jboss 4.2.3.GA with JDK1.5) after
Server is not Responding ( Jboss 4.2.3.GA with JDK1.5) afterHi, I am using Jboss 4.2.3.GA with JDK 1.5. After starting the server, day after server is not responding (dead)..it means if we check the status of the server it shows RUNNING,but we can't open the console using the ...
JMX-Console AuthorizationHello everyone. I have a doubt: There is any way to permit users to use the jmx-console only in read mode? Without invoke any methods? Regards!!!
Thread Custom Deployer not being invoked for .war modules
Custom Deployer not being invoked for .war modulesHi folks, I am in the process of writing a custom deployer to satisfy the following requirement: I want to get handle of jar files in the war's WEB-INF/lib directory to perform some custom logic if the...
MBeans Secure ClientPls. help me. I have several MBeans packaged as SAR file which are deployed in JBoss 7.1 server. Now I want to invoke their methods in Secure Context. i.e. if any client wants to invoke one of the methods of ...
missing MBeans (jboss.system, jboss.jca, etc.)I'm trying to retrieve jboss MBean values without using Twiddle. I'm using JMX remotely as I have with WebLogic, Tomcat, etc. I get some domains, but it's a different set than Twiddle is returning. ...
JMX changes JBoss AS 5 to 7Hi there, I am currently trying to find a way how to monitor dynamic values of JBoss AS 7 / 7.1 like it was possible in Version 5 (e.g. JDBC Resource Connection Pool data). Anybody can help me? Search ...
JMX IIOP connection issues on JB7I have a JMX client bean deployed as a WAR on JB 7.1.x. The bean connects to a Weblogic 9.2 mbean server. Its running with the standalone-full.xml profile. I get the following exception; Failed...
How to read pool usage of WORKFLOWDB?In JBoss4, the MBean jboss.jca.ManagedConnectionPool allows to access, e.g., the number of used and of available connections of the WORKFLOWDB data source. This MBean is no longer available in JBoss7. How can ...
Thread can't connect remote to jconsole Jboss AS 7.1.1
can't connect remote to jconsole Jboss AS 7.1.1I have installed Jboss AS 7.1.1 i'm trying to connect remote to Jconsole with this URL service:jmx:remoting-jmx://<hostname>:9999 Interesting is that when i try to connect and i run jconsole from Jboss ...
which versions have JSR-160 supportHi, I wanted to know from which versions of jboss AS is JSR-160 supported. (I'm interested in versions starting from jboss AS 4.0.x to the latest) Can someone provide me information regarding the same...
problem in getting ObjectNameHi , I am trying for getting the objectname by using following code: ObjectName objectName=new ObjectName("jboss.messaging.destination:name=DLQ,service=Queue") but i got following error: ...
jboss shedule not perform in time Hi. I'm using org.jboss.varia.scheduler.Scheduler on JBoss 5.1. On the testing environment in Windows OS it work correctly, but on the production AIX OS there is a strange behavior. ...
JMX fine-grained security configurationHi, I have configured JBoss 4.0.5 for role-based authorization as suggested in the technical white paper Securing JMX: https://issues.jboss.org/browse/SECURITY-31 I have set up and tested different ro...
Thread jars are not loaded from the lib directory of a sar in JBoss AS 5
jars are not loaded from the lib directory of a sar in JBoss AS 5Hi, I have a SAR application containing the following directory structure: classes lib META-INF The application was developed with old JBoss 4.2.3.AS and now is going to be deployed on version 5. Ho...
JMX remote monitoring in AS7Hi, i'm trying to configure JMX remote monitoring in JBoss AS7. I don't believe that the old way, setting the following properties is valid any more. At least, when I try to do so I get port conflicts, and...