Hello Francis,

On Saturday, May 18, 2013 10:44:04 AM UTC-5, Francis Kurupacheril wrote:
>
> I have a ton of data on the DynamoDB system and a scanrequest to the table 
> returns access errors : 
> java.security.AccessControlException: access denied 
> ("java.lang.RuntimePermission" "modifyThreadGroup")
> at 
> com.amazonaws.http.IdleConnectionReaper.registerConnectionManager(IdleConnectionReaper.java:68)
>
>
`There are some restrictions on thread usage on GAE (see 
https://developers.google.com/appengine/docs/java/runtime scroll down to 
Threads for more details). It looks like the library you're using is trying 
to launch some threads and hitting those restrictions. 

Instead, I would use the JSON endpoints ( 
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/MakingHTTPRequests.html
 ) 
and parse the JSON for your results.
 
-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

My Go side project: http://invalidmail.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to