We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to run RC3's native-image but I get the above error at runtime. Any suggestions? Or perhaps some way I could get a stacktrace?
The text was updated successfully, but these errors were encountered:
@nanodeath we don't currently support object serialization. See also: #460.
perhaps some way I could get a stacktrace?
You don't get a stack trace leading to the unimplemented method?
Sorry, something went wrong.
Damn, not sure how I missed that. We can resolve this in favor of #460 if you like.
Re: stacktrace, that's probably just the program I'm running catching and printing just Exception#message I bet, so we can disregard that part.
Exception#message
I'll close this. You can track the progress/discussion on #460.
cstancu
No branches or pull requests
Trying to run RC3's native-image but I get the above error at runtime. Any suggestions? Or perhaps some way I could get a stacktrace?
The text was updated successfully, but these errors were encountered: