[google-appengine] Re: Redirect from naked domain preserving full path

2011-04-09 Thread roberto.cr
TL;DR Google is not redirecting my naked domain preserving full path. Examples: mydomain.com -> app.mydomain.com CORRECT mydomain.com/login -> app.mydomain.com WRONG ( should've pointed to app.mydomain.com/login ) john.mydomain.com/login -> john.mydomain.com/login CORRECT Does this happen to *eve

[google-appengine] login across different subdomains

2011-04-09 Thread roberto.cr
The login isn't working across different subdomains My app needs to accept any user input for the subdomain (I've already set the subdomain wildcard in google apps and in my dns settings, it's working as desired) pizza.mydomain.com coke.mydomain.com But when the user logs in pizza subdomain, he do

[google-appengine] One problem in GAE but NOT in local host.

2011-04-09 Thread Jimmy
I run my program on GAE, but one error show up which is "IndexError: list index out of range". But I try to run it on local host. It's totally okay. I want to know why cause this problem and fix it. Thank you for reading and answering. -- You received this message because you are subscribed to t

Re: [google-appengine] One problem in GAE but NOT in local host.

2011-04-09 Thread Wim den Ouden
GAE server and local host are not the same, the datastore is 'verry' different. Maybe your data online is much bigger? The index building is not ready? To many indexen? 2011/4/9 Jimmy > I run my program on GAE, but one error show up which is "IndexError: > list index out of range". > But I try t

Re: [google-appengine] One problem in GAE but NOT in local host.

2011-04-09 Thread Ross M Karchner
Can you share the line of code where the error occurs? That error occurs when you're trying access the numeric index of something in a sequence, that doesn't exist, like: >>> l=[0,1,2,3] >>> l[4] Traceback (most recent call last): File "", line 1, in IndexError: list index out of range On S

Re: [google-appengine] Re: Redirect from naked domain preserving full path

2011-04-09 Thread Robert Kluin
If you read back through this entire thread you'll see some discussion on that issue. Perhaps people are generally using some other forwarding service. Robert On Sat, Apr 9, 2011 at 04:36, roberto.cr wrote: > TL;DR > > Google is not redirecting my naked domain preserving full path. > Examp

[google-appengine] Re: How many concurrent channels can GAE handle?

2011-04-09 Thread Stephen Blum
Robert, I was using a basic loop over my know channels which eventually gets the message to each user. Scaling the IRC style chat application using Task Queues sounds fine though would definitely add more latency and other idempotent considerations. Stephen On Apr 8, 1:05 pm, Robert Kluin wrot

[google-appengine] Re: HItting query limit using Geocoding API from App Engine

2011-04-09 Thread nickmilon
Jeff You are right Google IP pool + app id is what is needed to make rate limiting unhackable. On Apr 9, 3:32 am, Jeff Schnitzer wrote: > On Thu, Apr 7, 2011 at 3:20 PM, nickmilon wrote: > > IMHO a proxy will complicate things. > > What about if GAE team gets in touch with maps V3 team and expl

[google-appengine] Re: login across different subdomains

2011-04-09 Thread roberto.cr
Does this happen to *everyone* ??? How come there's not much info about it on this discussion group ? How are people solving this ? On Apr 9, 5:47 am, "roberto.cr" wrote: > The login isn't working across different subdomains > > My app needs to accept any user input for the subdomain (I've alread

[google-appengine] Trouble with Blogger to WP tool

2011-04-09 Thread Jason Correia
I received this message after uploading my file: Error: Server ErrorThe 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

[google-appengine] I need some tips

2011-04-09 Thread Júlio Cesar Bueno Cotta
Hello there, I am new on App Engine and need some help and I am sorry if I am asking silly things. I read some tutorial in the App Engine site, but I still have some questions, I also had try to threads over the group, but none what I found help me and of course I had search on Google. Let me tr

RE: [google-appengine] I need some tips

2011-04-09 Thread Brandon Wirtz
Are you going to use Python or Java? Start with hello world. Then consider using the Data Store Viewer to add content to a database. Then try displaying the contents of the datastore entity you created. Based on your descript GAE is WAY MORE than you need. I’d pick a free PHP ho

[google-appengine] Admin Console - can i audit admin log-in ?

2011-04-09 Thread ronz
I was looking to see what the admin logs tracks and it seems like 2 main activities are missing 1) Admin log-ins. I need to audit all admin log-in to the administrator console. Is there a way to do that ? 2) Datastore access. I would like to audit all admin access to datastore including queries

Re: [google-appengine] I need some tips

2011-04-09 Thread Júlio Cesar Bueno Cotta
2011/4/9 Brandon Wirtz > Are you going to use Python or Java? > > Java > > > Start with hello world. > > > I did before post here. > Then consider using the Data Store Viewer to add content to a database. > > > I search about it on Google and didnot find a reference, may you give me one? > Th

Re: [google-appengine] One problem in GAE but NOT in local host.

2011-04-09 Thread Ritesh Nadhani
The admin logs should have a traceback giving you more information. On Sat, Apr 9, 2011 at 7:38 AM, Jimmy wrote: > I run my program on GAE, but one error show up which is "IndexError: > list index out of range". > But I try to run it on local host. It's totally okay. > > I want to know why cause

Re: [google-appengine] Re: login across different subdomains

2011-04-09 Thread Robert Kluin
The login is controlled with a cookie. The cookie's domain matches the subdomain they authenticated on. I'm sure a google for "cookie domain" would return some information on the topic. http://en.wikipedia.org/wiki/HTTP_cookie#Domain_and_Path One solution: don't use separate subdomains.

Re: [google-appengine] I need some tips

2011-04-09 Thread Robert Kluin
Hi Júlio, As I understand, you are trying to run an initial data import when you first deploy your application. I would suggest you write an 'admin page' to load the data. Then you can login and load the data after deploying your app. Alternatively you could use the bulkloader tool (I believe

[google-appengine] Not able to access the appengine dashboard

2011-04-09 Thread nischalshetty
Getting an internal server error. Is someone looking into this? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-ap

[google-appengine] HELP! 500 Error on login to admin interface and appcfg.py upload.

2011-04-09 Thread Greg
Hi - I just migrated my first app from MS to HR, and everything went well. While testing I found a module was missing, so I added it to my source and ran appcfg.cfg update to upload it. That fails with "Error: Server Error", and at the same time my appengine admin account started throwing 500 err

[google-appengine] Task Queue's are not working now

2011-04-09 Thread nischalshetty
Damn! The Dashboard is not accessible and now I'm pretty confident the Tasks in Queues are not being executed. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsu

Re: [google-appengine] Not able to access the appengine dashboard

2011-04-09 Thread Waleed Abdulla
Same here. App Engine seems to be down. On Sat, Apr 9, 2011 at 9:57 PM, nischalshetty wrote: > Getting an internal server error. Is someone looking into this? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group,

[google-appengine] Re: HELP! 500 Error on login to admin interface and appcfg.py upload.

2011-04-09 Thread GWTNewbie
I have the same issue with upload of a GAE Java application. It always ends with a 500 error. Hope someone from App Engine team is looking into this issue !! On Apr 9, 10:03 pm, Greg wrote: > Hi - > > I just migrated my first app from MS to HR, and everything went well. > While testing I found a

[google-appengine] Re: HELP! 500 Error on login to admin interface and appcfg.py upload.

2011-04-09 Thread Sergey Schetinin
Deployment problems are not monitored and the system status page reports no issues. This is something GAE team failed to addressed for long time now, star this issue to let them know you think this is important: http://code.google.com/p/googleappengine/issues/detail?id=3906 -Sergey -- You rec

[google-appengine] Can't log-in to admin console.

2011-04-09 Thread John Wheeler
getting 500 errors. my app is working, but i need to administer it -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google

[google-appengine] Re: Not able to access the appengine dashboard

2011-04-09 Thread venkyvb
+1 On Apr 9, 10:08 pm, Waleed Abdulla wrote: > Same here. App Engine seems to be down. > > On Sat, Apr 9, 2011 at 9:57 PM, nischalshetty > wrote: > > > > > > > > > Getting an internal server error. Is someone looking into this? > > > -- > > You received this message because you are subscribed to

[google-appengine] Re: Not able to access the appengine dashboard

2011-04-09 Thread Max
+ 1 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visi

[google-appengine] Re: Not able to access the appengine dashboard

2011-04-09 Thread Warwick Allison
Showing now on status - http://code.google.com/status/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe

[google-appengine] Re: Not able to access the appengine dashboard

2011-04-09 Thread Greg
On Apr 10, 4:57 pm, nischalshetty wrote: > Getting an internal server error. Is someone looking into this? I've submitted a request for help via billing issue form - hope this is the right thing to do. It would be good to have some signal that Google are aware of issues like this - currently we

[google-appengine] Re: Not able to access the appengine dashboard

2011-04-09 Thread nischalshetty
Task Queues are not working at all. I hope tasks are being added at least. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] Re: Not able to access the appengine dashboard

2011-04-09 Thread nischalshetty
Seems to be back up now. I can see tasks have been queued up, thts good news, hoping none of the tasks were lost. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To un

[google-appengine] Re: Not able to access the appengine dashboard

2011-04-09 Thread nischalshetty
+1 on @Greg's suggestion. We need a way to assure ourselves that someone's looking into the issue. Without that we can do nothing but panic. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng

RE: [google-appengine] Re: Not able to access the appengine dashboard

2011-04-09 Thread Brandon Wirtz
I have a way to know that my app is up, and to not panic. I switched to HR. :-) From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of nischalshetty Sent: Saturday, April 09, 2011 10:33 PM To: google-appengine@googlegroups.com Subject: [google-appeng