[google-appengine] Re: Help on limiation of Authorization header in fetchurl function

2009-07-31 Thread Millton
the issue has been tracked with ID 1924, thanks On 7月30日, 下午5时08分, Nick Johnson (Google) nick.john...@google.com wrote: Hi Millton, Can you please file a bug in the issue tracker for this? -Nick Johnson On Thu, Jul 30, 2009 at 9:44 AM, Millton easywo...@gmail.com wrote: hi Nick   I

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

2009-07-31 Thread Jaap Taal
+1 On Fri, Jul 31, 2009 at 2:00 AM, someone1 someo...@gmail.com wrote: hahahaha, i laughed so hard after reading how Nick repeatedly gave the same reply to everyone. I think Nick will no longer be activating accounts as there is a online form which he has linked to many times above. :D

[google-appengine] Re: Help on limiation of Authorization header in fetchurl function

2009-07-31 Thread Jaap Taal
http://code.google.com/p/googleappengine/issues/detail?id=1924 On Fri, Jul 31, 2009 at 8:52 AM, Millton easywo...@gmail.com wrote: the issue has been tracked with ID 1924, thanks On 7月30日, 下午5时08分, Nick Johnson (Google) nick.john...@google.com wrote: Hi Millton, Can you please file a

[google-appengine] Re: Are there any data recovery mechanisms for google app engine database?

2009-07-31 Thread Ubaldo Huerta
The issue with appcfg.py exporting is that you need to write an Exporter class per entity, etc, etc. It's prone to errors not to mention that it's a fair amount of work. Any professional web endeavor requires contingency plans to recover data in case there is an app error that incorrectly

[google-appengine] Re: new app creation - carrier not supported

2009-07-31 Thread dhr
Issue solved manually by google team. On Jul 30, 10:45 am, dhr dima.hris...@gmail.com wrote: My country is not on the list of supported mobile providers. Should I just forget about google appengine or there is a way around this? In case anyone is interested, country is 'Moldova, Republic

[google-appengine] datastore slow this morning?

2009-07-31 Thread bFlood
4:30-5:45am PST - consistent read and write timeouts, db.get are fast then very slow... anything going on? cheers brian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Re: Multiple app versions - only one datastore?

2009-07-31 Thread Nick Johnson (Google)
Hi radaczynski, Java and Python apps run in the same environment (eg, you can have one major version be Python, and another Java), so yes, the same applies to Python. We don't currently have plans to change this, as alternate major versions using the same datastore is essential for most people

[google-appengine] Re: java.awt is not supported by goolge Apps engine JRE

2009-07-31 Thread Nick Johnson (Google)
Hi Ap_1, AWT and other imaging APIs are not supported by App Engine. You will need to use APIs that are supported, such as the Image service. -Nick Johnson On Thu, Jul 30, 2009 at 1:19 PM, Ap_1apoorva...@gmail.com wrote: Hi, I am trying to deploy java application into goolge Apps engine,and

[google-appengine] Re: Multiple app versions - only one datastore?

2009-07-31 Thread bFlood
hey nick is there any optimized way to have a python app call a java app in the same GAE application? my guess is no, except through UrlFetch but I figured I would ask anyway also, do Python/Java versions in same GAE app share teh same memcache as well? thecheers brian On Jul 31, 8:47 am, Nick

[google-appengine] Re: Multiple app versions - only one datastore?

2009-07-31 Thread Nick Johnson (Google)
Hi bFlood, On Fri, Jul 31, 2009 at 1:52 PM, bFloodbflood...@gmail.com wrote: hey nick is there any optimized way to have a python app call a java app in the same GAE application? my guess is no, except through UrlFetch but I figured I would ask anyway Currently URLFetch is your only

[google-appengine] Re: Multiple app versions - only one datastore?

2009-07-31 Thread Jaap Taal
I'd also like to know whether different versions of apps share the same memcache ** Does app engine prefix memcache keys? Or does app engine provide an other means of key-separation? Basicly what I would like to know: Do you have to include a versionnumber in your own memcached keys or does app

[google-appengine] Cursors for continuing results?

2009-07-31 Thread Rodrigo Moraes
Hey guys. I saw this in the roadmap: Cursors for continuing results of Datastore queries past the 1000 entity limit. This made me think this would be *the* thing we need for a pagination api - not only we could resume a query from the 1000th result, but also from any result - so, we could

[google-appengine] Re: Compile and execute code at runtime

2009-07-31 Thread Albert Attard
Thanks, will forward this query to the Java guys. In the mean time, I'll deploy my prototype on a Tomcat Server Cheers, Albert Attard Joan Crawfordhttp://www.brainyquote.com/quotes/authors/j/joan_crawford.html - I, Joan Crawford, I believe in the dollar. Everything I earn, I spend. 2009/7/27

[google-appengine] Insertion Performance

2009-07-31 Thread Martyn
I am using the low-level Java Datastore interface and writing a transactional store - where each entity stores a number of data updates in a single Blob. Each transaction requires two updates, one to a Header entity, and one to the new transaction data entity. Keys for each are created

[google-appengine] Persisting Enum values?

2009-07-31 Thread Tom Ball
We have a simple task object, currently persisted using JDO (using App Engine, of course). We'd like to add a GREEN/YELLOW/RED status enum state. Defining the enum class is easy: public enum Status { NONE(none), GREEN(green), YELLOW(yellow), RED(red); private final String label;

[google-appengine] use of Integration Payment

2009-07-31 Thread Venkatanathan Swaminathan
Hi Guys, I am currently working on a project that is dealing with the use of Google App Engine and Django Framework. I would like to have some insight into developing the payment method by which the site could link itself to the various Services such as VISA, MASTER, etc and Also PayPal. If

[google-appengine] self.request get file name.

2009-07-31 Thread Maxim Kremenev
Hay all. I'am a newbie in GAE and have question. I want to upload image to datastore and return it's use his filename. How I can return his filename use self.request ? And another question, why GAE community don't use irc change #gae on irc.freenode.net ? -- Maxim Kremenev e-mail:

[google-appengine] How to read a file from the local machine

2009-07-31 Thread shanmukh
Hi team, You may find this query quite basic, as i am a tyro in developing google app engine applications. The problem is i am unable to read a file from the local machine. but i can read the file when it is uploaded to the google server.Could you please suggest me how i can achieve this? Thanks

[google-appengine] Re: Deployment Error: Server Connection Error

2009-07-31 Thread Geetha
Hi Jeff, Even i'm facing the same problem.. i'm trying to deploy my java web application where i'm using my cron.xml as mentioned below. ?xml version=1.0 encoding=UTF-8? cronentries cron urlindex.jsp/url descriptionTest cron service/description

[google-appengine] Getting java.lang.NoClassDefFoundError

2009-07-31 Thread jamz2010
Hi all, I am currently getting the java.lang.NoClassDefFoundError when I try and run my Google Wave Robot. I have checked and I have defiantly copied the jar to /war/WEBINF/lib and included this in my build path: package srp; import java.io.IOException; import javax.servlet.http.*; import

[google-appengine] Post to discussion forum

2009-07-31 Thread Martyn Cutcher
Hi there, I sent a post to the discussion forum yesterday and it still hasn't appeared. I believe it was titled something like Insertion performance or maybe Update Performance. I got the feedback stating that it would appear later, but I thought that meat a few minutes not hours/days.

[google-appengine] Deleting an app

2009-07-31 Thread matt568543
Hi, Does anyone know how to delete an application? 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

[google-appengine] java.lang.NoClassDefFoundError

2009-07-31 Thread jamz2010
Hi all, I keep getting this error when I try and access my custom library. I have tried copying the jar file into /war/WEBINF/lib and including this file in the build path but I am still getting this error. I dont know if it helps but when I use my include it works find but if I make a new

[google-appengine] Re: eclipse adding *.jsp file to war directory

2009-07-31 Thread 10000c...@163.com
so...i turn to GWT... --~--~-~--~~~---~--~~ 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] Internal Server Error

2009-07-31 Thread Geetha
Hello All, I'm trying on Scheduled Tasks With Cron for Java web application, as given in the document i created cron.xml where i specified properties as mentioned below. ?xml version=1.0 encoding=UTF-8? cronentries cron urlindex.jsp/url descriptionTest

[google-appengine] Re: Deleting an app

2009-07-31 Thread Holger
If you mean, kill that Appengine-ID-Name to select another within your 10 packet contingent, I think the answer is no, you can't. If you mean, delete the old content, it's easy. The uploaded content is always a mirror of your upload folder. Just empty your upload folder with the exeption of the

[google-appengine] Re: Post to discussion forum

2009-07-31 Thread djidjadji
You can have a look at the web based archive of this group and see if the message is there. The link is the last one in every signature. 2009/7/31 Martyn Cutcher martyn.cutc...@gmail.com: Hi there, I sent a post to the discussion forum yesterday and it still hasn't appeared.  I believe it

[google-appengine] Re: Are there any data recovery mechanisms for google app engine database?

2009-07-31 Thread johnP
Any backup/restore that Google can provide should be much more reliable than any roll-your-own system; especially when dealing with the limitation of 1000 entities/query; no long-running-processes, etc. It's important functionality. It almost feels weird to be saying something this basic and

[google-appengine] brand new app. 500 error, nothing in the error logs.

2009-07-31 Thread Shawn A.
Hi, I am just getting into google app engines. After pushing my app up to production i am getting a 500 error when i hit my application url. Nothing but requests show up in the logs. So i commented out everything but the bare essentials to get a hello world type example up. Still 500 error. FYI

[google-appengine] Re: How to read a file from the local machine

2009-07-31 Thread Rodrigo Moraes
On Fri, Jul 31, 2009 at 4:06 AM, shanmukh wrote: Hi team, You may find this query quite basic, as i am a tyro in developing google app engine applications. The problem is i am unable to read a file from the local machine. but i can read the file when it is uploaded to the google server.Could

[google-appengine] Re: self.request get file name.

2009-07-31 Thread Rodrigo Moraes
On Fri, Jul 31, 2009 at 3:30 AM, Maxim Kremenev wrote: And another question, why GAE community don't use irc change #gae on irc.freenode.net ? the correct channel name is #appengine see you there. -- rodrigo --~--~-~--~~~---~--~~ You received this message

[google-appengine] Re: self.request get file name.

2009-07-31 Thread Maxim Kremenev
I'm already there. And quastion about self.request is close, becouse problem was be a beatiful js from upload. On Fri, Jul 31, 2009 at 9:04 PM, Rodrigo Moraesrodrigo.mor...@gmail.com wrote: On Fri, Jul 31, 2009 at 3:30 AM, Maxim Kremenev wrote: And another question, why GAE community don't

[google-appengine] Intermittent delete failures

2009-07-31 Thread rkluin
I am having deletes intermittently fail -- without error. When I check the number of records that will be deleted (by printing out immediately before deletion) it is correct. I call db.delete() and receive no errors, but the entities are not deleted. A snippet of the problem code:

[google-appengine] Re: brand new app. 500 error, nothing in the error logs.

2009-07-31 Thread djidjadji
why do you skip app.yaml and index.yaml? 2009/7/31 Shawn A. boris...@gmail.com: Hi, I am just getting into google app engines. After pushing my app up to production i am getting a 500 error when i hit my application url. Nothing but requests show up in the logs. So i commented out

[google-appengine] Re: brand new app. 500 error, nothing in the error logs.

2009-07-31 Thread Shawn A.
it skips those by default..according to the documentation On Jul 31, 4:51 pm, djidjadji djidja...@gmail.com wrote: why do you skip app.yaml and index.yaml? 2009/7/31 Shawn A. boris...@gmail.com: Hi, I am just getting into google app engines. After pushing my app up to production i

[google-appengine] Re: brand new app. 500 error, nothing in the error logs.

2009-07-31 Thread Shawn A.
should have included this in my last reply: http://code.google.com/appengine/docs/python/config/appconfig.html#Skipping_Files On Jul 31, 4:51 pm, djidjadji djidja...@gmail.com wrote: why do you skip app.yaml and index.yaml? 2009/7/31 Shawn A. boris...@gmail.com: Hi, I am just

[google-appengine] Re: Deleting an app

2009-07-31 Thread Jason Salas
The App Engine documentation says there's no way to delete an app after it's been created...if you need to get rid of something, just upload a simple page that prints out a blank line in your development language (Python or Java). On Fri, Jul 31, 2009 at 11:14 PM, matt568543ma...@mkjb.com

[google-appengine] How to translate an application running on GAE?

2009-07-31 Thread Emilien Klein
Hi all, After roaming through various blog posts and forums/discussion groups, I just can't seem to find the best way to have a translated application on GAE... I'd like to have an application that automatically adapts itself to the language that is sent in the headers by the client's web

[google-appengine] Re: Deleting an app

2009-07-31 Thread matt568543
Thanks for the info, it seems strange that an app cannot be deleted, just overwritten. I guess it is still in development :) Thanks, Matt On Aug 1, 8:07 am, Jason Salas digitalpontificat...@gmail.com wrote: The App Engine documentation says there's no way to delete an app after it's been

[google-appengine] Re: Deleting an app

2009-07-31 Thread Emilien Klein
There are currently 747 people that have flagged the No way to delete an application issue in App Engine's issue list http://code.google.com/p/googleappengine/issues/detail?id=335 So if this really important to you, you might as well star this issue... On 31 juil, 17:51, matt568543

[google-appengine] Re: How to translate an application running on GAE?

2009-07-31 Thread Rodrigo Moraes
On Fri, Jul 31, 2009 at 7:46 PM, Emilien Klein wrote: I'd like to hear if someone has successfully deployed a translated application (links please), and if possible what solution you have used. I use babel. It's a library from the trac guys: http://babel.edgewall.org/ It is a gettext

[google-appengine] Re: How to translate an application running on GAE?

2009-07-31 Thread Rodrigo Moraes
Now, anwering some other questions. - I suppose that the .po / .mo files that open source projects traditionally use can not be used in the App Engine world? Yes, you can use those files with gettext functions. You'll probably need to wrap those functions and write some utilities to make it

[google-appengine] Re: brand new app. 500 error, nothing in the error logs.

2009-07-31 Thread Holger
Hi Shawn, Try changing your app.yaml to handlers: - url: /.* script: flgs_database.py it's Python and Python sripts have got the ending 'py'. Bye, Holger --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

[google-appengine] Re: Intermittent delete failures

2009-07-31 Thread Holger
Maybe you are lucky and someone takes the time to work through your code. If not you should be able to solve your problem by changing your code step by step. Go back to a version (or create a simple one) where deleting works corretly. Then change it into the direction of your faulty code and

[google-appengine] Re: Intermittent delete failures

2009-07-31 Thread rkluin
I probably should note several things I have already tried: 1) I moved the deletion step outside of the transaction. 2) Instead of using the bulk delete method, I looped through deleting one-by-one (both in and out of the transaction). All combinations produced the same results, sometimes the

[google-appengine] Re: Intermittent delete failures

2009-07-31 Thread Holger
You tested deleting them one by one out of transaction. Did you test a version without ancestor relations set too? (Just these relations may be the reason, as change is blocked within an ancestor group as long as another change is not finished.) If such tests don't help, maybe it's an appengine

[google-appengine] Re: brand new app. 500 error, nothing in the error logs.

2009-07-31 Thread Shawn A.
Hello Holger, Wow! I could have stared at the file for hours and not noticed that. sometimes all you need is another pair of eyes. Thank you that worked like a charm. Sneaky that it worked in the sdk btw. Thanks, -Shawn On Jul 31, 9:15 pm, Holger w...@arcor.de wrote: Hi Shawn, Try changing