Questions tagged [glowroot]
6 questions
13
votes
3 answers
Unsupported class file major version 61
I am trying to integrate Glowroot into my Java application. Unfortunately, I get the following error:
2022-05-13 09:25:57.777 ERROR o.g.a.w.PointcutClassFileTransformer - Unsupported class file major version 61
java.lang.IllegalArgumentException:…

Moritz
- 307
- 1
- 4
- 10
0
votes
0 answers
how to make glowroot not to capture queries with bind parameters?
By default my glowroot is capturing all the bind parameters and not aggregating the queries. How can I aggregate the queries without bind parameters. All I need is total count etc of similar query with ? in place of parameters, but it is listing…

Avinash
- 1
0
votes
0 answers
Glowroot Api is very hard to handle in terms of building
I downloaded GLOWROOT code source from their GitHub repository
[https://github.com/glowroot/glowroot] then I build the project .
My main goal is to do some modification to the errors section because I am not in need to trace the errors section .
So…

Neos
- 127
- 6
0
votes
0 answers
cannot configure glowroot with elastic search
I'm trying to attach glowroot for elasticsearch, but in glowroot logs I can see these errors:
2023-05-25 08:38:01.133 ERROR o.g.a.s.o.g.c.util.ScheduledRunnable - access denied ("javax.management.MBeanServerPermission"…

Kamil Ruszczyk
- 305
- 2
- 17
0
votes
0 answers
glowroot transaction tab is displaying nothing
In glowroot ui when clicked on transaction tab showing nothing and when clicked on incident getting below error.
An error occurred
com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed (no host was…
0
votes
0 answers
How to monitor ehcache in glowroot?
I try to integrate ehcache (net.sf.ehcache) to the Glowroot gauge but I get the error
MBean not found
How can I add this gauge?
Thank you!

Lachik
- 1
- 1