[google-appengine] Re: Permission check bug in GAE

2012-12-08 Thread Zbynek Vyskovsky
Sorry, here it is: java.lang.RuntimeException: java.lang.IllegalAccessException: Class com.google.apphosting.runtime.security.shared.intercept.java.lang.reflect.Method_$1 can not access a member of class com.example.gafail.servlet.TestCallee with modifiers "public static" at com.example.ga

Re: [google-appengine] Running a Python script on a remote server and displaying the output files

2012-12-08 Thread Takashi Matsuo
On Sat, Dec 8, 2012 at 6:31 PM, Jason Hsu wrote: > I have a Python 2.7 script at https://github.com/jhsu802701/** > dopplervalueinvesting. > When I run the screen.py script locally, the end result is a new > screen-output sub-directory (within

[google-appengine] Re: gae-cms.com - A brand new CMS based on Google App Engine via Python

2012-12-08 Thread ID
hi imran, i'm not comparing gaecms to static files. i used gaewiki too with with same site, no quota problems, i found out that a wiki was not suitable for such site. i thought gaecms was great, and i just want to make you aware of an invisible problem that i encountered, i reorted because i ca

[google-appengine] Running a Python script on a remote server and displaying the output files

2012-12-08 Thread Jason Hsu
I have a Python 2.7 script at https://github.com/jhsu802701/dopplervalueinvesting . When I run the screen.py script locally, the end result is a new screen-output sub-directory (within the root directory) and a results.csv file within it. What I'm trying to do is put this script on a remote se

[google-appengine] Re: Permission check bug in GAE

2012-12-08 Thread Mitch Rudominer
Please post a stack trace so we know what problem you are seeing. On Saturday, December 8, 2012 10:37:55 AM UTC-8, Ludovic Champenois wrote: > > I see it works only when TestCallee is public. > Will check if this security rule can be relaxed. > > Ludo > > On Saturday, December 8, 2012 9:43:27 AM U

[google-appengine] Re: HELP: running my Python program in Google App Engine

2012-12-08 Thread Alexey
You're gonna need to isolate your program's persistence API and then write an implementation of that specifically for GAE. Depending on your budget and load, you may be able to persist your data into BigTable using normal GAE persistence. Then you could make that data available with loading l

[google-appengine] Re: Guido leaving App Engine team (and Google)

2012-12-08 Thread coto
First at all Congratulations, thanks for your contribution and very good luck Guido. We have to be honest, it is a big kick to the google app engine project because it is not the PaaS most used by developers yet. One year ago Yukihiro Matsumoto was hired by Heroku

Re: [google-appengine] 1.7.4 Pre-release SDKs Available

2012-12-08 Thread PK
As a positive data point, I run my regression tests with the 1.7.4 prerelease and everything passed fine. Thanks, PK www.gae123.com On Dec 8, 2012, at 1:20 AM, Richmond Manzana wrote: > Hello Everyone! > > We've posted the pre-release SDKs for Python and Java here: > http://code.google.com/p/

[google-appengine] Re: 1.7.4 Pre-release SDKs Available

2012-12-08 Thread Savaş L .
i sent the information to your email adress, thanks a lot On Dec 8, 7:53 pm, Ludovic Champenois wrote: > Hi, > Sorry for the trouble. > Could you share a few data from your project? > For example: > 1/ the entire directory name where the app is (space in dir or not) > 2/ the exact location in the

[google-appengine] Re: Permission check bug in GAE

2012-12-08 Thread Ludovic Champenois
I see it works only when TestCallee is public. Will check if this security rule can be relaxed. Ludo On Saturday, December 8, 2012 9:43:27 AM UTC-8, Zbynek Vyskovsky wrote: > > Hi, > I found an issue with hibernate failure when initializing EntityManager, > due to security checks. This was alrea

[google-appengine] Permission check bug in GAE

2012-12-08 Thread kvr
Hi, I found an issue with hibernate failure when initializing EntityManager, due to security checks. This was already described at http://code.google.com/p/hibernate-gae/issues/detail?id=5 The problem is that GAE uses some wrapper to call the method which disallows the access because of differe

[google-appengine] Re: 1.7.4 Pre-release SDKs Available

2012-12-08 Thread Ludovic Champenois
Hi, Sorry for the trouble. Could you share a few data from your project? For example: 1/ the entire directory name where the app is (space in dir or not) 2/ the exact location in the web app of the tag lib and the jsp using it. If relevant, some entries in the web.xml. 3/ Some code fragment

Re: [google-appengine] Re: The extra billing boost in the Admin Console today

2012-12-08 Thread Takashi Matsuo
Hi Alex, Can you re-configure the daily budget with the same amount as it is now so that your app should be fine? If it doesn't help, please add a comment on the issue bellow with your app-id? https://code.google.com/p/googleappengine/issues/detail?id=8525 On Sat, Dec 8, 2012 at 1:35 AM, Alex Dv

Re: [google-appengine] Over quota

2012-12-08 Thread Takashi Matsuo
Can you try re-configure the daily budget so that your app should be OK. If it doesn't work, please comment on the issue bellow with your app-id? https://code.google.com/p/googleappengine/issues/detail?id=8525 On Sat, Dec 8, 2012 at 3:17 AM, Pythagoras wrote: > I'm using appengine already for a

[google-appengine] Re: The extra billing boost in the Admin Console today

2012-12-08 Thread Alex Dvoretsky
Hi I didn't get any budget boost and my application now gets 402 OverQuotaError because the billing estimates usage for an hour equal to the daily budget (that's really equal to regular week usage). After I doubled apps' daily budget error has gone but not completely - estimated cost continues

[google-appengine] Over quota

2012-12-08 Thread Pythagoras
I'm using appengine already for a long time, but today, my application is already after 3 hours over quota (> my daily cost). The dashboard howevers show almost no reseources have been used, so it should be nowhere near this daily limit. *Billing Status:* Enabled ( Daily budget: $2.00 ) - Set

[google-appengine] Re: 1.7.4 Pre-release SDKs Available

2012-12-08 Thread Savaş L .
with 1.7.4 pre, i am getting a strange error, it works locally but when i try to deploy it produces this.. it doesnt see my custom made taglib, i couldnt find a solution yet.. Preparing to deploy: Created staging directory at: 'C:\Users\savi\AppData\Local\Temp \appcfg1147116988784742342.tm

[google-appengine] Re: Google App Engine pre-release SDK 1.7.4

2012-12-08 Thread Aleksei Rovenski
Very excited about channels can be used across different versions. The means we will finally be able to use traffic splitting feature... пятница, 7 декабря 2012 г., 18:30:26 UTC+2 пользователь pdknsk написал: > > I don't know why Google hasn't posted about it yet, but here we are. > > http://cod

[google-appengine] 1.7.4 Pre-release SDKs Available

2012-12-08 Thread Richmond Manzana
Hello Everyone! We've posted the pre-release SDKs for Python and Java here: http://code.google.com/p/googleappengine/downloads/list My apologies for not announcing this to the group sooner, some of you may have noticed that they were available about a day ago. Pre-release notes below. Cheers,