Re: [appengine-java] Re: FinalizableReferenceQueue error

2009-12-11 Thread Toby Reyelts
Correlation is not causation. The warning is not slowing down your code. This harmless warning is generated during the static initialization of some protobuffer code. That static initialization is happening, because your application is being loaded in a new JVM by a loading

[appengine-java] Re: Getting datastoretimeout exception more frequent today...

2009-12-11 Thread mar_novice
Glad also to know that i'm not the only one i can't even do a single query... it always return a datastoreexception... On Dec 11, 3:49 pm, Jeff Schnitzer j...@infohazard.org wrote: Ok, glad to know it's not just me.  Unfortunately I'm getting large numbers of these exceptions, pretty much

[appengine-java] Error: No action instance for path /login could be created

2009-12-11 Thread Qi
I meet a trouble Error: No action instance for path /login could be created when I run the basic struts based login what is the meaning no action instance could be created? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post

[appengine-java] Re: problems with SDK 1.2.8 and (local) task queues timing out...

2009-12-11 Thread Heyali
I am also facing simmilar problem. Any clue? -- 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: Querying parent side of unowned relationship

2009-12-11 Thread m seleron
Hi, Though it doesn't understand how to register I think that I can be likely to do if it is not JDO but lowlevelAPI. Please examine [com.google.storage.onestore.v3.OnestoreEntity.Entity#getParent]. If this is not good, it might have to change the model. thanks. On 12月6日, 午前2:36, Jeffrey

[appengine-java] Re: Eclipse start server error after update to 1.2.6

2009-12-11 Thread sgodard
Thx a lot for this tip ;) On 7 déc, 01:23, Larry Cable larry.ca...@gmail.com wrote: In eclipse select Run Configurations... from the Run main menu ... in the dialog that pops up, you you see a G icon in the tree view on the left and a list of configurations under that, (at least one), select

[appengine-java] Re: FinalizableReferenceQueue error

2009-12-11 Thread fhtino
Tony, thank you for the tips. I'll test them as soon as possible. I've a question. You said the warning is not slowing down your code. But it increases the response time of the page. So the user waits for a longer time before receiving the page. Do you confirm? Have I correctly understood?

[appengine-java] Re: new in 1.2.8: relationship fields of type parent class that isn't even persisted. This is not yet supported.

2009-12-11 Thread Jonathan 'J5' Cook
Thanks for the fix, Max and perfect timing for me :) I just upgraded to 1.2.8 and started having this issue last night. For those who don't/didn't already know (like myself), here is a link to instructions Max wrote on how to install a new plugin version into the SDK:

[appengine-java] What is the missing argument error after upgrade to 1.2.8

2009-12-11 Thread Emmanuel
After the upgrade to App engine 1.2.8 (and therefore to Google Web Toolkit 2.0.0), my previously working application now does not start and is blocked with the following error: Missing required argument 'module[s]' Google Web Toolkit 2.0.0 DevMode [-noserver] [-port port-number | auto]

Re: [appengine-java] Re: new in 1.2.8: relationship fields of type parent class that isn't even persisted. This is not yet supported.

2009-12-11 Thread bryce cottam
Thanks a million Max, I've been on the road for a few days but I'm looking forward to trying this out when I get back. Thanks for the link Jonathan. -bryce On Dec 11, 2009 6:50 AM, Jonathan apos;J5apos; Cook jonathan.j5.c...@gmail.com wrote: Thanks for the fix, Max and perfect timing for me :)

Re: [appengine-java] Re: problems with SDK 1.2.8 and (local) task queues timing out...

2009-12-11 Thread Max Ross (Google)
Please re-read the thread leading up to your post. The timeout shouldn't impact the completion of the request on the server. If you're seeing something different please let me know. Thanks, Max On Thu, Dec 10, 2009 at 10:26 PM, Heyali heyal...@gmail.com wrote: I am also facing simmilar

[appengine-java] Re: grails The filename or extension is too long

2009-12-11 Thread aldrinm
You might want to try the work-arounds mentioned in this issue http://code.google.com/p/googleappengine/issues/detail?id=1862 -- 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

Re: [appengine-java] Re: Failed to startup after ver 1.2.8 update

2009-12-11 Thread Rajeev Dayal
Were you able to work around the problem, or are you still having trouble? On Fri, Dec 11, 2009 at 5:40 AM, sgodard sebastien.god...@gmail.com wrote: I have the same problem with this update :( On 5 déc, 06:34, doc123 doc.u...@gmail.com wrote: Application does not start up after update ver

Re: [appengine-java] What is the missing argument error after upgrade to 1.2.8

2009-12-11 Thread Rajeev Dayal
Hi, If you navigate to Project Properties - Google - Google Web Toolkit, do you see any startup modules listed there? If you edit the launch configuration that you're running, do you see any startup modules listed on the GWT tab? What are the program and VM arguments that are listed for the

[appengine-java] Where do I find javax.servlet.http ?

2009-12-11 Thread Andreas
It's part of the very first tutorial, yet I come to an end already :) I'm running intellij, not eclipse, but I guess that shouldn't matter. -- 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] Question about request from one app to another one through ajax

2009-12-11 Thread Allen Cheng
I created two apps, one app provides a restful web service( such as abc001.appspot.com), and I want to make use of that web service in another app page (such as abc002,appspot.com) through ajax. Through setting the [ document.domain = appspot.com; ] in javascript, the browser could allow the ajax

[appengine-java] The request is invalid for an unspecified reason

2009-12-11 Thread Werner Kok
Hi, I am trying to upload my application but keep getting an error. The same error is logged when deploying via Google Eclipse Plugin or the appcfg.cmd command line tool. The app runs 100% fine in Eclipse using the Google SDK. The error is: Unable to update: java.io.IOException: Error

[appengine-java] Local Task queues not rate limited in 1.2.8

2009-12-11 Thread Sam Hasler
Local Task Queue are running tasks as fast as they can an not honouring the maximum rate for the queue. on a 0.5/s queue I'm seeing 80+ tasks handled in a matter of seconds. This is a problem for me because I am using the URLFetch service to fetch content that I am not supposed to request more

[appengine-java] java.lang.RuntimeException: Unable to replace JPACallbackHandler - Unit Testing

2009-12-11 Thread Thierry Golvanig
Hi All, I am trying to write a bunch of tests with JUNIT for my JDO classes. The package works when integrated in a appengine web application, but I get a RunTimeException when testing in a Junit 'environment'. I started with the JDODataSourceConfigTest source file in the appengine test

[appengine-java] Google App for Web Application

2009-12-11 Thread Rajesh
hi all , i'm new to google cloud computing .and i have develooped my Application with Struts,Spring and JPA/ Hibenate support. since i knew GAE does'nt support hipernate.i use to go with JPA.but how to specify the datasource .How can i create the table . bean id=dataSource

Re: [appengine-java] Local Task queues not rate limited in 1.2.8

2009-12-11 Thread Max Ross (Google)
Hi Sam, Please read this section of the docs: http://code.google.com/appengine/docs/java/taskqueue/overview.html#Task_Queues_and_the_Development_Server It describes the differences between production task queues and local task queus and explains how to switch back to the old method of manually

Re: [appengine-java] Re: gae log console

2009-12-11 Thread Ikai L (Google)
Ah, tailing in real time (or semi real time). This isn't currently possible. You might want to write something up and create a feature request for it: http://code.google.com/p/googleappengine/issues/list On Thu, Dec 10, 2009 at 7:18 PM, asianCoolz second.co...@gmail.com wrote: its only copy the

Re: [appengine-java] Re: gae log console

2009-12-11 Thread Ikai L (Google)
I was just thinking about this. You might be able to do something by creating your own wrapped logger and integrating it with the XMPP service, though I am pretty sure this will send you over quota pretty quickly. On Fri, Dec 11, 2009 at 10:06 AM, Ikai L (Google) ika...@google.com wrote: Ah,

Re: [appengine-java] Where do I find javax.servlet.http ?

2009-12-11 Thread Ikai L (Google)
If you're running IntelliJ IDEA with the Google App Engine plugin, it should have been imported. Check Project Settings-Libraries and make sure you have included APPENGINE_SDK_HOME/lib/user as a JAR directory. This'll import Jetty and other dependencies you need. On Fri, Dec 11, 2009 at 8:07 AM,

Re: [appengine-java] Where do I find javax.servlet.http ?

2009-12-11 Thread Toby Reyelts
It lives in APP_ENGINE_SDK_ROOT/lib/shared/geronimo-servlet_2.5_spec-1.2.jar If you're not using Eclipse, you can read our Ant documentationhttp://code.google.com/appengine/docs/java/tools/ant.htmlto get an idea of what jars you should be compiling against, and which jars you should be deploying

[appengine-java] Re: Local Task queues not rate limited in 1.2.8

2009-12-11 Thread Sam Hasler
Thanks Max! that's much better. That really should have been called out in the release notes though. Sam On Dec 11, 5:57 pm, Max Ross (Google) maxr+appeng...@google.com wrote: Hi Sam, Please read this section of the

[appengine-java] Re: Servlet loading failing

2009-12-11 Thread Nicky
Nothing out of the ordinary. Here take a look. package gov.ca.bdo.modeling.dsm2.map.server; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import

Re: [appengine-java] Re: hat is a Blobstore

2009-12-11 Thread Ikai L (Google)
It's nothing you should have to worry about yet. We're putting in the plumbing for upcoming features. On Fri, Dec 11, 2009 at 11:17 AM, Toby tobias.ro...@sunnymail.mobi wrote: I accidently sent this before finishing. Can someone help me to understand this? Thank you, Toby On Dec 11,

[appengine-java] Re: Sending mail with the mail api

2009-12-11 Thread Werner Kok
Hi, Any news on this issue, I'm having the same problem in my deployed application. Thanks! Werner On Dec 2, 5:30 pm, Ray archiv@googlemail.com wrote: Hi Jason,           i have got the same problem too. the Code was copied and pasted

Re: [appengine-java] Re: Unable to run on local server after an upgrade to 1.2.8

2009-12-11 Thread Ikai L (Google)
Are you seeing this error on a new project? Can you provide steps to reproduce? 2009/12/10 Viðar Svansson vidarsv...@gmail.com This seems to only happen if you are logged in. On Thu, Dec 10, 2009 at 12:58 PM, pjesi vidarsv...@gmail.com wrote: Hi I am getting a strange error after

Re: [appengine-java] error xerces not found when run as web app

2009-12-11 Thread Ikai L (Google)
I'm not able to reproduce this, though I am using 2.9.1. Were you able to figure this out? You may need to tell your IDE to treat WEB-INF/lib as part of your classpath, since putting it in this library just makes sure it is in the classpath when deployed and not necessarily locally when you are

Re: [appengine-java] Google App for Web Application

2009-12-11 Thread Rusty Wright
http://code.google.com/appengine/docs/ Click on Storing Data under Java in the left menu. Also click on Java in the Getting Started menu on the left. You don't create the table; there are no tables, although JPA will pretend that there are. Just start storing data. Watch the videos from the

Re: [appengine-java] Re: Fast MVC Framework for GAE?

2009-12-11 Thread Rusty Wright
http://googleappengine.blogspot.com/ See Dec 8 entry, Request performance in Java. Brian wrote: I have 2 actions and something like 12 java classes total.. so don't think that is my problem. Nicolas: What is this pre-compilation you speak of? Anything under 5 would be good enough for

[appengine-java] Re: Local Task queues not rate limited in 1.2.8

2009-12-11 Thread Sam Hasler
Where exactly do I put the --jvm_flag=- Dtask_queue.disable_auto_task_execution=true flag? I'd assumed it would be in Run configurations... (x)= Arguments tab, in the VM Arguments pannel, but it says it's an Unrecognized option. Sam On Dec 11, 5:57 pm, Max Ross (Google) maxr+appeng...@google.com

[appengine-java] enhance classes in eclipse plugin

2009-12-11 Thread asianCoolz
my properties-google--orm- already put /src but i still get the below error i'm using jdk1.6 gae1.2.6. what did i do wrong? 01:38:22,793 ERROR [DataNucleus.MetaData] - Found Meta-Data for class com.thepackage.class.domain.pojotest but this class is not enhanced!! Please enhance the class

[appengine-java] Re: gae log console

2009-12-11 Thread Roy
I log to xmpp and it works really well. I find the standard log viewer with its foreign timestamps almost unusable for debugging. On Dec 11, 6:07 pm, Ikai L (Google) ika...@google.com wrote: I was just thinking about this. You might be able to do something by creating your own wrapped logger

[appengine-java] Re: Spring MVC with annotations

2009-12-11 Thread asianCoolz
any update on this? can rc3 run on gae? -- 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: Fast MVC Framework for GAE?

2009-12-11 Thread Brian
Before: / 200 9743ms 11464cpu_ms 264api_cpu_ms After: / 200 6894ms 7335cpu_ms 199api_cpu_ms Better, but not really good enough. On Dec 11, 4:22 pm, Rusty Wright rwright.li...@gmail.com wrote: http://googleappengine.blogspot.com/ See Dec 8 entry, Request performance in Java. Brian wrote:

[google-appengine] Current Datastore issues: DatastoreTimeoutException

2009-12-11 Thread broc
Hello, Since 12-10 09:36PM (2 hours and a half), I'm facing a lot of problems with Datastore. I have not change/modify anything. A lot of DatastoreTimeoutException that make my responses fail! Even the admin console gives me a big Server Error when I browse the logs... I'm not the only one.

[google-appengine] Datastore down: _ToDatastoreError(err)

2009-12-11 Thread fedestabile
Hi, does anyone else is having problems with the Datastore? raising _ToDatastoreError(err)? Also, does anyone know how to report an issue to the System Status http://code.google.com/status/appengine;? Thanks, Fred -- You received this message because you are subscribed to the Google Groups

[google-appengine] Paid appengine account still results in timeout

2009-12-11 Thread oliverox
Hi, Everything was working fine, till today. Seems like appengine doesnt like any of my requests anymore. http://fanvenues1.appspot.com/seatwave/12505/360x227/circle.jpg This request is suppose to return a jpg image (about 17KB) stored in the datastore. It used to work fine earlier but now I

[google-appengine] Re: Error: Server Error

2009-12-11 Thread fedestabile
I'm having troubles with my app too. I think this seems to be some kind of system disruption :( On Dec 11, 2:56 pm, thepeppersstu...@gmail.com thepeppersstu...@gmail.com wrote: Got the following server error just now: Error: Server Error The server encountered an error and could not complete

[google-appengine] Re: Error: Server Error

2009-12-11 Thread oliverox
Yea me too... that sucks! On Dec 11, 4:06 pm, fedestabile stabile.feder...@gmail.com wrote: I'm having troubles with my app too. I think this seems to be some kind of system disruption :( On Dec 11, 2:56 pm, thepeppersstu...@gmail.com thepeppersstu...@gmail.com wrote: Got the following

[google-appengine] Re: Current Datastore issues: DatastoreTimeoutException

2009-12-11 Thread fedestabile
Hi Sebastien, I'm experiencing the same kind of issues. Have you checked the System Status http://code.google.com/status/appengine;? It says that everything seems to be fine. Do you know how to report an issue? Cheers, Fred On Dec 11, 3:02 pm, broc sebastien.peroc...@gmail.com wrote:   Hello,

[google-appengine] Re: Error: Server Error

2009-12-11 Thread fedestabile
I took a page, opened in Opera using the auto refresh feature, and hopefully Google will track all these errors. If you have any way to auto refresh one of your pages and generate the error, maybe will be a good idea to do it. On Dec 11, 3:08 pm, oliverox oliver.oxen...@gmail.com wrote: Yea me

[google-appengine] Re: Datastore down: _ToDatastoreError(err)

2009-12-11 Thread fedestabile
I took a page, opened in Opera using the auto refresh feature, and hopefully Google will track all these errors. If you have any way to auto refresh one of your pages and generate the error, maybe will be a good idea to do it. On Dec 11, 3:05 pm, fedestabile stabile.feder...@gmail.com wrote: Hi,

[google-appengine] Re: Current Datastore issues: DatastoreTimeoutException

2009-12-11 Thread broc
Hi Fred, Yes, I checked the Status that say everything is fine but is it NOT! I don't think there is an issue tracker, you just have to wait and hope someone will read our messages and correct the problem... On 11 déc, 09:10, fedestabile stabile.feder...@gmail.com wrote: Hi Sebastien, I'm

[google-appengine] Re: Current Datastore issues: DatastoreTimeoutException

2009-12-11 Thread fedestabile
I took a page, opened in Opera using the auto refresh feature, and hopefully Google will track all these errors. If you have any way to auto refresh one of your pages and generate the error, maybe will be a good idea to do it. On Dec 11, 3:10 pm, fedestabile stabile.feder...@gmail.com wrote: Hi

[google-appengine] Re: Current Datastore issues: DatastoreTimeoutException

2009-12-11 Thread fedestabile
Yes Broc, I've checking the System Status, and many times instead of Normal, said Abnormal. But after a couple of minutes returned back to Normal and as you said: it is not On Dec 11, 3:18 pm, fedestabile stabile.feder...@gmail.com wrote: I took a page, opened in Opera using the auto refresh

[google-appengine] Re: Current Datastore issues: DatastoreTimeoutException

2009-12-11 Thread broc
The System Status http://code.google.com/status/appengine; is now indicating Anomaly! I Hope this is for our problem... On 11 déc, 09:18, fedestabile stabile.feder...@gmail.com wrote: I took a page, opened in Opera using the auto refresh feature, and hopefully Google will track all these

[google-appengine] Re: Current Datastore issues: DatastoreTimeoutException

2009-12-11 Thread broc
Mine too. Cool !!! Have good work and nice app ! On 11 déc, 09:24, fedestabile stabile.feder...@gmail.com wrote: My application just started to work fine again. How about yours? On Dec 11, 3:22 pm, broc sebastien.peroc...@gmail.com wrote: The System

[google-appengine] Re: Current Datastore issues: DatastoreTimeoutException

2009-12-11 Thread fedestabile
Great :) On Dec 11, 3:26 pm, broc sebastien.peroc...@gmail.com wrote: Mine too. Cool !!! Have good work and nice app ! On 11 déc, 09:24, fedestabile stabile.feder...@gmail.com wrote: My application just started to work fine again. How about yours? On Dec 11, 3:22 pm, broc

[google-appengine] Re: Datastore down: _ToDatastoreError(err)

2009-12-11 Thread fedestabile
Works fine now :) On Dec 11, 3:17 pm, fedestabile stabile.feder...@gmail.com wrote: I took a page, opened in Opera using the auto refresh feature, and hopefully Google will track all these errors. If you have any way to auto refresh one of your pages and generate the error, maybe will be a

[google-appengine] Datastore contention

2009-12-11 Thread Nickolas Daskalou
After reading these two articles: Avoiding datastore contention: http://code.google.com/appengine/articles/scaling/contention.html Sharding counters: http://code.google.com/appengine/articles/sharding_counters.html I'm a little confused at to what causes datastore contention, and how to design

Re: [google-appengine] Datastore contention

2009-12-11 Thread Jeff Schnitzer
An entity group is a group of objects, not classes. If Article#1237 and its comments are in a single entity group, then yes you'll have trouble with more 100 comments per second. Simple solution: Don't put the comments in the article's entity group. Jeff On Fri, Dec 11, 2009 at 12:31 AM,

[google-appengine] Re: Current Datastore issues: DatastoreTimeoutException

2009-12-11 Thread Taro Morimoto
Hi, I'm had the same problem and now everything is fine agin. It would be nice to know why this is happening. Taro On Dec 11, 10:21 am, fedestabile stabile.feder...@gmail.com wrote: Yes Broc, I've checking the System Status, and many times instead of Normal, said Abnormal. But after a

[google-appengine] Re: Datastore contention

2009-12-11 Thread Nickolas Daskalou
On Dec 11, 7:37 pm, Jeff Schnitzer j...@infohazard.org wrote: An entity group is a group of objects, not classes. Ah, this makes more sense. Thanks Jeff! Nick -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send

[google-appengine] Re: Current Datastore issues: DatastoreTimeoutException

2009-12-11 Thread Maneesh
my app is also having the same problem , someone in google please wake up On Dec 11, 1:18 pm, fedestabile stabile.feder...@gmail.com wrote: I took a page, opened in Opera using the auto refresh feature, and hopefully Google will track all these errors. If you have any way to auto refresh

[google-appengine] Re: Current Datastore issues: DatastoreTimeoutException

2009-12-11 Thread Maneesh
it is working now , It would be nice to know what caused this.. Thanks On Dec 11, 1:21 pm, Maneesh madanmane...@gmail.com wrote: my app is also having the same problem , someone in google please wake up On Dec 11, 1:18 pm, fedestabile stabile.feder...@gmail.com wrote: I took a

Re: [google-appengine] Re: Current Datastore issues: DatastoreTimeoutException

2009-12-11 Thread siham sentissi
My app is also having the same problem... one get request have a timeout error for all users, but on Dataviewer I have no problem to query this get request. 2009/12/11 Maneesh madanmane...@gmail.com my app is also having the same problem , someone in google please wake up On Dec 11,

[google-appengine] this URI uses a high amount of cpu and may soon exceed its quota

2009-12-11 Thread Iap
In the dashboard, there is a yellow triangle shown on the right side of the Avg CPU column on the line of a URI. What I can not understand is on the Billing Status table, the CPU Time row shows that the usages of CPU Time is 4%. What does it means? Does it mean that we have to set the CPU Time

Re: [google-appengine] this URI uses a high amount of cpu and may soon exceed its quota

2009-12-11 Thread Nick Johnson (Google)
Hi, On Fri, Dec 11, 2009 at 10:58 AM, Iap iap...@gmail.com wrote: In the dashboard, there is a yellow triangle shown on the right side of the Avg CPU column on the line of a URI. What I can not understand is on the Billing Status table, the CPU Time row shows that the usages of CPU Time is

[google-appengine] Re: Inconsistencies in remote api data retrieval

2009-12-11 Thread bsb
I doubt that, I did get some explixcit timeouts from the fetch, which went away when I reduced the limit from 500 to 300. So, I think if it was a timeout, I'd get an exception thrown, no? Best, ben On Dec 10, 2:48 pm, Eli Jones eli.jo...@gmail.com wrote: Maybe one of the fetches times out and

Re: [google-appengine] implementation of in queries

2009-12-11 Thread Nick Johnson (Google)
Hi Andy, IN and != queries are broken up into individual queries and executed in the SDK code. Currently they're executed serially, but in future they're likely to be modified to execute in parallel. -Nick On Thu, Dec 10, 2009 at 6:48 PM, Andy Freeman ana...@earthlink.net wrote: I know that

Re: [google-appengine] Small sharp traffic dips: Why?

2009-12-11 Thread Nick Johnson (Google)
Hi Jason, This is a known bug in the graphing of the traffic data. Your actual traffic is not affected. -Nick On Fri, Dec 11, 2009 at 3:40 AM, Jason Smith j...@proven-corporation.comwrote: Does anybody else see sharp drops in reported traffic admin console chart? I see these drops in

Re: [google-appengine] Property order in indexes

2009-12-11 Thread Nick Johnson (Google)
Hi Karthi, On Thu, Dec 10, 2009 at 2:22 PM, Karthi karthi.palanis...@orangescape.comwrote: hi, I am facing problem in index, i already have an index - kind: PrimaryData properties: - name: CellMetadata_9fd8bfa0_2694_4e1a_9d9e_81216f96998d - name:

Re: [google-appengine] Re: re-use phone number for SMS?

2009-12-11 Thread Nick Johnson (Google)
Hi, If you are having trouble with SMS verification, or want an additional account activated, please fill out the following form: http://appengine.google.com/waitlist/sms_issues (This is from the following FAQ http://code.google.com/appengine/kb/sms .html#error ) Once you fill out this form,

Re: [google-appengine] Verify Your Account by SMS problem

2009-12-11 Thread Nick Johnson (Google)
Hi, If you are having trouble with SMS verification, or want an additional account activated, please fill out the following form: http://appengine.google.com/waitlist/sms_issues (This is from the following FAQ http://code.google.com/appengine/kb/sms .html#error ) Once you fill out this form,

Re: [google-appengine] Re: Tragedy of the Commons, and Cold Starts

2009-12-11 Thread Toby Reyelts
On Wed, Dec 9, 2009 at 2:11 PM, Devel63 danstic...@gmail.com wrote: Toby, In the past, it was several minutes before an active instance would be swapped out. Of late, I have seen it repeatedly/regularly happening within several seconds. This is something we monitor fairly closely. The

Re: [google-appengine] Re: Tragedy of the Commons, and Cold Starts

2009-12-11 Thread Toby Reyelts
On Thu, Dec 10, 2009 at 8:19 AM, bFlood bflood...@gmail.com wrote: hi toby you said: VM timeouts are measured on the order of minutes, not seconds - I have not seen this in practice since over a year ago when GAE will still young. currently, every site I've measured is collected in seconds

[google-appengine] Re: Data Store Timeouts that are Random

2009-12-11 Thread Ray Malone
Thank you very much. I've added it to my project and hope it helps. It's embarrassing for our clients to see these random errors. On Dec 5, 10:08 pm, Robin B robi...@gmail.com wrote: Spurious DB Timeouts are pretty common on GAE.  If you want to autoretry timeouts, use this:

[google-appengine] Model attribute help

2009-12-11 Thread hyn
Let's say I have a Tag(db.Model) class and a Content(db.Model) I'm trying to create a list of Tags as an attribute of Content. How do I go about doing this? Accoring to the docs ListProperty item_type must be one of the Property subclasses, so I can't use my Tag class as item_type. I'm new to

[google-appengine] Hello, I am sorry that I have some problem

2009-12-11 Thread 颖 陈
I am sorry that my telephone number(+8615992688659) has a wrong use,The phone number has been sent too many messages or has already been used to confirm an account. but the fact is I have not verify my account by SMS successful. because when I have received the SMS,I have been waiting more than

[google-appengine] Re: Staying authenticated

2009-12-11 Thread Benjamin
Thanks for your reply Ikai, I understand what you're saying - my question is that i'm trying to allow a user who is logged into their google doc speadsheet and use =ImportData(http://app.myapp.com/Service/value;) in a cell to pull in data from an app engine service. This works just fine - i was

Re: [google-appengine] Model attribute help

2009-12-11 Thread Robert Kluin
You could add a StringListProperty called tags to the content model. Or, when you create a new Tag you could make a Content model its parent. So, class Content(db.Model): content = db.TextProperty() tags = StringListProperty() or, class Content(db.Model): content = db.TextProperty()

Re: [google-appengine] Hello, I am sorry that I have some problem

2009-12-11 Thread Ikai L (Google)
Can you add your request to the SMS waitlist? https://appengine.google.com/waitlist/sms_issues On Fri, Dec 11, 2009 at 5:39 AM, 颖 陈 chenying5...@gmail.com wrote: I am sorry that my telephone number(+8615992688659) has a wrong use,The phone number has been sent too many messages or has

[google-appengine] RSS feed on Google App Engine for java

2009-12-11 Thread Rahul Jha
Can some one help me setting up RSS feed on google app engine java Any related code will be of great help. Regards Rahul Jha -- 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] Re: Data Store Timeouts that are Random

2009-12-11 Thread Al Murauski
Is there a Java solution? I'm facing the same sporadic datastore timeouts. Thanks in advance. On 6 дек, 05:08, Robin B robi...@gmail.com wrote: Spurious DB Timeouts are pretty common on GAE.  If you want to autoretry timeouts, use this:

[google-appengine] How do i flush the memcache on production?

2009-12-11 Thread Evgeny
I can do it from my console.. but how can i do it from production? am i missing something? 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

[google-appengine] Re: Property order in indexes

2009-12-11 Thread Sharp-Developer.Net
Nick, I was assuming that when we do queries framework will check WHERE condition and make request to datastore using index with properties alphabetically sorted. So if I query Foo.all().filter(col1, 1).filter(col2, 2) or Foo.all().filter(col2, 1).filter(col1, 2) it will use the same index:

[google-appengine] Re: Datastore down: _ToDatastoreError(err)

2009-12-11 Thread Kjartan
Yes, I had this problem earlier today, but it resolved it self in just a few minutes. I'm experiencing some other problems as well, incorrect calculations at random and such...which is very strange. KS On Dec 11, 8:05 am, fedestabile stabile.feder...@gmail.com wrote: Hi, does anyone else is

Re: [google-appengine] RSS feed on Google App Engine for java

2009-12-11 Thread OvermindDL1
On Fri, Dec 11, 2009 at 11:12 AM, Rahul Jha rahul@tetrastorm.com wrote: Can some one help me setting up RSS feed on google app engine java Any related code will be of great help. RSS is a very simple format, just stream out your RSS text with the appropriate content type header, very

[google-appengine] Re: Uploading application using proxy with authentication

2009-12-11 Thread deepesh reja
Please help me On Dec 11, 12:43 am, deepesh reja drejao...@gmail.com wrote: I have my development environment behind the http proxy which requires authentication. A method is given onhttp://code.google.com/appengine/docs/java/tools/uploadinganapp.html#... for uploading the application, but

Re: [google-appengine] 2 memcache.incr questions

2009-12-11 Thread Ikai L (Google)
INCR is atomic. An application should not be connected to multiple memcache servers because key sharding will cause certain keys to have an affinity for certain instances of memcache. Expiration works in Memcache lazily if items have not been evicted from the cache in according with LRU (Least

[google-appengine] Re: Tragedy of the Commons, and Cold Starts

2009-12-11 Thread Devel63
Toby, Here's a site that gets almost no traffic (not yet publicized): www.lifehints.com Try it Monday morning at 9am PST and see how quickly it times out. I've been seeing it apparently time out in a few seconds during the workday. I suppose it's possible that what I'm seeing is Google firing

[google-appengine] Re: CancelledError: The API call taskqueue.Add() was explicitly cancelled.

2009-12-11 Thread Alex Popescu
On Dec 10, 1:44 pm, Alex Popescu the.mindstorm.mailingl...@gmail.com wrote: Hi guys, Can anyone explain the meaning of the CancelledError? I read the documentation and I must confess that I'm not very sure what triggers it (at least I don't agree it is explicitly). Here is the scenario in