[appengine-java] Re: GAE/J with Flex Session

2009-11-18 Thread Yuliang-Yang
when I writing this,I try to re-set the attribute, it works, at the end of second set the client again. FlexContext.getFlexSession().setAttribute(client, _session); 2009/11/18 magic.yang zju...@gmail.com first request: login by username and pwd, and create the session _session = new

[appengine-java] web.xml version=2.5 is not supported

2009-11-18 Thread Nacho Coloma
Hi all, I have been trying to use the following web.xml elements in GAE: jsp-config jsp-property-group url-pattern*.jsp/url-pattern el-ignoredfalse/el-ignored

[appengine-java] Re: Concurrency In Transaction

2009-11-18 Thread ted stockwell
On Nov 17, 10:27 pm, Rusty Wright rwright.li...@gmail.com wrote: Ah, thanks.  So if I knew how many servers my cloud is made of then I should use that number for my MAX_RETRIES.  ;-) I'm curious about how others are handling the exceptions.  The JDOCanRetryException is subclassed by other

Re: [appengine-java] web.xml version=2.5 is not supported

2009-11-18 Thread Derek Berube
One of the issues that you are going to encounter is the mismatch between the JSP API defined in GAE and the implementation of that API provided. As documented in bug 1506http://code.google.com/p/googleappengine/issues/detail?id=1506, GAE includes the JSP 2.1 specification (found in the

Re: [appengine-java] Configuring JSF 2.0 to run on Google App Engine

2009-11-18 Thread Derek Berube
Denden, What does your web.xml look like? What libraries to you have in the WEB-INF/lib directory of your web application? Are you trying to use a component library such as ADF, RichFaces, or ICEFaces? I have a working version of the JSF2 framework running on GAE posted at

Re: [appengine-java] JDO : setting filter ! MyList.contains(\tag) OR MyList.doesnotcontains(\tag)

2009-11-18 Thread Prashant
Thanks a lot... -- 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-j...@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] Re: Spring Web Flow

2009-11-18 Thread Dieter Hubau
Indeed, I have created a similar thread over there: http://forum.springsource.org/showthread.php?t=80572 If anyone has any clue what could have been wrong, or wants to help me and wants to see some of the code, let me know! On Nov 13, 10:08 pm, Rusty Wright rwright.li...@gmail.com wrote: Have

[appengine-java] Re: Exception When Uploading Application To AppEngine

2009-11-18 Thread gholler
I'm seeing the same thing here. All of a sudden I can't deploy to the cloud. I'm using gae 1.2.2, and I'm getting the exact same error. The only thing that may have an effect is that I had someone else on my team deploy to the same account (different app id), since then I haven't been able to

[appengine-java] Reading from the database

2009-11-18 Thread teboho
Hi How do i read items in the database in order to display that data to the user per say? -- 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-j...@googlegroups.com. To unsubscribe

[appengine-java] Re: Session handleing example

2009-11-18 Thread Obelix
Ikai Even this basic page scope isn't working for me. public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException, ServletException { req.setAttribute(helloWorld, Testing); RequestDispatcher dispatcher =

[appengine-java] Re: Configuring JSF 2.0 to run on Google App Engine

2009-11-18 Thread andyz
Denden, I have same problem. the root cause is the version of Mojarra2.0.0 if you open jsf-impl.jar, there is a file: META/taglib/ui.taglib.xml notice the tag remove tag-nameremove/tag-name handler-class/handler-class handler-class is NOT defined. this would cause a problem and

[appengine-java] Re: Configuring JSF 2.0 to run on Google App Engine

2009-11-18 Thread andyz
Denden, I have the same problem as you. I found the root cause. The library jsf-impl.jar you(and I ) is in downloaded zip file: mojarra-2.0.0-FCS-binary.zip. if you open jsf-impl.jar, there is a file: META-INF/taglib/ ui.taglib.xml. at the end of this file: tag-nameremove/tag-name

[appengine-java] Re: NullPointer on key

2009-11-18 Thread IlyaE
Running into another issue. So i'm detaching my object and passing it along in a session. I'm now getting this error WARNING: javax.jdo.JDODetachedFieldAccessException: You have just attempted to access field contactInfo yet this field was not detached when you detached the object. Either dont

Re: [appengine-java] Re: Time zones implementation is broken in Java AppEngine

2009-11-18 Thread Alexander Kolesnikov
Issue 2330 - still nothing is done about this. On Tue, Oct 27, 2009 at 6:55 PM, Jason (Google) apija...@google.com wrote: At the very least, the local and production environments should have identical behavior, and I agree that App Engine should not be returning GMT for well-established time

[appengine-java] Re: Cannot retrieve value of the newly created attribute in a JDO

2009-11-18 Thread joedev
Would you share the solution with us? please On Nov 7, 3:59 am, delightwjk delight@gmail.com wrote: I have fixed this problem. Thanks. On Nov 6, 11:05 am, delightwjk delight@gmail.com wrote: Thank you Jorge, I checked the document you mentioned, but i'm still not sure what is

[appengine-java] Re: Xalan

2009-11-18 Thread metamesh
Hi, I have the same problem when using the xml tags of jstl with appengine 1.2.6. I also tried to put the missing class into the WEB-INF/classes/... folder but still no success. Note that http://code.google.com/p/googleappengine/issues/detail?id=2180 has not a fix but only verifies that the

Re: [appengine-java] 500 Internal Server Error, when update appl

2009-11-18 Thread Ikai L (Google)
What is your app ID? Can you also provide the following details: - application ID - SDK version. Also include whether it is Python or Java - Operating System - Whether this is the first push or not - Are you behind a proxy? As much information as you can give me would be helpful. On Mon, Nov

Re: [appengine-java] Re: Session handleing example

2009-11-18 Thread Ikai L (Google)
Doyou see these issues locally or when deployed? On Tue, Nov 17, 2009 at 9:03 PM, Obelix anand.sanka...@gmail.com wrote: Ikai Even this basic page scope isn't working for me. public void doGet(HttpServletRequest req, HttpServletResponse resp) throws

[appengine-java] Re: Can't send mail with attachment using JavaMail API

2009-11-18 Thread mably
I'm just sending a simple mail from my Gmail account with an embedded gif image. I can perfectly read it from my mail servlet handler but when I try to relay it (cf. code from first message) I get this annoying Converting attachment data failed error which seems to be specific to GAE. Here is

Re: [appengine-java] Re: Can't send mail with attachment using JavaMail API

2009-11-18 Thread Ikai L (Google)
What I mean is, is this code working on a different mail server? On Wed, Nov 18, 2009 at 2:00 PM, mably fm2...@mably.com wrote: I'm just sending a simple mail from my Gmail account with an embedded gif image. I can perfectly read it from my mail servlet handler but when I try to relay it

[appengine-java] Re: Looking for Bulk Loader beta testers

2009-11-18 Thread Matthew Blain
Hi everyone, Thanks for the response so far--we'll be getting back to you over the next few days. I'd like to point out an existing feature which will be helpful to many of you: --dump and --restore. This will download or upload all of the entities for a particular Kind and save them in a local

[appengine-java] Re: Can't send mail with attachment using JavaMail API

2009-11-18 Thread mably
Of course, the code above doesn't need to be run in mail handler servlet :-) On Nov 19, 12:01 am, mably fm2...@mably.com wrote: I've written a simple class sending an HTML email with an embedded image (cf. below) via GMail SMTP.  It works perfectly fine when run locally from Eclipse. The

Re: [appengine-java] Re: Can't send mail with attachment using JavaMail API

2009-11-18 Thread Ikai L (Google)
That's good information to know. We are not using Sun's JavaMail implementation, so it's possible there are points of incompatibility. There's one last thing you may want to try: http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/mail/package-summary.html The above page

[appengine-java] Re: Can't send mail with attachment using JavaMail API

2009-11-18 Thread mably
I haven't found a way to set a Content-ID header on a mimebodypart/ attachment using the low-level API. The MailService.Attachment class is quite rudimentary (only filename and data). May be some part of the low level API are still undocumented ? Thanx for all. On Nov 19, 12:25 am, Ikai L

Re: [appengine-java] Problems with large request/response headers

2009-11-18 Thread Ikai L (Google)
Matt, There probably isn't anything you'll be able to do in the meantime. You may not see this when deployed since we are not using a different servlet engine in production. Can you go ahead and open an issue here for us to upgrade our SDK's version of Jetty?

[appengine-java] Unable to update app: null

2009-11-18 Thread Leonard Siu
I received the following error when I tried to deploy an application to google hosted appengine (GAE/J). Any idea what could have cause the problem? com.google.appengine.tools.admin.AdminException: Unable to update app: null at com.google.appengine.tools.admin.AppAdminImpl.update

Re: [appengine-java] 500 Internal Server Error, when update appl

2009-11-18 Thread Jackob
- aapcore - appengine-java-sdk-1.2.6 - Win XP - Several first times it was work fine - no proxy On Wed, Nov 18, 2009 at 11:42 PM, Ikai L (Google) ika...@google.com wrote: What is your app ID? Can you also provide the following details: - application ID - SDK version. Also include whether

[appengine-java] Re: Unable to update app: null

2009-11-18 Thread Leonard Siu
I solved my own problem. It turned out an empty url-pattern / in security-constraint web-resource-collection in my web.xml is causing this error. On Nov 19, 11:10 am, Leonard Siu leonard@gmail.com wrote: I received the following error when I tried to deploy an application to google hosted

[appengine-java] Re: GAE status / availalbility problems?

2009-11-18 Thread Diana Cruise
Excellent news. How long did it take to resolve this matter and what was the impact to your Users? I assume you would agree we could avoid this type of problem by only using the data types listed here right? http://code.google.com/appengine/docs/java/datastore/dataclasses.html#Core_Value_Types

Re: [google-appengine] Edit models with key lists

2009-11-18 Thread djidjadji
Or write a custom filter that checks to see if the current category is found in the list of checked categories. 2009/11/17 Joshua Smith joshuaesm...@charter.net: I usually tackle these kinds of problems with Javascript.  In the page you generate, write javascript commands to check the boxes

[google-appengine] Cron job schedule time reset when uploading new version

2009-11-18 Thread djidjadji
I have a simple cron job that needs to run every X hours --- cron.yaml --- cron: - description: Hourly Check url: /jobs/check schedule: every 1 hours -- If I upload a new version of the app the schedule time

Re: [google-appengine] Re: Increasing task queue quotas

2009-11-18 Thread djidjadji
Is your processing not possible with the deferred module added in 1.2.5 http://code.google.com/appengine/articles/deferred.html If you launch many tasks to process the uploads you waste a lot of CPU retrieving the data needed. With the deferred method you run for about 30 sec, then store the

[google-appengine] Re: Edit models with key lists

2009-11-18 Thread reza
Thanks for the replies, I like both ideas but I feel like this should be handled in the controller somehow. Reza On Nov 18, 12:40 pm, djidjadji djidja...@gmail.com wrote: Or write a custom filter that checks to see if the current category is found in the list of checked categories.

Re: [google-appengine] Accessing the Data Store from outside application

2009-11-18 Thread djidjadji
Look at the article for the remote_api. 2009/11/18 mscwd01 mscw...@gmail.com: Hey, I hava an app which generates a lot of user data which is stored in the data store. At various intervals I wish to process this data using an application running on my pc, is this possible? I.e. looping

[google-appengine] Re: Admin dashboard chart shows only last 18 hours instead of 24

2009-11-18 Thread Jonathan
fixed for me On Nov 18, 12:53 pm, Ikai L (Google) ika...@google.com wrote: This issue has been resolved. Can those of you that have been affected please check your dashboards? On Tue, Nov 10, 2009 at 10:27 PM, Prashant antsh...@gmail.com wrote: check my app also - *gaewcmsdemo*

[google-appengine] Re: Cron job syntax

2009-11-18 Thread Sylvain
Else you can run the job each hour and check the time in your code. Regards. On 18 nov, 02:39, GAEfan ken...@gmail.com wrote: Is it possible to specify various times in a Cron schedule, like: - description: do this job   url: /atThisURL   schedule: every mon,tue,wed,thu,fri,sat

[google-appengine] Why not implement a Django database backend for App Engine?

2009-11-18 Thread frankabel
Hi all, I'm newbie in this App Engine. As far I know, lot of Django app portability get solved if someone implement a Django database backend for App Engine. Even I read Once queryset-refactor lands in trunk, it might also be possible to write a database backend for App Engine that would allow

Re: [google-appengine] Re: Admin dashboard chart shows only last 18 hours instead of 24

2009-11-18 Thread Prashant
fixed for my all apps, thanks. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to

Re: [google-appengine] Basic site

2009-11-18 Thread Barry Hunter
The helloworld example here http://code.google.com/appengine/docs/python/gettingstarted/helloworld.html is probably about as simple as it comes. On 18/11/2009, Matthew Kramer ran...@gmail.com wrote: I'm fairly new with Google App Engine and I'm wondering if there is a tutorial that shows how

[google-appengine] weird TemplateDoesNotExist error

2009-11-18 Thread Jairo Vasquez Moreno
Hi, I'm getting a lot of TemplateDoesNotExist errors (It's not always, sometimes GAE raise it). And this is not because a statir dir. It's weird because the template works but sometimes I see that error, so it's not about that it doesnt exist. I have like 40 request per second that fetch the

Re: [google-appengine] Cron job syntax

2009-11-18 Thread Eli Jones
Here's the fun way! Figure out a way to represent the sequence of hours you need it to run... n0 = 6, n1 = n0 + 1, n2 = n1 + 1, n3 = n2 + 1, n4 = n3 + 1, n5 = n4 + 3, n6 = n5 + 4 Have a cron job start it off at 6am... Then have the code set a taskqueue to call itself.. Setting k = k+1 as a

[google-appengine] Unable to appcfg.py update to my app

2009-11-18 Thread Tom Wu
Unable to appcfg.py update to my app. -- 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: Limit on image size very low

2009-11-18 Thread Bjoern
If you have a suggestion, I wouldn't mind trying it. I suspect few python imaging libraries would be pure python, though. On Nov 17, 3:08 pm, Eli Jones eli.jo...@gmail.com wrote: Isn't there another image library you could use to resize? -- You received this message because you are subscribed

[google-appengine] Re: Accessing the Data Store from outside application

2009-11-18 Thread mscwd01
Thats great, it would be all the greater if it had Java language support. :( I needed a reason to learn Python though ;) On Nov 18, 9:28 am, djidjadji djidja...@gmail.com wrote: Look at the article for the remote_api. 2009/11/18 mscwd01 mscw...@gmail.com: Hey, I hava an app which

[google-appengine] Using Google App Engine to implement a service which will compute in parallel many tasks ?

2009-11-18 Thread Wojciech
Hello, I'd like to know if there is any way to use Google App Engine to make a cloud hosted service which will be compuing in parallel not so trivial tasks. I'm planning to implement raytracer engine, where calculations for each pixel (defining its colour) should be performed in the cloud.. in

[google-appengine] Re: CNAME mapping stopped working 25 minutes ago

2009-11-18 Thread HimS
We also suffered this problem and its not yet resolved. As of now I am getting a 404 error: www.cheesecare.com Thanks HimS On Nov 18, 5:27 am, Ikai L (Google) ika...@google.com wrote: Google Apps customers, Between 11:25am and 3:49pm Pacific Time, there was a production issue for Google

[google-appengine] Searching the datastore

2009-11-18 Thread Barakat
Hi All, I want to have a search box in my page so the user can search for name in an address book for example i expect the user to write any words he wants in the box for search for example Mike Laurance California If such words written and I want to search with it in my data store that has a

[google-appengine] Try to retrieve provisioning group in Google App Engine

2009-11-18 Thread Bam
Hi all, i tried to retrieve provisioning group list on pagination but it always get timeout error. here is the log report. WARNING 2009-11-18 09:00:45,469 urlfetch_stub.py:269] Stripped prohibited headers from URLFetch request: ['Host', 'Content-Length'] WARNING 2009-11-18 09:00:47,046

[google-appengine] Re: Basic site

2009-11-18 Thread Yuriy S.
Hello, You could try this http://code.google.com/appengine/docs/python/gettingstarted/ Yuriy On Nov 18, 3:37 am, Matthew Kramer ran...@gmail.com wrote: I'm fairly new with Google App Engine and I'm wondering if there is a tutorial that shows how I can build a basic site that I can navigate

[google-appengine] What does tasks in queue 2000+ means?

2009-11-18 Thread ivanbone
Hello everyone, I'm quite confuse at the number shown at the tasks in queue column. Example: I added 3000 tasks, but it showed as 2000+. Does this mean that the number of tasks added in queue now is only 2k, and the remaining 1k of tasks will be discarded? or actually tasks added were 3k, but

[google-appengine] Re: appcfg.py upload_data failing early

2009-11-18 Thread Lloyd
To follow up. I cross posted on StackOverflow Brit: Do you get any more information when you add --noisy ? Are you logged in before you run above line ? Me: Thanks, I didn't know about that flag. The odd thing is that it seems to not make any difference on the WinXP machine that I was working

[google-appengine] Re: Using Google App Engine to implement a service which will compute in parallel many tasks ?

2009-11-18 Thread Michelschr
Sure, it is possible: http://code.google.com/intl/fr/appengine/docs/python/taskqueue/ The problem will only be your resource consumption... On 18 nov, 16:09, Wojciech woj...@gmail.com wrote: Hello, I'd like to know if there is any way to use Google App Engine to make a cloud  hosted service

Re: [google-appengine] What does tasks in queue 2000+ means?

2009-11-18 Thread Prashant
yes, tasks added after 2000 tasks in the queue are shown as 2000+ -- 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] Unable to appcfg.py update to my app

2009-11-18 Thread Ikai L (Google)
Tom, Can you provide the following details? - Version of SDK - app ID - operating system On Wed, Nov 18, 2009 at 8:01 AM, Tom Wu service.g2...@gmail.com wrote: Unable to appcfg.py update to my app. -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] syncdb HTTP Error 302

2009-11-18 Thread Guri
Hi, I am using app engine patch to upload on production server. All goes fine until it tries syncdb. Below are the logs. I searched for such problems earlier but no luck. Please give me some pointers Thanks, Gurminder These are the logs:

[google-appengine] mail.Send() complains I need more quota even though I don't

2009-11-18 Thread crag
My application had been sending mail without a problem as of last week. I uploaded a new version of the app a week ago (did not change the code that emails) and now get com.google.apphosting.api.ApiProxy$OverQuotaException: The API call mail.Send() required more quota than is unavailable. even

Re: [google-appengine] Re: How can I redirect www.mydomain.com to my appspot app/ website

2009-11-18 Thread OvermindDL1
On Tue, Nov 17, 2009 at 9:41 PM, SivaTumma sivatu...@gmail.com wrote: For faster paybacks, I put an index.html in the subdomains' root folders and insert this in that file. ..blah blah.. body onload=location.href='http:// where_i_want_this_to_redirect.com'; ..and blah blah. That may not

Re: [google-appengine] Why not implement a Django database backend for App Engine?

2009-11-18 Thread OvermindDL1
On Wed, Nov 18, 2009 at 5:54 AM, frankabel frank.abel...@gmail.com wrote: Hi all, I'm newbie in this App Engine. As far I know, lot of Django app portability get solved if someone implement a  Django database backend for App Engine. Even I read Once queryset-refactor lands in trunk, it might

[google-appengine] Google voice on app engine

2009-11-18 Thread dreadjr
Is there a way to use google voice on the app engine? I created a library for google voice but can't seem to get around change the host value of the requests. Or is there another approach i can take? -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: Why not implement a Django database backend for App Engine?

2009-11-18 Thread sserrano
While it is a difficult task there is people trying to work around it. Follow wkornewald at http://bitbucket.org/wkornewald/ he is doing an excellent work Cheers, Sebastian Serrano http://www.sserrano.com On 18 nov, 09:54, frankabel frank.abel...@gmail.com wrote: Hi all, I'm newbie in this

[google-appengine] Re: Searching the datastore

2009-11-18 Thread Tristan
You probably want to first look at Lucene http://lucene.apache.org/java/docs/ If you don't like that, you can try implementing this: http://www.miislita.com/term-vector/term-vector-3.html -Tristan On Nov 18, 5:47 am, Barakat ahmedbara...@gmail.com wrote: Hi All, I want to have a search box

[google-appengine] Re: XMPP Requests

2009-11-18 Thread Guria
I already filled such issue http://code.google.com/p/googleappengine/issues/detail?id=2071 for several month ago. Could you tell, have you any plans on realising such functionality? On Nov 6, 5:34 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi Kevin, Not currently, no. Please

[google-appengine] Re: weird TemplateDoesNotExist error

2009-11-18 Thread Jason C
Are you using Django 1.0? There is an initialization problem with Django 1.0. If a DeadlineExeecedError occurs while a new instance is spinning-up, it can leave Django 1.0 in a partially initialized state and these kind of errors will continue to stream out until the instance is recycled. We've

[google-appengine] Re: Cron job schedule time reset when uploading new version

2009-11-18 Thread Jason C
We had a nightly job on our development server to which we also did a daily automated build. The cron job never executed. It took me forever to understand why. I'm not sure why it is designed this way. j On Nov 18, 3:12 am, djidjadji djidja...@gmail.com wrote: I have a simple cron job that

Re: [google-appengine] Re: Cron job schedule time reset when uploading new version

2009-11-18 Thread Ikai L (Google)
Can you guys log this as an issue? I don't see this in our issue tracker. http://code.google.com/p/googleappengine/issues/list?can=2q=cron On Wed, Nov 18, 2009 at 2:01 PM, Jason C jason.a.coll...@gmail.com wrote: We had a nightly job on our development server to which we also did a daily

[google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-18 Thread Cynthia Kurtz
Same issue here. Being over quota is impossible since I've sent like three messages. Any help? On Nov 18, 1:38 pm, crag cra...@gmail.com wrote: My application had been sendingmailwithout a problem as of last week.  I uploaded a new version of the app a week ago (did not change the code that

Re: [google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-18 Thread Ikai L (Google)
Cynthia, What's your application ID? Crag, is there any chance you could be over a CPU quota? I checked your application and you are pretty close to an hourly quota. I'll investigate to see if exceeding a CPU quota on sending a mail is triggering that error. On Wed, Nov 18, 2009 at 2:27 PM,

[google-appengine] Re: Limit on image size very low

2009-11-18 Thread Cynthia Kurtz
Another issue is, the 1MB limit is incompatible with audio and video as well as just images. So it's not just an imaging library that is needed, it's everything. I had planned to have people be able to collect stories in audio format (say from old folks) and upload them to my site (Rakontu) but

[google-appengine] Re: Looking for Bulk Loader beta testers

2009-11-18 Thread Matthew Blain
Hi everyone, Thanks for the response so far--we'll be getting back to you over the next few days. I'd like to point out an existing feature which will be helpful to many of you: --dump and --restore. This will download or upload all of the entities for a particular Kind and save them in a local

[google-appengine] Re: Limit on image size very low

2009-11-18 Thread Cynthia Kurtz
Sorry - to clarify - I wasn't talking about the imaging service, I was talking about the database limit. I had originally intended to have attachments to stories, which could include say PDF as well as audio and video and images. If there is a way to break up ANY binary data into 1MB chunks and

Re: [google-appengine] Re: Limit on image size very low

2009-11-18 Thread Ikai L (Google)
Cynthia, I have good news for you: From here: http://code.google.com/appengine/docs/roadmap.html - Service for storing and serving large files It's coming! We hear you. On Wed, Nov 18, 2009 at 3:01 PM, Cynthia Kurtz cfku...@cfkurtz.com wrote: Sorry - to clarify - I wasn't talking about

[google-appengine] Re: Increasing task queue quotas

2009-11-18 Thread James Cooper
Hi there, Yes, I've considered Amazon's offering, but would prefer to keep the entire system on GAE if possible to reduce complexity. thanks, -- James On Nov 17, 7:13 pm, Julian Namaro namarojul...@gmail.com wrote: I'm not sure about what you want to do but just a thought: have you

[google-appengine] Re: Increasing task queue quotas

2009-11-18 Thread James Cooper
Hi, My primary concern is throughput, not cost. I would be happy to pay more to gain higher concurrency and higher throughput. If a customer uploads a list with 100,000 items to process, I would like to burst to some upper limit of concurrency (higher than 20 qps at least) and process the list

Re: [google-appengine] Re: Cron job schedule time reset when uploading new version

2009-11-18 Thread djidjadji
I used the original message text as the text for the issue http://code.google.com/p/googleappengine/issues/detail?id=2408 2009/11/18 Ikai L (Google) ika...@google.com: Can you guys log this as an issue? I don't see this in our issue tracker.

[google-appengine] Getting Strange Error From Cron Job

2009-11-18 Thread Kevin
I am attempting to implement an application that performs some occasional web crawling as a component of its day-to-day functionality. The web crawling code can be executed from a jsp file. When I test it on my computer by accessing the jsp file, it performs its desired function nicely, as

[google-appengine] Re: Getting Strange Error From Cron Job

2009-11-18 Thread niklasr
On Nov 18, 7:44 pm, Kevin norelaxat...@gmail.com wrote: I am attempting to implement an application that performs some occasional web crawling as a component of its day-to-day functionality. The web crawling code can be executed from a jsp file.  When I test it on my computer by accessing

[google-appengine] Re: datastore viewer delay

2009-11-18 Thread Baron
yeah my dataviewer always shows, but there seems to be a delay in updating the content. On Nov 18, 3:11 pm, 风笑雪 kea...@gmail.com wrote: Model will always show in dataviewer. The only way I find to not show it is re-define you Model class without any property, and deploy it again.

[google-appengine] datastore glitch/corruption?

2009-11-18 Thread ussuri
I'm experiencing weird data corruption issues that seem to be caused by a glitch in the datastore. There is a chance that there is a bug in my code, of course, but I have spent hours looking for holes and I see none. Basically, I have an entity (table) with several content fields and two tracking

[google-appengine] Re: Why not implement a Django database backend for App Engine?

2009-11-18 Thread Julian Namaro
Traditional relational databases are not scalable, and using such library would most likely result in a data organization that does not scale well. Might be fine for a lot of apps, but it kind of defeat the main purpose of using a cloud infrastructure. On Nov 18, 9:54 pm, frankabel

[google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-18 Thread crag
Thanks for taking a look, Ikai. I doubt it is an hourly CPU thing. After 20 hours, I have used 33% of CPU quota and the load will likely have been well distributed over that time. Also, searching the logs for [Qq][Uu][Oo][Tt][Aa] do not reveal anything except for mail.send calls. On Nov 18,

[google-appengine] Re: mail.Send() complains I need more quota even though I don't

2009-11-18 Thread Cynthia Kurtz
My app id is rakontu. The issue came up when one of my users tried to send an email with a list of To: addresses with 10 emails in it. I tried to replicate the error and couldn't, but I only tried sending to two people at once. Could there be some hidden email to-list cutoff? On Nov 18, 11:35 pm,

[google-appengine] GAE Python Chinese feed url fetch problem

2009-11-18 Thread Alan Xing
Hi there, We have run into this feed fetch problem, with GAE Python code throwing DownloadError. This problem seems to happen to a lot of feeds with Chinese characters inside. Almost any feed from feedsky.com causes such problem. http://feed.feedsky.com/qiushi http://feed.feedsky.com/ihero