[appengine-java] Can't deploy again despite fix announcement

2010-11-15 Thread Didier Durand
Hi, A fix was announced for the issue around appl deployment via console: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/2a9cbf7b5a9202cc# I still get errors and can't deploy. I get message Received IOException parsing the input stream for

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread nicanor.babula
Hi, Same situation here. AppID: domodentweb Regards, Cristian Babula. On 15 Nov, 10:30, Didier Durand durand.did...@gmail.com wrote: Hi, A fix was announced for the issue around appl deployment via console:http://groups.google.com/group/google-appengine-downtime-notify/brows... I still

[appengine-java] Re: GAE or EC2

2010-11-15 Thread andrew
Hi Muhammad, here is a quick response: - read the datanucleus documentation on JDO for a general background - read the Datastore, Queries, Indexes and Relationships documentation from App Engine (we use Java API) for the set of restrictions they place on using JDO with the GAE datastore. - avoid

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Joakim Söderström
I also still have the same issue. One week and counting.. AppIDs: kanal5play, kanalnio //Joakim On Nov 15, 10:49 am, nicanor.babula nicanor.bab...@gmail.com wrote: Hi, Same situation here. AppID: domodentweb Regards, Cristian Babula. On 15 Nov, 10:30, Didier Durand

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread ArtemGr
The same, although from time to time deployment works. AppID: javagrond. On Nov 15, 12:30 pm, Didier Durand durand.did...@gmail.com wrote: Hi, A fix was announced for the issue around appl deployment via console:http://groups.google.com/group/google-appengine-downtime-notify/brows... I

[appengine-java] Does that datastore mains sort order for list properties?

2010-11-15 Thread Maxim Veksler
Hello, We are using the low level API, it unclear from the documentation if the sort order is maintained in list properties? So for example, if I serialize int[] intArray = { 1, 2, 3}, can I always expect to receive back {1 , 2, 3} or is it possible that the order will be randomized? Thank

[appengine-java] Re: Does that datastore mains sort order for list properties?

2010-11-15 Thread Didier Durand
Hi, Even though an array is not a Collection per say, it seems that because of http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/Entity.html#setProperty%28java.lang.String,%20java.lang.Object%29, you have to be careful with the order of items in an array as it

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread dflorey
No single deployment succeeded today. Tried since ~5 hours on several apps, all are getting timeouts... On Nov 15, 2:55 pm, ArtemGr artem...@gmail.com wrote: The same, although from time to time deployment works. AppID: javagrond. On Nov 15, 12:30 pm, Didier Durand durand.did...@gmail.com

Re: [appengine-java] Re: Does that datastore mains sort order for list properties?

2010-11-15 Thread Maxim Veksler
It does, thank you very much. On Mon, Nov 15, 2010 at 4:47 PM, Didier Durand durand.did...@gmail.comwrote: Hi, Even though an array is not a Collection per say, it seems that because of

Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Artem
What I do is close all files, close Eclipse, start Eclipse, select the project and do a deploy. It skips the GWT compilation (says GWT already compiled) and half of the time it works. On 11/15/2010 06:10 PM, dflorey wrote: No single deployment succeeded today. Tried since ~5 hours on several

Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Cristian Nicanor Babula
Initially, your strategy worked fine for me, but it's no longer the case... Sent using a Sony Ericsson mobile phone Original message From: Artem artem...@gmail.com Sent: To: google-appengine-java@googlegroups.com Subject: Re: [appengine-java] Re: Can't deploy again despite fix

[appengine-java] Re: Does that datastore mains sort order for list properties?

2010-11-15 Thread Starman
From my reading and experience, the type of collection type used will determine if order is preserved. To maintain the ordering, a system field is added to the values. This may impact the CUD operations performance. I don't need to keep the order in my current app so I am using Set for my

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread dflorey
Any news on this? On Nov 15, 4:19 pm, Cristian Nicanor Babula nicanor.bab...@gmail.com wrote: Initially, your strategy worked fine for me, but it's no longer the case... Sent using a Sony Ericsson mobile phone Original message From: Artem artem...@gmail.com Sent: To:

[appengine-java] Output encoding / JPEG does not seem to work

2010-11-15 Thread John
When I use a lower quality encoding, the size of the resulting photo is the same not matter what. JPEG 100 or JPEG 60 gives me the exact same image size when applying a couple transformations. I tried with different types of photos, same result. Anyone had success with tweaking the encoding

[appengine-java] Bulk uploader not working reliably

2010-11-15 Thread Andrew Winter
Hi all, I've been struggling to get the Python bulk uploader working reliably with my Java GAE app. My bulkuploader.yaml is correct (I think) yet sometimes when I'm partway through uploading a CSV file the uploader barfs with the error shown at the bottom of this post. The log viewer in GAE

[appengine-java] Cannot get cp1251 encoding query parameters

2010-11-15 Thread Yermek
Hi all. I use application created with Java SDK. In my servlet I get query parameters so: item1=new String(request.getParameter(item1).getBytes(ISO-8859-1), Cp1251); In Tomcat it works perfectly but in GAE I got so characters Who can help me? -- You received this message because you are

[appengine-java] java samples (demos) link

2010-11-15 Thread venugopal vasireddy
This Link might be handy for new comers http://code.google.com/p/googleappengine/source/browse/trunk/java#java/demos -- 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

[appengine-java] Image loading in Java app

2010-11-15 Thread fishbone
When my GAE application initially loads, the CSS background image only loads halfway for a moment and then loads fully. Also the image on the anonymous page also loads slowly. Is there a way to optimize image loading in for background images and for Image widgets? -- You received this message

[appengine-java] Server Error when attempting to delete specific version

2010-11-15 Thread Ben
Hello, I am getting an error when trying to delete version 9 of my application. I can add/delete other version without an issue. If I try to delete version 9 I get: A server error has occurred. Any help would be greatly appreciated. -- You received this message because you are subscribed to

[appengine-java] GregorianCalendar source packages

2010-11-15 Thread michael11717
my application requires Calendar functions to determine what day of week a date is (etc.) which I have implemented via Java.util.GregorianCalendar (which is listed on Google App Engine JRE Class White List) however I am not able to compile such programs in Eclipse GWT I get error message:

Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Ikai Lan (Google)
Does anyone have a stack trace if an exception is thrown? Will deploy work after a rollback? -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Mon, Nov 15,

Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Artem
Here it is: http://paste.pocoo.org/show/291784/ On 11/16/2010 01:29 AM, Ikai Lan (Google) wrote: Does anyone have a stack trace if an exception is thrown? Will deploy work after a rollback? -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com

[appengine-java] Sorting by multiple properties in code example?

2010-11-15 Thread Maxim Veksler
Hi, In an effort to squeeze the very last bit of performance from AppEngine I'm moving the our application to use getDatastoreService().get(ListKey) type of fetch operations instead of current implementation which uses Query SortDirection. This leads to to having to sort in memory, which is fine

Re: [appengine-java] Re: Timeout while deploying

2010-11-15 Thread Ikai Lan (Google)
I replied in another thread about this. Can you guys look into your web.xml and replace: !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; with: web-app xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: [appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Ikai Lan (Google)
Okay, just got confirmation that the reason this isn't working intermittently is related to having DOCTYPE in web.xml. Do you guys have a line in your web.xml that looks like this? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN

[appengine-java] Re: Upload to Blob Storage from Silverlight 4

2010-11-15 Thread MANISH DHIMAN
Hello Patrick, I am facing problem when I use request dispatcher to upload file. Please provide me detail about how you overcome this problem. -- 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

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Didier Durand
Ikai, suggestion for your deploy process: would it be possible to generate a warning in the console output of the deploy if we used the wrong DOCTYPE line int he source code that App Engine parses: that would allow people to fix their source code quickly even if they didn't read this thread

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Joakim Söderström
This solves my issues, thanks Ikai! Suggestion: make sure that the Eclipse plugin doesn't generate a web.xml with DOCTYPE set. On Nov 16, 7:19 am, Didier Durand durand.did...@gmail.com wrote: Ikai, suggestion for your deploy process: would it be possible to generate a warning in the console

Re: [google-appengine] Re: help me - channel api

2010-11-15 Thread Jin Tie
Thanks alot On Sun, Nov 14, 2010 at 10:15 PM, Jonas Gehring gehr...@egotec.com wrote: This error comes when the gwt didn't compile the type. Try to add these method in the Service-Class: com.example.chat.shared.Message compileMessage(com.example.chat.shared.Message x); In the

[google-appengine] Jin Tie wants to chat

2010-11-15 Thread Jin Tie
I've been using Google Talk and thought you might like to try it out. We can use it to call each other for free over the internet. Here's an invitation to download Google Talk. Give it a try! --- Jin Tie wants to stay in better

[google-appengine] I Need A Push In The Right Direction - Basic Design

2010-11-15 Thread RRRaney
Hello, I am trying to get started using AppEngine. I have been reading many of the articles about implementing an MVP design pattern, I think that I can handle most of this once I get started with my basic design. I would like to create a site with three pages (all done with HTML pages).

[google-appengine] Re: I Need A Push In The Right Direction - Basic Design

2010-11-15 Thread RRRaney
Good Morning, Thankyou for the fast response. I will take a look at the example. I had just come back to put the address of the site so people could see what I would like, I do not always explain very well. https://rrrsystems-demo-vamv05bnm5.appspot.com Thanks again, Raney -- You received

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-15 Thread dflorey
Still getting deployment timeouts. On Nov 15, 6:43 am, Takashi Matsuo tmat...@google.com wrote: We've just fixed this issue. It should be OK now. Please let me know if you still see the issue. We'll investigate the case in detail, and post an update here. Sorry about the inconvenience and

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-15 Thread dflorey
I've tried with various apps, application deployments are getting timeouts for all apps. On Nov 15, 2:55 pm, dflorey daniel.flo...@gmail.com wrote: Still getting deployment timeouts. On Nov 15, 6:43 am, Takashi Matsuo tmat...@google.com wrote: We've just fixed this issue. It should be

Re: [google-appengine] How to make this

2010-11-15 Thread Barry Hunter
You can paste in multiple email addresses into the box. On 15 November 2010 06:57, Terry qq3838...@gmail.com wrote: Hi guys, I've recently created a Google Group myself, and I was planning to invite all of my friends to this group. But I'm really getting crazy because I have to add their

[google-appengine] Too many Warning: Request was aborted after waiting too long... under not so high load

2010-11-15 Thread Will
My site doesn't have too much traffic, but now and then I see this warning: 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

[google-appengine] Re: Too many Warning: Request was aborted after waiting too long... under not so high load

2010-11-15 Thread dflorey
From what I can tell this error occurs quite frequently when the load of the app changes. If you have very low load for a couple of minutes and then get multiple requests, you'll most likely get some 500ers. App engine works ok if the load is constant over a longer period of time. (At least no

Re: [google-appengine] Too many Warning: Request was aborted after waiting too long... under not so high load

2010-11-15 Thread Wim den Ouden
Hi Will, Don't now if this helps, the error request is stored in the error log, from there you can restore you eventual data loss. gr wim On Mon, Nov 15, 2010 at 3:52 PM, Will vocalster@gmail.com wrote: My site doesn't have too much traffic, but now and then I see this warning: Request

Re: [google-appengine] How to make this

2010-11-15 Thread terry lee
Thanks for your advice, but I'm in fact just interested in that if there exists a way to make this by a software or some pieces of code, you know, we may do this by simulate HTTP requests or things like that, so I just want to find out a correct way to realize this. 2010/11/15 Barry Hunter

Re: [google-appengine] Too many Warning: Request was aborted after waiting too long... under not so high load

2010-11-15 Thread Robert Kluin
Hi Will, Here are a few of my thoughts and suggestions. The datastore will occasionally have spikes in latency / error rates, for reasons outside of your apps control. Your best bet for dealing with periods of increased latency is to optimize your requests. It sounds like you have a good

Re: [google-appengine] How to make this

2010-11-15 Thread Robert Kluin
I do not think there is an official groups API. http://code.google.com/p/gdata-issues/issues/detail?id=27 You might ask in some other group too, maybe there is a groups-group. ;) Robert On Mon, Nov 15, 2010 at 11:43, terry lee qq3838...@gmail.com wrote: Thanks for your advice, but I'm

[google-appengine] Re: Blobstore upload handler is Base64 encoding strings?

2010-11-15 Thread Satoshi
Chris, I really appreciate the information, but I would like to hear from Google about this bug. Q1. Are you going to fix this bug in near future? Q2. Do you have any suggested way to work-around this bug, which won't cause compatibility issue in future when you fix this bug? Satoshi On Nov 13,

[google-appengine] Re: 500 Server Error while deploying the application

2010-11-15 Thread James Benton
I am in a similar boat. I cannot access the dashboards (500 Server Error) and cannot deploy my application, just stalls on Initiating Update for ages then I get Error 401: --- begin server output --- Must authenticate first. --- end server output --- If deploy fails you might need to

[google-appengine] Re: Can't deploy app 503 error

2010-11-15 Thread Edward Sarker
Everyone is having this problem it seems. API down? hopefully we hear an update on this issue soon. for the record my output: ./appcfg.py:42: DeprecationWarning: the sha module is deprecated; use the hashlib module instead os.path.join(DIR_PATH, 'lib', 'django'),

[google-appengine] What is latest for in version URL

2010-11-15 Thread efleming969
I've read that past versions of appengine made minor version numbers available via the URL (ie. major.minor.app-id.appspot.com). This is no longer available and I understand why, but what's the purpose of having the latest indication in the URL now that minor versions are no longer available?

[google-appengine] Re: Can't deploy app 503 error

2010-11-15 Thread Edward Sarker
I think the app engine API is down. I spent the better half of the last 2 hours trying to debug my code, app engine and everything else. i had no other system to test on so i didn't know it wasn't just my laptop with the issue. On Nov 12, 12:09 pm, Daniel danielshaneup...@gmail.com wrote: I'm

[google-appengine] Re: Blobstore upload is failing with mysterious signature verification failed redirect

2010-11-15 Thread Gijs (Cloudwise)
I got the same problems using the blobstore. All I want is uploading files to the blobstore using AJAX(-like) functionallity. I tried http://valums.com/ajax-upload/ and http://jquery.malsup.com/form/#file-upload both javascript plugings for jQuery. All works fine in the dev environment, but in

[google-appengine] Admin console is UP!

2010-11-15 Thread Tero Nurminen
Got finally the Admin console running! -- 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] Re: 500 Server Error on https://appengine.google.com

2010-11-15 Thread Tero Nurminen
Admin console is also running! On Nov 15, 7:16 am, Greg Tracy gtr...@gmail.com wrote: I too am getting 500 errors on app uploads... -- 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] Can't move down then up the directory tree for inserting of html files with {% include %}

2010-11-15 Thread Brian
Thanks for the help. I'm using Python 2.5 and Django Template 1.1 on app engine I can't seem to move down the dir tree for inserting of html files using {% include file %} statement Works just fine to any where up the tree, i can go up 3,4 levels just fine, but can not go down even 1 {% include

[google-appengine] webapp2 Import Error

2010-11-15 Thread Scott Lewis
Hi, I'm new to web development, and particularly python development, so please forgive any obvious mistakes that I've made. Any help would be greatly appreciated. I'm trying to use webapp-improved (http://code.google.com/p/webapp- improved/) on my local Windows Vista system. The results I'm

[google-appengine] Re: help me - channel api

2010-11-15 Thread lyz984
You have to do the serialization by yourself and send your message as a String. -- 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

[google-appengine] incoming bandwidth of urlfetch when content_was_truncated is true

2010-11-15 Thread tanchuhan
hi, everyone. i code this to fetch something: #fetch try: src_response = urlfetch.Fetch(self.url, self.request.body, self.method, headers, True, False) except urlfetch.InvalidURLError, ex: msg = invalid url:

[google-appengine] Alternatives to SMS Verification

2010-11-15 Thread venugopal vasireddy
Hi, I don't have a cell phone - Is it possible to get verification code by any other means than SMS ? Uisng mail etc? -- 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

Re: [google-appengine] webapp2 Import Error

2010-11-15 Thread Wim den Ouden
Hi Scot, Did you python setup install from the map where you unpacked webapp2? ImportError: No module named webapp2, seems python can't find webapp2 gr wim On Sat, Nov 13, 2010 at 8:54 PM, Scott Lewis scott.le...@gmail.com wrote: Hi, I'm new to web development, and particularly python

Re: [google-appengine] Alternatives to SMS Verification

2010-11-15 Thread Wim den Ouden
https://code.google.com/intl/nl/appengine/kb/sms.html look at sms issues gr wim On Sat, Nov 13, 2010 at 10:37 PM, venugopal vasireddy venugopal.vasire...@gmail.com wrote: Hi, I don't have a cell phone - Is it possible to get verification code by any other means than SMS ? Uisng mail etc?

Re: [google-appengine] Re: Bulk data deletion woe

2010-11-15 Thread Stephen Johnson
Yes I see what you're saying. Map Reduce would bring over the whole entity even though it isn't needed and would consume more CPU in fetching the entity not just the key. Seems almost like it would be nice to have an option of Map Reduce only handing off keys and leaving out the entity. On Sun,

Re: [google-appengine] Re: Bulk data deletion woe

2010-11-15 Thread Robert Kluin
In the Python MR libs, there is a DatastoreKeyInputReader input reader. It looks like that is what's used to iterate over the entities. http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/ext/datastore_admin/delete_handler.py#148 Robert On Mon, Nov 15,

Re: [google-appengine] Re: Bulk data deletion woe

2010-11-15 Thread Stephen Johnson
In the Java SDK I think one could subclass the DatastoreRecordReader to do a keys only query and return null for the entity value and use this class in lieu of the normal DatastoreRecordReader when needed. Probably similar in Python. On Mon, Nov 15, 2010 at 11:47 AM, Robert Kluin

[google-appengine] Re: I Need A Push In The Right Direction - Basic Design

2010-11-15 Thread Ben
Raney, what is it exactly youneed assistance with? Do you just want the Launch button to launch into a new page? or are you requesting assistance in building the associated logic for the Application? To have your button just open up a new page you could either use javascript onClick, or make it

[google-appengine] Re: Novice getting started: advice on getting to grips with App Engine

2010-11-15 Thread Ben
I assume you have checked out the getting started guide already, but since no one linked it yet: http://code.google.com/appengine/docs/python/gettingstarted/ this will take you from nothing to hello world. On Nov 15, 1:30 am, Wim den Ouden wdenou...@gmail.com wrote:

[google-appengine] Re: Novice getting started: advice on getting to grips with App Engine

2010-11-15 Thread aaron
Hi there, I have gone through that tutorial, but as I mentioned i did miss the key points, so right now I'm brushing up on python and am just starting off with using python in conjuction with app engine. Resources I've found helpful so far (I left out the ones that could have been better): For

[google-appengine] Re: I Need A Push In The Right Direction - Basic Design

2010-11-15 Thread RRRaney
Hello Ben, I have a Lauch button that is not on the main page. I would like to listen for the clickevent of this button and then enter my application if it happens. I do not think that I will have any problem with the code of the Launched Application just how to get there is my problem. If I

Re: [google-appengine] What is latest for in version URL

2010-11-15 Thread Ikai Lan (Google)
Good catch. Right now it exists for backwards compatibility, but you don't actually need it to access versions as of one of the recent releases. You can get to a version at: http://version.appid.appspot.com We'll have to update our docs to reflect the change. -- Ikai Lan Developer Programs

[google-appengine] Re: Error code 203 on simple JSP hosted on a website GAE app

2010-11-15 Thread Kroc
My jsp are quite simple too, and I've the same issue... 11-15 02:29PM 55.213 / 500 10097ms 0cpu_ms 0kb Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.12 (KHTML, like Gecko) Chrome/9.0.576.0 Safari/534.12,gzip(gfe),gzip(gfe) 78.233.233.13 - vincent.legendre [15/Nov/2010:14:30:05

Re: [google-appengine] Re: I Need A Push In The Right Direction - Basic Design

2010-11-15 Thread Robert Kluin
Hi Raney, Maybe I am misunderstanding, but I would say (based on the terminology you're using) you might want to find yourself an HTML tutorial. Here is some basic information on how you can make a button open a link: http://www.javascriptkit.com/howto/buttonr2.shtml Robert On

[google-appengine] Is percent encoding valid in URL to the images service (from get_serving_url)?

2010-11-15 Thread Chris Copeland
Hi folks, I am trying to determine if this is a Google bug or not. I have images stored in the blobstore and use get_serving_url() to get URLs to them. These URLs always have a least one equals sign (=). If the sign is encoded as %3D, then the images service returns 404. Example: Works:

[google-appengine] Re: I Need A Push In The Right Direction - Basic Design

2010-11-15 Thread RRRaney
Hello Robert, I do not seem to be explaining myself very well, as usual. I think that I have a fair understanding of HTML basics. I have coded, complied and deployed three pages to an AppEngine Address: https://rrrsystems-demo-vamv05bnm5.appspot.com

Re: [google-appengine] Jin Tie wants to chat

2010-11-15 Thread Tom Wu
Could Gtalk provide the html button to trigger it ? Best Regards Tom 2010/11/15 Jin Tie yong.li...@gmail.com I've been using Google Talk and thought you might like to try it out. We can use it to call each other for free over the internet. Here's an invitation to download Google Talk. Give

[google-appengine] Re: I Need A Push In The Right Direction - Basic Design

2010-11-15 Thread RRRaney
Hello Robert, I think that I have the basics of HTML down ( you can view the source). I have a harder time explaining what it is that I am trying to do. I have defined and coded the three HTML pages and deployed them to: http://rrrsystems-demo-vamv05bnm5.appspot.com The Site and the HTML pages

Re: [google-appengine] Is percent encoding valid in URL to the images service (from get_serving_url)?

2010-11-15 Thread 风笑雪
Maybe you can try to replace as: http://lh4.ggpht.com/n6Tg_8uEu-nS_5ugZ4L5FpFwZ4koEozGfgpo3B84hjxcGRENdX31xzW_r7lD2u7lEd99hxn7jiRULxKA4D8?s=400 -- 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: I Need A Push In The Right Direction - Basic Design

2010-11-15 Thread Robert Kluin
Hi Raney, I may be showing my own ignorance here, but I don't think I've ever heard of onLoadModule? You might want to mention if you are using Python or Java, and if you are using anything like GWT, Flash / Flex, Silverlight, or a Java applet. The typically way to 'enter' your application

[google-appengine] Re: Too many Warning: Request was aborted after waiting too long... under not so high load

2010-11-15 Thread Will
Thanks for the responses. Transferring the failed uploads to task queue sounds very attractive for my case (a win32 client app uploading data). I'll take a closer look. Bests, Will -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post

[google-appengine] How import datas to BigTable from my local mysql ?

2010-11-15 Thread YF CAO
hi all, How import datas to BigTable from my local mysql ? -- 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] How import datas to BigTable from my local mysql ?

2010-11-15 Thread YF CAO
hi all. How import datas to BigTable from my local mysql ? -- 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

Re: [google-appengine] How import datas to BigTable from my local mysql ?

2010-11-15 Thread Robert Kluin
You've got a few good options. Check out: http://code.google.com/appengine/docs/python/tools/uploadingdata.html Although, I generally find it easier to write my own 'services' for importing data. Robert On Mon, Nov 15, 2010 at 22:31, YF CAO caoyongfeng0...@gmail.com wrote: hi all,

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-15 Thread Kris
I also got a 500 error when using CaptionTube. -- 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] Re: deploy failures

2010-11-15 Thread George Moschovitis
I am getting a similar error, very frustrating... -g. On Nov 9, 2:47 pm, Erik erik.e.wil...@gmail.com wrote: I have also been getting constant deployment errors with Java deployment for the past couple days, seems like something is funny on the google side, don't think my connection is flaky: