On Mon, Apr 6, 2015 at 11:26 AM, M. Hossein Amerkashi <[email protected]> wrote:
> I'm getting ( javax.servlet.UnavailableException ) when I deploy my app. > I tried publishing my previous app version (deployed a month ago) which > deployed successfully and now it also produce same exact exception (below). > Has anything change on GAE since last month? > Typically an UnavailableException means that the servlet was unable to complete initialization - perhaps the init() code ran too long, a class could not be found, etc. Can you set your application to a log level of INFO <http://stackoverflow.com/a/17318174> and see if any additional information pops up? Does your application do anything complex within the init() method (connecting to a DB, fetching a URL, etc)? ----------------- -Vinny P Technology & Media Consultant 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CALSvALCkr3imra1ues5HbnwrxMkHrN4u5z-DyoFFGfWDv2%3DCXg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
