http://screenshoter9.appspot.com/
Click on sign in.

Logs seem okay:

#

   1.
      08-15 02:22AM 10.766 /favicon.ico 404 2ms 0cpu_ms 0kb Mozilla/
5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:1.9.2.8) Gecko/
20100722 Firefox/3.6.8,gzip(gfe)
      See details

      89.211.101.156 - - [15/Aug/2010:02:22:10 -0700] "GET /
favicon.ico HTTP/1.1" 404 0 - "Mozilla/5.0 (Macintosh; U; Intel Mac OS
X 10.6; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8,gzip(gfe)"
"screenshoter9.appspot.com" ms=2 cpu_ms=0 api_cpu_ms=0
cpm_usd=0.000039

   2.
      W 08-15 02:22AM 10.766

      No handlers matched this URL.
#

   1.
      08-15 02:22AM 01.254 / 200 3016ms 4027cpu_ms 12api_cpu_ms 0kb
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:1.9.2.8)
Gecko/20100722 Firefox/3.6.8,gzip(gfe)
      See details

      89.211.101.156 - - [15/Aug/2010:02:22:04 -0700] "GET / HTTP/1.1"
200 476 - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:
1.9.2.8) Gecko/20100722 Firefox/3.6.8,gzip(gfe)"
"screenshoter9.appspot.com" ms=3016 cpu_ms=4028 api_cpu_ms=12
cpm_usd=0.111964 loading_request=1

   2.
      I 08-15 02:22AM 04.268

      This request caused a new process to be started for your
application, and thus caused your application code to be loaded for
the first time. This request may thus take longer and use more CPU
than a typical request for your application.

#

   1.
      08-14 03:03AM 37.821 / 200 3540ms 4045cpu_ms 12api_cpu_ms 0kb
Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/
bot.html),gzip(gfe)
      See details

      66.249.71.104 - - [14/Aug/2010:03:03:41 -0700] "GET / HTTP/1.1"
200 476 - "Mozilla/5.0 (compatible; Googlebot/2.1; +http://
www.google.com/bot.html),gzip(gfe)" "screenshoter9.appspot.com"
ms=3541 cpu_ms=4046 api_cpu_ms=12 cpm_usd=0.112458 loading_request=1

   2.
      I 08-14 03:03AM 41.357

      This request caused a new process to be started for your
application, and thus caused your application code to be loaded for
the first time. This request may thus take longer and use more CPU
than a typical request for your application.

#

   1.
      08-14 03:03AM 37.730 /robots.txt 404 2ms 0cpu_ms 0kb Mozilla/5.0
(compatible; Googlebot/2.1; +http://www.google.com/bot.html),gzip(gfe)
      See details

      66.249.71.104 - - [14/Aug/2010:03:03:37 -0700] "GET /robots.txt
HTTP/1.1" 404 0 - "Mozilla/5.0 (compatible; Googlebot/2.1; +http://
www.google.com/bot.html),gzip(gfe)" "screenshoter9.appspot.com" ms=2
cpu_ms=0 api_cpu_ms=0 cpm_usd=0.000023

   2.
      W 08-14 03:03AM 37.731

      No handlers matched this URL.

This is from console https://appengine.google.com/a/mysimpatico.com
and Authentication option is set to Federated Login.







On Aug 13, 9:09 pm, "Ikai L (Google)" <[email protected]> wrote:
> Do the log files provide any information? What's the URL to your
> application?
>
>
>
> On Thu, Aug 12, 2010 at 3:48 AM, Simpatico <[email protected]> wrote:
> > I've deployed the guestbook as it's provided in the demos folder but
> > when I click to sign in I get:
>
> > 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.
>
> > This is essentially what I've been getting throughout. Indeed the
> > result is the same for the sample code:
>
> > public class GuestbookServlet extends HttpServlet {
> >    public void doGet(HttpServletRequest req, HttpServletResponse
> > resp)
> >              throws IOException {
> >        UserService userService = UserServiceFactory.getUserService();
> >        User user = userService.getCurrentUser();
>
> >        if (user != null) {
> >            resp.setContentType("text/plain");
> >            resp.getWriter().println("Hello, " + user.getNickname());
> >        } else {
>
> > resp.sendRedirect(userService.createLoginURL(req.getRequestURI()));
> >        }
> >    }
> > }
>
> > I suspect it has to do with bug:
>
> >http://code.google.com/p/googleappengine/issues/detail?id=3552&can=5&;...
>
> > The bottom line is that I cannot deploy my application!
>
> > --
> > 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]<google-appengine-java%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blog:http://googleappengine.blogspot.com
> Twitter:http://twitter.com/app_engine
> Reddit:http://www.reddit.com/r/appengine

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