Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraalVM example is missing (v5) #18

Open
dzikoysk opened this issue Oct 27, 2023 · 5 comments
Open

GraalVM example is missing (v5) #18

dzikoysk opened this issue Oct 27, 2023 · 5 comments

Comments

@dzikoysk
Copy link
Member

@emmajiugo
Copy link

Here is what I could come up with.
The README has step-by-step instructions on how to build the project.
https://github.com/emmajiugo/javalin-graalvm

@tipsy
Copy link
Member

tipsy commented Nov 2, 2023

Thanks @emmajiugo - I went through the readme, but it failed for me on the last step:

javalin-graalvm % ./target/javalin-native
zsh: segmentation fault  ./target/javalin-native
 
javalin-graalvm % mvn -Pnative exec:exec@native
org.apache.commons.exec.ExecuteException: Process exited with an error: 139 (Exit value: 139)

@emmajiugo
Copy link

Screenshot 2023-11-02 at 6 04 17 PM

Hello @tipsy
I'm not sure why it is not working for you, but I recently tried mine again and it worked.
I was reading to see what might be the cause of the error you're getting and it seems it might be related to the Graalvm version (not certain) as people also have complained about their build not working on specific systems.

@tipsy
Copy link
Member

tipsy commented Nov 2, 2023

@emmajiugo I'm on MacOS, how about you?

@emmajiugo
Copy link

same here. @tipsy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants