353 questions
0 votes
0 answers
23 views
Jmx Prometheus agent - alternating and inconsistent values issue
Setup explanation: I am using jmx prometheus agent, which starts with the VM as vm argument in HDFS setup. Version: 0.20.0 There is a jmx http port displaying the Mbeans as JSON. Problem: When I view ...
0 votes
0 answers
31 views
Missing or incomplete Page Cache JMX metrics for Neo4J
I'm currently using Neo4j version 4.4.42 via Neo4j Desktop and I'm able to connect to Neo4j JVM process using JConsole, and under the MBeans section, I can see some Page Cache metrics. However, I ...
0 votes
1 answer
51 views
In Apache Jackrabbit Oak how create repository able to expose its mbeans?
I am developing an application based on apache jackrabbit oak and indexing through Lucene, I know that oak provides various mbean for monitoring various components. When I start my application and ...
2 votes
1 answer
269 views
How to Print Humongous Allocations in a Java Program Without Using GC Logs?
I'm currently working on a Java application that makes use of humongous allocations and regions. Typically, I would monitor these allocations and regions using the GC (Garbage Collection) logs. ...
0 votes
1 answer
625 views
Spring integration upgrade issue. Unable to register MBean [bean 'org.springframework.integration.config.RouterFactoryBean#0'
I have upgraded spring (no boot) application to java 17 and spring 6.1.3, also version of spring integrartion was upgraded from 4.1.2.RELEASE to 6.2.1. I have builded jar successfully, but when i have ...
0 votes
1 answer
78 views
AspectJ in back-end Java thread with POM based weaving [duplicate]
I have a back-end thread, which I created inside start method of JBoss Mbeans: public interface HScannerServiceMBean { public void create(); public void start(); public void stop(); public ...
0 votes
0 answers
113 views
Deploy SAR file in WildFly 29
I have a JAR file which includes few SAR files. Earlier in Jboss AS(4.2.3), upon deploying the jar nested SAR files were getting deployed as well and services were starting, now we are moving to ...
1 vote
0 answers
272 views
How to use golang to connect to jmx of java service and retrieve exposed MBeans
The project needs to obtain jvm indicators and Dubbo indicators from the jmx of the service. The service implemented through java consumes more resources. It is hoped that the memory consumption can ...
0 votes
1 answer
285 views
WildFly27 Jakarta 10 JMS Topic queue sends message twice to same MessageBean although acknowledge() called
I have a stateful local session bean in one ear and a mbean in another ear both deployed on the same WildFly 27 standalone-full instance. I have a topic set up in standalone-full.xml: <jms-topic ...
1 vote
1 answer
241 views
Unable to see Mbean in browser but able to see it in Jconsole
I trying to use JMX Export to export some custom variables via Mbean. I am able to see the Mbean in jconsole but those attributes are not available in localhost:port\metrics. Tried whitelisting object ...
0 votes
0 answers
68 views
Facing tiles issue while migrating struts 1.3 to struts 2.5.29
I am facing issue while migrating struts 1.3 to struts 2.5.29. struts 2.5.29 code is deployed in jboss-4.0.5.GA . I have referred from example https://www.viralpatel.net/struts-2-tiles-plugin-tutorial-...
1 vote
1 answer
2k views
Disable JMX/MBeans in JVM
I have two Debezium SQL Server connectors that have to connect to one database and publish two different tables. Their name and database.history.kafka.topic are unique. Still when adding the second ...
1 vote
1 answer
125 views
Is there a JMX widget/component/plugin to allow execution of MBeans in webapp UI?
Good afternoon, I am currently building a webapp using Java, JSF, Primefaces and I'd like admin-users to run certain batch-jobs. At first I thought about simply creating a simple UI to do this myself, ...
0 votes
1 answer
299 views
Wildfly does not update MBean session attributes (JMX)
I am accessing WildFly (22) via JMX to access one of its MBeans. It is the session information of an web application. This is generally working however I can only see one attribute changing over time ...
1 vote
0 answers
218 views
JMX Mbean value in table format with hawtio and jolokia
I am looking for some help, is it possible to display Mbean value (the value holds stats) in table format using Hawtio+jolokia, any help is appreciated.