Git Product home page Git Product logo

Comments (3)

maxleiko avatar maxleiko commented on September 26, 2024

I got rid of the issue by re-installing the local SNAPSHOT of the JavaNode. This might be due to the fact that we are working with SNAPSHOT since a long time now and some got lost at some point? I don't know. Or maybe you have a JavaNode which is outdated in your own Maven repo. I advise you, if it's the case, to remove all kevoree-related artifacts from any custom Maven repos you have.

TL;DR: rm -rf ~/.m2/repository/org/kevoree/library/java/org.kevoree.library.java.javaNode/ did the trick

from apamacomponents.

skorsky avatar skorsky commented on September 26, 2024

For an Apama Java client (the ApamaComponents are such a client), you need all jars in the class path. The Class-path directives in the Jar Manifests tell which jars to use:

engine_client5.3.jar needs the util5.3.jar. (Class-path: util5.3.jar)
And the util5.3.jar tells us:
Class-path: jdom.1.0.jar log4j-1.2.15.jar looks-2.0.4.jar forms-1.0.7.
jar xstream-1.4.3.jar xpp3_min-1.1.4c.jar xmlpull-1.1.3.1.jar stax-ap
i-1.0.1.jar wstx-asl-3.2.4.jar

The wstx jar contains the classes mentioned in the stack trace above.

from apamacomponents.

tdalianis avatar tdalianis commented on September 26, 2024

Indeed the issue is resolved.

Thank you

from apamacomponents.

Related Issues (9)

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.