Have you been able to fix this issue? I am having the same issue.

-Philip

On Monday, March 24, 2014 12:59:03 PM UTC-7, shobhit maheshwari wrote:
>
>  created a web application project on eclipse after installing Google 
> Plugin for Eclipse.
>
> I ceated a simple jsp file in the projectName/war folder (same folder as 
> the index.html file)
>
> I linked the above created file to the index.html file (which is default) 
> like
>
> < a href="main.jsp">Url< /a>
>
> Now when I run this application on
>
> http://localhost:8888,
>
> I get the index.html file by default and on clicking Url, I'm redirected 
> to main.jsp file.
>
> Upon deploying the same application to my google app engine , when I click 
> the link Url in my main.html file, I get
>
> 500 Server ErrorError: Server ErrorThe server encountered an error and could 
> not complete your request.Please try again in 30 seconds.
>
> *Why is the app not working (unable to open .jsp file) in Google app 
> engine ?*
>
> On checking the logs in my google app engine account I see
>
> 2014-03-23 22:22:28.986 /main.jsp 500 523ms 0kb Mozilla/5.0 (Windows NT 6.3; 
> WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 
> Safari/537.36 module=default version=1
> 203.110.246.25 - - [23/Mar/2014:22:22:28 -0700] "GET /main.jsp HTTP/1.1" 500 
> 0 "http://jyugjk.appspot.com/"; "Mozilla/5.0 (Windows NT 6.3; WOW64) 
> AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36" 
> "jyugjk.appspot.com" ms=524 cpu_ms=653 app_engine_release=1.9.1 
> instance=00c61b117cba60538fb23680a47f80274ea0f87c
>
> W 2014-03-23 22:22:28.979
>     EXCEPTION 
>     java.lang.IllegalArgumentException
>     at 
> com.google.appengine.runtime.Request.process-2d7277af35f37ae4(Request.java)
>     at java.lang.ClassLoader.loadClass(ClassLoader.java:360)
>     at org.mortbay.util.Loader.loadClass(Loader.java:91)
>     at org.mortbay.util.Loader.loadClass(Loader.java:71)
>     at org.mortbay.jetty.servlet.Holder.doStart(Holder.java:73)
>     at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:242)
>     at 
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>     at 
> org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:685)
>     at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
>     at 
> org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250)
>     at 
> org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
>     at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:467)
>     at 
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
>     at 
> com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:437)
>     at 
> com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:444)
>     at com.google.tracing.CurrentContext.runInContext(CurrentContext.java:188)
>     at 
> com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:308)
>     at 
> com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:300)
>     at 
> com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:441)
>     at java.lang.Thread<span class="pun" s
>
> ...

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