3
votes
0answers
180 views

Why does Adobe CQ 5.5 Remote JMX from a Servlet fail?

I'm trying to get the HeapMemoryUsage of the publish server from the author instance. I attached the code of the servlet which gets called below. In the exception you can see that we get a ...
1
vote
3answers
865 views

Monitoring on OSGi/Equinox

We are using Equinox as runtime for our app. The OSGi modularity is great, but there's one thing I miss from the JBoss days: the monitoring facilities. JMX is the standard for monitoring in the JVM ...
0
votes
0answers
108 views

Linkage error, MBeanService (osgi)

I have the following setup: Using Eclipse I'm trying to start an osgi application that uses a bundle containing Hibernate. When I try to start the application this is the error I get: Level ERROR ...
1
vote
1answer
438 views

Logging OSGi via JMX or other way

I’m a beginner with the technologies OSGi and JMX, so I have some questions and I hope to have answers. I want to recover the OSGi Log object for display logs on my console eclipse and then display ...