[google-appengine] Issue while deploying Spring-petclinic On GAE

2017-10-17 Thread Ramu Immadi
https://cloud.google.com/community/tutorials/run-spring-petclinic-on-app-engine-cloudsql I am trying to deploy petclinic on GAE using the above url. did all the mentioned steps but still facing SQL related errors.. "Unknown syntax DATABASE." please help me out. It is said that it is using

[google-appengine] What is the datastore charges for db.GqlQuery under new pricing scheme?

2011-10-25 Thread ramu
As I understand, query result are fetched in batches so even if we process only couple of entities from a query, does it charge for the complete batch operation ?? What is the datastore-read-count if i call query_object.get(), which returns me just the 1st entity ? It is not exactly clear

[google-appengine] Re: Simultaneous requests

2010-01-13 Thread ramu
If your app is resistant to malicious use, ie the gathered data is presented to the user only from which it was taken... than I would suggest to shift your api calls from Server side to client side. Do all the api calls on client side and POST them to your server for processing using FBJS.

[google-appengine] What's happening here ? Datastore going down quite so often.

2010-01-12 Thread ramu
It is too frustrating to see datastore stop working, considering the real-time nature of my application... yesterday also it went down for 30 min and same today ! Yesterday when it went down, the status page said Anamoly and now it shown normal for yesterday with this message. nvestigation

[google-appengine] Re: What's happening here ? Datastore going down quite so often.

2010-01-12 Thread ramu
Now even for today also it says : Investigation Complete - Issue Resolved We have determined that this spike did not affect the performance or uptime of applications. If you feel we have incorrectly diagnosed this issue please inform us by posting in our developer forum. It does effect the

[google-appengine] Re: This App Engine is a JOKE

2010-01-12 Thread ramu
It does work most of the time... You just have to structure it properly. In 1 of my scripts upto 40% of the statements are try:catch :D -- 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: What's happening here ? Datastore going down quite so often.

2010-01-12 Thread ramu
Admins please help. Maybe some best-practice or anything to avoid this in future. Now even for today also it says : Investigation Complete - Issue Resolved We have determined that this spike did not affect the performance or uptime of applications. If you feel we have incorrectly diagnosed this

[google-appengine] Re: Would you use GAE for an app such as Twitter or Facebook?

2010-01-12 Thread ramu
Up and running for 3 months Not much social interactilon in my app but those facebook api calls are really expansive on GAE. http://apps.facebook.com/battlestationtools/ On Jan 13, 3:42 am, Pancho yfa...@gmail.com wrote: Would you use GAE for an app such as Twitter or Facebook? Yes?

[google-appengine] Re: GAE tools poll

2009-12-17 Thread ramu
PYTHON : Notepad++ :) The one of the most important update would be SIMPLE way to edit the code in the browser itself. ... Like you have some Modal in datastore which stores the code and executed in sort of JavaScript eval style. I am quite noob to write big applications but guess It may work

[google-appengine] Re: GAE tools poll

2009-12-17 Thread ramu
If you guys could integrate this with open source shell project. Once code is developed, It could be easily copied to hard-copy ;) and handled to app.yaml http://marijn.haverbeke.nl/codemirror/contrib/python/index.html On Dec 17, 7:56 pm, Andrey Tarantsov andrey...@gmail.com wrote: Hello, App

[google-appengine] Re: Need more info: Request was aborted after waiting too long...

2009-10-14 Thread ramu
Yea, this error seems to have cropped up A LOT since last 4-5 days I didn't even change anything in my code but suddenly the error rate with this message is 3% of the total taskqueue ! --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] Re: What are your top three issues in appengine?

2009-10-08 Thread ramu
My only issue : More reliable datastore. So that I don't have to put a thousand try catch There is a setting entity in my app. It changes exactly twice a week by crons and is read around 3000 times a week. However for NO REASON around 10 ( read few ) of them will fail when fetching with

[google-appengine] Re: App Engine Launcher throws an error in Windows 7

2009-09-08 Thread ramu
http://github.com/sciyoshi/pyfacebook/tree/master On Sep 8, 11:39 pm, Lee, Duk (Genworth) duk@genworth.com wrote: Hello, I know this issue already logged as a bug, but does anyone know how to resolve this issue? I do not want to download the missing dll off the Web and stick it in

[google-appengine] Re: Facebook Integration?

2009-09-08 Thread ramu
http://github.com/sciyoshi/pyfacebook/tree/master On Sep 9, 2:09 am, Devel63 danstic...@gmail.com wrote: Can anyone point me in the direction of a good resource for Facebook Connect/GAE integration? Neither the ShelfTalkers article (http://code.google.com/appengine/

[google-appengine] How to delete the logs ?

2009-08-26 Thread ramu
There doesn't seem to be any way to delete them ! I hate those Error Logs once I am done with them .. :-) Any Idea Don't ask to change the version number just to delete the logs ! --~--~-~--~~~---~--~~ You received this message because you are

[google-appengine] Free Quota Clarification

2009-08-17 Thread ramu
Currently my app is in development stage and NOT made public. However I seem to miss something about quotas. The only thing running consistently on my app is 1 cron job running every minute building the database from another resource on internet. the Quota Page shows following ... Outgoing

[google-appengine] Re: Information regarding 2 July 2009 outage

2009-07-27 Thread ramu
bump for those who missed this thread .. :-) --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this

[google-appengine] Re: Suggestion: delete google-appengine group.

2009-04-17 Thread ramu
You can alwasy choose not to receive any mails from this group and read the discussions thorough web interface. Thankx... On Apr 17, 6:24 am, David Wilson d...@botanicus.net wrote: This might seem drastic, but it will solve the problem of lots of Java and Python-specific stuff hitting this

[google-appengine] How to delete the logs of a python application ?/

2009-04-10 Thread ramu
Hi everyone, I have tried to search the documentation but there doesn't seem a way to delete the logs of the application. I have downloaded them on my computer and no longer wants them to cluster a big mess there. Any idea how to delete them ?

[google-appengine] Re: Time Based Automation ?? How can this be done ?/ Run a .py file every 15 min ??

2009-02-15 Thread ramu
OK Finally again googling a bit on net pays up.. I found a way out . Going to test when my code is ready http://www.wsscheduler.com *If anyone need similar task* On Feb 14, 3:39 pm, diomedes alakaz...@gmail.com wrote: Hi ramu, I have been waiting for something similar. The functionality

[google-appengine] Re: Time Based Automation ?? How can this be done ?/ Run a .py file every 15 min ??

2009-02-15 Thread ramu
EDIT : http://80.247.230.136/cronjob.htm On Feb 15, 12:14 pm, ramu rslet...@gmail.com wrote: OK Finally again googling a bit on net pays up.. I found a way out . Going to test when my code is ready http://www.wsscheduler.com *If anyone need similar task* On Feb 14, 3:39 pm, diomedes

[google-appengine] Time Based Automation ?? How can this be done ?/ Run a .py file every 15 min ??

2009-02-14 Thread ramu
I need to run an script (a .py file ) every 15 min . How is this possible ? Any workaround using any external free source or anything . It would help design funcunality like automatically closing the online auctions . --~--~-~--~~~---~--~~ You received this

[google-appengine] Re: Clarification

2009-02-09 Thread ramu
If they are 2 different x.appspot.com, than there CAN NOT BE any relationship between DATA TABLES of both application, unless you design exclusive transfer over HTTP from 1 to another. This is what I understand system to be . On Feb 9, 5:17 am, arnie parvez...@rediffmail.com wrote: I would

[google-appengine] Why Google App Engine is not listed in My account panel of google .

2009-02-06 Thread ramu
https://www.google.com/accounts/ManageAccount All the google services I am using are listed here accept this one, including those in labs. Just for the notice of App Engine Developers. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] Can't understand this error :-

2009-01-31 Thread ramu
Seems like urlfetch is not at all working on SDK with internet connectivity behind a proxy server .. Please help me.What else I need to do ??? Here are the error logs :- Traceback (most recent call last): File C:\ProgramFiles2\Google\google_appengine\test.py, line 5, in module result =

[google-appengine] Re: error uploading my app

2009-01-29 Thread ramu
I had even much bigger problem, my proxy server required authentication ... Well lot's of serching and reading got me a way out .Your's is easier. PROCEED ON YOUR OWN RISK AND KNOWLEDGE. IT WORKED FOR ME DOESN'T MEAN SHOULD WORK HARMLESSLY TO ALL.. Follow the instructions in my 2nd post

[google-appengine] Re: Please help me upload my app. Using authenticated proxy server. ( urllib2 doesn't support https connection ) .

2009-01-16 Thread ramu
test app. http://developmentstageholder.appspot.com/ On Jan 15, 5:20 am, ramu rslet...@gmail.com wrote: Sorry for the 2nd post with similar topic, but this seems to be the final answer with my limited python knowledge. I access internet through my institute basic authentication proxy

[google-appengine] Please help me upload my app. Using authenticated proxy server. ( urllib2 doesn't support https connection ) .

2009-01-15 Thread ramu
Sorry for the 2nd post with similar topic, but this seems to be the final answer with my limited python knowledge. I access internet through my institute basic authentication proxy. It took me a lot to figureout how to input my username and password. As the documentation only says how to input

[google-appengine] Re: How to upload APP through an *proxy server with basic authentication* .

2009-01-12 Thread ramu
No replies yet... On Jan 11, 5:45 am, ramu rslet...@gmail.com wrote: Dear Google App Engine Developer , I am halfway completing my real app but can't get a way to upload this basic learning hello world app. Please Help Me. I am ataching the error logs as screen shoot. Thanks in advance

[google-appengine] How to upload APP through an *proxy server with basic authentication* .

2009-01-11 Thread ramu
Dear Google App Engine Developer , I am halfway completing my real app but can't get a way to upload this basic learning hello world app. Please Help Me. I am ataching the error logs as screen shoot. Thanks in advance. Error :

[google-appengine] Alternate Upload Tools...

2009-01-10 Thread ramu
First of all, thanks for this great product. Now I feel myself *how much* time I wasted looking for a free reliable PHP host since last 2 month. It was 2 days back when I entered data api in google.co.in and came across this solution from google. I have been reading and reading and reading than