Skip to content

gse-demo Error invoking method / Failed to launch JVM #13

@yolou

Description

@yolou
  • Do you want to request a feature or report a bug?
    bug?

  • What is the current behavior?

Issue with javafx tutorial when trying to build and run the native app:

$ mvn clean package
$ ./target/jfx/native/gse-demo/gse-demo
gse-demo Error invoking method.
gse-demo Failed to launch JVM

But then it seems to work after clearing, rebuilding and launching a second time:

rm -r -f ./target/
mvn clean package
./target/jfx/native/gse-demo/gse-demo

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

Following the steps of the javafx-packager tutorial:

$ git clone https://github.com/powsybl/powsybl-tutorials.git
$ cd powsybl-tutorials/javafx-packager
$ mvn clean package
$ ./target/jfx/native/gse-demo/gse-demo
gse-demo Error invoking method.
gse-demo Failed to launch JVM

  • Please tell us about your environment:

    • PowSyBl Version: powsybl-gse 1.3.0; powsybl-core 2.3.0
    • OS Version: Kubuntu 18.04.2 LTS
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, spectrum, etc)

(if a question doesn't apply, you can delete it)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions