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

native-image: UnsupportedFeatureError: ObjectInputStream.readObject() #519

Closed
nanodeath opened this issue Jul 4, 2018 · 3 comments
Closed
Assignees

Comments

@nanodeath
Copy link

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?

@cstancu
Copy link
Member

cstancu commented Jul 5, 2018

@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?

@cstancu cstancu self-assigned this Jul 5, 2018
@nanodeath
Copy link
Author

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.

@cstancu
Copy link
Member

cstancu commented Jul 5, 2018

I'll close this. You can track the progress/discussion on #460.

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

No branches or pull requests

2 participants