2,449 questions
1
vote
0
answers
61
views
How do I get cloudwatch agent to send jmx metrics to cloud watch in ECS
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.
{
...
0
votes
0
answers
25
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
1
answer
106
views
Java 17 - Could not load Logmanager "org.jboss.logmanager.LogManager"
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, ...
2
votes
1
answer
151
views
Openjdk Java 17 JMX without authentication still looking for password file
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....
0
votes
0
answers
34
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 ...
2
votes
1
answer
120
views
Java 21 JMX: InvalidClassException when passing Instant as a parameter
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 ...
0
votes
1
answer
87
views
How to expose ActiveMQ Artemis JMX metrics with OpenTelemetry agent?
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=...
0
votes
0
answers
20
views
Spring MongoClientFactoryBean ignores connection pool listeners
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:
...
1
vote
0
answers
105
views
Remote Connection to Weblogic Using JMX
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 ...
1
vote
1
answer
216
views
Cannot Connect to ActiveMQ Artemis JMX When Running in Docker Container
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 ...
0
votes
1
answer
87
views
How to display charts in Dynatrace '/#processmetrics;id=PROCESS_GROUP_INSTANCE' page with Extensions Framework 2.0?
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 (...
0
votes
1
answer
677
views
Disable JMX endpoints in IntelliJIdea
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 ...
1
vote
1
answer
162
views
How to secure access to JMX with TLS?
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 ...
1
vote
1
answer
141
views
How to monitor a Spring Boot app using JMX?
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 ...
0
votes
1
answer
251
views
Is it possible to get a single message from ActiveMQ Artemis through Jolokia JMX?
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/...