[google-appengine] Re: Is anybody experiencing timeout from the data store right now?

2009-07-22 Thread gjs

Hi Jeff,

All I see on the page after clicking on the DataViewer link from the
dashboard is -

Server Error

A server error has occurred.

Return to Applications screen »

- the page source only gives a few clues -

title Server Error (500)  title

- this is preventing me from doing online datastore maintenance using
the DataViewer

I have tried both, mac book pro + firefox & windows xp + firefox but
still get the same error ?

A clue  (maybe), is that I recently stored a few rows in my
'geoPasteDrawingPlacement' entity/table that have  "tel:" and  "geo:"
prefixes in a LINK url column - maybe this is what is causing the 500
error for the DataViewer ? Perhaps I should be using a string column
for such data instead, (my apologies if this is the cause of the 500
server error). As mentioned the data is being returned to the client
app OK.

If you really need to you CAN go ahead and delete the (entire)
datastore content for my application - gaedrive - if necessary, it
only has a small amount of data in two entities, which I can
recreate.

Otherwise I can try to delete the offending row via codebase update/
redeploy, but I am relunctant to change the code whilst I am getting
the DataViewer 500 server error from the dashboard, I will await your
instructions before doing this.

Thanks for investigating, could you please let me know if you are able
to fix this, or let me know if I should delete the (offending?) rows
mentioned via a code update.

Regards Gary

On Jul 23, 9:54 am, "Jeff S (Google)"  wrote:
> Hi gjs,
>
> Based on your description, since this error is only in the data viewer, then
> it may be that the issue is with the structure of one of the entities which
> the datastore viewer is trying to display. What is the exception that you
> are seeing?
>
> Thank you,
>
> Jeff
>
> On Wed, Jul 22, 2009 at 4:29 PM, gjs  wrote:
>
> > Hi,
>
> > I am still getting 500 server errors when trying to access the Data
> > Viewer page from the dashboard,  my app is -
>
> > gaedrive
>
> > - this same error has been happening for more than 10 hours.
>
> > However data is being served OK to the clients.
>
> > Thanks
>
> > Regards
>
> > On Jul 23, 6:13 am, "Jeff S (Google)"  wrote:
> > > Hello again,
>
> > > Further details are available here:
>
> > >http://groups.google.com/group/google-appengine-downtime-notify/brows...
>
> > > Thank you,
>
> > > Jeff
>
> > > On Jul 22, 11:46 am, "Jeff S (Google)"  wrote:
>
> > > > Hi all,
>
> > > > We're aware of these issues and will be posting further details to
> > > > downtime notify soon.
>
> > > >http://groups.google.com/group/google-appengine-downtime-notify
>
> > > > The status site has been unavailable for several hours and we are also
> > > > aware of a few issues with the datastore which have already been
> > > > resolved.
>
> > > > Cheers,
>
> > > > Jeff
>
> > > > On Jul 22, 7:19 am, Hrishikesh Bakshi 
> > > > wrote:
>
> > > > > I am getting 404 error on my app right now.
> >http://rumaps.rutgers.edu/
> > > > > Even the status page is down.
>
> > > > > On Wed, Jul 22, 2009 at 10:07 AM, NervMouse 
> > wrote:
>
> > > > > > the datastore timeout lasting for about 20 minute
>
> > > > > > It works well now.
>
> > > > > > On 7月22日, 下午9時45分, Tonny  wrote:
> > > > > > > All my requests seems to timeout right now
>
> > > > > --
> > > > > Hrishikesh Bakshi

On Jul 23, 9:54 am, "Jeff S (Google)"  wrote:
> Hi gjs,
>
> Based on your description, since this error is only in the data viewer, then
> it may be that the issue is with the structure of one of the entities which
> the datastore viewer is trying to display. What is the exception that you
> are seeing?
>
> Thank you,
>
> Jeff
>
> On Wed, Jul 22, 2009 at 4:29 PM, gjs  wrote:
>
> > Hi,
>
> > I am still getting 500 server errors when trying to access the Data
> > Viewer page from the dashboard,  my app is -
>
> > gaedrive
>
> > - this same error has been happening for more than 10 hours.
>
> > However data is being served OK to the clients.
>
> > Thanks
>
> > Regards
>
> > On Jul 23, 6:13 am, "Jeff S (Google)"  wrote:
> > > Hello again,
>
> > > Further details are available here:
>
> > >http://groups.google.com/group/google-appengine-downtime-notify/brows...
>
> > > Thank you,
>
> > > Jeff
>
> > > On Jul 22, 11:46 am, "Jeff S (Google)"  wrote:
>
> > > > Hi all,
>
> > > > We're aware of these issues and will be posting further details to
> > > > downtime notify soon.
>
> > > >http://groups.google.com/group/google-appengine-downtime-notify
>
> > > > The status site has been unavailable for several hours and we are also
> > > > aware of a few issues with the datastore which have already been
> > > > resolved.
>
> > > > Cheers,
>
> > > > Jeff
>
> > > > On Jul 22, 7:19 am, Hrishikesh Bakshi 
> > > > wrote:
>
> > > > > I am getting 404 error on my app right now.
> >http://rumaps.rutgers.edu/
> > > > > Even the status page is down.
>
> > > > > On Wed, Jul 22, 2009 at 10:07 AM, NervMouse 
> > wrote:
>
> > > > > > the datastore timeout 

[google-appengine] Re: Need index quota reset

2009-07-22 Thread Ben

Once the indexes deleted, i was able to re-upload my new index.yaml
and everything is working now!

On Jul 22, 5:34 pm, Ben  wrote:
> I just figured out it is necessary to remove the indexes that are in
> an error state from the index.yaml THEN run vacuum_indexes.  Now the
> indexes are in deleting status.
>
> On Jul 22, 3:15 pm, Ben  wrote:
>
> > Jeff, I know there may be other issues on the GAE platform you are
> > attending to today, but my indexes are still in Error status a day
> > later.  Can you please advise a course of action so i can this
> > resolved ASAP?
>
> > Thank you
> > -ben
>
> > On Jul 21, 9:39 pm, Ben  wrote:
>
> > > Jeff, it has been about 4 hours since I ran the first vacuum_indexes
> > > (I ran it twice more since then just to make sure) and the indexes are
> > > still showing error status.  Does this indicate some other problem or
> > > is it normal for Error indexes to take this long to delete?
>
> > > On Jul 21, 7:05 pm, "Jeff S (Google)"  wrote:
>
> > > > Hi Ben,
>
> > > > Yes, please wait until the indexes have been deleted before uploading 
> > > > new
> > > > ones.
>
> > > > Thank you,
>
> > > > Jeff
>
> > > > On Tue, Jul 21, 2009 at 4:47 PM, Ben  wrote:
>
> > > > > Thank you Jeff, i ran a vacuum_indexes about an hour ago but the
> > > > > indexes are still showing in Error status not Deleting or deleted.
> > > > > Should i wait for the error indexes to actually delete before re-
> > > > > uploading?
>
> > > > > On Jul 21, 12:49 pm, "Jeff S (Google)"  wrote:
> > > > > > Hi Ben,
>
> > > > > > Sure! I've reset your quota and it looks like some of your indices 
> > > > > > were
> > > > > > stuck building (probably because of the over-quota issue) so I've 
> > > > > > nudged
> > > > > > those into the error state. Unfortunately they'll need to be 
> > > > > > vacuumed and
> > > > > > re-uploaded.
>
> > > > > > Cheers,
>
> > > > > > Jeff
>
> > > > > > On Sun, Jul 19, 2009 at 9:36 PM, Ben  wrote:
>
> > > > > > > Hi i'm running into the "Your application is exceeding a quota:
> > > > > > > Datastore Indices Count" error.  I had over 100 indexes, but have
> > > > > > > since cleaned them up to be under the limit. I have run a
> > > > > > > vacuum_indexes, but several of my indexes seem to be stuck in 
> > > > > > > building
> > > > > > > status.
>
> > > > > > > Can i get a quota reset?
>
> > > > > > > App ID: orangeVsBlack
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Is anybody experiencing timeout from the data store right now?

2009-07-22 Thread Jeff S (Google)
Hi gjs,

Based on your description, since this error is only in the data viewer, then
it may be that the issue is with the structure of one of the entities which
the datastore viewer is trying to display. What is the exception that you
are seeing?

Thank you,

Jeff

On Wed, Jul 22, 2009 at 4:29 PM, gjs  wrote:

>
> Hi,
>
> I am still getting 500 server errors when trying to access the Data
> Viewer page from the dashboard,  my app is -
>
> gaedrive
>
> - this same error has been happening for more than 10 hours.
>
> However data is being served OK to the clients.
>
> Thanks
>
> Regards
>
> On Jul 23, 6:13 am, "Jeff S (Google)"  wrote:
> > Hello again,
> >
> > Further details are available here:
> >
> > http://groups.google.com/group/google-appengine-downtime-notify/brows...
> >
> > Thank you,
> >
> > Jeff
> >
> > On Jul 22, 11:46 am, "Jeff S (Google)"  wrote:
> >
> > > Hi all,
> >
> > > We're aware of these issues and will be posting further details to
> > > downtime notify soon.
> >
> > >http://groups.google.com/group/google-appengine-downtime-notify
> >
> > > The status site has been unavailable for several hours and we are also
> > > aware of a few issues with the datastore which have already been
> > > resolved.
> >
> > > Cheers,
> >
> > > Jeff
> >
> > > On Jul 22, 7:19 am, Hrishikesh Bakshi 
> > > wrote:
> >
> > > > I am getting 404 error on my app right now.
> http://rumaps.rutgers.edu/
> > > > Even the status page is down.
> >
> > > > On Wed, Jul 22, 2009 at 10:07 AM, NervMouse 
> wrote:
> >
> > > > > the datastore timeout lasting for about 20 minute
> >
> > > > > It works well now.
> >
> > > > > On 7月22日, 下午9時45分, Tonny  wrote:
> > > > > > All my requests seems to timeout right now
> >
> > > > --
> > > > Hrishikesh Bakshi
> >
>

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Is anybody experiencing timeout from the data store right now?

2009-07-22 Thread gjs

Hi,

I am still getting 500 server errors when trying to access the Data
Viewer page from the dashboard,  my app is -

gaedrive

- this same error has been happening for more than 10 hours.

However data is being served OK to the clients.

Thanks

Regards

On Jul 23, 6:13 am, "Jeff S (Google)"  wrote:
> Hello again,
>
> Further details are available here:
>
> http://groups.google.com/group/google-appengine-downtime-notify/brows...
>
> Thank you,
>
> Jeff
>
> On Jul 22, 11:46 am, "Jeff S (Google)"  wrote:
>
> > Hi all,
>
> > We're aware of these issues and will be posting further details to
> > downtime notify soon.
>
> >http://groups.google.com/group/google-appengine-downtime-notify
>
> > The status site has been unavailable for several hours and we are also
> > aware of a few issues with the datastore which have already been
> > resolved.
>
> > Cheers,
>
> > Jeff
>
> > On Jul 22, 7:19 am, Hrishikesh Bakshi 
> > wrote:
>
> > > I am getting 404 error on my app right now.http://rumaps.rutgers.edu/
> > > Even the status page is down.
>
> > > On Wed, Jul 22, 2009 at 10:07 AM, NervMouse  wrote:
>
> > > > the datastore timeout lasting for about 20 minute
>
> > > > It works well now.
>
> > > > On 7月22日, 下午9時45分, Tonny  wrote:
> > > > > All my requests seems to timeout right now
>
> > > --
> > > Hrishikesh Bakshi
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] When will appcfg.py be able to download/check out?

2009-07-22 Thread Juguang XIAO
This is not a usual case, but people at times may still need it.

I have two machines, one in office and one at home, working on the same GAE
project. My usual practice to synchronize these 2 environments is to copy
the files over my USB drive. As you can see this is very traditional way.  I
once came across the idea to use a SVN server to sync, but now I think it
may be the best that GAE provides such features for us. When we do
`appcfy.py update`, it is really a update or check-in. Why not just add
check-out ?

My 2 cents

Juguang

-- 
=
Juguang XIAO
Beijing, China

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Need index quota reset

2009-07-22 Thread Ben

I just figured out it is necessary to remove the indexes that are in
an error state from the index.yaml THEN run vacuum_indexes.  Now the
indexes are in deleting status.

On Jul 22, 3:15 pm, Ben  wrote:
> Jeff, I know there may be other issues on the GAE platform you are
> attending to today, but my indexes are still in Error status a day
> later.  Can you please advise a course of action so i can this
> resolved ASAP?
>
> Thank you
> -ben
>
> On Jul 21, 9:39 pm, Ben  wrote:
>
> > Jeff, it has been about 4 hours since I ran the first vacuum_indexes
> > (I ran it twice more since then just to make sure) and the indexes are
> > still showing error status.  Does this indicate some other problem or
> > is it normal for Error indexes to take this long to delete?
>
> > On Jul 21, 7:05 pm, "Jeff S (Google)"  wrote:
>
> > > Hi Ben,
>
> > > Yes, please wait until the indexes have been deleted before uploading new
> > > ones.
>
> > > Thank you,
>
> > > Jeff
>
> > > On Tue, Jul 21, 2009 at 4:47 PM, Ben  wrote:
>
> > > > Thank you Jeff, i ran a vacuum_indexes about an hour ago but the
> > > > indexes are still showing in Error status not Deleting or deleted.
> > > > Should i wait for the error indexes to actually delete before re-
> > > > uploading?
>
> > > > On Jul 21, 12:49 pm, "Jeff S (Google)"  wrote:
> > > > > Hi Ben,
>
> > > > > Sure! I've reset your quota and it looks like some of your indices 
> > > > > were
> > > > > stuck building (probably because of the over-quota issue) so I've 
> > > > > nudged
> > > > > those into the error state. Unfortunately they'll need to be vacuumed 
> > > > > and
> > > > > re-uploaded.
>
> > > > > Cheers,
>
> > > > > Jeff
>
> > > > > On Sun, Jul 19, 2009 at 9:36 PM, Ben  wrote:
>
> > > > > > Hi i'm running into the "Your application is exceeding a quota:
> > > > > > Datastore Indices Count" error.  I had over 100 indexes, but have
> > > > > > since cleaned them up to be under the limit. I have run a
> > > > > > vacuum_indexes, but several of my indexes seem to be stuck in 
> > > > > > building
> > > > > > status.
>
> > > > > > Can i get a quota reset?
>
> > > > > > App ID: orangeVsBlack
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Efficient check for existence of keys

2009-07-22 Thread Nick Johnson (Google)
Hi Kyle,

There's no way to do this that is more efficient than doing a bulk get for
the keys (and discarding the returned entities if you don't require them).

-Nick Johnson

On Wed, Jul 22, 2009 at 9:09 PM, Kyle Jensen  wrote:

>
> Hi -
>
> Say I have a list of keys.  I'd like to check to see which ones exist,
> but I do *not* want to fetch the entities.
>
> Essentially, I'd like to do
> db.get(keys, keys_only=True)
>
> ** but, obviously, db.get does not support that kwarg.  Is there any
> way to do this?  (I thought of the 'IN' operator in gql, but that
> seems inefficient...??)
>
> Any advice?
> >
>


-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Google Analytics support team can't access my GAE app ;)

2009-07-22 Thread Adrian Scott . com

Having a pretty hilarious experience here.

Trying to get my lost google analytics account recovered for a site
now running on google app engine.

I put in the analytics reset code url they wanted for verification /
validation, but the support rep says he can't load that url or even my
home page.

Whereas I can in multiple browsers, so can other people, so can my 3rd-
party monitoring service from a dozen locations, etc. The rep says
he's tried it w/ 3 browsers through 3 isps.

Pretty hilarious. Anyone else experience anything like this?
-a
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: datastore quota

2009-07-22 Thread Nick Johnson (Google)
Hi pythono,

The quota is the amount of data storage you get for free, not a per-day
quota. Additional datastore space can be purchased by enabling billing.

-Nick Johnson

On Wed, Jul 22, 2009 at 10:55 PM, pythono  wrote:

>
> This is maybe a dumb question, but I was wondering whether the 1GB
> datastore "data stored" quota refers to the amount of data you can
> store per day, or the total amount of data your application can store.
>
> Thanks
> >
>


-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] datastore quota

2009-07-22 Thread pythono

This is maybe a dumb question, but I was wondering whether the 1GB
datastore "data stored" quota refers to the amount of data you can
store per day, or the total amount of data your application can store.

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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Need index quota reset

2009-07-22 Thread Ben

Jeff, I know there may be other issues on the GAE platform you are
attending to today, but my indexes are still in Error status a day
later.  Can you please advise a course of action so i can this
resolved ASAP?

Thank you
-ben

On Jul 21, 9:39 pm, Ben  wrote:
> Jeff, it has been about 4 hours since I ran the first vacuum_indexes
> (I ran it twice more since then just to make sure) and the indexes are
> still showing error status.  Does this indicate some other problem or
> is it normal for Error indexes to take this long to delete?
>
> On Jul 21, 7:05 pm, "Jeff S (Google)"  wrote:
>
> > Hi Ben,
>
> > Yes, please wait until the indexes have been deleted before uploading new
> > ones.
>
> > Thank you,
>
> > Jeff
>
> > On Tue, Jul 21, 2009 at 4:47 PM, Ben  wrote:
>
> > > Thank you Jeff, i ran a vacuum_indexes about an hour ago but the
> > > indexes are still showing in Error status not Deleting or deleted.
> > > Should i wait for the error indexes to actually delete before re-
> > > uploading?
>
> > > On Jul 21, 12:49 pm, "Jeff S (Google)"  wrote:
> > > > Hi Ben,
>
> > > > Sure! I've reset your quota and it looks like some of your indices were
> > > > stuck building (probably because of the over-quota issue) so I've nudged
> > > > those into the error state. Unfortunately they'll need to be vacuumed 
> > > > and
> > > > re-uploaded.
>
> > > > Cheers,
>
> > > > Jeff
>
> > > > On Sun, Jul 19, 2009 at 9:36 PM, Ben  wrote:
>
> > > > > Hi i'm running into the "Your application is exceeding a quota:
> > > > > Datastore Indices Count" error.  I had over 100 indexes, but have
> > > > > since cleaned them up to be under the limit. I have run a
> > > > > vacuum_indexes, but several of my indexes seem to be stuck in building
> > > > > status.
>
> > > > > Can i get a quota reset?
>
> > > > > App ID: orangeVsBlack
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Is anybody experiencing timeout from the data store right now?

2009-07-22 Thread Jeff S (Google)

Hello again,

Further details are available here:

http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/88300ea785305c

Thank you,

Jeff

On Jul 22, 11:46 am, "Jeff S (Google)"  wrote:
> Hi all,
>
> We're aware of these issues and will be posting further details to
> downtime notify soon.
>
> http://groups.google.com/group/google-appengine-downtime-notify
>
> The status site has been unavailable for several hours and we are also
> aware of a few issues with the datastore which have already been
> resolved.
>
> Cheers,
>
> Jeff
>
> On Jul 22, 7:19 am, Hrishikesh Bakshi 
> wrote:
>
> > I am getting 404 error on my app right now.http://rumaps.rutgers.edu/
> > Even the status page is down.
>
> > On Wed, Jul 22, 2009 at 10:07 AM, NervMouse  wrote:
>
> > > the datastore timeout lasting for about 20 minute
>
> > > It works well now.
>
> > > On 7月22日, 下午9時45分, Tonny  wrote:
> > > > All my requests seems to timeout right now
>
> > --
> > Hrishikesh Bakshi
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: How do you pass variables through a link (url)?

2009-07-22 Thread Ben

Matt you will use the request class to retrieve the variable assigned
in the url.  Reference: 
http://code.google.com/appengine/docs/python/tools/webapp/requestclass.html

the code would be something as simple as:
parent = self.request.get("targetId")

Note that all variables returned via the request are returned as a
string, so in your particular case you may need to convert 'parent' to
a key object.

-ben

On Jul 21, 7:29 pm, Matt  wrote:
> Hi -
>
> Okay, so I'm totally missing the boat on this one.  How do I pass an
> argument through a URL?  So on page one I list a bunch of links which
> correspond to "parent" entities in my datastore.  When a user clicks
> on a link, I want to query the datastore for all "sub-entities" that
> are associated with the "parent" entity and populate page two with
> information about those "sub-entities".
>
> So on page one, I generate links like this:
>
> {{ targetsite.name|
> escape }}
>
> which produces a link that looks something like this:
>
> http://localhost:8080/linklist?targetId=agtsaW5rdHJhY2tlcnIQCxIKVGFyZ...
>
> But I'm not sure how to access 'targetId' on page two, so I can pass
> it on to regenerate the page if needed.
>
> Any help would be appreciated.
>
> Thanks in advanced.
>
> Matt
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Efficient check for existence of keys

2009-07-22 Thread Kyle Jensen

Hi -

Say I have a list of keys.  I'd like to check to see which ones exist,
but I do *not* want to fetch the entities.

Essentially, I'd like to do
db.get(keys, keys_only=True)

** but, obviously, db.get does not support that kwarg.  Is there any
way to do this?  (I thought of the 'IN' operator in gql, but that
seems inefficient...??)

Any advice?
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Google App Engine Custom Domain Stopped Working

2009-07-22 Thread Hrishikesh Bakshi
I am also facing the same issue. I have an app running on app engine at
rutgersmaps.appspot.com which is added as domain rumaps.rutgers.edu.
Now http://rumaps.rutgers.edu returns a 404 while http:
rutgersmaps.appspot.com works.

I did not change any settings and it suddenly stopped working this morning.

Is this an app engine error or do we have to change some of the settings
because of some upgrade?

On Wed, Jul 22, 2009 at 2:50 AM, casebash  wrote:

>
> Hi all,
>
> I am running a Google App Engine App on the domain http://www.usydunit.com
> .
> Until recently, it was working (for several months), but it suddenly
> stopped after my last update. However, it is still accessible at
> http://1.latest.casebash-temp.appspot.com/. I don't believe I have
> touched any settings, although I did go in and confirm that they were
> what they should be. Does anyone have any idea of why it might not be
> working?
>
> Thanks very much,
>
> Chris
>
> >
>

Thanks,
-- 
Hrishikesh Bakshi

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Is anybody experiencing timeout from the data store right now?

2009-07-22 Thread Jeff S (Google)

Hi all,

We're aware of these issues and will be posting further details to
downtime notify soon.

http://groups.google.com/group/google-appengine-downtime-notify

The status site has been unavailable for several hours and we are also
aware of a few issues with the datastore which have already been
resolved.

Cheers,

Jeff

On Jul 22, 7:19 am, Hrishikesh Bakshi 
wrote:
> I am getting 404 error on my app right now.http://rumaps.rutgers.edu/
> Even the status page is down.
>
> On Wed, Jul 22, 2009 at 10:07 AM, NervMouse  wrote:
>
> > the datastore timeout lasting for about 20 minute
>
> > It works well now.
>
> > On 7月22日, 下午9時45分, Tonny  wrote:
> > > All my requests seems to timeout right now
>
> --
> Hrishikesh Bakshi
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: SMS Verfication Troubles

2009-07-22 Thread Vinci Amorim
Hi Nick Johnson,

I´m having the same problem (Brazil).


On Wed, Jul 22, 2009 at 9:52 AM, Nick Johnson (Google) <
nick.john...@google.com> wrote:

>
> Hi Nicolas,
>
> I've activated your account.
>
> -Nick Johnson
>
> On Mon, Jul 20, 2009 at 6:48 AM, Nicolas wrote:
> >
> > Hi, I'm having the same problem with movistar in Argentina, could you
> > also help me?
> > Thanks
> >
> > Nicolas
> >
> > On Jul 14, 6:51 am, "Nick Johnson (Google)" 
> > wrote:
> >> Hi Aivar,
> >>
> >> I've manually activated your account.
> >>
> >> -Nick Johnson
> >>
> >>
> >>
> >> On Sat, Jul 11, 2009 at 8:04 PM, Aivar wrote:
> >>
> >> > Nick, could you please help me too!
> >>
> >> > I tried to get verification code to 2 different Estonian carriers (EMT
> >> > and Tele2) without success (waited for 2 days).
> >> > I was also unable to report problem athttp://
> appengine.google.com/waitlist/sms_issues
> >> > - from there i got error message "There were errors:* Carrier"
> >>
> >> > thanks in advance!
> >>
> >> > Aivar
> >>
> >> --
> >> Nick Johnson, App Engine Developer Programs Engineer
> >> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> >> Number: 368047
> >
> > >
> >
>
>
>
> --
> Nick Johnson, App Engine Developer Programs Engineer
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> Number: 368047
>
> >
>


-- 
Vinci Amorim
http://vinci.blog.br

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Is anybody experiencing timeout from the data store right now?

2009-07-22 Thread Hrishikesh Bakshi
I am getting 404 error on my app right now. http://rumaps.rutgers.edu/
Even the status page is down.

On Wed, Jul 22, 2009 at 10:07 AM, NervMouse  wrote:

>
> the datastore timeout lasting for about 20 minute
>
> It works well now.
>
>
>
> On 7月22日, 下午9時45分, Tonny  wrote:
> > All my requests seems to timeout right now
> >
>


-- 
Hrishikesh Bakshi

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] app engine down again?

2009-07-22 Thread will

The status page is down. my app seems to be really slow, some times I
get error 500.

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] JCache

2009-07-22 Thread brett.wooldridge

Is the Google implementation of the JCache interface over Memcached
open source?  There are several Java libraries for Memcached, but it
seems reasonable to think that Google's is one of the more battle-
tested ones.

-Brett

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Google App Engine Custom Domain Stopped Working

2009-07-22 Thread casebash

Hi all,

I am running a Google App Engine App on the domain http://www.usydunit.com.
Until recently, it was working (for several months), but it suddenly
stopped after my last update. However, it is still accessible at
http://1.latest.casebash-temp.appspot.com/. I don't believe I have
touched any settings, although I did go in and confirm that they were
what they should be. Does anyone have any idea of why it might not be
working?

Thanks very much,

Chris

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] How do you pass variables through a link (url)?

2009-07-22 Thread Matt

Hi -

Okay, so I'm totally missing the boat on this one.  How do I pass an
argument through a URL?  So on page one I list a bunch of links which
correspond to "parent" entities in my datastore.  When a user clicks
on a link, I want to query the datastore for all "sub-entities" that
are associated with the "parent" entity and populate page two with
information about those "sub-entities".

So on page one, I generate links like this:

{{ targetsite.name|
escape }}

which produces a link that looks something like this:

http://localhost:8080/linklist?targetId=agtsaW5rdHJhY2tlcnIQCxIKVGFyZ2V0U2l0ZRgTDA

But I'm not sure how to access 'targetId' on page two, so I can pass
it on to regenerate the page if needed.

Any help would be appreciated.

Thanks in advanced.

Matt

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: writing file

2009-07-22 Thread Sávio Carvalho

como usar

Adam escreveu:
> I'm not entirely sure that understand your question, but I can tell
> you that AppEngine does not allow file system access. Your server-side
> code can not write a file.
>
>
> On Jul 21, 12:46 am, Hadar  wrote:
>   
>> Hi,
>>
>> I want to be able to write file so I do that on the server code and to
>> make it works I removed the Engine from the build path.
>>
>> I am getting error in Eclipse that the project doesn't have any SDK's
>> on its build path.
>> I am getting also warnings on that some jars will no be available.
>>
>> I am able to modify the code and run it just want to know if that OK ?
>> 
> >
>   


-- 
Sávio Carvalho
Ciência da Computação
Téc. Informatica

Outros emails
savi...@cptec.inpe.br
svcr...@hotmail.com


--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Problem with "Verify Your Account by SMS"

2009-07-22 Thread martin

Hi,
I am also having problems with SMS account verification. I keep
getting "Mobile Number or Username" error.
I'm from Taiwan, China. I type +886 and mobile number (no area code
needed).
Can I get some advice? Thanks very much!
Regards,
martin.

On 7月15日, 下午9時22分, "Nick Johnson (Google)" 
wrote:
> Hi Thiago,
>
> I've activated your account.
>
> -Nick Johnson
>
>
>
>
>
> On Tue, Jul 14, 2009 at 3:15 PM, Thiago wrote:
>
> > Hi,
> > I am also having problems with SMS account verification. I keep
> > getting "Mobile Number or Username" error.
> > I'm from Sydney, Australia. I type +61 and mobile number (no area code
> > needed).
>
> > Can I get some advice? Thanks very much!
>
> > Regards,
> > Thiago.
>
> > On Jul 9, 7:28 pm, "Nick Johnson (Google)" 
> > wrote:
> >> Hi Luis,
>
> >> We store verification details independently of any created apps, so
> >> that's unlikely to be the problem. Is the account you're using a
> >> Google Apps one (eg, not @gmail.com)? If so, you need to log in 
> >> athttp://appengine.google.com/a/yourdomain, not 
> >> justhttp://appengine.google.com.
>
> >> In any case, I've activated the gmail account you're using.
>
> >> -Nick Johnson
>
> >> On Wed, Jul 8, 2009 at 11:44 PM, Luis wrote:
>
> >> > I think I know exactly what happened. Hopefully this will help Google
> >> > fix the issue.
>
> >> > About a week ago I did use my phone for account verification for App
> >> > Engine. I did get the code and I typed it in. Then I was presented
> >> > with a form to create my 1st app, but I navigated away as I really
> >> > didn't want to create one at that particular time. I thought I was
> >> > verified so I could come back and create apps at any time. A week
> >> > later I came back and the system wants to verify again but it doesn't
> >> > like my phone number anymore.
>
> >> > My theory is that because I "verified" already my phone number doesn't
> >> > work, but because I have no apps the system wants to verify again.
>
> >> > On Jul 7, 6:32 pm, Luis  wrote:
> >> >> I get same error but I'm in the US using AT&T.
>
> >> >> Any help will be greatly appreciated.
> >> >> Thanks,
> >> >> - Luis
>
> >> >> On Jul 6, 3:22 am, "Nick Johnson (Google)" 
> >> >> wrote:
>
> >> >> > Hi vico.ar,
>
> >> >> > I've manually activated your account.
>
> >> >> > -Nick Johnson
>
> >> >> > On Fri, Jul 3, 2009 at 6:31 PM, vico.ar wrote:
>
> >> >> > > I have a problem with "Verify Your Account bySMS" page.
>
> >> >> > > Does anyone know how to verify one's account if you are living in
> >> >> > > Argentina?
>
> >> >> > > I entered my number in the format required by the verificator but it
> >> >> > > always gives "Mobile Number or Username" error.
>
> >> >> > > Regards,
> >> >> > > Víctor
>
> >> >> > --
> >> >> > Nick Johnson, App Engine Developer Programs Engineer
> >> >> > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> >> >> > Number: 368047
>
> >> --
> >> Nick Johnson, App Engine Developer Programs Engineer
> >> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> >> Number: 368047
>
> --
> Nick Johnson, App Engine Developer Programs Engineer
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
> Number: 368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Other developer was modifying data store, now I get error 500 for appengine.google.com

2009-07-22 Thread Ben

There are some issues going on with GAE today.  sounds like it was
actually a coincidence.  Check some of the other posts in the
developer group for additional info.

On Jul 22, 8:40 am, Blixt  wrote:
> Hey, I had added a second developer to my app "multifarce" and as he
> was adding an item to the data store through the data viewer, he got a
> server error (500) Now I get the same error for the whole of
> appengine.google.com so I can't access any of my applications. Nor
> does the application in question work (it loads static content, but
> the rest doesn't work, seehttp://multifarce.appspot.com/type "start"
> and hit enter.)
>
> Maybe this is just a pure coincidence and will resolve itself, but it
> doesn't seem like it, the timing was perfect. My other apps work fine
> though (such ashttp://paste.blixt.org/)
>
> Has anyone else experienced this problem?
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Globally monotonic counter

2009-07-22 Thread Nick Johnson (Google)

Hi n8gray,

The Datastore is strongly consistent. As such, all processes will see
changes happen in the same order, even across entity groups - and at
any one point in time, all processes will have a consistent view of
the datastore.

-Nick Johnson

On Thu, Jul 16, 2009 at 11:47 PM, n8gray wrote:
>
> Thanks for the advice, Nick.  I'd still like to know more about the
> consistency model though.  For example, I wonder if there's any
> guarantee that two transactions on different entity groups executed by
> one process in a given order will be observed in the same order.  I
> suspect the answer is no.  I'm starting to think that the "GAE takes
> care of the messy details of distributed systems programming" claim is
> a bit overstated...
>
> Cheers,
> -n8
>
> On Jul 14, 2:27 am, "Nick Johnson (Google)" 
> wrote:
>> Hi Nathan,
>>
>> Your best options are either to keep track of one event stream per
>> game, or to use system time, and 'rewind' the timestamp a bit to
>> capture any missed events, as you suggest. Global monotonic counters
>> aren't very practical in large distributed systems.
>>
>> -Nick Johnson
>
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: How can I detect the development server?

2009-07-22 Thread Nick Johnson (Google)

Hi Mark,

Just check if os.environ['SERVER_SOFTWARE'].contains('Development')

-Nick Johnson

On Wed, Jul 22, 2009 at 5:42 PM, Mark Jones wrote:
>
> I need code to behave one way on my dev server and another on the real
> GAE.  How can I detect the dev server.
>
> Specifically I need to NOT replace imp.find_module so that WingIDE
> debugging will work, but I need it to be replaced when the code is
> pushed to GAE
>
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Is it possible to...

2009-07-22 Thread Nick Johnson (Google)

Hi Astralis,

This is certainly possible - you can write a web service interface for
storing and retrieving documents using the datastore quite easily
(though if the data is >1MB compressed, you'll need to split over
multiple entities). A blob storage API is on the roadmap, too, so
you'll soon be able to do this even more simply.

-Nick Johnson

On Wed, Jul 22, 2009 at 5:44 PM, Astralis wrote:
>
> I have a website where members write large blocks of text at a time (1
> to 2mb) and my server storage is becoming crowded.  Is this something
> that App Engine could help me by storing the documents but allowing me
> to post and get them on my website and the members never see App
> Engine in the background?
>
> This is such a newbie question but I'm not really sure App Engine is
> designed for this.
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Is it possible to...

2009-07-22 Thread Astralis

I have a website where members write large blocks of text at a time (1
to 2mb) and my server storage is becoming crowded.  Is this something
that App Engine could help me by storing the documents but allowing me
to post and get them on my website and the members never see App
Engine in the background?

This is such a newbie question but I'm not really sure App Engine is
designed for 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-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] How can I detect the development server?

2009-07-22 Thread Mark Jones

I need code to behave one way on my dev server and another on the real
GAE.  How can I detect the dev server.

Specifically I need to NOT replace imp.find_module so that WingIDE
debugging will work, but I need it to be replaced when the code is
pushed to GAE

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: AppEngine Down?

2009-07-22 Thread CrewNerd

Status page is still down as far as I can tell. The lack of a response
or info from Google is a little disconcerting. It's been down for
several hours now.


--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Is anybody experiencing timeout from the data store right now?

2009-07-22 Thread NervMouse

the datastore timeout lasting for about 20 minute

It works well now.



On 7月22日, 下午9時45分, Tonny  wrote:
> All my requests seems to timeout right now
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: App Engine outage July 22?

2009-07-22 Thread Andrew Ziem

On Wed, Jul 22, 2009 at 7:52 AM, Andrew Z. wrote:
> The GAE site status page is 100% blank, and on my site some pages
> (writing to database) are failing.

My app seems OK again, but http://code.google.com/status/appengine is
still blank in Firefox and returns an error in Links (console
browser).


Andrew

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Is anybody experiencing timeout from the data store right now?

2009-07-22 Thread bigbirdtommy

Noticing the same thing right now on publishing...

On Jul 22, 8:45 am, Tonny  wrote:
> All my requests seems to timeout right now
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Is anybody experiencing timeout from the data store right now?

2009-07-22 Thread Tonny

All my requests seems to timeout right now
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: AppEngine Down?

2009-07-22 Thread bFlood

saw it too, seems to be back up but there was definite hiccup for
about 15-20 mins

On Jul 22, 9:57 am, Brandon Thomson  wrote:
> Seems to be fixed! ^_^
>
> On Jul 22, 9:49 am, Brandon Thomson  wrote:
>
>
>
> > Connectivity to app is very poor right now... status page has been
> > down for about 7 hours.
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: AppEngine Down?

2009-07-22 Thread Brandon Thomson

Seems to be fixed! ^_^

On Jul 22, 9:49 am, Brandon Thomson  wrote:
> Connectivity to app is very poor right now... status page has been
> down for about 7 hours.
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: 502 Bad Gateway

2009-07-22 Thread Tom Wu
Hi,

For me is hard to appcfg.py update my app to gae.

HTTPError: HTTP Error 500: Internal Server Error

Regards
Tom Wu



2009/7/22 Takashi Matsuo 

>
> Its back to normal now. As far as I concerned, not quite a few people
> in Japan experienced the same issue. The root cause of this issue
> might be an excessive network traffic because of a solar eclipse in
> Japan.
>
> Just my 2 Yen.
>
> The App Engine status page still gives me 502 server error.
>
> --
> Takashi Matsuo
>
> On Wed, Jul 22, 2009 at 10:27 AM, Takashi
> Matsuo wrote:
> > Hi list,
> >
> > Out of the blue, all my apps and admin console started to throw 502 Bad
> Gateway.
> > Is there anyone experiences the same issue?
> >
> > --
> > Takashi Matsuo
> >
>
> >
>

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Implemented Keyword Search

2009-07-22 Thread Wooble

Jeremy,

This is an interesting solution for properties that have very few
keywords, but doesn't the number of required elements to your list
explode rather badly as the number of words in the property
increases?

On Jul 21, 7:45 pm, Jeremy Truax  wrote:
> Hey all, just successfully implemented a keyword search. Some of you
> might have already done something like this but I thought I'd post it
> for those that haven't and/or are struggling with something like it.
>
> http://blog.zillinz.com/2009/07/keyword-search-on-google-app-engine.html
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] AppEngine Down?

2009-07-22 Thread Brandon Thomson

Connectivity to app is very poor right now... status page has been
down for about 7 hours.
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Is anyone else getting 500 server errors.

2009-07-22 Thread br...@ifeets.com

Never mind we're back up.

On Jul 22, 9:52 am, BrianJinwright  wrote:
> We tried loading our video page (running on AE) this morning and got
> nothing. So I headed over to Jaiku and got nothing as well. Then I
> tried the AE System Status page and got nothing.
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] App Engine outage July 22?

2009-07-22 Thread Andrew Z.

The GAE site status page is 100% blank, and on my site some pages
(writing to database) are failing.
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Is anyone else getting 500 server errors.

2009-07-22 Thread BrianJinwright

We tried loading our video page (running on AE) this morning and got
nothing. So I headed over to Jaiku and got nothing as well. Then I
tried the AE System Status page and got nothing.
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Other developer was modifying data store, now I get error 500 for appengine.google.com

2009-07-22 Thread Blixt

Hey, I had added a second developer to my app "multifarce" and as he
was adding an item to the data store through the data viewer, he got a
server error (500) Now I get the same error for the whole of
appengine.google.com so I can't access any of my applications. Nor
does the application in question work (it loads static content, but
the rest doesn't work, see http://multifarce.appspot.com/ type "start"
and hit enter.)

Maybe this is just a pure coincidence and will resolve itself, but it
doesn't seem like it, the timing was perfect. My other apps work fine
though (such as http://paste.blixt.org/ )

Has anyone else experienced this problem?
--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: SMS Verfication Troubles

2009-07-22 Thread Nick Johnson (Google)

Hi Nicolas,

I've activated your account.

-Nick Johnson

On Mon, Jul 20, 2009 at 6:48 AM, Nicolas wrote:
>
> Hi, I'm having the same problem with movistar in Argentina, could you
> also help me?
> Thanks
>
> Nicolas
>
> On Jul 14, 6:51 am, "Nick Johnson (Google)" 
> wrote:
>> Hi Aivar,
>>
>> I've manually activated your account.
>>
>> -Nick Johnson
>>
>>
>>
>> On Sat, Jul 11, 2009 at 8:04 PM, Aivar wrote:
>>
>> > Nick, could you please help me too!
>>
>> > I tried to get verification code to 2 different Estonian carriers (EMT
>> > and Tele2) without success (waited for 2 days).
>> > I was also unable to report problem 
>> > athttp://appengine.google.com/waitlist/sms_issues
>> > - from there i got error message "There were errors:    * Carrier"
>>
>> > thanks in advance!
>>
>> > Aivar
>>
>> --
>> Nick Johnson, App Engine Developer Programs Engineer
>> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
>> Number: 368047
>
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: No SMS support for my country

2009-07-22 Thread Nick Johnson (Google)

Hi Pilar,

I've activated your account.

-Nick Johnson

On Mon, Jul 20, 2009 at 3:10 PM, Pilar Posada
Saldarriaga wrote:
>
> I'm having the same problem, I'm from Colombia.
>
> Can you help me please, Nick?
>
> Thank you very much.
>
> On Jul 16, 9:17 am, "Nick Johnson (Google)" 
> wrote:
>> I've activated your account.
>>
>> -Nick Johnson
>>
>> On Thu, Jul 16, 2009 at 2:24 PM, Munkhbaatar wrote:
>>
>> > Hello, I am from Mongolia,
>>
>> > I have a problem with "Verify Your Account bySMS" page. NoSMS
>> > support for my country.
>>
>> > Is there any other way of verifying my account?
>>
>> > Thanks.
>>
>> --
>> Nick Johnson, App Engine Developer Programs Engineer
>> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
>> Number: 368047
>
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Import Conctacts not working anymore

2009-07-22 Thread Nick Johnson (Google)

Hi Corina,

This group is for questions about Google App Engine. You should
probably ask this in one of the GData groups.

-Nick Johnson

On Mon, Jul 20, 2009 at 3:32 PM, Corina Cojea wrote:
>
> Hi. I am trying to read Contacts from my G mail Account dynamic (from
> C#).
> Until know everything worked just fine , but now I receive 89 names
> (like : "First Name","E-mail Address" etc..)
> and 88 values (like : "Mark","m...@uu.com"...etc)
>
> I would appreciated if you could give me a solution, explanation or
> suggest another way in doing this.
>
> Best Regards,
> Corina
>
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: A question abort Creating index for id

2009-07-22 Thread Nick Johnson (Google)

Hi Yao,

As the error message states, indexes on single properties are not
required - they are automatically indexed by the datastore.

-Nick Johnson

On Sat, Jul 18, 2009 at 4:03 PM, Yao wrote:
>
> I have created a db Entity named TextRec , and the Entity has an
> property named id by me.
>
> I want to create an index of the id, but the appcfg.py goes error. The
> error is below:
>
> Saving authentication cookies to C:\Documents and Settings
> \Administrator/.appcfg
> _cookies
> Cloning 1 application file.
> Closing update.
> Uploading index definitions.
> Error 400: --- begin server output ---
> Creating a composite index failed: This index:
> entity_type: "TextRec"
> ancestor: false
> Property {
>  name: "id"
>  direction: 2
> }
>
> is not necessary, since single-property indices are built in. Please
> remove it f
> rom your index file and upgrade to the latest version of the SDK, if
> you haven't
>  already.
> --- end server output ---
>
>
> And the index isn't created.
>
> I think the property named id by me was conflict with something, and
> cause the index creating failed.
>
> I want to know how to create an index for my property id.
>
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Performance of indexes

2009-07-22 Thread Nick Johnson (Google)

Hi Tonny,

The query you describe below can be satisfied using the built in
indexes and a merge join. Merge join queries, however, can be a little
less efficient than using a composite index. You can reduce timeouts
and improve query efficiency by creating a composite index for this
query like so:

- kind: MyEntity
  properties:
  - name: prop1
  - name: prop2


-Nick Johnson

On Sat, Jul 18, 2009 at 12:22 PM, Tonny wrote:
>
> Hello
>
> I have a simple query like this: MyEntity.all().filter('prop1 =',
> value1).filter('prop2 =', value2).get()
>
> Every now and then it times out. To me it looks simply enough, but as
> I started digging into the issue i came to doubt that I had the proper
> indexes in place. In a relational database I would have made a
> composite index for prop1 and prop2, but I can't find anything in the
> app engine documentation about such an index. Rather I think it
> suggests that the default indexes are sufficient for handling fetches
> filtered by two attributes.
>
> Does anybody know if default indexes are just as efficient as a
> composite index, would the composite index be used at all?
>
> Cheers
> Tonny
>
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: simultaneous dynamic requests, max blob size, multi-blob?

2009-07-22 Thread Nick Johnson (Google)

Hi Jeff,

When I said 10MB, I was referring to the 10MB request size limit, and
pointing out that the forthcoming blob API will allow storing blobs
larger than that size also. You can currently store anything up to
10MB by splitting the blob into multiple datastore entities, but it's
impossible to accept an upload greater than 10MB at all.

-Nick Johnson

On Tue, Jul 21, 2009 at 9:26 AM, Jeff Enderwick wrote:
>
> Yeah, just trying to get clarification. Nick's email stated 10MB,
> Wikipedia says 1MB with a 10MB response limit. If Wikipedia is right
> and I can get 10MB in/out the door, I can always fragment (or wait, or
> if Nick says it is now 10MB ... :-).
>
> http://en.wikipedia.org/wiki/Google_App_Engine#Hard_limits
>
> On Mon, Jul 20, 2009 at 4:00 PM, Wooble wrote:
>>
>>
>>
>> On Jul 18, 8:29 pm, Jeff Enderwick  wrote:
>>> Is 10MB the current limit, or is it 1MB? I was under the impression
>>> that the max blob size was 1MB, and max HTTP response size was 10MB.
>>> Do I have it right?
>>
>> API calls are limited to 1MB unless that's been changed without an
>> announcement fairly recently; you couldn't get more than 1MB into an
>> entity even if the blob itself could hold it.
>> >
>>
>
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Strange App Name Conflict - Google?

2009-07-22 Thread Nick Johnson (Google)

Hi Devel63,

What is the app ID in question that you're trying to create? Please
reply by email if you're not comfortable revealing it here. Some App
IDs are simply reserved, which may be the case here, but if you
provide the App ID, we can check it out and determine if that's the
case.

-Nick Johnson

On Tue, Jul 21, 2009 at 10:35 PM, Devel63 wrote:
>
> I tried to register an app today, and got an error message that "An
> App or Google Account already exists with that name."
>
> But, there is no email address "appn...@gmail.com", there is no app
> active at the requested appname, it's my company's name, and FWIW,
> we've had the domain.com for years.
>
> We do use Google Apps for our internal email.   Does that constitute
> an illegal conflict?  If we have everything on appname.com, can we not
> register an app named appname?
>
> Normally, this wouldn't matter, but since you actually need to use
> appname.appspot.com when doing anything over https, I guess the name
> does sometimes matter.
>
> Is there any way to track this down and see what's going on?
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: How does cron work with multiple deployed versions (one is default)

2009-07-22 Thread Nick Johnson (Google)

Hi Jonathan,

Only cron jobs associated with the default version of the app are run.

-Nick Johnson

On Wed, Jul 22, 2009 at 7:43 AM, Jonathan wrote:
>
> I want to know how cron jobs work across multiple deployed versions.
> Do cron jobs run from each version? or do cron jobs only run in the
> default version? Or does it do something where they only run if they
> are different the default version?
>
> Ideally, only cron jobs in the default version should run. But I can't
> see that written anywhere.
>
> On the application dashboard, the cron status keeps getting updated,
> but I am not sure if that means that they are being executed.
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~-~--~~~---~--~~
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, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---