You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version of google-api-java-client (e.g. 1.1.0-alpha)?
1.1.0-alpha
Java environment (e.g. Android 2.2, App Engine 1.3.7, Java 6 on Windows)?
App Engine 1.3.7
What steps will reproduce the problem?
1. Start program
What is the expected output?
No exception.
What do you see instead?
Caused by: java.security.AccessControlException: access denied
(java.lang.RuntimePermission setFactory)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:342)
at java.security.AccessController.checkPermission(AccessController.java:553)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at com.google.appengine.tools.development.DevAppServerFactory$CustomSecurityManager.checkPermission(DevAppServerFactory.java:166)
at java.lang.SecurityManager.checkSetFactory(SecurityManager.java:1629)
at java.net.HttpURLConnection.setFollowRedirects(HttpURLConnection.java:267)
at com.google.api.client.javanet.NetHttpTransport.<clinit>(NetHttpTransport.java:36)
Please provide any additional information below.
Was working in version 1.1.0-alpha.
Original issue reported on code.google.com by yan...@google.com on 13 Sep 2010 at 8:22
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
yan...@google.com
on 13 Sep 2010 at 8:22The text was updated successfully, but these errors were encountered: