Re: [appengine-java] Adding more than one servlet

2010-04-05 Thread Ikai L (Google)
Er, excuse me. What I meant to ask was: did you recently see this in an updated version of the plugin? On Mon, Apr 5, 2010 at 12:50 PM, Ikai L (Google) ika...@google.com wrote: Did you just start seeing this in 1.3.2? What happens if you create a new project? What about a new project

Re: [appengine-java] Server Error A server error has occurred. - Whilst Deleting app version.

2010-04-05 Thread Ikai L (Google)
What's your application ID and the version you are trying to delete? On Mon, Apr 5, 2010 at 11:20 AM, Eurig Jones eurigjo...@gmail.com wrote: Hi, I'm getting a... Server Error A server error has occurred. Whilst trying to delete a particular version of an app. For the others it's no

Re: [google-appengine] Do Task Queues dream of MapReduce?

2010-04-05 Thread Ikai L (Google)
Very cool! Is there a video of this somewhere (the slides are pretty good themselves, but it'd be nice to match it up with audio). On Fri, Apr 2, 2010 at 6:18 PM, kazunori_279 kazunori...@gmail.com wrote: Hi all, FYI, here's my presentation slides for my session in DevFest in Japan last

Re: [google-appengine] Newbie: How to incorporate a html with .js to the index.html?

2010-04-05 Thread Ikai L (Google)
Do you mean include a subtemplate? This documentation is for a newer version of Django templates than ships with App Engine: http://docs.djangoproject.com/en/dev/ref/templates/builtins/ http://docs.djangoproject.com/en/dev/ref/templates/builtins/But this section still applies: {% include

Re: [google-appengine] RedirectTooLongError

2010-04-05 Thread Ikai L (Google)
This looks like an issue with your friend connect implementation. It looks like it's appending URL parameters over and over. Have you asked your question in their forum? http://groups.google.com/group/google-friend-connect-developers On Sat, Apr 3, 2010 at 10:27 PM, Sargis Dallakyan

Re: [google-appengine] Re: Google App Engine Supported Language

2010-04-05 Thread Ikai L (Google)
Take these with a grain of salt: http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html http://www.tiobe.com/index.php/content/paperinfo/tpci/index.htmlLooks like Perl (to my incredible horror) is still growing. Kidding, I know Perl is pretty good for many things, but there are many

Re: [google-appengine] Some scenario with Group by concept's need.

2010-04-05 Thread Ikai L (Google)
Grouping is a SQL operation that is not supporting by the datastore. This is precisely the type of operation MapReduce is perfect for. Check out this presentation I saw posted in the groups this morning: http://prezi.com/rewcweixasyj/do-task-queues-dream-of-mapreduce/ On Sun, Apr 4, 2010 at 6:20

Re: [google-appengine] Instance ID and pagination

2010-04-05 Thread Ikai L (Google)
The non-unique timestamps is an issue as far as maintaining a constant page size is concerned, but it doesn't prevent you from building an application that showcases data in chunks of similar sizes. You can build forwardly paginated only set of pages using datastore cursors:

Re: [google-appengine] Problem when uploading to new Version

2010-04-05 Thread Ikai L (Google)
Can you try an SVN export? I've reproduced this issue before, but it's been filed here: http://code.google.com/p/googleappengine/issues/detail?id=3051 It doesn't seem to actually prevent your app from running, however. Can you verify if this is the case? On Mon, Apr 5, 2010 at 12:24 AM,

Re: [appengine-java] Re: Eventually consistent reads and JDO

2010-04-02 Thread Ikai L (Google)
examples on it as well: http://code.google.com/appengine/docs/java/datastore/usingjdo.html // Tomas On Mar 30, 3:57 pm, Ikai L (Google) ika...@google.com wrote: Yep. The example is documented here: http://googleappengine.blogspot.com/2010/03/read-consistency-deadline

Re: [appengine-java] Lost record updates after server restart

2010-04-02 Thread Ikai L (Google)
Do you have any code samples you can post? On Sun, Mar 28, 2010 at 7:26 PM, mozey moze...@gmail.com wrote: Hello everyone, I have a simple issue, and i'm sure its fix is simple as well. I have written a simple app's scaffolding front end. And i notice that when i add new records, they get

Re: [appengine-java] Re: Eventually consistent reads and JDO

2010-04-02 Thread Ikai L (Google)
to us. It would be very helpful. thanks, Matt On Fri, Apr 2, 2010 at 9:54 AM, Ikai L (Google) ika...@google.com wrote: You're probably best off creating new instances of DatastoreService. There are some good points raised here: https://groups.google.com/group/google-appengine-java

Re: [appengine-java] Java Tasks

2010-04-02 Thread Ikai L (Google)
No, but your cron tasks may be loading requests. That is - we are firing up a version of your application due to low traffic. On Mon, Mar 29, 2010 at 12:51 PM, kscott kscot...@gmail.com wrote: I have a simple Java task that simply checks to see if it needs to send an email email sent flag =N.

Re: [appengine-java] _ah_SESSION index on _expires property

2010-04-02 Thread Ikai L (Google)
It's likely that we did this to improve throughput on session creation. Can you file a feature request? We'll need to figure out how to best make this a configurable flag for users that want it. On Wed, Mar 31, 2010 at 12:56 AM, Peter Ondruska peter.ondru...@gmail.comwrote: I am trying to

Re: [appengine-java] Re: Datastore + UI testing

2010-04-02 Thread Ikai L (Google)
In a typical setup, you would use HtmlUnit: http://htmlunit.sourceforge.net/ http://htmlunit.sourceforge.net/I've heard conflicting reports regarding whether or not it works in App Engine out of the box. If you give this a try, can you email the group and let us know if it works as well as any

Re: [google-appengine] Any plans to implement something like: Select myProp From myModel?

2010-04-02 Thread Ikai L (Google)
Oh man, I didn't realize that Eishay's work got turned into a whole Google code project. Awesome to see what happens when you're curious, pursue something, then write and tweet about it. On Thu, Apr 1, 2010 at 12:47 PM, Jeff Schnitzer j...@infohazard.org wrote: It's an interesting thread. To

Re: [google-appengine] Hash Mark in users.create_log(in|out).url(...)

2010-04-02 Thread Ikai L (Google)
Would it be possible for you to create a handler that does a 302 redirect to a URL with a hash mark? That is: your full continue URL looks like: continue=http://something.appspot.com/js_translate/some/uri/here At that URI your handle converts that to:

Re: [google-appengine] What if secnario for the data store

2010-04-02 Thread Ikai L (Google)
You'll want to read these articles: http://code.google.com/appengine/articles/datastore/overview.html http://code.google.com/appengine/articles/datastore/overview.htmlStored entities are sparse and schemaless, so Model and Expando classes are really just a loosely-typed way to represent this

Re: [appengine-java] Problem deploying the tutorial app

2010-04-01 Thread Ikai L (Google)
What is your application ID? On Wed, Mar 31, 2010 at 6:58 PM, theBULLL mjweb...@wisc.edu wrote: Hello, I am getting the following error and I cannot seem to figure out what is wrong. I would appreciate any insight. Here is what results in the Eclipse console. I have replace my app id

Re: [appengine-java] Low-level API and eventual consistency

2010-04-01 Thread Ikai L (Google)
That's correct. The cost of creating an instance is negligible, though. It's not dissimilar to creating different MemcacheService instances with different write policies. On Thu, Apr 1, 2010 at 4:09 PM, keyurva keyu...@gmail.com wrote: I use the low-level datastore API. At runtime, I want to

Re: [google-appengine] App Engine code recieved

2010-04-01 Thread Ikai L (Google)
Go ahead and add yourself to the SMS manual verification waitlist: https://*appengine*.google.com/*waitlist*/sms_issues On Wed, Mar 31, 2010 at 9:46 PM, soft yoshimura_kazun...@sic.co.jp wrote: hi,I live in Japan. I received SMS. I have App Engine Code. But,I can't input this code. I

Re: [google-appengine] Google App Engine Code

2010-04-01 Thread Ikai L (Google)
Add yourself to the SMS manual verification waitlist: https://*appengine*.google.com/*waitlist*/sms_issues 2010/3/31 佐藤太一 ximix.arch...@gmail.com Please tell us. I applied for Google App Engine and I received SMS mail. SMS had been sent to the code. I want to input this code, but I can't

Re: [google-appengine] More than 10 apps?

2010-04-01 Thread Ikai L (Google)
Can you fill out a detailed request here? http://code.google.com/support/bin/request.py?contact_type=AppEngineBillingSupport http://code.google.com/support/bin/request.py?contact_type=AppEngineBillingSupportWe can bump you up so as long as you present your business case. Are you sure this is

Re: [google-appengine] Re: Allow/Deny IP Address

2010-04-01 Thread Ikai L (Google)
I want to say this is a premature optimization with a lot of problems. What if people in the US are travelling abroad and want to access your site? Most websites today have the problem of having the opposite problem of too few visits, not having too many. On Thu, Apr 1, 2010 at 10:56 AM, J

Re: [appengine-java] JDO Transactions in different entity groups

2010-03-31 Thread Ikai L (Google)
Why not just store these all in the User entity? Then you don't have to worry about multiple retrievals and such. If you're concerned about indexes being created on null values, you could always just use the low-level API (if you are using Java) and store only the fields you need. Off topic

Re: [google-appengine] Re: Any guarantees on time sync among servers?

2010-03-31 Thread Ikai L (Google)
That link goes to a groups post. I wouldn't use logging for this. Right now we are saving logs for what looks like 90 days, but this may change such that logging is only until you run out of space. Also - you can't programmatically filter on values in logs at the application level easily. On

Re: [google-appengine] Re: Performance Profiling Url

2010-03-31 Thread Ikai L (Google)
Yes, the URI is easily configurable via app.yaml. On Wed, Mar 31, 2010 at 8:38 AM, Jody Belka j...@jj79.org wrote: So maybe use /debug/stats for the Appstats library? On 31 March 2010 16:32, vivpuri v...@vivekpuri.com wrote: Yes, and i am already using app.appspot.com/stats.* as part of my

Re: [google-appengine] Allow/Deny IP Address

2010-03-31 Thread Ikai L (Google)
That's because it's not a guaranteed blacklist. You're supposed to use the DoS API to prevent a massive attack, not as an ACL. If you need to whitelist, you'll have to write the whitelist programmatically as either a WSGIMiddleware (Python) or ServletFilter (Java). On Wed, Mar 31, 2010 at 10:40

Re: [google-appengine] unable to delete versions of App

2010-03-31 Thread Ikai L (Google)
What's your application ID? On Tue, Mar 30, 2010 at 10:28 PM, mandar khadilk mkhad...@gmail.com wrote: http://11.latest.apptadd.appspot.com http://18.latest.apptadd.appspot.com I am not able to delete these versions of my Apps. Any idea how to fix it? Thanks mandar -- You received this

Re: [google-appengine] Re: Performance Profiling Url

2010-03-31 Thread Ikai L (Google)
. - Some URL's in the appstats UI link to /stats, hardcoded. - Some redirects in appstats are again, hardcoded. I tried overriding the setting in appengine_config.py, but it still did it. On Mar 31, 7:39 pm, Ikai L (Google) ika...@google.com wrote: Yes, the URI is easily configurable via

Re: [appengine-java] Re: Why should app startup times be a problem.

2010-03-30 Thread Ikai L (Google)
We're still working through the details of reserved instances. The constructive feedback on this thread is useful; it is theoretically possible to pay for an unused instance that requests spill into when they go over capacity of the current spun up requests. That is - pay for one more instance

Re: [appengine-java] Re: Why should app startup times be a problem.

2010-03-30 Thread Ikai L (Google)
David, that post mirrors many of the points made here: http://www.answercow.com/2010/03/google-app-engine-cold-start-guide-for.html There's one or two more tips on that page. On Tue, Mar 30, 2010 at 12:47 PM, David Chandler turboman...@gmail.comwrote: In the mean time, here are some ideas for

Re: [appengine-java] Re: Error message after updating AppEngine in my project

2010-03-30 Thread Ikai L (Google)
I must have read this email wrong. I thought this was affecting deploys. I see this error, but it isn't causing any problems - I'm still able to run my application. Can you explain how this blocks you from developing with 1.3.2? On Tue, Mar 30, 2010 at 10:31 AM, Ikai L (Google) ika...@google.com

Re: [appengine-java] Russian characters in SDK datastore viewer

2010-03-30 Thread Ikai L (Google)
Are you using Java or Python? Can you check to see if you are using 1.3.2? http://code.google.com/p/googleappengine/issues/detail?id=502 I've reproduced this using the Java SDK, but I want to check to see if it's also problematic in Python. On Mon, Mar 29, 2010 at 11:57 PM, Timofey Koolin

Re: [appengine-java] Re: Error message after updating AppEngine in my project

2010-03-30 Thread Ikai L (Google)
, 12:31 pm, Ikai L (Google) ika...@google.com wrote: I'll have to try to reproduce this. In the meantime, use svn export: http://svnbook.red-bean.com/en/1.0/re10.html http://svnbook.red-bean.com/en/1.0/re10.htmlIf it turns out the .metadata directory IS causing problems, we'll investigate

Re: [google-appengine] Google IO Tickets

2010-03-30 Thread Ikai L (Google)
Hi, Unfortunately we are sold out of Google IO tickets. We're even out of tickets for exhibitors. I'll be contacting you off list. On Tue, Mar 30, 2010 at 2:17 AM, Koen Bok k...@madebysofa.com wrote: Sorry to ask for this here, but we decided we wanted to go to Google IO last week and are

Re: [google-appengine] Huzzah! My App's Finally Live.

2010-03-30 Thread Ikai L (Google)
I love the look and feel shown in the screenshots! Here's waiting for the Android version ;). On Tue, Mar 30, 2010 at 11:47 AM, Patrick Twohig patr...@namazustudios.comwrote: Last Thursday my app went live and I thought I'd share it with everybody on here. Despite the frustrations with GAE/J,

Re: [appengine-java] Re: Why should app startup times be a problem.

2010-03-29 Thread Ikai L (Google)
release this? Ability to select different availability vs. latency options for Datastore On Mar 26, 1:42 pm, Ikai L (Google) ika...@google.com wrote: Keeping reserved instances has been added to our public roadmap: http://code.google.com/appengine/docs/roadmap.html http

Re: [appengine-java] Error message after updating AppEngine in my project

2010-03-29 Thread Ikai L (Google)
Not sure why this should be happening as the deploy script should be ignoring this, but is it possible for you to do an svn export to another directory prior to a deploy? On Sat, Mar 27, 2010 at 5:10 AM, Fux ufi...@gmail.com wrote: com.google.appengine.tools.info.LocalVersionFactory getVersion

Re: [appengine-java] I was reading the objectify wiki and the have the best short explanation of the datastore i ever read. Here the link

2010-03-29 Thread Ikai L (Google)
I like that in one of the first sentences, Jeff says The datastore is not an RDBMS! It is like a giant HashMap! You can really see that developers tend to get stuck on the relational model. Sometimes I will say table or column accidentally myself in these groups. On Sat, Mar 27, 2010 at 7:11 AM,

Re: [appengine-java] Looking to brush-up on my Java

2010-03-29 Thread Ikai L (Google)
Having *not* done JEE in a while may actually be a boon, as you would have had to unlearn a few concepts coming from a relational persistence, stateful servlets world to one that is not. If you work your way through the tutorial and App Engine documentation, your prior Java experience should be

Re: [appengine-java] Charging Application Users for Data Storage

2010-03-29 Thread Ikai L (Google)
There's no native API for this. You'll have to track this in your application. On Sun, Mar 28, 2010 at 8:41 AM, Gareth Davies womble.abr...@gmail.comwrote: I am currently working on my first Java application for Google App Engine. It would allow users to record discrete amounts of data

Re: [google-appengine] Are static websites permitted in App Engine?

2010-03-29 Thread Ikai L (Google)
There's nothing in the ToS forbidding this at all. In fact, this is a particularly good strategy - host a static site, then whenever you feel comfortable adding additional functionality, it's right there for you to do so. On Fri, Mar 26, 2010 at 5:08 PM, bms benmsch...@gmail.com wrote:

Re: [google-appengine] Re: creating a local copy of application for development

2010-03-29 Thread Ikai L (Google)
I've actually gotten to the point where I git repo everything I do. It takes seconds, and being able to cheaply branch to try different things is indispensable. I've heard the argument that people don't want to use Github because the free version exposes your code, but for all practical purposes,

Re: [google-appengine] google-appengine] A tip to speed up a local large development datastore: use ramdisk [linux]

2010-03-29 Thread Ikai L (Google)
Cool tip! 2010/3/28 José Moreira matrixowns...@gmail.com Setup something like http://ubuntuforums.org/showthread.php?t=182764 and set your datastore path on to the ramdisk with : --datastore_path=PATH Path to use for storing Datastore file stub data. (Default

Re: [google-appengine] JDO Property Default Value

2010-03-29 Thread Ikai L (Google)
Not at the datastore level or in a configuration, but you can use JDO/JPA hooks to do this the first time an object is persisted. Here's a good example of these at work for a different use case: http://gae-java-persistence.blogspot.com/2009/11/case-insensitive-queries.html On Sat, Mar 27, 2010

Re: [google-appengine] Re: How to visit GAE apps in China, now it denied completely!

2010-03-29 Thread Ikai L (Google)
Hey guys, I just wanted to direct folks to our latest blog post: http://googleblog.blogspot.com/2010/03/new-approach-to-china-update.html Even prior to this post, users in China reported sporadic access issues to App Engine applications. We also have this dashboard indicating the status of our

Re: [appengine-java] App Engine SDK 1.3.2 is out!

2010-03-26 Thread Ikai L (Google)
Here are the Java release notes. I mistakenly posted the Python notes: App Engine Java SDK - Release Notes Version 1.3.2 - March 25, 2010 - New API to read the contents of uploaded Blobs (fetch_data) - http://code.google.com/p/googleappengine/issues/detail?id=2536 - URLFetch now

Re: [google-appengine] Re: Requests not completing on sdk 1.3.2/mac

2010-03-26 Thread Ikai L (Google)
Is anyone else seeing this issue with 1.3.2? This doesn't seem right. On Fri, Mar 26, 2010 at 5:12 AM, vivpuri v...@vivekpuri.com wrote: okay, i am back to 1.3.1. What a waste... -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post

Re: [google-appengine] Any guarantees on time sync among servers?

2010-03-26 Thread Ikai L (Google)
The autogenerated ID is not guaranteed to be sequential, but it is guaranteed to be unique. It seems fairly unlikely that the times would be out of sync, but you can use Memcache's INCR on values. This is atomic and returns the next higher integer value. On Fri, Mar 26, 2010 at 1:45 AM, jbdhl

Re: [google-appengine] Using external identity providers

2010-03-26 Thread Ikai L (Google)
You should be able to build @login_required functionality, as this is just a Python Decorator (http://www.artima.com/weblogs/viewpost.jsp?thread=240808 ). You probably wouldn't want to mess with how app.yaml is handled, since this can also be used to easily authenticate a Google Account marked as

Re: [google-appengine] headless browser

2010-03-26 Thread Ikai L (Google)
You can probably generate the page against production data and store it in a static directory. I just looked at this sample code: http://code.google.com/web/ajaxcrawling/docs/html-snapshot.html http://code.google.com/web/ajaxcrawling/docs/html-snapshot.htmlMy intuition says most of this can

Re: [google-appengine] Application deployment

2010-03-26 Thread Ikai L (Google)
Are you doing this from a Python launcher or Eclipse? On Thu, Mar 25, 2010 at 12:14 PM, Nuno David Santos n.d.san...@gmail.comwrote: I'm trying to deploy my application and is allways giving this exception: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No

Re: [google-appengine] Re: Any guarantees on time sync among servers?

2010-03-26 Thread Ikai L (Google)
It can be, but there's a fundamental tradeoff to doing so: you'd be transacting on every single count increment. It's just a matter of how much volatility you can accept: 1. Most volatile: Only use Memcache and INCR 2. Still volatile but generally okay: Use Memcache with INCR and periodic

Re: [appengine-java] Re: java.lang.RuntimeException: Version not ready.

2010-03-25 Thread Ikai L (Google)
even worked for a while but stopped after couple minutes). Any idea what can I do to fix this? (log and error message isn't very helpful) Thanks for any advice!  Michal On Feb 25, 2:02 am, Ikai L (Google) ika...@google.com wrote: Er, excuse me, the app-id is in the original email. In any

Re: [appengine-java] MemcacheService#grabTail

2010-03-25 Thread Ikai L (Google)
We removed this from the documentation because it was not working, and the fix turned out to be much more involved than we had originally anticipated, so the fix isn't coming out in 1.3.2. I can't comment on whether or not it will be back. I'll have to check. You can follow the issue here:

Re: [google-appengine] Re: GAE critical message: Exceeded soft memory limit

2010-03-25 Thread Ikai L (Google)
Minor clarification: Jon uses the word clone to refer to a running application instance. On Thu, Mar 25, 2010 at 10:51 AM, Jon McAlister jon...@google.com wrote: This is a new logging message we just added. You've most likely had clones exceed the soft memory limit forever, but now we are

Re: [google-appengine] Re: Investigation GAE

2010-03-25 Thread Ikai L (Google)
Experimental features refers to features that we've explicitly marked as such. An example is Blobstore API: http://code.google.com/appengine/docs/java/blobstore/ Note that we call out experimental status with a blue box. Off the top of my head, this includes Blobstore, Task Queues and the bulk

Re: [google-appengine] Re: Investigation GAE

2010-03-25 Thread Ikai L (Google)
years. 2010/3/25 Ikai L (Google) ika...@google.com Experimental features refers to features that we've explicitly marked as such. An example is Blobstore API: http://code.google.com/appengine/docs/java/blobstore/ Note that we call out experimental status with a blue box. Off the top of my

Re: [google-appengine] Re: Why won't any of my posts appear in the Google App Engine Python Group?

2010-03-25 Thread Ikai L (Google)
It wasn't intentional and was done automatically. In your cases, you were false positives. For both the main group and Java group we spam moderate all new members. This isn't enabled by the Python group. Instead, we let in all members. Our spam detection service may mark messages as spam and keep

Re: [google-appengine] Re: @Google : can't delete application version

2010-03-25 Thread Ikai L (Google)
Can you give it a try now? 2010/3/25 François Masurel fm2...@mably.com: Still can't delete my application version.  Here is the error message I get : Server Error A server error has occurred. And nothing in the logs. On 24 mar, 11:46, François Masurel fm2...@mably.com wrote: Hi

Re: [google-appengine] Re: Why won't any of my posts appear in the Google App Engine Python Group?

2010-03-25 Thread Ikai L (Google)
to anyone else, because I know how frustrating it is. Thanks for clearing it out. On 25 מרץ, 22:10, Ikai L (Google) ika...@google.com wrote: It wasn't intentional and was done automatically. In your cases, you were false positives. For both the main group and Java group we spam moderate all

[google-appengine] App Engine SDK 1.3.2 is out!

2010-03-25 Thread Ikai L (Google)
Check it out! http://googleappengine.blogspot.com/2010/03/app-engine-sdk-132-released.html Blog post: App Engine SDK 1.3.2 Releasedhttp://googleappengine.blogspot.com/2010/03/app-engine-sdk-132-released.html Today we are excited to announce the release of version 1.3.2 of the App Engine SDK

Re: [appengine-java] Re: cache expiration

2010-03-24 Thread Ikai L (Google)
Is this related to this bug? http://code.google.com/p/googleappengine/issues/detail?id=1284 What happens if you create a new instance of the Cache? If you're worried about cost, this should be extremely cheap, as this really only creates a short-lived client instance. On Wed, Mar 24, 2010 at

Re: [appengine-java] Re: how to build same entity group

2010-03-24 Thread Ikai L (Google)
I'd consider why you need them in the same entity group. If you don't need transactions, for instance, you can just use a Key and reference the Person in the Telephone. On Tue, Mar 23, 2010 at 6:54 PM, dreamy dreamy2c...@gmail.com wrote: Hello Ikai L  thanks for your reply. You just have  to

Re: [google-appengine] Task Queue Datastore

2010-03-24 Thread Ikai L (Google)
You'd probably pick a batch size, then iterate over it with Task Queues and cursors, storing the cursor somewhere to be used by the next executed task: http://code.google.com/appengine/docs/java/datastore/queriesandindexes.html#Query_Cursors On Wed, Mar 24, 2010 at 10:02 AM, prgmratlarge

Re: [google-appengine] 30 sec execution limitation only to web requests or to all requests ?

2010-03-24 Thread Ikai L (Google)
Yes, queued tasks and scheduled tasks have an execution time limit as well. You'll want to break your large tasks into smaller pieces. We've committed to map/reduce support to help make this easier on our roadmap for a future release. On Wed, Mar 24, 2010 at 7:19 AM, S P T Krishnan

Re: [google-appengine] ftp

2010-03-24 Thread Ikai L (Google)
Nope. You won't be able to use an HTTP protocol with an FTP server. Or, you shouldn't be able to, anyway. On Wed, Mar 24, 2010 at 5:40 AM, alf alberto@gmail.com wrote: Hi I have seen in a new pre-release you can use a serveral port but not appear ftp (21) port. Do you think will be open

Re: [google-appengine] App Engine and Gadget login?

2010-03-24 Thread Ikai L (Google)
No, this will not happen. A gadget is just a JavaScript widget. gadgets.io.makeRequest will not pass a usable User ID or session information. On Wed, Mar 24, 2010 at 8:13 AM, redsox2005 mganley2...@gmail.com wrote: I have been looking at the gadget documentation, and I do not see how I can have

Re: [google-appengine] 30 sec execution limitation only to web requests or to all requests ?

2010-03-24 Thread Ikai L (Google)
, 2010 at 10:53 AM, Ikai L (Google) ika...@google.com wrote: Yes, queued tasks and scheduled tasks have an execution time limit as well. You'll want to break your large tasks into smaller pieces. We've committed to map/reduce support to help make this easier on our roadmap for a future release

Re: [google-appengine] To test XMPP Messages without deploying to google server

2010-03-24 Thread Ikai L (Google)
You could probably wire up a Jabber server and fake out the calls to and from your servlets, but we don't ship this functionality out of the box. Instead, what you should probably do is take a look at our Unit Testing guide and mock/stub your way through XMPP:

Re: [google-appengine] Re: Random total stored data

2010-03-24 Thread Ikai L (Google)
:34 pm, Ikai L (Google) ika...@google.com wrote: Are you using sessions? On Tue, Mar 23, 2010 at 12:43 AM, Kenneth goo...@kmacleod.ie wrote: I know there have been few threads around about the size inflation on the datastore.  This one is a bit different. Last week I was around 0.52gb

Re: [appengine-java] Simulating multi-tenancy with GWT/GAE

2010-03-23 Thread Ikai L (Google)
You'll need to deploy the GWT app once per domain, unless you use a proxy. The browser security model won't let you make XHR calls to a different domain. On Tue, Mar 23, 2010 at 5:54 AM, Kyle Baley kyle.ba...@gmail.com wrote: We're building a GWT app that I think will be a multi-tenant one,

Re: [appengine-java] Re: Simulating multi-tenancy with GWT/GAE

2010-03-23 Thread Ikai L (Google)
familiar with it. By default, GWT app's are configured to go straight to myapp.html. Is it possible to have it instead send requests to a servlet first? On Mar 23, 6:37 pm, Ikai L (Google) ika...@google.com wrote: You'll need to deploy the GWT app once per domain, unless you use a proxy

Re: [appengine-java] Re: Simulating multi-tenancy with GWT/GAE

2010-03-23 Thread Ikai L (Google)
, Mar 23, 2010 at 5:47 PM, Ikai L (Google) ika...@google.com wrote: Ah, I see. I misunderstood your original question: I thought you wanted to deploy a single GWT frontend and have it talk to multiple App Engine backends. On Tue, Mar 23, 2010 at 5:32 PM, Kyle Baley kyle.ba...@gmail.com wrote

Re: [google-appengine] updating to new release of eclipse plugin causing datanucleus errors (again)

2010-03-23 Thread Ikai L (Google)
Can you file a bug in our issue tracker and list which JARs you removed to fix this? http://code.google.com/p/googleappengine/issues/list Mark it as an Eclipse plugin issue. On Mon, Mar 22, 2010 at 9:34 AM, haole mejoe...@gmail.com wrote: after updating to the newest release (20100319) of the

Re: [google-appengine] Random total stored data

2010-03-23 Thread Ikai L (Google)
Are you using sessions? On Tue, Mar 23, 2010 at 12:43 AM, Kenneth goo...@kmacleod.ie wrote: I know there have been few threads around about the size inflation on the datastore.  This one is a bit different. Last week I was around 0.52gb of total stored data.  It was climbing on a steady

Re: [google-appengine] Re: Will GAE ever be open source?

2010-03-23 Thread Ikai L (Google)
We don't have any plans to build this, but we're fully supportive of the folks who work on TyphoonAE (Python) and AppScale (Java). The AppScale folks gave a talk at a recent Silicon Valley App Engine Meetup we held at the Googleplex, and we're trying to invite the students and their professor to

Re: [google-appengine] Re: Will GAE ever be open source?

2010-03-23 Thread Ikai L (Google)
proxy opensourced like the Python one? Jeff On Tue, Mar 23, 2010 at 11:54 AM, Ikai L (Google) ika...@google.com wrote: We don't have any plans to build this, but we're fully supportive of the folks who work on TyphoonAE (Python) and AppScale (Java). The AppScale folks gave a talk at a recent

Re: [google-appengine] In a static dir, one file updates while the other one doesnt

2010-03-23 Thread Ikai L (Google)
Can you post the URL to the CSS file as well as what it should be? On Tue, Mar 23, 2010 at 1:00 PM, im_a_computer jordansterli...@gmail.com wrote: I have a simple app with a single static dir called statics. In that static dir there are 2 files, a JS file and a CSS file. Ive been making

Re: [appengine-java] Tweak static file without re-deploying

2010-03-22 Thread Ikai L (Google)
There's no way to just update static assets. I find that I always have to update my HTML files whenever I update my static assets anyway. As a safeguard against caches, it's a common practice to reference your CSS and JavaScript files like this script

Re: [google-appengine] replicating PMF

2010-03-16 Thread Ikai L (Google)
Can you post some code? It sounds like you are instantiating a PersistenceManagerFactory instead of doing it once and referencing the singleton. On Tue, Mar 16, 2010 at 9:54 AM, david jones david.jone...@gmail.com wrote: hey, i'm pretty new to the app engine, and basically i'm in the middle of

Re: [google-appengine] Publish-subscribe to dynamic recipient lists

2010-03-16 Thread Ikai L (Google)
A couple of thoughts here: - is removing of friends a common event? similarly, is adding of friends a common event? (All relative, relative to reads of the news feed) - From what I remember, the only way to make heavy reads scale is to write the data multiple times in peoples' streams. Twitter

Re: [google-appengine] Datastore Viewer Constantly Failing

2010-03-16 Thread Ikai L (Google)
Seth, Do you use any non-primitive properties to store data? LinkProperty, PhoneNumberProperty, etc? If these are set to null values or do not pass validation, this can cause the admin screen to error out: http://code.google.com/p/googleappengine/issues/detail?id=384 On Tue, Mar 16, 2010 at

Re: [appengine-java] Selenium RC and OutOfMemory DevMode error

2010-03-15 Thread Ikai L (Google)
Tristan, Is this a Google Web Toolkit question or a Google App Engine (OutOfMemoryError on Jetty) question? It sounds like a GWT question, in which case you should ask here: http://groups.google.com/group/Google-Web-Toolkit On Mon, Mar 15, 2010 at 7:12 AM, Tristan tristan.slomin...@gmail.com

Re: [google-appengine] How long to get approval for Account?

2010-03-15 Thread Ikai L (Google)
The manual verification has a turnaround time of ~72 hours, though it is generally shorter on business days and longer on weekends. By now, you should have already been verified. On Sun, Mar 14, 2010 at 11:58 AM, shahfazal shahfa...@gmail.com wrote: Hi I've already used my cellphone thrice to

Re: [google-appengine] Additional Google App Engine IDs

2010-03-15 Thread Ikai L (Google)
Chris, Can you fill out the billing issues form with your Application ID? http://code.google.com/support/bin/request.py?contact_type=AppEngineBillingSupport On Fri, Mar 12, 2010 at 8:05 PM, Chris scboe...@gmail.com wrote: I am currently collaborating with a few students on Google App Engine

Re: [google-appengine] Help! Unintentionally triggered gdata api query limit..

2010-03-15 Thread Ikai L (Google)
Have you asked the folks on the GData groups? They'll likely be able to look into this for you: https://groups.google.com/group/google-help-dataapi?pli=1 On Sun, Mar 14, 2010 at 3:54 PM, Anekdotz anekdotz.se...@gmail.com wrote: Hey there, My application uses the javascript GData (google base)

Re: [google-appengine] Re: Please delete indexes that I cannot delete

2010-03-15 Thread Ikai L (Google)
These indexes have been placed into error state. Go ahead and run the vacuum_indexes tool. On Mon, Mar 15, 2010 at 2:20 PM, Shinichi Nakanishi stouton...@gmail.com wrote: I really need to get rid of these zombie indexes that have been there for a few days that cannot be deleted by

Re: [google-appengine] Outage: ClientLogin API from GAE

2010-03-12 Thread Ikai L (Google)
(Sometimes I forget that I should Google Search first): this API? http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html On Fri, Mar 12, 2010 at 3:49 PM, Ikai L (Google) ika...@google.com wrote: Are you referring to the UserService? I just tested this and it works. Which

Re: [appengine-java] Newwwwbie

2010-03-11 Thread Ikai L (Google)
Quick thing to try: run the server as Debug and not Run. This allows for hot class reloading. On Thu, Mar 11, 2010 at 12:27 AM, Thanks in Advance mikeashie...@gmail.com wrote: I started at:   http://code.google.com/appengine/docs/java/gettingstarted/usingusers.html but am laughably stuck at

Re: [appengine-java] Unable to upload app: Error posting to URL:

2010-03-11 Thread Ikai L (Google)
Yes, you will have to specify your proxy settings. On Tue, Mar 9, 2010 at 8:32 AM, WillSpecht willspe...@gmail.com wrote: I am getting the following error when trying to upload my app to app engine.  What does the 302 Redirected mean?  I am behind a proxy could this be part of the problem?

Re: [appengine-java] Simple query

2010-03-11 Thread Ikai L (Google)
this to production and give it a try there... I will take time to collect the data from production... thanks for replying!, was about to migrate the whole think to .net..., it is slow, but consistent :-) On Thu, Mar 11, 2010 at 4:49 PM, Ikai L (Google) ika...@google.com wrote: Oh, this is slow locally? Yes

Re: [google-appengine] Re: GAE and Apps Marketplace

2010-03-11 Thread Ikai L (Google)
Can you guys also ask here? http://www.google.com/support/forum/p/apps-apis?hl=en I apologize if it seems like I'm punting the question a bit, but this really isn't a subject I have much familiarity with. Trying to keep up with all the different Google APIs is more than a full-time job in and of

Re: [google-appengine] Remove my Phone Number

2010-03-11 Thread Ikai L (Google)
Go ahead and just add yourself here: https://appengine.google.com/waitlist/sms_issues We'll manually enable your second account. On Wed, Mar 10, 2010 at 6:37 PM, northdeca nghsd...@gmail.com wrote: Hi there, I was at first testing google app engine and when I signed-up I used my one and

Re: [google-appengine] I need to build a very custom application upon google applications and enterprise

2010-03-11 Thread Ikai L (Google)
Note that you don't have to write this for App Engine: you can write an Apps Marketplace application in any language. You may also want to ask this question in the Marketplace groups. On Wed, Mar 10, 2010 at 3:05 AM, Ali full.thro...@gmail.com wrote: Hi - I've been doing a bit of reading on

Re: [google-appengine] Re: Can i run a regular tomcat servlet in app engine?

2010-03-11 Thread Ikai L (Google)
get my servlet into app engine? In tomcat i just put it in the webapps -folder, what is the is the corresponding action to take here? On Mar 9, 8:36 pm, Ikai L (Google) ika...@google.com wrote: App Engine uses the servlets API, so it should be fine. However, you should be aware of certain

Re: [google-appengine] User

2010-03-10 Thread Ikai L (Google)
You'll want to read up on all the services we offer: Alfred came over and showed us how to use the workflow weather page: http://0.prod-appengine.workflow.weather.apphosting.yq.borg.google.com:25962/index-page.html There's a logjam at IndexThrottler. Is there any way we can reduce the amount of

Re: [google-appengine] Do the terms of use allow serving library files?

2010-03-10 Thread Ikai L (Google)
If you're not using the application for this purpose, you should be fine. It just sounds like you're writing an application that provides an API for uploading files for distribution. I don't see any problem with this. On Wed, Mar 10, 2010 at 9:59 AM, Riley rileyl...@gmail.com wrote: I would like

Re: [appengine-java] Slim3: Global Transaction support, Fast spin-up and HOT reloading

2010-03-09 Thread Ikai L (Google)
Hi Yasuo, Wow, this look neat! I'll go ahead and add this to open source projects. One question, though: do you have any unit testing examples? E.g. how would I mock out the datastore or write a Controller test? On Tue, Mar 9, 2010 at 12:42 AM, Yasuo Higa higaya...@gmail.com wrote: Hi all,

<    2   3   4   5   6   7   8   9   10   11   >