Giter VIP home page Giter VIP logo

Comments (4)

MaximilianMitterrutzner avatar MaximilianMitterrutzner commented on June 1, 2024

It seems to be a problem with the version of one of the dependencies of tnm4j, namely snmp4j.
To fix this issue, you have to follow these steps:

  1. Execute "mvn install", which will try to load all the dependencies.
  2. Navigate to the current user directory (On Windows it will probably be "C:\Users[USERNAME]").
  3. Open the ".m2"-Folder and navigate to the path "org/soulwing/snmp/tnm4j/1.0.9/".
  4. Open the file "tnm4j-1.0.9.pom" in a text editor of your choice.
  5. In this file you now have to search for the dependency with the groupId "org.snmp4j" and the artifactId "snmp4j".
    Here you will have to change the version from "2.3.3" to "2.8.0".
    This is because maven is searching for the dependencies in it's central repository, but there the version "2.3.3" does not exist anymore, so we'll have to use a newer one. You could also try to select any other than "2.8.0", but this one is the only one I tried.
  6. After saving the file return to your project and run "mvn install" again. It should work now.

from tnm4j.

ceharris avatar ceharris commented on June 1, 2024

At the root of all of this was the (misguided) decision by Frank Fock to try run his own Maven repository for snmp4j. That ill-fated journey seems to have run its course, as there are now snmp4j artifacts in Maven Central. I'll update the pom and cut a new release based on a later version of snmp4j.

from tnm4j.

ceharris avatar ceharris commented on June 1, 2024

Looks like 2.8.4 is the latest version that is API compatible with Tnm4j, so we'll go to that version next.

from tnm4j.

ceharris avatar ceharris commented on June 1, 2024

Resolved in tnm4j 1.0.10

from tnm4j.

Related Issues (20)

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.