2,451 questions
1
vote
0
answers
31
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
1
answer
86
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, ...
0
votes
0
answers
26
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
81
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=...
1
vote
0
answers
97
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 ...
0
votes
1
answer
75
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 (...
1
vote
1
answer
133
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 ...
0
votes
1
answer
230
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/...
0
votes
1
answer
70
views
VisualVM not able to connect to JavaApp Inside Container
I have spin up one container which is running a micronaut app inside it. I have passed all required JVM arg for JMX connection but still VisualVM/Jconsole not able to connect to it.
When I am trying ...
0
votes
1
answer
131
views
Hawtio doesn't show JMX tab and MBeans in the UI
recently I've updated my project from java 8 to 17 and decided to refresh the Hawtio from version 1.X to 4.2.0 and for some reason the JMX tab is not visible on the UI. I can see that Jolokia picks up ...
0
votes
1
answer
78
views
Cannot configure JMX to listen on public interface
I am trying to use JMX nodetool distantly.
I cannot configure JMX to listen on the public network interface whereas Cassandra does listen on public interface.
Note it is not Cassandra connection, but ...
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 ...
0
votes
1
answer
141
views
Issues Sending Kafka and Zookeeper Metrics to AWS CloudWatch Using JMX and CloudWatch Agent
I'm trying to send metrics from Kafka and Zookeeper to AWS CloudWatch using the CloudWatch Agent and JMX. I've configured JMX for both Kafka and Zookeeper and set up the CloudWatch Agent configuration ...
-1
votes
1
answer
76
views
Local JMX/jconsole doesn't work without -Djava.rmi.server.hostname
Emphasis: not using RMI here; just pure local jconsole/JMX
Problem: Local jconsole to JVM PID doesn't work unless I specify "java -Djava.rmi.server.hostname" (don't even need to give it a ...
0
votes
0
answers
94
views
Connecting Jconsole to java app on GCP via SSL ( connect to JMX through JNDI )
I'm trying to make a connection to my java app, using Jconsole. I want to secure that by SSL. At the end I want to move this app to GKE and make the same connection.
What I have:
Simple springboot app,...
1
vote
1
answer
92
views
Cannot find a locally registered MBean from a local JMX client
I'm developing 2 Java applications using OpenJDK 22.0.1
The first one creates 2 MBeans using the JMX API and registers them in the local JMX server by using a MBeanServer declared like this:
...
0
votes
0
answers
528
views
How to get JVM GC pause time metrics?
Is there any way to get JVM GC pause time metrics in the prometheus format using JMX exporter or any other way?
I have used JMX exporter and tried to export the metrics using the following mbean
java....
0
votes
1
answer
169
views
Observability in spring boot java application
We have a spring boot application running, having actuator & micrometer-registery-prometheus to expose JVM/application metrics over actuator/prometheus endpoint and we could see the metrics are ...
1
vote
1
answer
474
views
How to get HikariCP metrics to show properly in NewRelic?
We have a custom webapp hat is using HikariCP. The application is compiled into a jar and then started in a docker container. Depending on the environment we are loading the newrelic-agent.jar via the ...
0
votes
2
answers
388
views
How to parameterize username and password in jmeter?
How to remove hardcoding in the below code?
<stringProp name="Authorization.username">user123</stringProp><stringProp name="Authorization.password">pwd123</...
1
vote
1
answer
490
views
How to start up JMX receiver?
I'm new here, and I want to start a jmx receiver to otel, but something wrong about starting up by docker.
opentelemetry-jmx-metrics.jar version:1.33.0 downloaded from github release page
otel/...
-1
votes
1
answer
1k
views
Debugger failed to attach: recv failed during handshake: Resource temporarily unavailable when trying to attach with jconsole, but works for debugger
I have a java proccess which runs like
tomcat 3400481 2.1 19.3 6323248 1579708 ? Sl Feb08 32:20 /usr/lib/jvm/java-11-openjdk-amd64/bin/java -Djava.util.logging.config.file=/opt/tomcat/conf/...
0
votes
1
answer
204
views
Monitor Mbean using JMX_Exporter
I'm using JMX_Exporter for monitoring Mbeans exposed by my application.
I have the Mbean with ObjetName com.production.swee.cis:name=CircuitBreaker and for this Mbean I want to monitor below ...
0
votes
1
answer
153
views
JMeter File Upload Scenario
I am trying to create a HTTP request that send both Json and File.
Sample Payload format:
------WebKitFormBoundaryooARNALDyzj0QAAl
Content-Disposition: form-data; name="case"; filename="...
0
votes
1
answer
568
views
How to configure artemis address setting management-message-attribute-size-limit via jmx/web ui?
I have an artemis instance running and would like to set the address setting management-message-attribute-size-limit to a different value than it's default 256. How can this be achieved via JMX or the ...