Git Product home page Git Product logo

jmx-prometheus-exporter's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

kulakovad

jmx-prometheus-exporter's Issues

jmx-prometheus-agent ClassNotFoundException: su.nlq.prometheus.jmx.http.ServerParameters

I'm trying to run jmx-prometheus-agent with Kafka server.

JVM arguments -javaagent:"jmx-prometheus-agent-0.2.jar=8888:agent.xml

agent.xml

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <connections>
    <local name="local_connection"/>
  </connections>
</configuration>

The following exception was thrown after launching application.

Exception in thread "main" java.lang.NoClassDefFoundError: su/nlq/prometheus/jmx/http/ServerParameters
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
        at java.lang.Class.getDeclaredMethod(Class.java:2128)
        at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:327)
        at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:401)
Caused by: java.lang.ClassNotFoundException: su.nlq.prometheus.jmx.http.ServerParameters
        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 5 more
FATAL ERROR in native method: processing of -javaagent failed

I think it requires some other classes and libraries, which aren't present in my classpath.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.