On Thu, Mar 20, 2014 at 6:47 AM, Mayuri Deshmukh <mayu0...@gmail.com> wrote:

>
>    1.
>       1. E 2014-03-20 04:43:55.731 javax.servlet.ServletContext log:
>       unavailable javax.servlet.UnavailableException at
>       org.mortbay.jetty.servlet.Holder.doStart(Holder.java:79) at org.
>       2. C 2014-03-20 04:43:55.842 Uncaught exception from servlet
>       javax.servlet.UnavailableException: Initialization failed. at
>       com.google.apphosting.runtime.jetty.AppVersionHandlerMa
>
>

The main issue seems to be that your servlet is failing to fully execute
the *init(ServletConfig)* method. What code is your servlet running during
initialization, and are you sure it's executing properly? Is there any way
to move the code in *init* to another part of your application?


-----------------
-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 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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to