On Wed, Aug 14, 2013 at 9:26 AM, Julien Dramaix <[email protected]>wrote:
> 1) the javax.security.auth.Subject.getSubject(0 is in the white list of > gae and can be invoked > Just because a class is on the white list doesn't mean that all functions within that class are OK. Some are just stubs or throw exceptions if you attempt to call them. On Wed, Aug 14, 2013 at 9:26 AM, Julien Dramaix <[email protected]>wrote: > 2) If I start the server from intellij, I don't get this exception and the > map reduce job is launched successfully > Is your IntelliJ configured to use the App Engine SDK or is it using generic libraries? On Wed, Aug 14, 2013 at 9:26 AM, Julien Dramaix <[email protected]>wrote: > What is going wrong ? > Try uploading your app to GAE and running it. You might get a more detailed exception. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.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. For more options, visit https://groups.google.com/groups/opt_out.
