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

ERROR! Error: Main entry point class not found. #29

Open
zilti opened this issue Nov 15, 2019 · 1 comment
Open

ERROR! Error: Main entry point class not found. #29

zilti opened this issue Nov 15, 2019 · 1 comment

Comments

@zilti
Copy link

zilti commented Nov 15, 2019

com.oracle.svm.core.util.UserError$UserException: Main entry point class 'cvfetcher.fetch-linkedin' not found.
        at com.oracle.svm.core.util.UserError.abort(UserError.java:65)
        at com.oracle.svm.hosted.NativeImageGeneratorRunner.buildImage(NativeImageGeneratorRunner.java:260)
        at com.oracle.svm.hosted.NativeImageGeneratorRunner.build(NativeImageGeneratorRunner.java:448)
        at com.oracle.svm.hosted.NativeImageGeneratorRunner.main(NativeImageGeneratorRunner.java:113)
Error: Image build request failed with exit status 1

This happens when I try to compile a native image.

@mattsfrey
Copy link

Also getting this trying to compile the fulcro 3 template app (https://github.com/fulcrologic/fulcro-template)

ERROR! Error: Main entry point class 'app.server-main' not found.
com.oracle.svm.core.util.UserError$UserException: Main entry point class 'app.server-main' not found.

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

2 participants