On Sat, Nov 23, 2013 at 3:48 PM, Adi Sesha Reddy G <[email protected]>
 wrote:

> My application uses Spring social and Spring MVC. The application works
> find locally. I able to deploy the application in appspot. In some cases, I
> see StackOverflowError(See logs below).
>


> java.lang.StackOverflowError
>
>       at java.security.AccessController.doPrivileged(Native Method)
>       at java.io.FilePermission.init(FilePermission.java:209)
>
>

StackOverflowError occurs when an application goes too deep in recursion;
for instance, a method that calls itself repeatedly.  Can you post a sample
piece of code causing this error?



-----------------
-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.

Reply via email to