Re: [appengine-java] Re: periodic downtimes

2011-02-14 Thread bryce cottam
Well, I've submitted 2 or 3 tickets to their support team last week and haven't heard back yet. Perhaps I'm doing something wrong. As far as how our app did on the app-engine: it was pretty smooth. I think the main issue we ran into was the 10 writes per entity group per second. I think that

[appengine-java] Website/link down second time in this month without any notification or maintenance.

2011-02-14 Thread sagar misal
Hello everyone, This is second time in this month that our link/website is down without any notification or maintenance, last when asked about this reply was ' it is not their(google server)side issue '. We have registered our domain name from Google apps itself and still google has no answer

[appengine-java] Re: How to completely erase the datastore of an app

2011-02-14 Thread cghersi
Hi meyertee, It says exactly what you have written. But nevertheless I'm not able to manage this issue!! I'm very puzzled... Any other hint? Thank you very much Best CRI On 13 Feb, 16:22, meyertee meyer...@gmail.com wrote: What does it say when you go from your dashboard to Administration -

[appengine-java] Re: How to completely erase the datastore of an app

2011-02-14 Thread meyertee
I'm afraid I'm running out of theories.. Funnily enough, my Datastore Admin just stopped working too - it's showing me the error page. It was still working until a couple of days ago. Oh well... Best, meyertee. -- You received this message because you are subscribed to the Google Groups

Re: [appengine-java] can i use css in my app ?

2011-02-14 Thread Vishnupradeep
Thanks for your replies. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] IllegalStateException: Must be called from a blob upload callback request

2011-02-14 Thread Andrei
Has anybody had and resolved this error? Thanks Uncaught exception from servlet java.lang.IllegalStateException: Must be called from a blob upload callback request. at com.google.appengine.api.blobstore.BlobstoreServiceImpl.getUploadedBlobs(Bl obstoreServiceImpl.java: 128) -- You

[appengine-java] Lexicographic order of keys

2011-02-14 Thread Cyrille Vincey
Say you manage an entity kind with a com.google.appengine.api.datastore.Key key, and you manage those keys with explicit values like key = KeyFactory.createKey(MyClass.class.getSimpleName(), AAA). Then, does the string-encoded form of the key have the same lexicographic order than the explicit

[appengine-java] Guice Errors while trying to integrate the sample google app marketplace

2011-02-14 Thread Jaspal Sawhney
I'm trying to run the sample google marketplace app and my application is throwing guice errors in the logs. * * *Setup:* 1. Java Application deployed Google App Engine 2. Google Marketplace listing pointing to the app. *Issue* 1. Accessing the application from both directly the appspot.com as

[appengine-java] Using Jing for XML Document Schema. Works on local, errors when deployed.

2011-02-14 Thread Austin Dworaczyk Wiltshire
Hello all! I originally posted this in the main App Engine group, but was told to try my luck here. I'm developing an application for App Engine that will take a Relax NG schema and build a Document object against it from nodes that I append. My implementation works on my local machine (Mac OS

[appengine-java] Re: 1.4.2: Can't make https call from dev server

2011-02-14 Thread harri mauria
I am having similar problems with the recently released version com.google.appengine.eclipse.sdkbundle.1.4.2_1.4.2.v201102111811 Problems happen with the development server, not in production. I am performing Facebook login credentials authentication in the callback url. Interrupt stack is below:

[appengine-java] appengine-web.xml required when using app.yaml?

2011-02-14 Thread BoulderGae
Why is GPE requiring that I keep appengine-web.xml around so it can store the appid and version when that info is already stored in my app.yaml? I drank the koolaid and use .yaml files wherever I can. Please change GPE to store/read the app meta-data from appengine- web.xml or app.yaml -

[appengine-java] Re: GAEJ app on a local GWT -noserver equivalent setup?

2011-02-14 Thread b4l4nc3r
BTW, the MaintainJ webapp doesn't write anything on the server-side, so I doubt it will have trouble running on the GAEJ-configured Embedded Jetty server. Plus locally it runs on the NORMAL default SUN- ORacle JRE, and thus not on the specific/limited environment available in the GAEJ clouds!

[appengine-java] Re: 1.4.2: Can't make https call from dev server

2011-02-14 Thread frew
Hey everybody, In order to help me diagnose the problems, could you respond with what JDK (Platform, JDK manufacturer (e.g. Sun, OpenJDK), and version) you're running? As a temporary stopgap, if you're using URLFetch service, you can use the doNotValidateCertificate() method in FetchOptions

[appengine-java] Re: FTP Alternatives

2011-02-14 Thread praseed
Hi, Oh yeah, I understand that blobstore is the way to go for storage aspects. No issue there. However, our customers have automated ftp scripts which posts these files out to ftp servers. It would have been helpful to atleast fetch files from ftp servers from within GAE, if not post to it.

Re: [appengine-java] Re: 1.4.2: Can't make https call from dev server

2011-02-14 Thread Jeff Schnitzer
I experience this problem. I'm also using a library that makes the actual call, so I can't use the URLFetch service method. I will have to revert to GAE SDK 1.4.0. Mac OSX 10.6, default JVM, Eclipse Helios: java version 1.6.0_22 Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)

[appengine-java] possible bug with Blob service

2011-02-14 Thread Andrei
There is example for using Blob service appengine-java-sdk/demos/mediastore There is jsp file upload.jsp If you replace input type=submit name=submit value=Submit with input type=submit name=Add Image value=Add Image you get this exception Uncaught exception from servlet

[google-appengine] Re: everything is down

2011-02-14 Thread David
Am I the only one that can't seem to go an entire day anymore without getting a ton of errors for a certain time period? What is going on with appengine that it is so unreliable at times? I'm starting to rethink my decision to go with AppEngine. It's great 90% of the time when it's working, but

[google-appengine] Re: everything is down

2011-02-14 Thread Dmitry
yep... constantly datastore timeouts and task errors -- 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

Re: [google-appengine] Re: everything is down

2011-02-14 Thread Nickolas Daskalou
Are you guys on the standard Master/Slave datastore, or the new High Replication datastore? Nick On 14 February 2011 19:55, Dmitry dmitry.lukas...@gmail.com wrote: yep... constantly datastore timeouts and task errors -- You received this message because you are subscribed to the Google

RE: [google-appengine] Re: everything is down

2011-02-14 Thread Brandon Wirtz
Master Slave? Or High Rep? just wondering if it matters. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Dmitry Sent: Monday, February 14, 2011 12:55 AM To: google-appengine@googlegroups.com Subject: [google-appengine] Re: everything is down

Re: [google-appengine] Re: everything is down

2011-02-14 Thread Girish
I am on a Standard Master/Slave Girish On Mon, Feb 14, 2011 at 2:36 PM, Nickolas Daskalou n...@daskalou.comwrote: Are you guys on the standard Master/Slave datastore, or the new High Replication datastore? Nick On 14 February 2011 19:55, Dmitry dmitry.lukas...@gmail.com wrote: yep...

Re: [google-appengine] Re: everything is down

2011-02-14 Thread Wim den Ouden
Seems ok to me hr datastore 2011/2/14 Girish mail.gir...@gmail.com I am on a Standard Master/Slave Girish On Mon, Feb 14, 2011 at 2:36 PM, Nickolas Daskalou n...@daskalou.comwrote: Are you guys on the standard Master/Slave datastore, or the new High Replication datastore? Nick On

[google-appengine] Re: everything is down

2011-02-14 Thread Girish
I think the 12 am spike here explains it http://code.google.com/status/appengine/detail/datastore/2011/02/14#ae-trust-detail-datastore-get-latency it seems to be ok now On Feb 14, 2:12 pm, Wim den Ouden wdenou...@gmail.com wrote: Seems ok to me hr datastore 2011/2/14 Girish

Re: RE: [google-appengine] Re: everything is down

2011-02-14 Thread Dmitry
Master/Slave. now seems to be ok... -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] Re: Not authorized - can't log into appengine

2011-02-14 Thread Chris Mac
I am having the same problem on my Google Apps for Education domain. Whenever I go to http://appengine.google.com/a/domain, I get the message 'You are not authorized to access this application'. I can get to my admin panel just fine, but if I try to enable App Engine from there, I get the same

Re: RE: [google-appengine] Re: everything is down

2011-02-14 Thread Dmitry
again. some datastore errors. ahhr. Our clients hate us 2011-02-14 01:03:36.464 Timeout: The datastore operation timed out, or the data was temporarily unavailable. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group,

[google-appengine] Re: BadValueError: Error converting pb: meaning: 7

2011-02-14 Thread burg
now I'm also getting this sporadically from the admin console: 2011-02-14 02:02:44.815 /admin_console/datastore?kind=Entity 500 79ms 116cpu_ms 116api_cpu_ms 0kb Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/ 9.0.597.102

[google-appengine] Could not verify SSL certificate

2011-02-14 Thread Nurettin Omer Hamzaoglu
Hi, After installing 1.4.2 I started to recieve the following error. It was working with 1.4.0. javax.net.ssl.SSLHandshakeException: Could not verify SSL certificate for: https://www.googleapis.com/appsmarket/v2sandbox/customerLicense/ BR. -- You received this message because you are

[google-appengine] Re: Does the Always On feature incur cpu costs when instance is idle?

2011-02-14 Thread Simon Knott
Did you manage to test this any more Paul? I've just been stung with this again - 3 instances left inert for a couple of days. Three requests which should have consumed 8 seconds of CPU time consumed almost 200 seconds! On Feb 11, 11:41 pm, Paul Verhelst paul.verhe...@cabinetsensesoftware.com

Re: [google-appengine] Could not verify SSL certificate

2011-02-14 Thread Mauro Asprea
It seems that java can't find the certificate of googleapis.com so it can't validate it, or the CA is not a trusted one. I assume this is happening in the development sdk right? Checkout https://duckduckgo.com/?q=javax.net.ssl.SSLHandshakeException+certificate

Re: [google-appengine] Re: App Engine SDK 1.4.2 is out!

2011-02-14 Thread Colin Hawkett
Thanks Greg - would it be a future possibility to configure the queue algorithm not to do this (on a per-queue basis)? Obviously the low latency heuristic is a good one in most situations, but an app developer might be prepared to wear a slight variation in latency to get guaranteed

Re: [google-appengine] MapReduce as Cron jobs: How to specify the number of shards?

2011-02-14 Thread djidjadji
Today I updated the mapreduce library. I see the same only 1 shard when I use the dev_server. The dev_server does not have the __scatter__ property of objects. The mapreduce library then falls back to a single shard. And on the production it depends on how many objects have a __scatter__

[google-appengine] Upcoming fulltext search

2011-02-14 Thread Philip
Hi, since the fulltext search is listed on the roadmap I'm curious if there is a trusted tester program yet. I'd like to participate, mainly because of the fact that my use case would not be regular indexing of documents, its a little bit more complicated. Best Regards Philip -- You received

[google-appengine] QueueConstants.maxTaskSizeBytes()

2011-02-14 Thread Matija
What is exact meaning of this value: MAX_TASK_SIZE_BYTES = 10240 I don't know if this was new issue with 1.4.2 or simply my misunderstanding. Does this means max task payload or something else ? If it is something else what is then max_task_payload_size and how can I calculate it ? I want to

[google-appengine] A difficult app engine optimisation problem - selecting distinct entities across a large table

2011-02-14 Thread Edward Hartwell Goose
Hi, I was wondering if anyone can help me with this problem. We have an idea we'd like to implement, and we're currently unable to do this efficiently. I've anonymised the data as best as possible, but the structure is the same. We have two entities, Car and CarJourney. Each Car has 0 to many

[google-appengine] Having a problem with 2 Legged OAuth

2011-02-14 Thread Cherny D . C . Berbesí I .
Hi guys, I getting Authorization required when I try to do: client = gdata.contacts.service.ContactsService(source=APPLICATION_SOURCE) client.auth_token = gdata.gauth.TwoLeggedOAuthHmacToken(CONSUMER_KEY, CONSUMER_SECRET, requestor_id) I'm doing this on a task queue, I'm not sure why I get this

[google-appengine] Re: Upcoming changes to Task Queues

2011-02-14 Thread Darien Caldwell
It's kind of humorous you guys ended up here with that question. The error message is related to the service that 'app' was written on, and not an error with the App itself. It should clear up on it's own. The person who wrote the 'app' shouldn't be passing that message on to end users, as it's

[google-appengine] _AE_DatastoreAdmin_Operation Entities active_jobs

2011-02-14 Thread James Gilliam
I used the datastore admin feature to delete all of my entities ... it fires off one job for each entity ... some of the jobs end quickly and others never end ... days later, it still shows active_jobs outstanding ... not sure what to do about it ... ? also, the datastore shows the table

[google-appengine] datastore building indexes which never finish can't be vacuum'ed

2011-02-14 Thread James Gilliam
i have two indexes which are showing building (for days) for entities with few instances. they never stop building. when i try vacuum_indexes they say there are not deleted because they likely do not exist. but, they do exist according to the datastore indexes. perhaps they are not deleted

[google-appengine] Re: Error code 203

2011-02-14 Thread Brian Olson
I am also seeing this and have found no other way to contact the App Engine team as noted. I've added myself to an issue, commenting and starring it, but no response over there either. Just now in the logs from aprigoninjadev.appspot.com 2011-02-14 08:36:39.916 A serious problem was

Re: [google-appengine] MapReduce as Cron jobs: How to specify the number of shards?

2011-02-14 Thread Stephen Johnson
This document explains the strategy: http://code.google.com/p/appengine-mapreduce/wiki/ScatterPropertyImplementation It says tht there is a .8% chance of an entity getting this property. That seems really low. I wonder if they meant 8% not .8%? Stephen On Mon, Feb 14, 2011 at 7:12 AM, djidjadji

Re: [google-appengine] QueueConstants.maxTaskSizeBytes()

2011-02-14 Thread Robert Kluin
Hi Matija, The maximum task payload size is 10k. http://code.google.com/appengine/docs/java/taskqueue/overview.html#Quotas_and_Limits Try to compress your data or find a more efficient serialization method -- or both. In Python I use bzip to compress 'large' payloads. Robert On

Re: [google-appengine] datastore building indexes which never finish can't be vacuum'ed

2011-02-14 Thread Wim den Ouden
http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue 2011/2/14 James Gilliam jimgill...@gmail.com i have two indexes which are showing building (for days) for entities with few instances. they never stop building. when i try vacuum_indexes they say there are not

[google-appengine] ClassNotFoundException: RequestEndListener

2011-02-14 Thread Andreas Källberg
Hi, After upgrading to version 1.4.2 of the gae jdk I get the following exception when running my tests: java.lang.NoClassDefFoundError: com/google/appengine/tools/development/ RequestEndListener When google complete class name nothing comes up. Anyone else seen this? Complete stacktrace:

[google-appengine] Re: My server can't reach app engine for being in a forbidden country (it's in Atlanta)

2011-02-14 Thread popbuzz me
Is this problem solved? We also have the same problem. We use a VPS server to access our app for users in China (ghs.google.com is blocked there). But now, the link between the VPS server and our app is cut! No access!!! The problem is that, Google doesn't response! On Feb 12, 9:22 am, Max

[google-appengine] uploading to the datastore with bulkloader from xml

2011-02-14 Thread JaySicks
Hi, I just found out about the bulkloader function in the python sdk, so I installed, and tried it out. (I'm developing in java) I have an xml file, which contains all the information I want to upload (in fact it contains more than I need). so, I have a quite complex xml file, like this: roottag

[google-appengine] Please fix the log viewer

2011-02-14 Thread Neborya
Previously it allowed pressing Next Page when there were no logs for the specified time. Now Next Page is only available when you can see logs, which is very inconvenient in those cases when there are no logs found, but you want to search for the older records. -- You received this message

[google-appengine] Re: Inconsistent cascading persistence-by-reachability behavior with JDO, App Engine, Data Nucleus, JUnit

2011-02-14 Thread federico
I have the exact same problem with a similar domain and relationships: Game - (1-1) - Map - (1-N) - Lands all owned relationships when i save Game sometimes all Lands get saved and sometimes Not What the Hell is going on On 2 Feb, 02:01, Apollo david.moffe...@gmail.com wrote: I'm

[google-appengine] forbidden country?? US IP!!

2011-02-14 Thread alan.bl...@gmail.com
My app has been working fine for over 1 year. Now its reporting Google Error Forbidden Your client does not have permission to get URL /webcam/last10.txt from this server. (Client IP address: 66.96.213.34) How do I resolve this? -- You received this message because you are subscribed

[google-appengine] Re: My server can't reach app engine for being in a forbidden country (it's in Atlanta)

2011-02-14 Thread alan.bl...@gmail.com
My app is also down for what appears to be an identical situation. I have a US server that retrieves data from my appspot app. The app is reporting the same error forbidden country. I am a paying customer. I use more than the free quota every day and I have no way it seems of contacting google to

[google-appengine] Re: My server can't reach app engine for being in a forbidden country (it's in Atlanta)

2011-02-14 Thread alan.bl...@gmail.com
I am having exactly the same issue. very frustrated. On Feb 12, 9:40 am, Max Harper maxhar...@gmail.com wrote: Our VPS server (in Atlanta, GA, USA) appears to be blacklisted by app engine (403 errors, forbidden country), causing our app to be functionally down.   Help? Details: We stream

[google-appengine] Re: Prerelease SDK 1.4.2 is available for download

2011-02-14 Thread Bjorn
I have the same problem with spreadsheets, though not with feeds such as docs.google.com/feeds/default/private/full it seems. Only occuring when I tried 1.4.2 On Feb 10, 8:57 pm, Lior Harsat lior.har...@gmail.com wrote: Hi Ikai, I have been testing the SDK and I found one bug which seems

[google-appengine] java.lang.ClassNotFoundException: com.google.appengine.tools.enhancer.Enhance

2011-02-14 Thread tuco
Hi All, As soon as I create a Google Web application project, it immediately reports error: Could not find the main class: com.google.appengine.tools.enhancer.Enhance. Program will exit. In Console- java.lang.NoClassDefFoundError: com/google/appengine/tools/enhancer/ Enhance Caused by:

[google-appengine] Datastore Viewer no longer display the data

2011-02-14 Thread Zhe Li
I cannot see any of my data in the datastore viewer in my new apps... All of them say Oops! We couldn't retrieve your list of Kinds. here is the IDs for some of them: lucky-money zhetoy Thanks! Cheers, Zhe -- You received this message because you are subscribed to the Google Groups Google

[google-appengine] Diagnosing application problems due to increased traffic.

2011-02-14 Thread smeans
One of the major reasons I went with Google AppEngine over other possible solutions was that I believed that I wouldn't have to worry about capacity issues. If I wrote to the GAE API, my app would work just as well for 10, 100, or 1000 users. My application is the back- end content delivery system

[google-appengine] I can no longer see my data in Datastore Viewer...

2011-02-14 Thread Zhe Li
I cannot see any of my data in the datastore viewer in my new apps... All of them say Oops! We couldn't retrieve your list of Kinds. here is the IDs for some of them: lucky-money zhetoy -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] Re: Upcoming changes to Task Queues

2011-02-14 Thread Geoffrey Spear
The app developer doesn't do anything to pass those messages on; that's the default 500 error page for all apps. It is, of course, almost certainly never helpful to direct end users here for help. -- You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] Can app_cfg display the names of the files being uploaded?

2011-02-14 Thread Devraj Mukherjee
Hi all, Does anyone know if app_cfg can display the list of files being uploaded to the server? Useful to know as feedback. Thoughts? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

Re: [google-appengine] Re: BadValueError: Error converting pb: meaning: 7

2011-02-14 Thread Robert Kluin
Hi Alon, Looks like you might be giving a bad value to a datetime property. Robert On Mon, Feb 14, 2011 at 06:29, burg burga...@gmail.com wrote: now I'm also getting this sporadically from the admin console: 2011-02-14 02:02:44.815 /admin_console/datastore?kind=Entity 500 79ms

Re: [google-appengine] Inviting another developer

2011-02-14 Thread Robert Kluin
If they are using a google apps account, they should click the second link (like the email states). You might need to re-invite them. Robert On Sun, Feb 13, 2011 at 22:35, Michael Green rilkeanm...@gmail.com wrote: I'm having trouble adding another developer to my application.  I

Re: [google-appengine] Diagnosing application problems due to increased traffic.

2011-02-14 Thread Robert Kluin
What is that chart, QPS? If you're hitting issues at one or two QPS, there is very probably a design problem with your app. Use Appstats and try to figure out what's going wrong. Maybe you're doing a bunch of RPCs serially. Check your logs for errors. Robert On Sun, Feb 13, 2011 at

Re: [google-appengine] Can app_cfg display the names of the files being uploaded?

2011-02-14 Thread Robert Kluin
Hi Devraj, On thought: running with --verbose will give you details of which files are being processed / ignored. Robert On Mon, Feb 14, 2011 at 12:58, Devraj Mukherjee dev...@gmail.com wrote: Hi all, Does anyone know if app_cfg can display the list of files being uploaded to the

Re: RE: [google-appengine] Re: everything is down

2011-02-14 Thread David Mora
Now there seems to be a problem with the serving clusters: Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpectedly high or uneven load. If you see this message frequently, please contact

[google-appengine] Re: A difficult app engine optimisation problem - selecting distinct entities across a large table

2011-02-14 Thread Calvin
Can you do filtering in memory? This query would give you all of the journeys for a list of cars within the date range: carlist = ['123','333','543','753','963','1236'] start_date = datetime.datetime(2011, 1, 30) end_date = datetime(2011, 2, 10) journeys = Journey.all().filter('start ',

Re: [google-appengine] QueueConstants.maxTaskSizeBytes()

2011-02-14 Thread Matija Jerković
There is not problem with task payload size. I only need to know exactly what is limit. For me it is same to test if (task.length maxTaskSizeBytes()) or if (task.length 1). I am using Vince Bonfanti's slightly modified Deferred class and if task payload size is above maxTaskSizeBytes() it is

Re: [google-appengine] Re: A difficult app engine optimisation problem - selecting distinct entities across a large table

2011-02-14 Thread Stephen Johnson
Are you using .asList (which I think blocks like you describe), but I thought asIterable or asIterator wasn't suppose to. (if you're using Java). On Mon, Feb 14, 2011 at 12:38 PM, Edward Hartwell Goose ed.go...@gmail.comwrote: Hi Calvin Stephen, Thanks for the ideas. Calvin: We can't do

Re: [google-appengine] Re: A difficult app engine optimisation problem - selecting distinct entities across a large table

2011-02-14 Thread Stephen Johnson
Or maybe it blocks on different result sets just not on getting the next fetch block?? Hmmm. Sounds like a tough problem. On Mon, Feb 14, 2011 at 2:09 PM, Stephen Johnson onepagewo...@gmail.comwrote: Are you using .asList (which I think blocks like you describe), but I thought asIterable or

[google-appengine] advice on how to send mails to addresses on vtext.com domain

2011-02-14 Thread Sandeep Arneja
Hello I am trying to send email to phonenum...@vtext.com using google app enigne. My problem is that GAE adds a return-path header to all outgoing mail which can not be overridden. Verizon on the other hand displays the value of the return-path header as the from address. This creates all sorts

[google-appengine] Re: A difficult app engine optimisation problem - selecting distinct entities across a large table

2011-02-14 Thread nickmilon
I have faced same kind of problem some time ago. I tried some of the solutions suggested here (in memory sort and filtering, encoding things into keys etc. and I have benchmarked those for both latency and cpu cycles using some test data around 100K entities) An other approach I have taken is

Re: [google-appengine] Re: A difficult app engine optimisation problem - selecting distinct entities across a large table

2011-02-14 Thread Robert Kluin
Hi Ed, I think Stephen's most recent idea (key name as date + car id) might work well. I have a suggestion that is somewhat similar to Nick's idea. How wide and variable is the query window? How variable are the occurrences of car journey data? Once a car starts having journeys, will it

Re: [google-appengine] _AE_DatastoreAdmin_Operation Entities active_jobs

2011-02-14 Thread Robert Kluin
Hi James, Check your logs and task-queue. Are there tasks that are failing? Are you actively adding data to the kinds you're trying to delete? If you're done running jobs, deleting the _AE_DatastoreAdmin_Operation entities should not hurt anything. Robert On Mon, Feb 14, 2011 at

Re: [google-appengine] Convert an App from MS to HR

2011-02-14 Thread Robert Kluin
Just a note: you won't be able to reclaim the app id if you delete it. If you want to keep the app-id, I'd wait until Ikai (or another googler) responds with a solution. Also, there is an IRC office hour this Wednesday at 9AM PST. If you haven't heard from them by then, you might pop in and

RE: [google-appengine] Convert an App from MS to HR

2011-02-14 Thread Brandon Wirtz
That's very good to know. It won't be the end of the world to rename... but I get some traffic via the appname.appspot.com url, and it would be nice to keep. By the way, it could be my imagination, I haven't been running long enough to tell, but I swear Memcache is faster on HR, (or something

[google-appengine] Google Apps Engine IP Address

2011-02-14 Thread PlayBaaju
Hello - I am having an app developed which accesses a third party API and they require me to provide my server IP address to validate the calls. Does google apps engine provide a static IP address? As its always creating some issues. When we ping the server we get 72.14.194.49 but this week the

[google-appengine] Re: LIFO key name strategy?

2011-02-14 Thread Julian Namaro
I am not sure about the mathematics of it, but intuitively there is no perfect algorithm for constructing timestamps in a reverse lexicographical ordering, because adding a character to a string will always make it lexicographically superior. But I noticed the mapreduce library just pick a

RE: [google-appengine] Google Apps Engine IP Address

2011-02-14 Thread Brandon Wirtz
You will need to use a proxy, for a lot of reasons. The IP of Fetch changes, but also because if I fetch, and you fetch we may both fetch from the same IP. Which is why doing a fetch from GAE to Amazon and several other places often results in sadness. From:

[google-appengine] Delivering SVG dynamically (through XFORMS)

2011-02-14 Thread David French
I am exploring SVG and XFORMS based on the example from the XFORMS wikibookhttp://en.wikibooks.org/wiki/XForms/SVG and XSLTFORMS as the client side XFORMS 'engine'. This example works fine locally using the app engine launcher with svg files being rendered as expected within the Chrome