users@glassfish.java.net

Re: Servlet.service() for servlet default threw exception

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Mon, 30 Sep 2013 10:24:33 -0700

"default" and "jsp" are servlets added by the container to handle
'general pages, like html, jpg' and jsp pages.
What resource do you try to load?
Shing Wai Chan

On 9/30/13 10:11 AM, Wilkins, Brian wrote:
>
> I recently upgraded from Glassfish 3.1.2.2 to Glassfish 4.0 Community
> Edition. I never had this problem before but when my GWT app is first
> loaded by Firefox (CTRL+F5), it takes a really long time to load. I
> observed in the Glassfish 4.0 logs about a "Servlet.service() for
> servlet default threw exception" -> java.io.IOException:
> java.util.concurrent.TimeoutException. Once I let the browser timeout,
> I load the page again and my application successfully loads.
>
> I do not have a servlet named default in my GWT application. Also, I
> see a servlet named jsp in the Glassfish administration page. I do not
> have such servlets in my GWT application.
>
> Any idea what is going on? I never had this problem before.
>
> Thanks
>
> Brian Wilkins
>