Hello Alexandru,

It looks like you're reading in and processing a ZIP file in your servlet's 
init function, correct?

Google App Engine has a warmup limit of 60 seconds - your app must fully 
initialize (loading in libraries, running init) within 60 seconds or it 
throws a DeadlineExceededException. Your app is going over that time limit. 
You'll need to modify your app to move some logic out of the init portion.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

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


On Sunday, April 28, 2013 4:20:09 PM UTC-5, Alexandru Farcaş wrote:
>
>  Here is an example of request (in the attchm).
> Some of them are just receiving this warning
>
> A problem was encountered with the process that handled this request, causing 
> it to exit. This is likely to cause a new process to be used for the next 
> request to your application. If you see this message frequently, you may be 
> throwing exceptions during the initialization of your application. (Error 
> code 104)
>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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