Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
31 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
1 answer
86 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
0 votes
0 answers
26 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
0 votes
1 answer
81 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
1 vote
0 answers
97 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
0 votes
1 answer
75 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
1 vote
1 answer
133 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,256
0 votes
1 answer
230 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,067
0 votes
1 answer
70 views

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 ...
Manish's user avatar
  • 1,525
0 votes
1 answer
131 views

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 ...
user28478733's user avatar
0 votes
1 answer
78 views

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 ...
Alain Josserand's user avatar
0 votes
1 answer
51 views

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 ...
Gamby's user avatar
  • 591
0 votes
1 answer
141 views

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 ...
Nagaraj's user avatar
  • 57
-1 votes
1 answer
76 views

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 ...
Anthony Alba's user avatar
0 votes
0 answers
94 views

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,...
bua's user avatar
  • 1
1 vote
1 answer
92 views

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: ...
mrcoar's user avatar
  • 196
0 votes
0 answers
528 views

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....
Nirzak's user avatar
  • 353
0 votes
1 answer
169 views

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 ...
tusharRawat's user avatar
1 vote
1 answer
474 views

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 ...
tftd's user avatar
  • 17.2k
0 votes
2 answers
388 views

How to remove hardcoding in the below code? <stringProp name="Authorization.username">user123</stringProp><stringProp name="Authorization.password">pwd123</...
Rashmi Ks's user avatar
1 vote
1 answer
490 views

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/...
陈子妍's user avatar
-1 votes
1 answer
1k views

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/...
Eljah's user avatar
  • 5,423
0 votes
1 answer
204 views

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 ...
olti's user avatar
  • 131
0 votes
1 answer
153 views

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="...
Agathiyan's user avatar
0 votes
1 answer
568 views

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 ...
SpaceTrucker's user avatar
  • 13.7k

1
2 3 4 5
50