Hi,

I ran into an issue when attempting to deploy my app. The app runs
finally locally using the dev server, but the following exception is
thrown after deploying to production:

Caused by: java.security.AccessControlException: access denied
(java.util.PropertyPermission * read,write)
        at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:
355)
        at
java.security.AccessController.checkPermission(AccessController.java:
567)
        at java.lang.SecurityManager.checkPermission(Unknown Source)
        at
com.google.apphosting.runtime.security.CustomSecurityManager.checkPermission(CustomSecurityManager.java:
45)
        at java.lang.SecurityManager.checkPropertiesAccess(Unknown Source)
        at java.beans.Introspector.setBeanInfoSearchPath(Unknown Source)

Am I missing some configuration locally? Or how best can I go about
reproducing this using the dev server? I'd like to attempt a
workaround if this simply is disallowed by GAE, but I need to first
reproduce it using the dev server.

I am using the current version of the SDK (1.3.5).

Thanks in advance for any help

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to