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

Google App Engine difficulties #582

Closed
premik91 opened this issue Jun 14, 2017 · 2 comments
Closed

Google App Engine difficulties #582

premik91 opened this issue Jun 14, 2017 · 2 comments

Comments

@premik91
Copy link

premik91 commented Jun 14, 2017

Current version of minio-java does not work on GAE platform. This is because GAE has some classes restricted. Unfortunately ProxySelector is one of them. Do you have any solutions to this? :)

Stack trace:
java.lang.NoClassDefFoundError: java.net.ProxySelector is a restricted class. Please see the Google App Engine developer's guide for more details.
at java.net.ProxySelector. (ProxySelector.java)
at com.squareup.okhttp.OkHttpClient.copyWithDefaults (OkHttpClient.java:582)
at com.squareup.okhttp.Call. (Call.java:49)
at com.squareup.okhttp.OkHttpClient.newCall (OkHttpClient.java:563)
at io.minio.MinioClient.execute (MinioClient.java:928)

@harshavardhana
Copy link
Member

Looks like okhttp folks think its a Google App Engine bug - square/okhttp#2044

@deekoder
Copy link
Contributor

deekoder commented Sep 6, 2017

This issue seems unrelated to Minio and has been fixed by Google App Engine as per okhttp id above.

@deekoder deekoder closed this as completed Sep 6, 2017
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

4 participants