I updated
<admin-console>
<page name="Appstats" url="/appstats/stats" />
</admin-console>
but I am still seeing error. Error logs have this warning:
Authentication for the Google Apps domain mydomain.com can only be
performed when requests are served from a subdomain of that domain or
it has been approved through the Google Apps Control Panel. See
http://code.google.com/appengine/articles/auth.html
I use a regular google account-based login to deploy the app and
access the dashboard. I had previously enabled [email protected]
(which happens to be a Google Apps domain) to also be able to deploy
the app. Is authentication the issue here as the error log points to
an authentication?
By the way, I removed [email protected] from Application Settings (so
the only account has permissions to deploy is a regular google
account) but Google Apps is still the only authentication option
listed.
Google support team, can you please help here?
Thanks!
On Tue, Oct 5, 2010 at 11:35 AM, Kangesh Gunaseelan <[email protected]>wrote:
> I am stumped on this issue for some reason..
> I have vanilla appstats configuration to web.xml and deployed properly but
> the request to appname.appspot.com/appstats/ reports a server error:
> Error: Server ErrorThe server encountered an error and could not complete
> your request.
>
> If the problem persists, please
> report<http://code.google.com/appengine/community.html> your
> problem and mention this error message and the query that caused it.
> Web.xml contains the exact stock configuration from app engine
> documentation added to web.xml...i.e. appstats filter, appstats servlet, and
> the security contraint (from
> http://code.google.com/appengine/docs/java/tools/appstats.html)..all added
> to web.xml and redeployed. I tried with and without the security constraint
> but I get the same error.
>
> On a related note, I also tried enabling Appstats short cut in
> admin-console per one of the blog postings and I get an error not found -
> What does /stats map to though? Where is that specified?
>
> <admin-console>
>
> <page name="Appstats" url="/stats" />
>
> </admin-console>
> Can someone help please?
>
> Thanks.
>
>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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?hl=en.