Log in to follow, share, and participate in this community.
Thread Can not load MBeanServerBuilderImpl
Can not load MBeanServerBuilderImplHi, I have found someone with the same problem. The answer was to go to the FAQ which I had already done but could not find any answers. I have looked my JAR files and all the classes are there. Is there something e...
Thread How to change description of MBean attributes and operations?
How to change description of MBean attributes and operations?Hi2all. It is possible to change standart description ("Attribute exposed for management") of MBean attribute (it is desirable, via some annotations)? JBoss AS 5.1.0.GA in use) It is about JMX console http:/...
Where is MBeanServerBuilderImpl?Hi I'm having trouble registering my MBeans with the JBoss JMX manager. My MBeans register with the Java MBean manager by default and therefore do not show up in the JBoss JMX console. I tried the following in...
'Splunking' JBoss AS DataIf you send your JBoss AS performance data and logs to Splunk, or would like to try, I'd like to talk to you. We're looking for someone who could create a Splunk add-on for JBoss AS. If you're wondering what Splunk ad...
Thread Trying to connect JConsole to JBOSS with exception
Trying to connect JConsole to JBOSS with exceptionHy, I am trying to connect JConsole with jboss 4.0.3. So I go the bin folder of jboss instalation directory and I execute run.bat and everything is ok but when I open JConsole and I try to connect to jboss process in ...
"You cannot commit with autocommit set!"I follow the instruction of Chapter 9. Using Hibernate at http://docs.jboss.org/jbossas/getting_started/startguide40/hibernate.html I get exception "You cannot commit with autocommit set!" from org.jboss.resource.adap...
Thread Updating RewriteValve mbean configuration attribute via twiddle
Updating RewriteValve mbean configuration attribute via twiddleHeya i'm attempting to update the configuration attribute for the valve in question via twiddle. I can access the bean just fine, and update the config, but it doesn't parse the input correctly, or then I'm no...
Kill Thread From JMX ConsoleI apologize if this has been asked before. I have searched the boards and read the fags. I have identified a thread that is getting stuck in our code and am researching how to fix it. In the mean time, I wondering if ...
Problem getting class from ear.Hi, I have such problem: I decided to use scheduler and edited scheduler-service.xml from directory jboss-5.1.0.GA/server/{project-name}/deploy/ , then wrote class implementing import org.jboss.v...
Scheduler Service Can not find classusing jboss-5.1.0.GA want to create schduler, edited scheduler-service.xml <mbean code="org.jboss.varia.scheduler.Scheduler"
name=":service=Scheduler">...
Thread iPhone App to Monitor JBossAS servers on AppStore
iPhone App to Monitor JBossAS servers on AppStoreIf you want to monitor your AppServers from your iPhone... check out this new application. It works great too... itms://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=336858411&mt=8&s=143441 or ...
Thread NotSerializableException exception on WorkManager
NotSerializableException exception on WorkManagerHello, I'm trying to port an application running on JBoss 4.04 to JBoss 6 CR1. So far this has been going quite well. The few issues that I ran into were easily solved. But today I ran into a problem w...
Thread Java 6, JBoss 4.3 JConsole tabs are disabled
Java 6, JBoss 4.3 JConsole tabs are disabledI'm attaching to JBoss using JConsole and the only tab that is enabled is the MBeans tab. I'm starting JBoss with -Djboss.platform.mbeanserver -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServer...
Manage EAR using twiddleGreetings, JBoss : 4.2.3 I am trying to find a way to stop/start an EAR module from automation script. Came across twiddle and find it quite powerful in terms of app management automation. I was able t...
Application Healthcheck RecommendationI am new to JBoss. I've searched documents and forums about monitoring application in JBoss. We are trying to perform health check on an application managed by JBoss, all I need to know is if this application i...
Can't expose 'start' for a service XMBeanI can't figure out how to expose a start service using an XMBean. I started with the code in the JBoss EJB3 tutorial (XMBeanService.java) and modified it to include:
public void start() {
System.out.println("Start ...
SNMPv3 SupportI am on a development team that is using JBoss EAP 4.3.0.GA_CP06. I need to be able to monitor JBoss using SNMPv3. Is it possible to monitor using SNMPv3 out-of-the box? If it is possible, what configurations ...