I added below lines to web.xml
(Based on advice from http://marguspala.com/?p=73&cpage=1#comment-156580)
<context-param>
 <param-name>com.sun.faces.enableThreading</param-name>
 <param-value>false</param-value>
 </context-param>

That fixed my problem.

Thanks,
Anil

On Apr 22, 6:43 pm, Anil <[email protected]> wrote:
> Hi,
>
> I deployed the default web app to the App Engine.
> (It works well on my local).
>
> When someone does a get they should get Hello back.
> Also when someone clicks on the App name in the app homepage they
> should be seeing the Hello on the UI.
>
> But when i do that i get below error:-
>
> Error: Server Error
>
> The server encountered an error and could not complete your request.
> If the problem persists, please report your problem and mention this
> error message and the query that caused it.
>
> Inside the dashboard i see the below error message :-
> 04-22 03:37PM 58.784 /powerapp 500 117ms 194cpu_ms 0kb Mozilla/5.0
> (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like
> Gecko) Chrome/4.1.249.1045 Safari/532.5,gzip(gfe)
> E 04-22 03:37PM 58.890 javax.servlet.ServletContext log: unavailable
> javax.servlet.UnavailableException:
> com.raraitan.px_etobto.powerapp.PowerAppServlet at org.mortbay.jett
> C 04-22 03:37PM 58.897 Uncaught exception from servlet
> javax.servlet.UnavailableException: Initialization failed. at
> com.google.apphosting.runtime.jetty.AppVersionHandlerMa
>
> Kindly let me know what do i do now.
>
> Let me know i need to provide more details.
>
> Thanks in Advance,Anil
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine for Java" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group 
> athttp://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to