Jolokia is an alternative to JSR-160 connectors for remote JMX access. It provides REST-like access to JMX with JSON over HTTP.
Questions tagged [jolokia]
122 questions
0
votes
1 answer
Monitor Infinispan 7.0.3 memory
I'd like to use something like the jolokia application to get memory usage details with an URL like http://127.0.0.1:8080/jolokia/read/java.lang:type=MemoryPool,name=Perm%20Gen .
Can this be done somehow?

osmingo
- 994
- 1
- 8
- 16
0
votes
0 answers
Jolokia agent for Cassandra
I'm usinig DataStax Cassandra service on Windows machine.
For browsing JMX Cassandra metrics I've chosen The JMX-to-HTTP tool called Jolokia (https://jolokia.org).
That's what I'm doing in order to attach jolokia agent to Cassandra:
Put the…

Ilya Khorev
- 41
- 5
0
votes
1 answer
hawtio remote connect - proxy option not available?
Situation:
I would like to connect hawtio to a jolokia agent that is not directly accessible from my browser. I have previously set the proxy flag on the connect / remote tab in such situations. However in this setup there is no such option. Is it…

Martin Skarsaune
- 1
- 2
0
votes
1 answer
Export from hawt.io's dashboard to databese
How I can export information from hawt.io's dashboard to database in realtime? I want to save history of cpu load and ect, and read they from database later. May be this all wrong way and better write, using jolokia, something specific for my task?

Александр Меньшиков
- 587
- 4
- 15
0
votes
2 answers
Spring Boot WAR jolokia integration
According to the Spring Boot 1.2.3 Reference Docs.
Enabling jolokia seems to be as simple as adding as adding the following Maven dependency:
org.jolokia
jolokia-core
…

mjj1409
- 3,075
- 6
- 28
- 28
0
votes
1 answer
How to redeliver messages from a DLQ in the ActiveMQ command-line?
I'm searching for the way to retry some messages from the DLQ via command-line tool. Quick look at activemq-admin tool doesn't give me an answer for that.
I have a selector, list of messages in the DLQ and want to retry them one more time. I know,…

lisachenko
- 5,952
- 3
- 31
- 51
0
votes
1 answer
How use Jolokia to start a route section that is normally triggered on a timer
I can call the following URL to find out the state of a Camel route section...
http://localhost:8080/gateway047/jolokia/exec/org.apache.camel:context=VCM047,type=routes,name=%22VCM047_store_list_schedule%22/getState()
This will give
{
timestamp:…

jeff porter
- 6,560
- 13
- 65
- 123
0
votes
1 answer
AngularJS deferred promise in Jolokia request
I have an application as a plugin in the Hawtio environment. The requirement is to use Jolokia requests, instead of using direct $http service calls.
So I have factory/service that has a retrieve function.
app.factory('myService', function($q,…

oikonomiyaki
- 7,691
- 15
- 62
- 101
0
votes
1 answer
How to provide jar as javaagent in properties file?
I have a maven repository known as jolokia-jvm.jar. I need to put this as a -javaagent in the properties file, as follows:
AppName.JAVA_MEM=-Xms500M -Xmx500M -XX:MaxPermSize=128m -javaagent:jolokia-jvm-1.2.3.jar=port=9001,host=*
I have downloaded…

Nagendra Singh
- 61
- 1
- 11
0
votes
1 answer
Jolokia crashes when response too big
I'm trying to run this on my tomcat with Jolokia installed.
http://myserver/jolokia/read/Catalina:type=ThreadPool,name=*/
What I get is this…

pmartin8
- 1,545
- 1
- 20
- 36
0
votes
1 answer
Hawtio WAR . local tab not appearing
I have installed hawtio to control a activemq queue . I have used the chrome extension . When I connect I don't get the local tab . I receive a message saying to me ...
'The Local Tab is not currently enabled because either the server side…

Yago
- 319
- 1
- 3
- 18
0
votes
1 answer
Credentials for ActiveMQ/Jolokia/HawtIO through Java
I know the default password for 5.9.0's HawtIO/Jolokia is set in the \conf\ folder and is
admin/admin
system/manager
etc
However, none of those password are working when trying to execute the restful commands through Java:
CredentialsProvider…

E.S.
- 2,733
- 6
- 36
- 71
0
votes
1 answer
How to change the run time properties of a registered Mbean?
I am working with a J2EE project,my goal is to Monitor/Configure web application in the application server(Glassfish 3.1.2).For that I hope to use Mbeans.
I registered my MBean as below,
MBeanServer mbs = ManagementFactory.getPlatformMBeanServer();…

user2912073
- 13
- 4
-1
votes
2 answers
Jolokia - where is jolokia-access.xml?
I recently started to use Jolokia (on Weblogic server on a Windows VM) and it was fine (i.e. I could access to http://:/jolokia/version). However, after setting up credentials for an user, I find that I couldn't access to http://:/jolokia/version…

newli
- 9
- 1
-1
votes
1 answer
ActiveMQ Artemis Version Over MBean
I have checked the documentation but couldn't find one. Is there a way to get the Artemis version over MBean which I can invoke through Jolokia interface?

st.
- 166
- 6
- 24