Giter Club home page Giter Club logo

Comments (4)

chumer avatar chumer commented on September 20, 2024 2

I can reproduce this problem. It looks like we do not handle spring boot style jars with multiple embedded jars very well currently.

A workaround can be to run using mvn spring-boot:run.
That should work.

from graaljs.

chumer avatar chumer commented on September 20, 2024 1

Another workaround is to use:

java -Dpolyglotimpl.DisableClassPathIsolation=true -jar ./target/polyglot-demo-0.0.1-SNAPSHOT.jar

However that gets you this warning:

[engine] WARNING: The polyglot engine uses a fallback runtime that does not support runtime compilation to native code.
Execution without runtime compilation will negatively impact the guest application performance.
The following cause was found: Truffle was loaded from the class-path. Use Truffle from the module-path instead. Did you disable polyglot class-path isolation?
For more information see: https://www.graalvm.org/latest/reference-manual/embed-languages/.
To disable this warning use the '--engine.WarnInterpreterOnly=false' option or the '-Dpolyglot.engine.WarnInterpreterOnly=false' system property.

from graaljs.

chumer avatar chumer commented on September 20, 2024

I talked to the spring-boot guys, and they recommend using executable jars.
That is not even a workaround, but also what is best for performance.
https://docs.spring.io/spring-boot/docs/current/reference/html/deployment.html#deployment.efficient.unpacking

from graaljs.

chumer avatar chumer commented on September 20, 2024

23.1.2 fixes this problem. Make sure you also bump the version of your GraalVM JDK 21 to 21.0.2 as well!

from graaljs.

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.