Skip to main content
1 vote
0 answers
61 views

I'm needing someone who actually has this working to weigh in as I'm really struggling to get this running... Here is my task definition in full: Superfluous and irrelevant bits have been removed. { ...
Michael Wiles's user avatar
0 votes
0 answers
25 views

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 ...
Kabelan E's user avatar
0 votes
1 answer
106 views

I get Could not load Logmanager "org.jboss.logmanager.LogManager" on docker run.. What is the ideal approach to load those logger jars for java 17? This was working fine in java 8. However, ...
karthick M's user avatar
2 votes
1 answer
151 views

I cannot figure out how to start java with JMX without authentication. It still fails because it cannot find password file: > java -Dcom.sun.management.jmxremote.port=7091 ‑Dcom.sun.management....
alespour's user avatar
  • 507
0 votes
0 answers
34 views

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 ...
Joice Joy's user avatar
2 votes
1 answer
120 views

I'm using Java 21 and invoking remote JMX methods. Calling a remote JMX method that returns a java.time.Instant works fine. However, when I try to invoke a method that takes an java.time.Instant as a ...
hmad's user avatar
  • 326
0 votes
1 answer
87 views

We are exporting ActiveMQ Artemis JMX metrics with OpenTelemetry agent: rules: - beans: - org.apache.activemq.artemis:broker="0.0.0.0",component=addresses,address=*,subcomponent=...
Raushan's user avatar
  • 347
0 votes
0 answers
20 views

I am trying to add a MongoDB JMXConnectionPoolListener to my MongoClient via Spring's MongoClientFactoryBean. However the factory bean ignores the listener. Code looks like this: ...
John Gregg's user avatar
1 vote
0 answers
105 views

I am trying to connect to a WebLogic Admin Server from a Java application using JMX. My admin server is running on a remote machine, and I am working from another machine. Below is my code: import ...
Mark John's user avatar
1 vote
1 answer
216 views

I have a Java client that successfully connects to ActiveMQ Artemis JMX when both are running on the same machine. The client uses the following code: public static void main(String[] args) throws ...
Ananya Hande's user avatar
0 votes
1 answer
87 views

I am trying to migrate my current JMX JSON extension for entity PROCESS_GROUP_INSTANCE. The ui.charts.group defined in the json was displayed on '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page (...
Stephan Prat's user avatar
0 votes
1 answer
677 views

I downloaded Apache JMeter plugin and found that whenever I start an application getting these warnings in the console: java.io.IOException: The server sockets created using the ...
Ankit Singh's user avatar
1 vote
1 answer
162 views

We're dealing with a vendor-supplied application, that has multiple components running on multiple servers. Some of the components talk to each other using JMX, which is completely open out of the box ...
Mikhail T.'s user avatar
  • 4,312
1 vote
1 answer
141 views

I have a Spring Boot app running on my DigitalOcean server. No docker involved. I want to monitor that app using VisualVM through JMX but I have troubles connecting and even thou I think I did ...
guest86's user avatar
  • 2,996
0 votes
1 answer
251 views

I try to get a single message from Artemis through Jolokia JMX but can't find a way to filter for JMSMessageID. Broker version: Red Hat AMQ 7.11.7 My best attempt is currently: https://broker/console/...
burki's user avatar
  • 7,077

15 30 50 per page
1
2 3 4 5
164