[google-appengine] Re: java.security.AccessControlException while Accessing a Read-Only HSQLDB Datababse with Hibernate

2010-10-25 Thread nacho
Why dont you use the datastore? On 25 oct, 02:37, forklabs wrote: > I have created a small database using HSQLDB and Hibernate (db.script > is about 1Mb) that I wish to include into my AppEngine webapp for > consultation purpose only, that is the database will be read from but > never written int

Re: [google-appengine] Re: Uploading Indexes - Server Error

2010-10-25 Thread Stephen Johnson
It's working now. On Mon, Oct 25, 2010 at 8:08 PM, Stephen Johnson wrote: > I'm getting the same error, but with Java. Also, clicking on Indexes in > Dashboard goes to error page. > Stephen > > The error during deploy is: > > Unable to update app: Error posting to URL: > https://appengine.google.

Re: [google-appengine] Re: Uploading Indexes - Server Error

2010-10-25 Thread Stephen Johnson
I'm getting the same error, but with Java. Also, clicking on Indexes in Dashboard goes to error page. Stephen The error during deploy is: Unable to update app: Error posting to URL: https://appengine.google.com/api/datastore/index/add?app_id=APPID&version=VERSION&; 500 Internal Server Error Serv

Re: [google-appengine] Re: Uploading Indexes - Server Error

2010-10-25 Thread Eric Ka Ka Ng
we got the same problems. can't update index, can't vaccum index, even in the admin page, click "Datastore indexes", server returns error. seems there are some problems related to indexes on GAE? any other experience similar problems or people from Google can explain what's the prb? Best Regards

[google-appengine] Re: Uploading Indexes - Server Error

2010-10-25 Thread Eli Jones
Oh, the error message it shows when I run appcfg.py update is: "Your app was updated, but there was an error updating your indexes. Please retry later with appcfg.py update_indexes." On Mon, Oct 25, 2010 at 10:48 PM, Eli Jones wrote: > I am able to update my app code with appcfg.py update.. but

[google-appengine] Uploading Indexes - Server Error

2010-10-25 Thread Eli Jones
I am able to update my app code with appcfg.py update.. but it always throws an error when it gets to the upload indexes part. If I try to only update_indexes, I keep getting the error as well: Server: appengine.google.com. Uploading index definitions. Error 500: --- begin server output --- Serv

[google-appengine] Re: Instances, cold start and pending_ms

2010-10-25 Thread Julian Namaro
The first number is used for average latency, not cpu_ms, and the auto- scaling threshold is computed only from user-facing request, not tasks or crons. Your numbers seems quite good, nothing to worry about I think. Are you experiencing a specific problem ? On Oct 23, 12:22 am, Matija wrote:

[google-appengine] Re: download_app

2010-10-25 Thread sodso
heres how to view your source code online anytime anywhere just enable Interactive Console in your GAE prod applicationrefer my other post here http://code.google.com/appengine/forum/?place=topic%2Fgoogle-appengine%2FpVxBq4jE0hQ%2Fdiscussion then type above code into interactive console and

[google-appengine] Re: download_app

2010-10-25 Thread sodso
Heres a sample code to browse your source code online (not sure if it will traverse subdirectories, you can add that piece easily using os functionality import os,cgi from google.appengine.ext import webapp from google.appengine.ext.webapp.util import run_wsgi_app class code(webapp.RequestHandler

[google-appengine] Received-SPF: softfail (google.com: best guess record for domain of transitioning 36atgtbyjaaasodso-events-remindersgmail....@m3kw2wvrgufz5godrsrytgd7.apphosting.bounces.google.com

2010-10-25 Thread sodso
Received-SPF: softfail (google.com: best guess record for domain of transitioning 36atgtbyjaaasodso-events-remindersgmail@m3kw2wvrgufz5godrsrytgd7.apphosting.bounces.google.com does not designate 209.85.161.199 as permitted sender) client-ip=209.85.161.199; why am i seeing a SPF softfail in t

[google-appengine] Re: Cron job ran twice today

2010-10-25 Thread sodso
Yes double check everything if its a critical job like you mentioned, use the datastore for storing temp values for checking job status 2 times in the past few days, my CRON jobs didnt even run at all during 12AM - 1230AM or so timeline So dont rely on the CRON jobs, maybe you can submit a task (

[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-25 Thread Geoffrey Spear
On Oct 25, 12:37 pm, Carlos Ble wrote: > This answer does not help Ikai. We are facing this problem even in > urls that just load and render a simple form. ...After your Django install loads 90% of the modules in pypi. -- You received this message because you are subscribed to the Google Grou

[google-appengine] Re: app-id

2010-10-25 Thread ach-nein
thanks. all helpful, except google will not let me remove the admin who's name is like the application On Oct 24, 6:33 pm, djidjadji wrote: > You must use the specific email address to create the GAE app. > If you own the gmail address you can create an app with the same name. > If you delete the

Re: [google-appengine] mapreduce and cron job

2010-10-25 Thread Stephen Johnson
Oops! My bad, this won't work. It must be Monday. Sorry, Steve On Mon, Oct 25, 2010 at 11:56 AM, Stephen Johnson wrote: > Hello, > Java: Put something like this in your cron.xml (for Python modify > accordingly). > > > > > /cron/map-reduce-start?map-reduce-path=/mapreduce/&mapper-class=YOUR.PA

[google-appengine] Re: Cron job ran twice today

2010-10-25 Thread Colbert Philippe
Possible solution: Read the documentation on Quartz and somewhere they explain certain situation that can cause Cron expressions to be executed twice. If I remember correctly, when your Cron expression is fired too close to midnight and/or when you mix issues ot timezones Check it out! You migh

[google-appengine] Re: Cron job ran twice today

2010-10-25 Thread Ian Marshall
I have always assumed in design that my scheduled tasks (cron jobs) should be idempotent, since I know that my queued tasks must be. Your experience appears to validate my assumption! On Oct 25, 11:18 am, Lior Harsat wrote: > Hi, > > I have noticed today that on of my cron jobs ran twice !!! >

Re: [google-appengine] mapreduce and cron job

2010-10-25 Thread Stephen Johnson
Hello, Java: Put something like this in your cron.xml (for Python modify accordingly). /cron/map-reduce-start?map-reduce-path=/mapreduce/&mapper-class=YOUR.PACKAGE.YOURMAPPERCLASSHERE&entity-kind=YOURENTITYKINDHERE&num-shards=YOURNUMBERSHARDSHERE&processing-rate=YOURPROCESSINGRATEHERE&control

Re: [google-appengine] Re: download_app

2010-10-25 Thread Ikai Lan (Google)
No, I was not being facetious. It is your responsibility to backup code. If you are not using source control, you are not taking your project seriously. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine

[google-appengine] Re: The channel service is not enabled

2010-10-25 Thread lezizi
Hi Ikai, I have already signed twice in a month but nothing changed. Best Regards lezizi On 10月1日, 上午1时44分, "Ikai Lan (Google)" wrote: > It's not available in production yet. Sign up here: > > https://spreadsheets.google.com/a/google.com/viewform?formkey=dGFxQ1A... > > -- > Ikai Lan > Developer P

[google-appengine] java.security.AccessControlException while Accessing a Read-Only HSQLDB Datababse with Hibernate

2010-10-25 Thread forklabs
I have created a small database using HSQLDB and Hibernate (db.script is about 1Mb) that I wish to include into my AppEngine webapp for consultation purpose only, that is the database will be read from but never written into. While exploring and understanding the use of the "res" protocol [1] I ma

[google-appengine] Re: The channel service is not enabled

2010-10-25 Thread lezizi
Hi Ikai, I have already signed twice in a month and nothing change either. Still got "The channel service is not enabled". Best Regards Lezizi On 10月1日, 上午1时44分, "Ikai Lan (Google)" wrote: > It's not available in production yet. Sign up here: > > https://spreadsheets.google.com/a/google.com/viewf

[google-appengine] Server error when validate account

2010-10-25 Thread Lucas Colombo
Hi, I tried to validate my account through the automated call service and I received the call with a verification code. But when I entered the code, the following error has occurred: Error: Server Error The server encountered an error and could not complete your request. If the problem pers

[google-appengine] mapreduce and cron job

2010-10-25 Thread slash
Hi, everybody I learned a lot from this group and Nick's blog. Thanks. I want to combine mapreduce and cron job in order to run mapping automatically. I did lots of search in this group and from other resource but I got nothing. I'm able to run cron job and mapreduce separately. Bu

[google-appengine] Register more than 10 app

2010-10-25 Thread asicfr
Hi everyone, I would like to register more than 10 app, how can i do that ? Thanks for all -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this gro

[google-appengine] Re: Frequent deadline exceeded errors.

2010-10-25 Thread Carlos Ble
This answer does not help Ikai. We are facing this problem even in urls that just load and render a simple form. Just rendering html. They even don't access Datastore and still we get DeadelineExceededError. In the last 2 days we have had about 30 falls. Sometimes the problem even does not reach th

Re: [google-appengine] Memcache and App Engine Versions

2010-10-25 Thread Eng. Ore Berkovitch
thanks! 2010/10/25 风笑雪 > Yes, but you can use namespace to identify each version. > > -- > keakon > > > > On Mon, Oct 25, 2010 at 11:40 PM, Eng. Or Berkovitch > wrote: > > Hello, > > > > We are developing an AppEngine application , and we use Memcache > > during development, we are uplo

[google-appengine] Re: OAuth integration issue with Google Apps

2010-10-25 Thread Vladimir Prudnikov
On Aug 28, 12:47 pm, Jean-Lou Dupont wrote: > > With my desktop client application (I am using Leah Culver'soauth > v1.0a python library on the client side): I am able to get a "request > token", have the user "authorize" the application, upgrade the token > to an "access token" (with the verific

Re: [google-appengine] Memcache and App Engine Versions

2010-10-25 Thread 风笑雪
Yes, but you can use namespace to identify each version. -- keakon On Mon, Oct 25, 2010 at 11:40 PM, Eng. Or Berkovitch wrote: > Hello, > > We are developing an AppEngine application , and we use Memcache > during development, we are uploading versions - just like everybody > The quest

[google-appengine] Memcache and App Engine Versions

2010-10-25 Thread Eng. Or Berkovitch
Hello, - We are developing an AppEngine application , and we use Memcache - during development, we are uploading versions - just like everybody - The question is - Is the memcache shared between versions? i mean, if one object is available on the memcache at version1, will it exist in version2 ?

Re: [google-appengine] Re: how to decide same ReferenceProperty?

2010-10-25 Thread 风笑雪
ReferenceProperty存储的是一个key,尝试获取它的值时,会自动访问datastore来get。因此你的做法会访问多次datastore。 get_value_for_datastore就是用来直接获取内部存储的值,也就是key的,因此你可以用它获取所有的key,再用db.get一次拿到。 前面写错了一点,完整的代码应该是这样: db.get(set( [SecondModel.reference.get_value_for_datastore(s) for s in secList] )) 还有不明白的可以看这里: http://www.keakon.cn/bbs/t

[google-appengine] Re: how to decide same ReferenceProperty?

2010-10-25 Thread saintthor
谢谢。get_value_for_datastore这个函数我没看懂是什么意思。但我要取的是被secList中元素引用的FirstModel的 集合,或许应该是 set( [FirstModel.get_value_for_datastore(s.reference) for s in secList] ) On 10月23日, 上午12时13分, 风笑雪 wrote: > The entities didn't define a cmp opreation, they'll compared by their > memory address. > > You can try: >

[google-appengine] Re: ConcurrentModificationException with no datastore operation and only task to be enqueue

2010-10-25 Thread Matija
This is log when this ConcurrentModificationException happened again. One request starts chain of tasks and sometimes I get this exception. I must repeat that when this exception happened, there was no datastore put operations. I am using datastore transaction only to ensure that two task enqueue t

[google-appengine] Cron job ran twice today

2010-10-25 Thread Lior Harsat
Hi, I have noticed today that on of my cron jobs ran twice !!! I can see in the log the queue header : "queue_name=__cron task_name=989235fd7268bdc3a1bde56c2063bcd4" for both requests. further more in my cron jobs page in the admin console it states the the cron ran successfully but 26 seconds la

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

2010-10-25 Thread Agustin Horischnik
Hey, no luck with this? Did you solve this at all? On Aug 31, 12:40 pm, Agustin Horischnik wrote: > I think I'm having the same issue... > > I have a multi-part form posting to ablobstoreuploadhandler. > There's four form fields: > > 2 input type=file > 1 input type=text > 1 textarea > > Those ma

[google-appengine] Re: Instances, cold start and pending_ms

2010-10-25 Thread Matija
Any news about this issue ? Two different parallel requests with no other requests. No instance server and first request has cold start (ms=2851 and loading_request=1). Second request is waiting for first request to finish (pending_ms = 2420). Average latency 1276 is ms!. 10-25 01:19AM 38.587 ms=

[google-appengine] Re: Decoding the Appengine Status Charts

2010-10-25 Thread ravi
Yup, I worked it out, thanks a lot for the help! On Oct 23, 9:39 pm, Robert Kluin wrote: > One of the parameters set the value ranges.  I do not have the > reference in front of me now, but you can look it up too.  They are > documented in the same spot as the data format.  I believe the data is

[google-appengine] Re: Continued Random 500 Error

2010-10-25 Thread Tim Hoffman
A quite sites will see this sort of problem, you may find you startup time for a cron or any other handler is quite expensive. If google infrastructure is running a bit slow, then the startup time could blow out hence the 500 error. You haven't said if your running python or java. But either wa