Re: [google-appengine] about clearing the datastore

2010-02-17 Thread kang
OK. Thanks again. On Wed, Feb 17, 2010 at 5:09 AM, Ikai L (Google) wrote: > No, there is no real concept of structure. The closest thing to structure > would be the indexes on the values of the data stored. You can read more > about this here: > > http://code.google.com/appengine/articles/storag

[google-appengine] how to install python ssl module in windows?

2010-02-17 Thread saintthor
in uploading, i get a warning: WARNING appengine_rpc.py:399 ssl module not found. Without the ssl module, the identity of the remote host cannot be verified, and connections may NOT be secure. To fix this, please install the ssl module from http://pypi.python.org/pypi/ssl . i get the gz package,

[google-appengine] Feature suggestion: Paying Ststem

2010-02-17 Thread kang
I think Google App Engine need to give us a paying system like App Store and Android Market or give us some API about paying. We need a web app store :-) Thanks -- Stay hungry,Stay foolish. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] ubuntu 9.10 and ssl in 1.3.1

2010-02-17 Thread gops
ssl in python2.5 is not easy_installable as default version in ubuntu is python 2.6. so you might get warning while uploading file with ssl. as sudo easy_install-2.5 ssl failed , i had to install libssl-dev and and than sudo easy_install-2.5 pyopenssl , and than it worked. just posted it so if s

[google-appengine] Re: Moving domain to Google App Engine

2010-02-17 Thread Martijn
Thanks for the reply Wooble. Seeing SSL is an absolute must for the application, I would really like this to work, this can stop the entire project if I can't get this to work. I'm not going to transfer the domain to Google so would it be possible to set up the SSL at my DNS host? On 16 feb, 15:

[google-appengine] Re: Redirects to documentation fails

2010-02-17 Thread Mackaaij
Hmm I've tried it again, the redirect does not work in WinXP/IE7 but is does work in FireFox. Is it just my machine or browser specific? On 16 feb, 23:43, "Ikai L (Google)" wrote: > That's strange, since the second link works for me. It redirects here: > > http://code.google.com/appengine/docs/p

Re: [google-appengine] Re: What additional JARs do I need to use the Memcache Java API?

2010-02-17 Thread Nick Johnson (Google)
Hi Charles, You shouldn't need any additional JARs - everything should be included in the SDK. -Nick Johnson On Tue, Feb 16, 2010 at 9:28 PM, Charles wrote: > Bump! > > Anyone have any suggestions? > > > Charles > > > On Feb 12, 8:42 pm, Charles wrote: > > Hi all, > > > > I've tried adding ca

[google-appengine] Re: My app - shameless plug :-)

2010-02-17 Thread Benjamin
Ikai, Thanks! I'm pondering how to best release my code to the open source community. There are a couple of aspects of the backend code that are very near and dear to my heart - having spent many years on them. I'm not trying to make money selling copies of my code, rather i'm trying to keep nim

[google-appengine] Re: Lucene/Compass

2010-02-17 Thread uo
I too encountered challenges and I still cante believe anyone runs compass on gae... on close inspection of some of the core compass classes like org.compass.core.Compass implements javax.naming.referenceable which isnt in Google's whitelist. On Feb 16, 3:33 am, Patrick Twohig wrote: > Yeah.  

Re: [google-appengine] Re: Moving domain to Google App Engine

2010-02-17 Thread Nick Johnson (Google)
Hi Martijn, On Wed, Feb 17, 2010 at 11:09 AM, Martijn wrote: > Thanks for the reply Wooble. > > Seeing SSL is an absolute must for the application, I would really > like this to work, this can stop the entire project if I can't get > this to work. > You have two options here: You can proxy all

Re: [google-appengine] Re: Select columns

2010-02-17 Thread Nick Johnson (Google)
Hi Manny, On Wed, Feb 17, 2010 at 6:57 AM, Manny S wrote: > Ryan, > I just made the pagination code work using cursors. One thing I noticed in > the documentation is this: > > >- A query with a cursor does not always work as expected when the query >uses an inequality filter or a sort or

Re: [google-appengine] Forcing cron jobs to run on a specific core

2010-02-17 Thread Nick Johnson (Google)
Hi Rama, You have no control over what instance of your app a request (including cron or task queue requests) will execute on, let alone what core or machine. This is a requirement for App Engine apps to scale. Why do you need to control this? There's probably a better way to handle your specific

[google-appengine] Re: Why i don't use Google App Engine... and don't recomend it to you

2010-02-17 Thread ai_...@live.ru
I think i have Google acc, but i don't know for shure. When i go to https://appengine.google.com/ and Sign in, then i see a list of ONE site (all other disapear!) and i can create only 2 more sites!!! Here is the proof link http://oleksii.icr-corp.com/gae.png When i try to create new site. I'm s

[google-appengine] Re: Why i don't use Google App Engine... and don't recomend it to you

2010-02-17 Thread ai_...@live.ru
I don't think that my situation is funny!!! On 16 фев, 22:05, johnwlockwood wrote: > I guess you are right, I was just trying to point out that Wobble > wasn't calling ai_boy a hideous creature that lives under a bridge. :P > > On Feb 16, 10:46 am, Eli Jones wrote: > > > > > Nah, he's calling hi

Re: [google-appengine] Re: 1.3.1 SDK Prerelease - help us verify

2010-02-17 Thread Takashi Matsuo
On Wed, Feb 17, 2010 at 12:28 PM, ryan wrote: > On Feb 7, 5:52 pm, Takashi Matsuo wrote: >> >> For the time being, you can use following strategy for a workaround. >> 1) prepare a handler for sending particular mail >> 2) put this handler into the task queue in a transactional manner > > exactly!

Re: [google-appengine] Re: Why i don't use Google App Engine... and don't recomend it to you

2010-02-17 Thread Nickolas Daskalou
Maybe Google did it on purpose because you're using IE + Bing instead of Chrome + Google? :P No seriously, hopefully this screenshot will make it easier for the Googlers that frequent this group to help you. I have a question for you though (not sure if it's been asked in this thread yet (yes, ca

[google-appengine] Re: Why i don't use Google App Engine... and don't recomend it to you

2010-02-17 Thread johnP
I've been lost among various subflavors of Google accounts before. Maybe if there is somewhere an authoritative table of 'types of Google accounts; and how they are similar; and how they are different,' you might be able to figure out how to access the correct account to login to. On Feb 17, 8

[google-appengine] Re: 1.3.1 SDK Prerelease - help us verify

2010-02-17 Thread ryan
On Feb 17, 8:23 am, Takashi Matsuo wrote: > In my opinion, the only problem is the task for sending mail is *not* > idempotent. In other words, what if the task is executed more than > once? Presumably recipients will receive more than one mail. Its > somewhat annoying, isn't it? true! good point

[google-appengine] GAE seems caching urlfetch results and causing phantom contents showing up

2010-02-17 Thread Adam Johnson
It appears that GAE has done some tricks recently to boost urlfetch scalability. My app has steadily increasing traffic, but getting less 'simultaneous dynamic request limit' problem. However, some urlfetch behaviors become really weird now. The urlfetch will return some results that you know for

[google-appengine] Google App Engine : web-app being "hibernated" ?

2010-02-17 Thread netcompetency
Hi all, i have some labs on Google App Engine and find some "strange" yet "consistent" behaviour. My app is based on Spring/JPA. No error/ exception and working properly. The issue is with performance. If we are not using the apps for some time --- for example for an hour --- the application is li

[google-appengine] Re: Monitoring HTTPS traffic from app engine - running locally

2010-02-17 Thread Jan Z
You need to make some changes to urlfetch_stub.py and dev_appserver.py: urlfetch_stub.py fragment: (I will leave the diff as the exercise for the reader) try: if protocol == 'http': proxy = os.getenv("http_proxy") if proxy: if proxy.startswith('http://'):

[google-appengine] Downloading source code from Google App Engine

2010-02-17 Thread Renee Maier
I was wondering if there is a way to download the source code from my app engine project? My hard drive crashed on my Mac and I (stupidly) did not have the source backed up. Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post

[google-appengine] Question on key design: Datastore errors and tablets

2010-02-17 Thread Ulrich
Hi, I have read the following "Timeouts due to datastore issues --- [...] The most common example of this occurs when you are rapidly inserting a large number of entities of the same kind, with auto-generated IDs. In this case, most inserts hit the same range of the same tablet, and the single tab

[google-appengine] What were you thinking...

2010-02-17 Thread Hampus
I was just about to deploy something but it rejected my correct password and mail... so I tried to convert my account to gmail, huge mistake since now it doesnt remember that i was signed up for googleapp and now i cant use my cellphone number again... -- You received this message because you are

[google-appengine] Please more easy to ManageFile!!!!!!!!!!!!!!!!!!!!!

2010-02-17 Thread a...@hocvui.net
Google App Engine provide one off the best web hosting, but it's hard to upload and manage the file. Why not suppot and online File Manager tools like Cpanel , Plesk easy to upload, edit. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

Re: [google-appengine] Downloading source code from Google App Engine

2010-02-17 Thread Nick Johnson (Google)
Hi Renee, Sorry, we don't provide a way to download source code. This is partly a security consideration: Many people are in a situation where not all of the admins of an app should have access to the app's source. I'd strongly recommend using a version control service like github or Google Code

Re: [google-appengine] Downloading source code from Google App Engine

2010-02-17 Thread Ikai L (Google)
No, there isn't. This question is asked more frequently than makes me comfortable. You should always use source control. On Wed, Feb 17, 2010 at 10:02 AM, Renee Maier wrote: > I was wondering if there is a way to download the source code from my > app engine project? My hard drive crashed on my

Re: [google-appengine] Question on key design: Datastore errors and tablets

2010-02-17 Thread Nick Johnson (Google)
Hi Ulrich, On Wed, Feb 17, 2010 at 5:30 PM, Ulrich wrote: > Hi, > > I have read the following > "Timeouts due to datastore issues --- [...] The most common example of > this occurs when you are rapidly inserting a large number of entities > of the same kind, with auto-generated IDs. In this case

[google-appengine] Re: Google App Engine : web-app being "hibernated" ?

2010-02-17 Thread peterk
My background is python, but yes, instances of your application are spooled down and perhaps taken out of memory altogether if the app goes idle. So the next request to your app after this happens takes a bit longer to be served, because an instance of your application has to be spooled back up bef

Re: [google-appengine] a bug in memcache

2010-02-17 Thread Ikai L (Google)
What is the exact bug? I'm not sure what you're describing is how memcached is supposed to work: http://memcached.org/ Granted, our version is a bit different for security reasons, but the way memory is managed should mostly match the open source implementation. On Tue, Feb 9, 2010 at 9:51 PM, s

Re: [google-appengine] Delete developer users

2010-02-17 Thread Ikai L (Google)
Are you still blocked from deleting developers? On Thu, Feb 11, 2010 at 2:17 PM, Jairo Vasquez Moreno < jairo.vasq...@gmail.com> wrote: > Hi, > > I'm trying to delete developer users using the dashboard and It is just not > working. Unless is there a way to get increased the 15 limitation? > > Th

[google-appengine] Re: GAE seems caching urlfetch results and causing phantom contents showing up

2010-02-17 Thread peterk
I believe GAE caches URL requests for a period, so that would jive with what you're seeing. However apparently you can set the cache-control header in your request to force no caching on your request. It's discussed here: http://groups.google.com/group/google-appengine/browse_thread/thread/ae52ac

Re: [google-appengine] Question on key design: Datastore errors and tablets

2010-02-17 Thread Eli Jones
I understand the process of evenly distributing IDs since they are Integer values.. is there a canonized appengine way to evenly distribute key_names? Just make sure key_name1 and key_name2 don't have their i-th letters "too close" too eachother? How far is far enough? Does doing even distributi

Re: [google-appengine] Question on key design: Datastore errors and tablets

2010-02-17 Thread Ulrich
Hi Nick, Thanks for your fast answer! Nick Johnson (Google) wrote: Hi Ulrich, On Wed, Feb 17, 2010 at 5:30 PM, Ulrich > wrote: Hi, I have read the following "Timeouts due to datastore issues --- [...] The most common example of this occurs

Re: [google-appengine] LIKE queries in java / Text searching

2010-02-17 Thread Ikai L (Google)
You can break the searchable text into tokens and store them also as in a String List. This will make them indexed on save. Note that this can potentially cause datastore puts to become much more expensive, as indexes are updated synchronously. Can you post the link to fake a prefix match in Pytho

[google-appengine] Re: When is isAdmin() in the UserService returning true?

2010-02-17 Thread dflorey
So does this mean you just need to be a developer of the app? And it has nothing to do with Google apps administrator account? Still little bit confused ;-) On 21 Jan., 14:10, "Nick Johnson (Google)" wrote: > Hi, > > A user is identified as an administrator if they're signed in to an app > which

Re: [google-appengine] Re: 1.3.1 SDK Prerelease - help us verify

2010-02-17 Thread Karthik Ram
They are faster - use less system resources - but I do not see an effective way to paginate using the current implementation of cursors which are "forward only" unless YOU store the cursor . Given that cursors are "opaque", there is no guarantee if that will work over time. 2010/2/16 Waldemar Korn

[google-appengine] MMS to Email Gateway failures

2010-02-17 Thread A1programmer
I can send picture MMS emails to my mobile phone if I manually log into the Google Apps GMail interface, but I'm having problems sending MMS (picture) messages programmatically from app engine code. I'm trying to use the Email to MMS gateway method for Verizon, AT&T, and Sprint. All three fail.

Re: [google-appengine] Re: Why i don't use Google App Engine... and don't recomend it to you

2010-02-17 Thread Robert Kluin
It looks like you need to go to: https://appengine.google.com/a/live.ru Robert On Wed, Feb 17, 2010 at 11:14 AM, ai_...@live.ru wrote: > I think i have Google acc, but i don't know for shure. > > When i go to https://appengine.google.com/ and Sign in, then i see a > list of ONE site (all

[google-appengine] HELP! I cannot see my application

2010-02-17 Thread marcelo.zana...@tuneup.com.br
I cannot see my application in Start page in Google App Engine Admin: https://vendas-tuneup.appspot.com What I need to do? -- 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...@googlegroups.c

[google-appengine] Creating hierarchy with webapp?

2010-02-17 Thread maxfarrar
I'm trying to create a message board system, and I have broken it down into categories, threads, and posts. I need to make each post be a child of a thread, etc. I read about setting a parent, and doing database queries with 'ANCESTOR', but I can't find good documentation showing the actual code in

Re: [google-appengine] Problems with my AppEngine Account

2010-02-17 Thread Ikai L (Google)
Guido, are you still having issues with this? 2010/2/12 Guido Kämper > Hello, > > I have a serious problem with my app engine account. Seems to be related to > rights management issues or login problems. > > I added one application without problems, I could upload it using appcfg.sh > update > >

Re: [google-appengine] Creating hierarchy with webapp?

2010-02-17 Thread Robert Kluin
I would suggest you use reference properties. Otherwise your entities will be in very few entity groups, which can cause some issues. For Python the datastore reference is here: http://code.google.com/appengine/docs/python/datastore/ Robert On Wed, Feb 17, 2010 at 4:40 PM, maxfarrar wrot

[google-appengine] Re: Downloading source code from Google App Engine

2010-02-17 Thread Tim Hoffman
Hi It also occurs so frequently it suggests there is not a lot of reading the documentation going on. Maybe some big bold text at the beginning of getting started might help ;-) By the way I personally do not feel this feature should be implemented by google. People can already install some code

Re: [google-appengine] Re: Downloading source code from Google App Engine

2010-02-17 Thread Sümer Cip
As a programmer I usually like everything Google does as a corporation, like thir ideas, like their projects especially the engineering quality of their software(good balancing of tradeoffs). But I personally don't understand Google on this subject. People just want to have a simple FTP like thing

[google-appengine] Re: HELP! I cannot see my application

2010-02-17 Thread Wooble
Mostly likely, you need to login at http://appengine.google.com/a/tuneup.com.br On Feb 17, 1:16 pm, "marcelo.zana...@tuneup.com.br" wrote: > I cannot see my application in Start page in Google App Engine > Admin:https://vendas-tuneup.appspot.com > > What I need to do? -- You received this mess

[google-appengine] Re: Downloading source code from Google App Engine

2010-02-17 Thread Greg
On Feb 18, 12:07 pm, Sümer Cip wrote: > People just want to have a simple FTP like thing where we can download the > code. No people don't! Consider the scenario where you have developed a nice application and you want to sell it to different companies. As Appengine is now, you can set up an app

[google-appengine] Scheduled Maintenance?

2010-02-17 Thread Greg
Have I got my timezones wrong, or is the scheduled maintenance not happening? According to my calculations it should have started half an hour ago... -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to googl

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread vivpuri
Will someone please update if the maintenance is going on or has ended? On Feb 17, 8:37 pm, Greg wrote: > Have I got my timezones wrong, or is the scheduled maintenance not > happening? According to my calculations it should have started half an > hour ago... -- You received this message becaus

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread vivpuri
okay there is an update here - http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/65f5cdded5bc52e0# 1.25 hour delay is not a good idea :( -V On Feb 17, 8:41 pm, vivpuri wrote: > Will someone please update if the maintenance is going on or has > ended? > > On F

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Greg
Oooops... there it goes. Maybe my message reminded them! On Feb 18, 2:37 pm, Greg wrote: > Have I got my timezones wrong, or is the scheduled maintenance not > happening? According to my calculations it should have started half an > hour ago... -- You received this message because you are subsc

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Sean Lynch (Google)
Yep sorry for the delay. Keep any eye on the eye on the thread vivpuri linked to, we will update that thread when the read-only period has finished. On Feb 17, 5:46 pm, Greg wrote: > Oooops... there it goes. Maybe my message reminded them! > > On Feb 18, 2:37 pm, Greg wrote: > > > Have I got my

[google-appengine] Possible cursor exploit? (was Re: 1.3.1 SDK Prerelease - help us verify)

2010-02-17 Thread James Ashley
I don't have time to test this just now, and I hate to waste bandwidth on what (so far) is just idle speculation, but I did spot what looks like a potential security. I figured it'd be better to share it with the group than sit on it until I actually *do* have time to confirm/ deny. On Feb 16, 11

Re: [google-appengine] Re: Downloading source code from Google App Engine

2010-02-17 Thread Ikai L (Google)
Code download would only benefit Python, anyway, since Java source is not uploaded. There are a million reasons why this is a bad idea and some have been touched on. Personally, I cannot think of any situation in which I would use this over source control, which will allow me to annotate check-ins,

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread jay
Is there somewhere other than this list we should be subscribed to to be informed about these ahead of time? This one caught me by surprise. Jay. On Feb 18, 12:49 pm, "Sean Lynch (Google)" wrote: > Yep sorry for the delay.  Keep any eye on the eye on the thread > vivpuri linked to, we will updat

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Greg
On Feb 18, 3:22 pm, jay wrote: > Is there somewhere other than this list we should be subscribed to to > be informed about these ahead of time? This one caught me by > surprise. Yes - you can subscribe to http://groups.google.com/group/google-appengine-downtime-notify. This sends you several ema

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread naan
It seems cron job isn't working after the maintenance. Is this known issue? On Feb 17, 6:41 pm, Greg wrote: > On Feb 18, 3:22 pm, jay wrote: > > > Is there somewhere other than this list we should be subscribed to to > > be informed about these ahead of time? This one caught me by > > surprise.

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Ivan Pardo
I still can't deploy my app nor access my dashboard. On Feb 17, 6:49 pm, naan wrote: > It seems cron job isn't working after the maintenance. Is this known > issue? > > On Feb 17, 6:41 pm, Greg wrote: > > > > > On Feb 18, 3:22 pm, jay wrote: > > > > Is there somewhere other than this list we sh

[google-appengine] Unable to deploy after maintenance

2010-02-17 Thread Brandon Thomson
Since the maint period has ended I have been seeing this: Checking if new version is ready to serve. Will check again in 1 seconds. Checking if new version is ready to serve. Will check again in 2 seconds. Checking if new version is ready to serve. Will check again in 4 seconds. Checking if new ve

[google-appengine] Re: Unable to deploy after maintenance

2010-02-17 Thread Ivan Pardo
I'm seeing the same thing with Java. On Feb 17, 6:55 pm, Brandon Thomson wrote: > Since the maint period has ended I have been seeing this: > > Checking if new version is ready to serve. > Will check again in 1 seconds. > Checking if new version is ready to serve. > Will check again in 2 seconds.

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread naan
cron job starts working now. On Feb 17, 6:49 pm, naan wrote: > It seems cron job isn't working after the maintenance. Is this known > issue? > > On Feb 17, 6:41 pm, Greg wrote: > > > On Feb 18, 3:22 pm, jay wrote: > > > > Is there somewhere other than this list we should be subscribed to to > >

[google-appengine] Re: Unable to deploy after maintenance

2010-02-17 Thread Brandon Thomson
As well, one of the rollbacks failed and the app lost it's default version. Under default every column read 'No' and the app was not responding to any requests at my domain. I have not seen that behavior before. -- You received this message because you are subscribed to the Google Groups "Google

Re: [google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Nickolas Daskalou
My crons aren't running yet. On 18 February 2010 13:56, naan wrote: > cron job starts working now. > > On Feb 17, 6:49 pm, naan wrote: > > It seems cron job isn't working after the maintenance. Is this known > > issue? > > > > On Feb 17, 6:41 pm, Greg wrote: > > > > > On Feb 18, 3:22 pm, jay

[google-appengine] Re: Unable to deploy after maintenance

2010-02-17 Thread Ivan Pardo
i cant even access the dashboard for my main app. its very strange, because i can access the dashboard to the rest of my app associated with this account. On Feb 17, 6:58 pm, Brandon Thomson wrote: > As well, one of the rollbacks failed and the app lost it's default > version. Under default eve

Re: [google-appengine] Re: Downloading source code from Google App Engine

2010-02-17 Thread Andrew Chilton
On 18 February 2010 15:28, Ikai L (Google) wrote: > Git: http://progit.org/book/ <-- free hosting: github.com Also want to mention Gitorious for free Git hosting : http://gitorious.org/ It's nice, and also AGPLv3 :) Good luck with tracking your project Renee! Cheers, Andy -- contact: Andrew

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Waleed
I can't upload my app either! It starts uploading then gets stuck waiting for the new version to be ready to serve. -- 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...@googlegroups.com. To u

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread vivpuri
My crons are not running either -- 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...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread mb
Also, XMPP isn't working for my app. It's worked fine the last 3 weeks, now after maintenance it's broken. No changes made to the app in 3 weeks. On Feb 17, 7:14 pm, vivpuri wrote: > My crons are not running either -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: AppEngine refuses to :appcfg.py update"?

2010-02-17 Thread Albert
me too!!! app id: albertpadin1 -- 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...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.

[google-appengine] Re: Possible cursor exploit? (was Re: 1.3.1 SDK Prerelease - help us verify)

2010-02-17 Thread Wooble
On Feb 17, 9:08 pm, James Ashley wrote: > 1) The user has a bunch of personal...whatever.  Bookmarks that he > doesn't want to share with his wife.  The original query is tied to > his google account.  He stashes a browser bookmark halfway through the > list and logs out of the site.  Later, his

Re: [google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Nickolas Daskalou
Refreshing my Logs page in the Admin Console just gave me: Server Error A server error has occurred. Return to Applications screen » On 18 February 2010 14:22, mb wrote: > Also, XMPP isn't working for my app. It's worked fine the last 3 > weeks, now after ma

Re: [google-appengine] MMS to Email Gateway failures

2010-02-17 Thread Andrew Chilton
Hi Derrick, On 18 February 2010 10:20, A1programmer wrote: > [snip] > Does anyone have any idea why this may be, or can offer suggestions? > As it looks now, if I can get this to work nicely on another platform, > I'm going to have to move my stuff off of my GAE (paid account). Might this help?

Re: [google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Nickolas Daskalou
On next refresh, the Logs page is now working. Crons are still not, however. On 18 February 2010 14:24, Nickolas Daskalou wrote: > Refreshing my Logs page in the Admin Console just gave me: > > Server Error > > A server error has occurred. > > Return to Applications screen »

Re: [google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Eli Jones
I'm hesitant to try a redeploy of my app right now to see if that works.. but I will not that I am getting the "Error: Server Error The server encountered an error and could not complete your request" when trying to go to Datastore Statistics page. I try refresh and same error. Also, I noticed

[google-appengine] Re: AppEngine refuses to :appcfg.py update"?

2010-02-17 Thread App Engine Team
This is a known issue resulting from today's schedule maintenance. We're currently working on a fix, but there is a work around that should work for most developers: 1. Deploy your application as a new version. Please do not constantly attempt to redeploy your app. Your app is already in the queue

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread vivpuri
Someone in AppEngine team really needs to fix the cron issue. This is turning out to be a 3 hour outage now. And still not sure when cron backlog will get cleared out. Dont want to get up in the morning to discover that nothing ran. -- You received this message because you are subscribed to the G

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread App Engine Team
The Deploy problem is a known issue resulting from today's schedule maintenance. We're currently working on a fix, but there is a work around that should work for most developers: 1. Deploy your application as a new version. Please do not constantly attempt to redeploy your app. Your app is alrea

[google-appengine] Re: Unable to deploy after maintenance

2010-02-17 Thread App Engine Team
This is a known issue resulting from today's schedule maintenance. We're currently working on a fix, but there is a work around that should work for most developers: 1. Deploy your application as a new version. Please do not constantly attempt to redeploy your app. Your app is already in the queue

[google-appengine] Re: Unable to deploy after maintenance

2010-02-17 Thread gwstuff
Hi Brandon, I'm seeing this issue too. This problem occurred yesterday as well but it was fixed within a couple of hours. >From my experience yesterday, if your app is live and has real users then it's better to leave it alone till the problem is fixed because messing with it makes it worse. E.g.

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread mb
Looks like XMPP just came back as well. On Feb 17, 7:34 pm, App Engine Team wrote: > The Deploy problem is a known issue resulting from today's schedule > maintenance.  We're currently working on a fix, but there is a work > around that should work for most developers: > > 1. Deploy your applicat

Re: [google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Andrew Chilton
On 18 February 2010 16:34, App Engine Team wrote: > 1. Deploy your application as a new version. Please do not constantly > attempt to redeploy your app. Your app is already in the queue even if > the deploy script times out. Excellent :) That sounds good and something I hadn't realised too. I'm

Re: [google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Nickolas Daskalou
My crons have now been MIA for a full two hours. Will this cron backlog problem occur each time there is maintenance? If so, how long can we expect the Cron executer to take "catch up"? On 18 February 2010 14:34, App Engine Team wrote: > The Deploy problem is a known issue resulting from today'

[google-appengine] Re: Unable to deploy after maintenance

2010-02-17 Thread Ivan Pardo
What if I am unable to even access my admin console? Havent been able to see it in over an hour. On Feb 17, 7:36 pm, App Engine Team wrote: > This is a known issue resulting from today's schedule maintenance. > We're currently working on a fix, but there is a work around that > should work for m

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Waleed
I tried to upload as a new version number (version 2), but I get an error: *** The application already has the maximum number of versions. *** My app is in Maintenance Mode and I can't upload an update to bring it back up. Any work-around? Waleed -- You received this message because you ar

[google-appengine] Re: Unable to deploy after maintenance

2010-02-17 Thread Brandon Thomson
gw, I saw the same 404 errors for everything that you did. You are definitely right about not messing with it. I was planning to use the deploy feature to turn my app back on after maintainence, but I guess this is a dangerous idea. Better to catch the exceptions, or change between already-deploye

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Matthew Blain
Waleed-- Have you tried the suggestion posted above about using version.latest? Doing that should also fix up the 'too many versions' problem. --Matthew On Feb 17, 7:56 pm, Waleed wrote: > I tried to upload as a new version number (version 2), but I get an > error: > >  ***  The application alre

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Brandon Thomson
Yes, very good idea. I did not know until you mentioned that the queue works this way or that we should wait and check for the version to show up. On Feb 17, 10:46 pm, Andrew Chilton wrote: > Excellent :) That sounds good and something I hadn't realised too. I'm > happy to put in a feature reques

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Waleed
Matthew, I tried using version.latest, but it's not active for me. And that's likely because I couldn't upload it due to the "maximum number of versions" error. I hoped that would get rid of the error, but it didn't do that for me! I'm basically stuck :( Waleed On Feb 17, 8:08 pm, Brandon

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Brandon Thomson
I was seeing the max number of versions earlier in the night, but somehow it went away. i didn't delete any. did you try incrementing your version again? On Feb 17, 11:23 pm, Waleed wrote: > Matthew, >     I tried using version.latest, but it's not active for me. And > that's likely because I cou

Re: [google-appengine] Re: GAE seems caching urlfetch results and causing phantom contents showing up

2010-02-17 Thread Adam Johnson
Thanks for sharing the link. It is a bit relevant. But I guess the problem I ran into is a recent phenamenon. Even if there is cache, it should not be 10 hours or even longer latency. Plus, many other urlfetch operations seem OK. GAE is having serious post-maintenance hiccup. My cron jobs and defe

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Waleed
Matthew, I'm submitted this again, because my reply of 20 minutes ago didn't show up on the list!!! I did try that suggestion, but the version.latest doesn't seem to be active for me (the old version is, but the new version I'm trying to upload isn't). And, it's not solved the "maximum number

[google-appengine] GAE should learn from Saleforce.com

2010-02-17 Thread Alan Xing
GAE is still having serious post-maintenance hiccup. My cron jobs and deferred tasks essentially stopped executing since 6:20pm, the time maintenance was supposed to be done. Plus, we can not do deployment at this moment. These kind of maintenance nightmare should not happen again. This should be

[google-appengine] Re: Google App Engine : web-app being "hibernated" ?

2010-02-17 Thread Locke
In my experience, java apps are unloaded after about 50 seconds without a hit. On Feb 17, 1:36 pm, peterk wrote: > My background is python, but yes, instances of your application are > spooled down and perhaps taken out of memory altogether if the app > goes idle. So the next request to your app

[google-appengine] Re: Unable to deploy after maintenance

2010-02-17 Thread Brandon Thomson
Whew, back to normal. Thanks very much to App Engine team for the help! -- 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...@googlegroups.com. To unsubscribe from this group, send email to g

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Waleed
I might be too stressed out and hitting the wrong reply button!!! here we go again. I still see the maximum number of versions error. and I can't upload any update, even after incrementing the version number. Also, for the last two hours I'm seeing an error rate of 2.5 errors per second, which we

Re: [google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Tom Wu
Go to the version and make the "default" version in your https://appengine.google.com 2010/2/18 Waleed > I might be too stressed out and hitting the wrong reply button!!! > here we go again. > > I still see the maximum number of versions error. and I can't upload > any update, even after incre

[google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Waleed
I have only one version in my "versions" page, and it's already set to default. !!! Something is seriously wrong here. -- 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...@googlegroups.com. T

Re: [google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Nickolas Daskalou
Update: 3.5 hours on and still no crons executed. On 18 February 2010 14:46, Nickolas Daskalou wrote: > My crons have now been MIA for a full two hours. > > Will this cron backlog problem occur each time there is maintenance? If so, > how long can we expect the Cron executer to take "catch up"?

[google-appengine] GAE/J Low Level API Transaction management.

2010-02-17 Thread Patrick Twohig
Aside from the Javadocs, does there exist any further documentation on the GAE/J low-level API. I've had a handfull of issues with it so far and I'm at a bit of a loss. I'm having trouble with ancestor queries. Specifically, I'm not getting any child entities when I look for objects with no kind

Re: [google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Tom Wu
Switch to another app, this what I did before. This app is dead now. 3 of my apps is dead. Unable to deploy appcfg.py update error 500.. 2010/2/18 Nickolas Daskalou > Update: 3.5 hours on and still no crons executed. > > > On 18 February 2010 14:46, Nickolas Daskalou wrote: > >> M

  1   2   >