[appengine-java] Re: Beginner help - Redirect web page

2010-08-03 Thread compeng4lf
Thanks...would you be able to help me out in handling the callback. I am using scribe oauth library. I am having issue after user authenticates. How do I close that browser and bring them back to my default page? On Jul 30, 12:21 pm, Shyam Visamsetty shyamsunder...@gmail.com wrote: did you

Re: [appengine-java] Enter Data using Queues/Task

2010-08-03 Thread Sandeep Ghosh
Hi, Thanx for your reply.But i dont know how to use task/Queues.can u plz send me some example and steps i need to follow. Thanx Sandeep On Mon, Aug 2, 2010 at 7:13 PM, John Patterson jdpatter...@gmail.comwrote: There is no way around the 30 second limit yet. You must break up your work

Re: [appengine-java] Prerelease SDK 1.3.6 is out!

2010-08-03 Thread Guillaume Laforge
This looks like a great release, Ikai. Congratulations to the whole team! Is there a place where we can have a look at to get a bit more information on those new features? I'm particularly looking forward to reading on multitenancy, thumbnailing and custom error pages. Keep up the great work!

[appengine-java] Re: JDO one-to-many remove entity from list in detached state does not persist

2010-08-03 Thread Frederik Pfisterer
Hi James, thanks for your hint and pointer to the previous thread! There is indeed a lot of odd behaviour in this that almost drove me crazy the last couple of days. Where do you call the JDOHelper.makeDirty or does it matter at all? JDOHelper.makeDirty(myDetachedObject, myArrayOfChildObjects);

[appengine-java] Re: problem in auto-generate index after deploy application

2010-08-03 Thread Erencie
Can anyone give me an answer? I consistently encounter this Uncaught exception from servlet com.google.appengine.api.datastore.DatastoreNeedIndexException: no matching index found.. error. Now someone the app generate the index for Course. But then again another class also got the same problem.

[appengine-java] Changing the Parent of a child entity

2010-08-03 Thread Vikas Hazrati
I have 2 entities UserDepartment and User, which are defined as follows @Entity public class UserDepartment extends DomainObjectLong, UserDepartment { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long departmentId; and @Entity public class User

[appengine-java] Re: Changing the Parent of a child entity

2010-08-03 Thread Vikas Hazrati
Oops I somehow managed to hit the submit without the full question... Apologies...Let me start again I have 2 entities UserDepartment and User, which are defined as follows @Entity public class UserDepartment extends DomainObjectLong, UserDepartment { @Id @GeneratedValue(strategy

[appengine-java] Re: Changing the Parent of a child entity

2010-08-03 Thread Frederik Pfisterer
You have to use unowned relationships and not place the department and the user in the same entity group. See: http://code.google.com/intl/de-DE/appengine/docs/java/datastore/relationships.html#Unowned_Relationships use for UserDepartment: private SetKey users = new HashSetKey(); and for User:

[appengine-java] Re: package javax.servlet.annotation does not exist

2010-08-03 Thread emigrant
On Fri, 2010-07-30 at 23:39 +0530, emigrant wrote: the program worked fine in another machine. but when i brought it to my home machine, it showed some 'missing server problems' but i was able solve most of them by importing the jar file for servlet from google app engine sdk package (thats

[appengine-java] Spoiled by GAE for Python

2010-08-03 Thread John
I've been amazed at how clean, straightforward, and problem free the Python/Django SDK is. However I started running into situations where I needed to start doing more JavaScript and thought I might want to take advantage of the GWT and other Java utilities. I've gotten just half way through the

[appengine-java] Re: Have a problem with retrieving objects by Key.

2010-08-03 Thread sanja
What error do you get? On Aug 1, 11:06 am, Sap_junior kairatbm...@gmail.com wrote: Hello ! I have a problem with retriving objects by Key.  I searched this error in google , but  didn't find any useful information about it. Here is the code: @PersistenceCapable public class Marker {    

[appengine-java] Can't access to internet by a proxy with dev_appserver.cmd

2010-08-03 Thread littlewing
Hello, I m trying to access to internet by my local dev server. According to forum posts, I modified my shell file as following : @java -Dhttp.proxyHost=proxyHOST -Dhttp.proxyPort=8080 - Dhttps.proxyHost=proxyHOST -Dhttps.proxyPort=8080 -Dhttp.proxySet=true -cp

[appengine-java] Google Web Application problem in Eclipse Helios

2010-08-03 Thread asfh
Hi, I just installed Eclipse Helios, followed by the Google plugin for eclipse with the both the GWT SDK and the GAE SDK, The installation completed successfully (I Event performed it twice), When I want to create a new Servlet (or any other JSP class such as Filter), the Create Servlet Dialog

[appengine-java] Java Engine Support for PNG writing

2010-08-03 Thread Skippy Ta
Currently, my app needs to dynamically write data out to a PNG file, but the JRE white list doesn't support several of the awt classes necessary for this (let alone FileOutputStreams). I found that there was a solution for Python here:

Re: [appengine-java] Java Engine Support for PNG writing

2010-08-03 Thread Don Schwarz
You just need to render text? Try: http://code.google.com/p/litetext/wiki/AppEngine On Mon, Aug 2, 2010 at 1:04 PM, Skippy Ta skipp...@gmail.com wrote: Currently, my app needs to dynamically write data out to a PNG file, but the JRE white list doesn't support several of the awt classes

[appengine-java] Re: Google Web Application problem in Eclipse Helios

2010-08-03 Thread Rahul Ravikumar
Uninstall the plug-ins and the sdk's that you have installed. From the Eclipse update site for App Engine, install the plug-in only. Download and install the SDK's separately and point your eclipse plug- in to the SDK locations on disk. On Aug 2, 2:40 pm, asfh hd.a...@gmail.com wrote: Hi, I

[appengine-java] Re: Changing the Parent of a child entity

2010-08-03 Thread Vikas Hazrati
Hi Fred, Thanks for your response. This is what I suspected too that the entity groups might not be able to change. This actually brings me to the conclusion that we might not want to keep any owned entities at all. We are in the process of converting a legacy application to GAE and in the

Re: [appengine-java] Re: Python bulk loader tool with local dev server of GAE Java

2010-08-03 Thread emmanuel harel
Hello John, i have a simple google app engine project with 1.3.5 SDK. There is an import : com.google.inject.Singleton that can not be resolved Where does this class comes from ? Thanks 2010/8/1 John Patterson jdpatter...@gmail.com You need to check out the source code (or even just copy and

[appengine-java] Re: Prerelease SDK 1.3.6 is out!

2010-08-03 Thread Mouseclicker
The namespace/multi clientele sounds very exciting! However I am confused. Browsing through the javadoc (I did not try to compile yet) I find getNamespace() in Key and Entity. But I can't find a setNamespace() anywhere... neither in Key, nor in Entity, KeyFactory or DatastoreServiceFactory. Did I

Re: [appengine-java] Bulk loader and JPQL query

2010-08-03 Thread Ikai L (Google)
It may have been uploaded as a string. Does the datastore viewer state that it is a String or Long? Try 1 in your query. On Wed, Jul 28, 2010 at 2:11 PM, Deepika M drift2elys...@gmail.com wrote: Hi, I am trying to use the bulk loader to upload information about edges for Java app engine.

Re: [appengine-java] Use google accounts to register for app

2010-08-03 Thread Ikai L (Google)
You'll have to build it yourself. The correct approach is probably to build a new model with the User's ID as the Key (to preserve a 1:1 mapping) and have a flag for an approved account. On Thu, Jul 29, 2010 at 3:12 AM, kas kevin.ship...@kev-co.net wrote: I am writing an app that I want to

Re: [appengine-java] ip addresses for GAE

2010-08-03 Thread Ikai L (Google)
App Engine addresses can change, and this doesn't prevent other App Engine applications from accessing your other server. Consider a shared key infrastructure instead where you pass along a request that is hashed along with the key. On Sat, Jul 31, 2010 at 4:42 PM, Andrei gml...@gmail.com wrote:

Re: [appengine-java] Re: Check capability API for write-access?

2010-08-03 Thread Ikai L (Google)
Capabilities will only be thrown at write time, so yes, it'll happen when the object is flushed to the datastore. This has the other problem of you having to do an extra write all the time - the majority of the time, you will *not* be in a read-only mode and these will be wasted CPU cycles. On

Re: [appengine-java] Remove unused Datastore entities?

2010-08-03 Thread Ikai L (Google)
Sort of. The datastore is schemaless, so each entity maintains its own list of what properties it has. If you read the entities and resave them without the entities you want deleted, they will not be stored. Note that this is different from a NULL entity - properties with values set to null are

[appengine-java] Re: Google App Engine - Bulkloading using RemoteApiServlet - Billing

2010-08-03 Thread Rahul Ravikumar
I meant the max. daily budget. Sorry for the confusion. On Aug 3, 3:47 pm, Rahul Ravikumar tikura...@gmail.com wrote: I am using the App Engine RemoteApiServlet and the Bulkloader to load data into the datastore. As the dataset that i was uploading was huge (a million entities) I enabled

[appengine-java] Re: Changing the Parent of a child entity

2010-08-03 Thread Vikas Hazrati
I guess that makes sense and your example is dot on. I was wondering are there real life applications on GAE where people are using JDO/JPA relationships. The more the problems that I face with relationships and the more I read about it, it seems that unowned is the way to go. Thanks, Vikas On

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread Tim Hoffman
Hi I am not seeing any DeadlineExceeded today. Whenever we have had problems we definately see errors in the dashboard log. If you don't see anything in the dashboard then the requests are not even making it to your application. In that case the problem will be somewhere else. Possibly in the

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread Flips
What do you mean by startup times and keeping things fast?  If you mean timeouts (i.e. 30 second limit) or errors, I'm not getting any of those (dashboard shows zero errors).  GAE system status shows everything is fine. To be more specific about my error, I haven't been getting many HTTP

[google-appengine] REST Service for Channel API

2010-08-03 Thread hector rovira
I'm getting ready to deploy a REST service for my domain that uses the Channel API. I'm interested in using this API to publish events to my users from any service in my domain. For instance, my first use case is a service that manages executions of a script as jobs. This script execution

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

2010-08-03 Thread alon
Does that happen everytime on the blobstore only api? or regular text - datastore? One more thing, there is a huge difference on how the text is being displayed on the datastore dashboard. are you sure its being saved as base64? the page encoding for the production datastore browser is massed up

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

2010-08-03 Thread ekampf
This happens when text fields are sent via POST and go through the Blobstore upload handler. When English text is used I get the text. When Hebrew is used I get a base64 string... I'm not looking at the datastore dashboard. I'm looking at the actual POST data (via logging) On Aug 3, 10:18 am,

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread jonmidd
I am now ONLY getting 500 server Errors - http://www.coffeesecrets.co.nz I maintain a test version that just serves a static page for cases like this and that is failing too? I have never seen this kind of down time before? On Aug 3, 6:26 pm, Flips p...@script-network.com wrote: What do you

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

2010-08-03 Thread alon
it outputs as a base64 string? im guessing the post is multi-part post right? On Aug 3, 10:39 am, ekampf eka...@gmail.com wrote: This happens when text fields are sent via POST and go through the Blobstore upload handler. When English text is used I get the text. When Hebrew is used I get a

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread jonmidd
My issue looks like it may be an issue with Django on the server: From the logs: File /base/python_runtime/python_lib/versions/third_party/django-1.1/ django/db/models/sql/query.py, line 17, in module from django.db.models import signals ImportError: cannot import name signals On Aug 3,

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread jonmidd
I uploaded it as another version and set that as the default, appears to be OK again, not sure why the old version gave up serving pages? On Aug 3, 7:55 pm, jonmidd jon.middle...@gmail.com wrote: My issue looks like it may be an issue with Django on the server: From the logs: File

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread Tim Hoffman
If you get DeadlineExceeded error during import phase you can sometimes get a stuck instance that can't import some modules on future requests, and if you keep hitting the running instance you can get wierd import errors. It doesn't happen very often now (but did back 4-5 months ago) to us. I

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread chris.khoo
Interesting note about the ISP/DNS issue... if the problem recurs again (it's working fine at the moment), I'll try the appspot version to see if it is indeed DNS. Thanks Chris On Aug 3, 4:13 pm, Tim Hoffman zutes...@gmail.com wrote: Hi I am not seeing any DeadlineExceeded today. Whenever

[google-appengine] Re: Running out of Data Sent to Datastore API quota, but can't increase it!

2010-08-03 Thread MiuMeet
FYI Google was very quick in reacting to this problem after we filled out the mentioned form and also filed a issue at: http://code.google.com/p/googleappengine/issues/list Thanks a lot! This is great a service. The MiuMeet team. On Aug 2, 1:27 pm, MiuMeet r...@miumeet.com wrote: Hi there

[google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-03 Thread hawkett
Hi Guys, Thanks so much for this release - it looks very much like a solution to this issue I raised around 18 months ago - http://code.google.com/p/googleappengine/issues/detail?id=945. I'll have to get into it further and have a look, but sounds really promising. For others, Laurent

Re: [google-appengine] Share data among a suite of GAE apps

2010-08-03 Thread djidjadji
Upload the suites as different versions of the app. Also take a look at the Terms of Service. You offer services with similar purpose/kind to a group of users. 2010/7/30 slowpoison verma...@gmail.com: I'm currently working on a suite of apps, that will all share data amongst themselves - mainly

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

2010-08-03 Thread ekampf
yep.. It doesnt happend on the local dev server... its definately something undocumented happening on AppEngine On Aug 3, 10:54 am, alon alon.car...@gmail.com wrote: it outputs as a base64 string? im guessing the post is multi-part post right? On Aug 3, 10:39 am, ekampf eka...@gmail.com

Re: [google-appengine] Share data among a suite of GAE apps

2010-08-03 Thread Alon Carmel
there was a similare discussion here about uploading bunch of websites that connect to each other, its violating the terms of use if you try todo that inorder to avoid quota. its ok for websites to communicate with each other thru http. i wrote a custom api for my self that i use for bunch of

[google-appengine] GAE for Business - SQL can be more than just a kludge!

2010-08-03 Thread rvjcallanan
I understand that Google is intending to introduce an SQL back-end in GAE for Business. This is good news but there may also be an opportunity here to do more than just bolt on SQL for the sake of the die-hards amongst us. I am wondering if Google can come up with an SQL implementation (or

Re: [google-appengine] Going beyond the billing-enabled quotas

2010-08-03 Thread Nick Johnson (Google)
Hi Matt, If you're near reaching any of the non-billed quotas, contact us, and we'll arrange to increase them. These limits are mostly in place as sanity checks, and to safeguard the system; if you're reaching them legitimately, we're more than happy to help you scale beyond them! -Nick Johnson

[google-appengine] Re: Going beyond the billing-enabled quotas

2010-08-03 Thread Matt H
Thanks. Hehe, I never will hit the limits, but it's always nice to know. :) On Aug 3, 4:05 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi Matt, If you're near reaching any of the non-billed quotas, contact us, and we'll arrange to increase them. These limits are mostly in place

Re: [google-appengine] Going beyond the billing-enabled quotas

2010-08-03 Thread Harshal
Thanks Nick for that clarification. Certainly helps to strengthen the confidence we have on app engine. On Tue, Aug 3, 2010 at 8:35 PM, Nick Johnson (Google) nick.john...@google.com wrote: Hi Matt, If you're near reaching any of the non-billed quotas, contact us, and we'll arrange to

[google-appengine] App Engine logo as SVG

2010-08-03 Thread zombat
Hello Folks. Does anyone have the App Engine logo as an SVG or EPS (or any other vector format) file? I was searching the interwebs but could not find it. So if anyone has the logo, please post a link. Thanks in advance. Thomas. -- You received this message because you are subscribed to the

[google-appengine] Download code from App Engine

2010-08-03 Thread Patrick
Hello! I have been using google app engine for approximately one year now hosting osucabs.com. Very recently I have become a victim of a catastrophic hard drive failure as well as a lack of proper backs to my code and as such lost all of the code for my website. I have been unable to find

[google-appengine] Where is the server log?

2010-08-03 Thread spierce7
Hey, quick question. I've searched for like 20 minutes, and just figure at this point it will be faster to ask. I'm running this on a mac through eclipse, but even if someone could describe where it is on windows, I can probably find it on mac. I'm trying to get my app and my server to talk for

[google-appengine] Multitenancy feature and datastore namespace (data isolation)

2010-08-03 Thread Laurent d'Escrivan
Hi all, I'm experimenting with the datastore 'namespace' option, which seems to be the datastore Multitenancy feature announced for prerelease SDK 1.3.6. (Issue http://code.google.com/p/googleappengine/issues/detail?id=945 ) I managed to successfully isolate data by setting current namespace

[google-appengine] Download code from App Engine

2010-08-03 Thread Patrick
Hello! I have been using google app engine for approximately one year now hosting osucabs.com. Very recently I have become a victim of a catastrophic hard drive failure as well as a lack of proper backs to my code and as such lost all of the code for my website. I have been unable to find

[google-appengine] Adding an admin email cannot be completed

2010-08-03 Thread Tughi
Hi guys, I have another email address that I want to use as an admin for my app engine application. The problem is that I don't receive the verification email. Where can I complain about this issue? Thanks -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Verisign's PIP OpenID and the Federated Logon in GAE

2010-08-03 Thread Saqib Ali
Hello All, I am trying to make the Verisign's PIP OpenID work with the Federated Logon in GAE, but to no avail. Anyone else running into the same issue? Other OpenID providers work fine for the app. You can try it out at: http://crowdedintelligence.appspot.com Thanks, Saqib -- You received

[google-appengine] Re: Unable to access applications from certain IPs - Redirected to sorry.google.com

2010-08-03 Thread Arun Shanker Prasad
Hi All, Any updates on this please? It would be very helpful if I could identify the cause and try to find a solution/work around for this. Thanks, Arun Shanker Prasad. On Aug 2, 2:47 pm, Arun Shanker Prasad arunshankerpra...@gmail.com wrote: Hi, The issue seems to be resolved now. But

Re: [google-appengine] Download code from App Engine

2010-08-03 Thread Jeff Schwartz
I really feel for you. I had a similar scare recently but fortunately the drive was still readable and I was still able to retrieve most of my important files which included source code for a number of different projects. After that happened I decided it was cheap to anti up 7 bucks a month for a

Re: [google-appengine] GAE for Business - SQL can be more than just a kludge!

2010-08-03 Thread Ikai L (Google)
There's a lot of work being done in the open source communities to try to address the need for easier to scale structured data: Beyond the key-value stores: http://drizzle.org/ http://www.mongodb.org/ I'd suggest looking at this projects (amongst others) and even contributing. On Tue, Aug 3,

[google-appengine] Re: GAE for Business - SQL can be more than just a kludge!

2010-08-03 Thread rvjcallanan
Ok, so an abstraction layer is the way to go. Could I be so bold ask what Google's plans are for SQL in GAE for Business? Are we talking about a separate off-the-shelf SQL back-end? Or will it be somehow integrated into Datastore/BigTable paradigm? Will SQL services be accessed via the GAE in its

[google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-03 Thread Zarko
AppEngine team, we love you ! On Aug 3, 2:40 am, Ikai L (Google) ika...@google.com wrote: Hey everybody, Just wanted to let everyone know that the prerelease SDK for 1.3.6 is out. If you're interested in downloading the SDKs, you can find them here:

Re: [google-appengine] Re: GAE for Business - SQL can be more than just a kludge!

2010-08-03 Thread Ikai L (Google)
We're not releasing any details yet, but stay tuned and subscribe to the GAE blog. My expectation is that it'll be a pretty interesting topic for Google I/O, GDDs and Dev Days after it's released and being used for a bit, so keep a look out for videos. On Tue, Aug 3, 2010 at 12:42 PM, rvjcallanan

[google-appengine] Re: GAE for Business - SQL Hosting Proposals

2010-08-03 Thread dkeeney
For application developers who would prefer SQL over BigTable, and who do not insist on Google hosting the whole thing, there is at least one third party SQL database hosting service that makes databases accessible from GAE applications. The database queries and responses are transferred over

[google-appengine] Re: Multitenancy feature and datastore namespace (data isolation)

2010-08-03 Thread hawkett
Hi Laurent - good questions :) I am also wondering if there is a plan to be able to see quota usage per namespace - either through an API (better) or the directly in the admin console? For multi-tenancy it is highly desirable to get usage statistics on a per-tenant basis. An API is preferred

Re: [google-appengine] Re: Query.filter() questions

2010-08-03 Thread Felippe Bueno
2. Is it possible to pass some thing like 'or' to filter ? Some thing like this: articles = Article.all().filter('author =', user.get_current_user()).or('user =', user.get_current_user()) No, the datastore doesn't support OR queries.  You'll need to execute multiple queries and join the

Re: [google-appengine] Crob Job not getting started

2010-08-03 Thread Ikai L (Google)
Can you post your cron.xml? Note that cron jobs don't execute exactly on the hour or minute, but approximately at those intervals. On Thu, Jul 29, 2010 at 11:15 AM, Suman sumankandiko...@gmail.com wrote: I have configured cron job for my application[Java] as specified in the following URL:

Re: [google-appengine] is Appengine platform is written in Python?

2010-08-03 Thread Ikai L (Google)
Parts of it are, but it's a combination of Google's canonical languages of Python, Java and C++. In many cases we are piggybacking off existing Google services written in those three languages. On Thu, Jul 29, 2010 at 5:31 PM, sumation allenv...@gmail.com wrote: Is Appengine platform is

Re: [google-appengine] Index building extremely slow

2010-08-03 Thread Ikai L (Google)
It depends on how much capacity there is globally for index building jobs. Here's a trick you can use to build the indexes before you need them using versioning: http://ikaisays.com/2010/07/12/google-app-engine-tips-and-tricks-prebuilding-indexes-using-a-non-default-version/ On Sat, Jul 31, 2010

Re: [google-appengine] Re: shifts2009.appspot.com - HTTP 404 Not found

2010-08-03 Thread Ikai L (Google)
Guys, we're working on this, but I'd really appreciate if someone would provide the information I've been asking for as it would help us make our case. Please provide: 1. Your Ip address (use whatismyipaddress.com) 2. A traceroute to www.appspot.com 3. Does calling and asking to disable the Netex

Re: [google-appengine] Re: Google App Engine isn't working for few days already :\

2010-08-03 Thread Ikai L (Google)
There's another thread about access from Bezeq ISP. Can you provide: 1. IP address 2. Traceroute to www.appspot.com 3. Does calling to disable the Netex service work? 4. What error do you see? 404? 500? Socket closed? On Sat, Jul 31, 2010 at 2:18 AM, Zippoxer zippo...@gmail.com wrote: I forgot

Re: [google-appengine] Re: Unable to access the Datastore Viewer

2010-08-03 Thread Ikai L (Google)
Did you have an entity that was a PhoneNumber or LinkProperty? On Mon, Aug 2, 2010 at 4:00 PM, Saqib Ali docbook@gmail.com wrote: hmmm. had to programmatically empty out the datastore before i could use the Datastore Viewer again. good thing this was just a test app :) On Aug 2, 9:47

Re: [google-appengine] Re: Unable to access applications from certain IPs - Redirected to sorry.google.com

2010-08-03 Thread Ikai L (Google)
Looks like this comes from automated search queries: http://www.google.com/#hl=ensource=hpq=sorry.google.comaq=faqi=aql=oq=gs_rfai=fp=50c9746d5062f48d Which is strange since this is an App Engine application. Any chance you have any more lower level details like HTTP headers? On Tue, Aug 3,

Re: [google-appengine] Re: Unable to access applications from certain IPs - Redirected to sorry.google.com

2010-08-03 Thread Ikai L (Google)
It looks like certain users were blocked around the time reported. They should not be blocked anymore, as this has been resolved. On Tue, Aug 3, 2010 at 4:58 PM, Ikai L (Google) ika...@google.com wrote: Looks like this comes from automated search queries:

Re: [google-appengine] To test Application locally

2010-08-03 Thread Wesley C (Google)
in the development environment, you can request to have the server create a local SQLite database that, if on a shared drive, you can potentially access; however file access/synchronization is up to you. to request the dev server write a SQLite file, use the --use_sqlite flag when starting it up.

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread chris.khoo
Hi Tim I think you're right. When the app started dropping requests earlier today, I immediately switched to the appspot version and it worked fine. Now to figure out whether it's my domain registrar or ISP... Thanks heaps! Chris On Aug 3, 4:13 pm, Tim Hoffman zutes...@gmail.com wrote: Hi

Re: [google-appengine] Re: Unable to access applications from certain IPs - Redirected to sorry.google.com

2010-08-03 Thread Arun Shanker Prasad
Hi Ikai, Thank You for your response. It seemed strange to me too, as most of the users from my organisation were blocked, but the same users were able to access from a different IP. I was not able to find any HTTP header information from the logs, since at the time this happened I was not able

[google-appengine] Re: Going beyond the billing-enabled quotas

2010-08-03 Thread Albert
Thanks! On Aug 4, 12:35 am, Harshal p.hars...@gmail.com wrote: Thanks Nick for that clarification. Certainly helps to strengthen the confidence we have on app engine. On Tue, Aug 3, 2010 at 8:35 PM, Nick Johnson (Google) nick.john...@google.com wrote: Hi Matt, If you're near