[google-appengine] Announcing a new dev_appserver beta feature: local SSL support

2018-06-07 Thread 'Saurabh Sharan' via Google App Engine
Hi all,

The App Engine team is pleased to announce a new beta feature for 
dev_appserver: local SSL support. This will enable you to run your apps 
locally using both HTTP and HTTPS. This will also allow dev_appserver to 
observe the "secure:" field in app.yaml, more closely mimicking the GAE 
production environment.

If you'd like to gain early access to this feature, please fill out this 
form: https://goo.gl/forms/shA1fFCU9QBbNBQz1

Best,
Saurabh (on behalf of the App Engine team)


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ea6b6d23-39b6-4afe-8254-a2d1c5ae2cb7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Error: Unable to find property 'application' on class: com.google.apphosting.utils.confi g.IndexYamlReader$IndexYaml

2017-11-03 Thread Saurabh Mittal
I am using 1.9.56 and getting error "Unable to find property 'env' on 
class: com.google.apphosting.utils.config.AppYaml"

On Wednesday, October 23, 2013 at 7:15:38 PM UTC+5:30, Ryan Huebsch wrote:
>
> This is a known issue with the Java SKDs. Please see the issue tracker for 
> more details and potential workarounds:
> https://code.google.com/p/googleappengine/issues/detail?id=10168
>
>
> On Tue, Oct 22, 2013 at 1:13 PM, William Taylor  > wrote:
>
>> I'm having the same issue.  I tired to use sdk-1.8.6 and still have get 
>> the same error as reported here.
>>
>>
>> On Friday, October 18, 2013 9:12:02 AM UTC-4, Sridhar Nalam wrote:
>>>
>>> I am trying to vacuum unused indexes from hosted app engine java 
>>> application. Before this i successfully deleted the unused indexes with 
>>> command 
>>>
>>> >appengine-java-sdk-1.8.5\bin\appcfg.cmd vacuum_indexes 
>>> C:\MyGAEJavaApp\war
>>>
>>> But this time, Exactly dont know what happed, its showing error as:-
>>>
>>> Please visit https://developers.google.com/appengine/downloads for the 
>>> latest SDK.
>>> 
>>> Reading application configuration data...
>>> Oct 18, 2013 3:50:11 PM 
>>> com.google.apphosting.utils.config.AppEngineWebXmlReader 
>>> readAppEngineWebXml
>>>
>>> INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/
>>> appengine-web.xml
>>> Oct 18, 2013 3:50:11 PM 
>>> com.google.apphosting.utils.config.AbstractConfigXmlReader 
>>> readConfigXml
>>> INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/web.xml
>>> Oct 18, 2013 3:50:11 PM 
>>> com.google.apphosting.utils.config.AbstractConfigXmlReader 
>>> readConfigXml
>>> INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/cron.xml
>>> Oct 18, 2013 3:50:11 PM 
>>> com.google.apphosting.utils.config.AbstractConfigXmlReader 
>>> readConfigXml
>>> INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/queue.xml
>>> Oct 18, 2013 3:50:11 PM com.google.apphosting.utils.config.IndexesXmlReader 
>>> readConfigXml
>>> INFO: Successfully processed C:/MyGAEJavaApp/war\WEB-INF/
>>> datastore-indexes.
>>> xml
>>> Oct 18, 2013 3:50:11 PM com.google.apphosting.utils.config.IndexesXmlReader 
>>> readConfigXml
>>> INFO: Successfully processed C:\MyGAEJavaApp\war\WEB-INF\
>>> appengine-generate
>>> d\datastore-indexes-auto.xml
>>>
>>> Beginning interaction for module default...
>>> 10% Found 4 local index definitions.
>>>
>>> Error Details:
>>> Line 0, column 12: Unable to find property 'application' on class: 
>>> com.google.apphosting.utils.confi
>>> g.IndexYamlReader$IndexYaml
>>>
>>> Unable to perform vacuum_indexes
>>> Unable to perform vacuum_indexes
>>> Please see the logs 
>>> [C:\Users\sridhar_pc\AppData\Local\Temp\appcfg922191814490203325.log] 
>>> for furthe
>>> r information.
>>>
>>> *Log file is*:-
>>>
>>> com.google.appengine.tools.admin.AdminException: Unable to perform 
>>> vacuum_indexes
>>> at com.google.appengine.tools.admin.AppAdminImpl.
>>> vacuumIndexes(AppAdminImpl.java:346)
>>> at com.google.appengine.tools.admin.AppCfg$VacuumIndexesAction.execute(
>>> AppCfg.java:1605)
>>> at com.google.appengine.tools.admin.AppCfg.executeAction(
>>> AppCfg.java:327)
>>> at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:210)
>>> at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:121)
>>> at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:117)
>>> Caused by: com.google.apphosting.utils.config.AppEngineConfigException: 
>>> Line 0, column 12: Unable to find property 'application' on class: 
>>> com.google.apphosting.utils.config.IndexYamlReader$IndexYaml
>>> at com.google.apphosting.utils.config.IndexYamlReader.
>>> parseMultiple(IndexYamlReader.java:158)
>>> at com.google.appengine.tools.admin.IndexDeleter.diffIndexesOnServer(
>>> IndexDeleter.java:72)
>>> at com.google.appengine.tools.admin.IndexDeleter.deleteUnusedIndexes(
>>> IndexDeleter.java:186)
>>> at com.google.appengine.tools.admin.AppAdminImpl.
>>> vacuumIndexes(AppAdminImpl.java:342)
>>> ... 5 more
>>> Caused by: com.google.appengine.repackaged.net.sourceforge.
>>> yamlbeans.YamlReader$YamlReaderException: Line 0, column 12: Unable to 
>>> find property 'application' on class: com.google.apphosting.utils.
>>> config.IndexYamlReader$IndexYaml
>>> at com.google.appengine.repackaged.net.sourceforge.yamlbeans.YamlReader.
>>> readValueInternal(YamlReader.java:259)
>>> at com.google.appengine.repackaged.net.sourceforge.yamlbeans.YamlReader.
>>> readValue(YamlReader.java:150)
>>> at com.google.appengine.repackaged.net.sourceforge.
>>> yamlbeans.YamlReader.read(YamlReader.java:106)
>>> at com.google.appengine.repackaged.net.sourceforge.
>>> yamlbeans.YamlReader.read(YamlReader.java:91)
>>> at com.google.apphosting.utils.config.IndexYamlReader.
>>> parseMultiple(IndexYamlReader.java:203)
>>> at com.google.apphosting.utils.config.IndexYamlReader.
>>> parseMultiple(IndexYamlReader.java:156)
>>> ... 8 more
>>>
>>> Somebody please help me to solve 

[google-appengine] How to Start a Java Application Developement using CRUD operation

2015-03-27 Thread Saurabh Gupta
Dear Readers ,

I am new to this fantastic Google application engine environment. I am able 
to run simple static site on GAE. Now i want to perform CRUD operation so 
for this i need help from all technical geeks of this group. Below  is my 
queries.
*1*- How to handle back end queries .( for example in my local machine ,i 
used hibernate libraries and all model,dao classes to perform this.)
But how to start perform back end queries here.

*2*- As of now , my focus is to just getiing good hands on simple java 
project with CRUD operation. Later on , i would like to use all my skills 
of spring,hibernate to developer application and run on GAE.

*3*- I would be great thankful to any of buddy if he/she can provide me 
sample project which he created (project with CRUD) and running on GAE. 

I am very much passionate to  use all my skills of java (hibernate,spring) 
but i need to help how to execute on GAE so a quick response will be highly 
appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5ae868fc-54e5-4b41-9d53-0c4aeed0628a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Unable to deploy

2014-03-25 Thread Saurabh Jain
Facing same error 


On Tuesday, February 19, 2013 4:37:38 AM UTC+5:30, John Conti wrote:

 I am unable to upload my app:

 bash-3.2$ /usr/local/lib/appengine-java-sdk-1.7.5/bin/appcfg.sh update war
 Reading application configuration data...
 Feb 18, 2013 4:00:52 PM 
 com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
 INFO: Successfully processed war/WEB-INF/appengine-web.xml
 Feb 18, 2013 4:00:52 PM 
 com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
 INFO: Successfully processed war/WEB-INF/web.xml
 Beginning server interaction for john-conti...
 0% Created staging directory at: 
 '/var/folders/_f/5xjr_n1n00d9n9z9ffwylp5mgn/T/appcfg344253979033234870.tmp'
 5% Using java7 runtime: false
 8% Scanning for jsp files.
 20% Scanning files on local disk.
 25% Initiating update.

 com.google.appengine.tools.admin.HttpIoException: Error posting to URL: 
 https://appengine.google.com/api/appversion/create?app_id=john-contiversion=1;
 404 Not Found
 This application does not exist (app_id=u'john-conti').

 Unable to update app: Error posting to URL: 
 https://appengine.google.com/api/appversion/create?app_id=john-contiversion=1;
 404 Not Found
 This application does not exist (app_id=u'john-conti').

 Please see the logs 
 [/var/folders/_f/5xjr_n1n00d9n9z9ffwylp5mgn/T/appcfg6215812047732459518.log]
  
 for further information.
 bash-3.2$ 


 The logs claim my app id doesn't exist.  However it is the same I have 
 been using all along, and my Dashboard confirms its existence and that it 
 is running properly:

 Unable to update:
 com.google.appengine.tools.admin.HttpIoException: Error posting to URL: 
 https://appengine.google.com/api/appversion/create?app_id=john-contiversion=1;
 404 Not Found
 This application does not exist (app_id=u'john-conti').

 at 
 com.google.appengine.tools.admin.AbstractServerConnection.send1(AbstractServerConnection.java:293)
 at 
 com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:253)
 at 
 com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:232)
 at 
 com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:644)
 at 
 com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java:449)
 at 
 com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:124)
 at 
 com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:371)
 at 
 com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:53)
 at 
 com.google.appengine.tools.admin.AppCfg$UpdateAction.execute(AppCfg.java:1163)
 at com.google.appengine.tools.admin.AppCfg.init(AppCfg.java:232)
 at com.google.appengine.tools.admin.AppCfg.init(AppCfg.java:109)
 at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:105)
 com.google.appengine.tools.admin.AdminException: Unable to update app: 
 Error posting to URL: 
 https://appengine.google.com/api/appversion/create?app_id=john-contiversion=1;
 404 Not Found
 This application does not exist (app_id=u'john-conti').

 at 
 com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:376)
 at 
 com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:53)
 at 
 com.google.appengine.tools.admin.AppCfg$UpdateAction.execute(AppCfg.java:1163)
 at com.google.appengine.tools.admin.AppCfg.init(AppCfg.java:232)
 at com.google.appengine.tools.admin.AppCfg.init(AppCfg.java:109)
 at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:105)
 Caused by: com.google.appengine.tools.admin.HttpIoException: Error posting 
 to URL: 
 https://appengine.google.com/api/appversion/create?app_id=john-contiversion=1;
 404 Not Found
 This application does not exist (app_id=u'john-conti').

 at 
 com.google.appengine.tools.admin.AbstractServerConnection.send1(AbstractServerConnection.java:293)
 at 
 com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:253)
 at 
 com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:232)
 at 
 com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:644)
 at 
 com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java:449)
 at 
 com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:124)
 at 
 com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:371)
 ... 5 more


 Any ideas? 

  



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Deleting all records from app engine datastore and flush memcache

2013-08-29 Thread Saurabh Saxena


I am displaying data from a data store kind in a html table using jsp. I am 
trying to delete all records from a Google app engine datastore locally 
using following code :

Query gaeQuery = new Query(Book);PreparedQuery pq = 
datastore.prepare(gaeQuery);ListEntity list = 
pq.asList(FetchOptions.Builder.withDefaults());for(Entity item : list){
datastore.delete(item.getKey());}

I am able to delete all records by this code. After running this code, I 
try to refresh the page to see an empty table. But still there are some 
records left which disappears after a second page refresh.

I think this is causing because the stale data remains in the memcache. I 
tried googling but not been able to find any solution to clear the memcache 
soon after deleting all records of a same kind.

I am looking for a way around to flush/clear the memcache.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: Deployments issues

2013-06-06 Thread Saurabh Gupta
Also happening for Java apps: *all our backends are down*, we cannot update 
our front ends either
This was also happening yesterday

Google, please fix
We have a large scale mobile app and this is killing us.

Thanks for your time


On Thursday, June 6, 2013 11:04:37 AM UTC-4, martinc wrote:

 For the last hour, Deployment messages for a python app have hanging on 
 Checking if deployment succeeded; according to the Admin Console the 
 deployments are deployed, however instance stats and logs are completely 
 missing from the deployed versions.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Dashboard not loading, logs not viewable

2013-02-22 Thread Saurabh Gupta
Hello, after this 
incident: 
https://groups.google.com/forum/?fromgroups=#!topic/google-appengine-downtime-notify/R39uBoTCJqI

the dashboard and logs are not viewable this morning;
the https://appengine.google.com site does not load.

Please help
Thanks,
Saurabh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] App Engine Not Serving ... AGAIN!

2013-02-22 Thread Saurabh Gupta
This issue:
https://groups.google.com/forum/?fromgroups=#!topic/google-appengine-downtime-notify/R39uBoTCJqI

is back. App is deployed but not serving anything.
Please Fix!
There are $ at stake here, reputations of people and companies, etc. etc.

Thanks,
Saurabh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: Problems with deploying

2013-02-06 Thread Saurabh Gupta
Thanks, Jason, that is good to know!


On Saturday, February 2, 2013 2:30:39 PM UTC-5, Jason Brummett wrote:

 My account is premiere and has the same problem right now.  I do have the 
 option to contact the Enterprise Support center, but haven't done so yet, 
 but I can confirm that the 500 bux didn't avoid the issue.

 On Saturday, February 2, 2013 1:26:01 PM UTC-5, Saurabh Gupta wrote:

 Do you know if premiere accounts get better uptime/service? 

 I'm a paid app, but not a premiere app (not paying the $500/month) , so 
 just wondering if there is a difference in the underlying uptime/ 
 availability etc. in paid versus premiere. 

 Thanks



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Problems with deploying

2013-02-02 Thread Saurabh Gupta
Same here,
Unable to deploy a new version (java runtime): i get stuck in will check 
in 60 seconds loop

aborted the update, did a rollback (which succeeded) and then redeployed, 
and still stuck in the loop.

Google, Please help!
Thanks!

On Saturday, February 2, 2013 6:27:33 AM UTC-5, Jesús Espejo wrote:

 Hello,

 Is anyone experimenting issues uploading applications to GAE? I cannot do 
 it, it remains in the exponential back-off algorithm in 60 seconds 
 forever... Also i have problems launching backends:

 Error: Server ErrorThe service you requested is not available yet.

 Please try again in 30 seconds.

 My app is for Python.

 Thanks in advance, 

 Jesús.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Problems with deploying

2013-02-02 Thread Saurabh Gupta
Google has not acknowledged this as an issue. In fact, the system dashboard 
 (http://code.google.com/status/appengine) shows that everything is 'normal'

This is really frustrating to have no feedback from Google on such an 
important issue.



On Saturday, February 2, 2013 12:42:43 PM UTC-5, Michael Hermus wrote:

 Same here. Has this issue not yet been acknowledged by Google? Ack.

 On Saturday, February 2, 2013 6:27:33 AM UTC-5, Jesús Espejo wrote:

 Hello,

 Is anyone experimenting issues uploading applications to GAE? I cannot do 
 it, it remains in the exponential back-off algorithm in 60 seconds 
 forever... Also i have problems launching backends:

 Error: Server ErrorThe service you requested is not available yet.

 Please try again in 30 seconds.

 My app is for Python.

 Thanks in advance, 

 Jesús.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: Problems with deploying

2013-02-02 Thread Saurabh Gupta
Do you know if premiere accounts get better uptime/service? 

I'm a paid app, but not a premiere app (not paying the $500/month) , so just 
wondering if there is a difference in the underlying uptime/ availability etc. 
in paid versus premiere. 

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] insane number of warmup requests exhaust entire daily quota

2013-01-22 Thread Saurabh Gupta
Hello Google,

My app was hit with 4.43k warmup requests in a 6 hr period that totally 
exhausted my daily budget: there was no other significant activity going on 
at that time.

Can you please help explain what was going on and how I can prevent this in 
the future?

Thanks,
Saurabh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/3ZbEzu7S2I0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Java deployments failing

2013-01-15 Thread Saurabh Gupta
unable to deploy app to appengine for past 1 hr or so:
com.google.appengine.tools.admin.HttpIoException: Error posting to URL: 
https://appengine.google.com/api/appversion/getresourcelimits?app_id=Xversion=x;
503 Service Unavailable

Try Again (503)
An unexpected failure has occurred. Please try again.

Unable to update app: Error posting to URL: 
https://appengine.google.com/api/appversion/getresourcelimits?app_id=xversion=x;
503 Service Unavailable

Try Again (503)
An unexpected failure has occurred. Please try again.

Also, unable to reach the dashboard, dataviewer, instances, etc. on the app 
engine admin page

Also, unable to reach https://appengine.google.com/

Help!

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/E-TZfvLFT0YJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Our application is very slow and appengine.google.com is unreachable

2013-01-15 Thread Saurabh Gupta
Likewise
The app is continuing to serve, but the dashboard and all other things are 
unreachable.

System dashboard says there are no problems

Google, please update us with a status!
Thanks


On Tuesday, January 15, 2013 10:41:40 AM UTC-5, Nicanor Babula wrote:

 Dear Google Appengine team,

 As of 16:30 GMT +1 our application started encountering high latencies out 
 of nowhere and requests started throwing unexplicable 500 errors. Also, 
 appengine.google.com is not reachable (500 http error). Please let us 
 know something ASAP so we can give explanations to our customers.

 appid: domodentweb2
 datastore: HRD
 sdk: 174-java

 Best regards,
 Cristian Nicanor Babula
 www.domodent.it/en/


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/92wU6Beut5kJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Our application is very slow and appengine.google.com is unreachable

2013-01-15 Thread Saurabh Gupta
Also, unable to deploy apps via appcfg:

com.google.appengine.tools.admin.HttpIoException: Error posting to URL: 
https://appengine.google.com/api/appversion/getresourcelimits?app_id=Xversion=x;
503 Service Unavailable

Try Again (503)
An unexpected failure has occurred. Please try again.

Unable to update app: Error posting to URL: 
https://appengine.google.com/api/appversion/getresourcelimits?app_id=xversion=x;
503 Service Unavailable

Try Again (503)
An unexpected failure has occurred. Please try again.



On Tuesday, January 15, 2013 11:02:16 AM UTC-5, Saurabh Gupta wrote:

 Likewise
 The app is continuing to serve, but the dashboard and all other things are 
 unreachable.

 System dashboard says there are no problems

 Google, please update us with a status!
 Thanks


 On Tuesday, January 15, 2013 10:41:40 AM UTC-5, Nicanor Babula wrote:

 Dear Google Appengine team,

 As of 16:30 GMT +1 our application started encountering high latencies 
 out of nowhere and requests started throwing unexplicable 500 errors. Also, 
 appengine.google.com is not reachable (500 http error). Please let us 
 know something ASAP so we can give explanations to our customers.

 appid: domodentweb2
 datastore: HRD
 sdk: 174-java

 Best regards,
 Cristian Nicanor Babula
 www.domodent.it/en/



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/tKINMeIkPCYJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] GAE Java Upload failures

2012-11-30 Thread Saurabh Gupta
Hi all,

Anyone else seeing failures in uploading to the Java runtime (2012-11-30 
13:40)? The system status dashboard shows a spike in latency for the Java 
runtime. I've been unable to deploy my app for the past hour and its 
incredibly frustrating: queues had failed a few weeks ago, and now the Java 
runtime is having issues as a whole.

How is this consistent with the GAE SLA for paid apps?

- Saurabh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Jbyc689awj8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] GAE Java Upload failures

2012-11-30 Thread Saurabh Gupta
With all due respect, Seriously? Are you kidding?

-Saurabh


On Friday, November 30, 2012 4:21:09 PM UTC-5, Shilendra Sharma wrote:

 Hello Saurabh

 It can be helpful to you 

 https://developers.google.com/appengine/docs/java/gettingstarted/installing

 Thanks,
 Shilendra 





 On Sat, Dec 1, 2012 at 12:14 AM, Saurabh Gupta 
 saurabh...@gmail.comjavascript:
  wrote:

 Hi all,

 Anyone else seeing failures in uploading to the Java runtime (2012-11-30 
 13:40)? The system status dashboard shows a spike in latency for the Java 
 runtime. I've been unable to deploy my app for the past hour and its 
 incredibly frustrating: queues had failed a few weeks ago, and now the Java 
 runtime is having issues as a whole.

 How is this consistent with the GAE SLA for paid apps?

 - Saurabh

 -- 
 You received this message because you are subscribed to the Google Groups 
 Google App Engine group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/google-appengine/-/Jbyc689awj8J.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 google-appengi...@googlegroups.com javascript:.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.




-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/OvbW0jHjqE4J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread Saurabh
Hi Google,

The TaskQueue is experiencing HUGE latency in execution (as of 15:00 EST): 
it is totally messing up our mobile app: usually, TQ has been rock-solid 
reliable in chewing through the tasks, but it is really slow to execute 
things today.

Please address / acknowledge this since it is really wreaking havoc with 
the async apps that needed to get a lot of data processed for users!
Best regards,
Saurabh


On Sunday, November 11, 2012 5:43:06 AM UTC-5, Dan wrote:

 Hi Goggle,

 Is it possible to have an update as to what's going on with the taskqueue 
 execution latency. According to the status monitor it has been going on 
 since midnight on 10th November and is still continuing.

 There are no notes to say you are looking into it so I just wanted to make 
 sure you are aware of it.

 The pattern I am seeing is that multiple tasks are delayed for over a 
 minute and then execute all at once. My app is used to an execution latency 
 in the order of  10ms but I am seeing delays of over 60,000ms.

 Best wishes,
 Dan


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/QXxszdo3lB8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread Saurabh Gupta
Latency went down for a bit but has risen again:
http://code.google.com/status/appengine/detail/taskqueue/2012/11/13#ae-trust-detail-taskqueue-execution-latency

I've moved stuff over to execute on a backend: hope that can hold up until 
TQ latency becomes reasonable again.

Is this latency related to the nexus launch? Isn't the TQ designed to 
mitigate exactly this situation?

{SG}


On Sunday, November 11, 2012 5:43:06 AM UTC-5, Dan wrote:

 Hi Goggle,

 Is it possible to have an update as to what's going on with the taskqueue 
 execution latency. According to the status monitor it has been going on 
 since midnight on 10th November and is still continuing.

 There are no notes to say you are looking into it so I just wanted to make 
 sure you are aware of it.

 The pattern I am seeing is that multiple tasks are delayed for over a 
 minute and then execute all at once. My app is used to an execution latency 
 in the order of  10ms but I am seeing delays of over 60,000ms.

 Best wishes,
 Dan


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/VsNUMpXmYWkJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Taskqueue execution latency up by 1000x

2012-11-13 Thread Saurabh Gupta
Thanks, Julie! That reference is really helpful!


On Tuesday, November 13, 2012 6:49:28 PM UTC-5, Julie wrote:

 FYI, it is issue #4901 at
 http://code.google.com/p/googleappengine/issues/detail?id=4901


 On 14 November 2012 06:24, vlad vlad.tr...@gmail.com javascript:wrote:

 I ditched TaskQueue for all requests with timeouts of less than 60 sec. 
 It was simply too unreliable. Btw, there is a ticket filed for feature 
 requesting a TaskQueue with timing guarantees. Feel free to star it. Sorry, 
 too lazy to dig out a link.



 On Tuesday, November 13, 2012 8:57:47 AM UTC-8, Dan wrote:

 Thanks for the info.

 Looks like I spoke too soon as well, taskqueue execution latency is back 
 up again - awesome. If only the latency increase was in the order of 10x 
 not a massive 100x - 1000x...

 On Tuesday, November 13, 2012 1:40:58 PM UTC, stevep wrote:

 This issue has been raised before (I believe this is what you are 
 seeing). Many moons ago vlad was its champion in these groups. His 
 conclusion (link below): I have been screaming about this for a looong 
 time. The offcial position of GAE team is - we don't guarantee on time 
 execution. Even though this issue is not about on time execution but 
 rather 
 about bugs/inefficiency of their scheduler. 

 Sadly I think this is never going away, so best to build your client 
 with the anticipation of such delays -- TQ tasks as part of handling 
 client 
 calls are too powerful/necessary to avoid entirely. HTH -stevep

 Link:
 https://groups.google.com/**forum/?fromgroups=#!topic/**
 google-appengine/nwnq7cjABhYhttps://groups.google.com/forum/?fromgroups=#%21topic/google-appengine/nwnq7cjABhY



 On Sunday, November 11, 2012 2:43:06 AM UTC-8, Dan wrote:

 Hi Goggle,

 Is it possible to have an update as to what's going on with the 
 taskqueue execution latency. According to the status monitor it has been 
 going on since midnight on 10th November and is still continuing.

 There are no notes to say you are looking into it so I just wanted to 
 make sure you are aware of it.

 The pattern I am seeing is that multiple tasks are delayed for over a 
 minute and then execute all at once. My app is used to an execution 
 latency 
 in the order of  10ms but I am seeing delays of over 60,000ms.

 Best wishes,
 Dan

  -- 
 You received this message because you are subscribed to the Google Groups 
 Google App Engine group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/google-appengine/-/rxIPu2eId4wJ.

 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 google-appengi...@googlegroups.com javascript:.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.




-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Rcff7nNPQO4J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] HRD migration broke tables indexes

2012-10-08 Thread Saurabh
Hi,

HRD migration has been a nightmare for me.  I did a migration of over 55GB 
database to HRD yesterday. Post migration several of my indexes and 
datastore queries are broken. 

Some examples:


   - Select * from table1 where col1=val1 = query.count()  0 but 
   query.get() = empty
   - Select * from where col1=val1 = query.get() = empty in my python 
   code. However, same query returns results in Datastore Viewer.
   - Select * from table1 order by col1 desc = misses many rows


How can I get these tables  indexes repaired? 

Thanks in advance for your help,
Saurabh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/2mBUkDu3OZ0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Getting error while uploading data to gae--urllib2.URLError: urlopen error [Errno 10061] No connection could be made because the target machine actively refused it

2012-09-14 Thread Saurabh Saxena
C:\Users\saurabhgeek\Documents\Prog-seeker2appcfg.py upload_data 
--config_file=term_loader.py --filename=crawler/function_dict.csv 
--has_header --url=http:/
/localhost:8000/_ah/remote_api --kind=PythonTerm
Uploading data records.
[INFO] Logging to bulkloader-log-20120914.141953
[INFO] Throttling transfers:
[INFO] Bandwidth: 25 bytes/second
[INFO] HTTP connections: 8/second
[INFO] Entities inserted/fetched/modified: 20/second
[INFO] Batch Size: 10
Please enter login credentials for localhost:8000
Email: saurabhhack...@gmail.com
Password for saurabhhack...@gmail.com:
Traceback (most recent call last):
  File C:\Program Files (x86)\Google\google_appengine\appcfg.py, line 
125, in module
run_file(__file__, globals())
  File C:\Program Files (x86)\Google\google_appengine\appcfg.py, line 
121, in run_file
execfile(script_path, globals_)
  File C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 4062, 
in module
main(sys.argv)
  File C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 4053, 
in main
result = AppCfgApp(argv).Run()
  File C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 2543, 
in Run
self.action(self)
  File C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 3810, 
in __call__
return method()
  File C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 3622, 
in PerformUpload
run_fn(args)
  File C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\appcfg.py, line 3513, 
in RunBulkloader
sys.exit(bulkloader.Run(arg_dict))
  File C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\bulkloader.py, line 
4375, in Run
return _PerformBulkload(arg_dict)
  File C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\bulkloader.py, line 
4161, in _PerformBulkload
throttle_class=throttle_class)
  File C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\bulkloader.py, line 
4068, in _GetRemoteAppId
rpc_server_factory=throttled_rpc_server_factory, secure=secure)
  File C:\Program Files 
(x86)\Google\google_appengine\google\appengine\ext\remote_api\remote_api_stub.py,
 
line 595, in GetRemoteAppId
app_id = GetRemoteAppIdFromServer(server, path, rtok)
  File C:\Program Files 
(x86)\Google\google_appengine\google\appengine\ext\remote_api\remote_api_stub.py,
 
line 504, in GetRemoteAppIdFromServer
response = server.Send(path, payload=None, **urlargs)
  File C:\Program Files 
(x86)\Google\google_appengine\google\appengine\tools\appengine_rpc.py, 
line 366, in Send
f = self.opener.open(req)
  File C:\Python27\lib\urllib2.py, line 400, in open
response = self._open(req, data)
  File C:\Python27\lib\urllib2.py, line 418, in _open
'_open', req)
  File C:\Python27\lib\urllib2.py, line 378, in _call_chain
result = func(*args)
  File C:\Python27\lib\urllib2.py, line 1207, in http_open
return self.do_open(httplib.HTTPConnection, req)
  File C:\Python27\lib\urllib2.py, line 1177, in do_open
raise URLError(err)
urllib2.URLError: urlopen error [Errno 10061] No connection could be made 
because the target machine actively refused it

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/kpI0TkcIz98J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: HTML unit not working on GAE

2012-05-14 Thread Saurabh S
Hi ,
Has anyone had a try over this ? please reply



On May 8, 4:07 pm, Saurabh S ggtestlo...@gmail.com wrote:
 Hi ,

 I am usinghtmlunitto login to the appengine.google.com.

 I have enabled the cookies programatically. still i am getting an
 error saying Your browser's cookie functionality is turned off.
 Please turn it on.

 Please suggest how to overcome this.

 Also i'm little confused whether GAE supportshtmlunitor not ..please
 let me know your thoughts on this

 Thanks in advance,

-- 
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 group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] HTML unit not working on GAE

2012-05-08 Thread Saurabh S
Hi ,

I am using htmlunit to login to the appengine.google.com.

I have enabled the cookies programatically. still i am getting an
error saying Your browser's cookie functionality is turned off.
Please turn it on.


Please suggest how to overcome this.


Also i'm little confused whether GAE supports htmlunit or not ..please
let me know your thoughts on this


Thanks in advance,

-- 
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 group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: HTML unit not working on GAE

2012-05-08 Thread Saurabh S
Hi Nikhil,

We already tried this option but it didn't worked.
We also tried to enable cookies through java code using
webclient.getcookiemanager().setcookiesenabled(true);
but still facing same problem on Google app engine.

Thanks


On May 8, 5:08 pm, Nikhil Jain nikhil.jaint...@gmail.com wrote:
 Dear
 Please refer this below 
 link,http://support.google.com/accounts/bin/answer.py?hl=enanswer=61416
 This would definitely help you out.







 On Tue, May 8, 2012 at 4:37 PM, Saurabh S ggtestlo...@gmail.com wrote:
  Hi ,

  I am using htmlunit to login to the appengine.google.com.

  I have enabled the cookies programatically. still i am getting an
  error saying Your browser's cookie functionality is turned off.
  Please turn it on.

  Please suggest how to overcome this.

  Also i'm little confused whether GAE supports htmlunit or not ..please
  let me know your thoughts on this

  Thanks in advance,

  --
  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 group, send email to
  google-appengine+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

-- 
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 group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Data Back-up on GAE

2011-11-22 Thread Saurabh S
Hi ,

Is there any way of backing up the data on GAE?

Does GAE provide anything by which we can create a back-up of our
applications data ?

please provide answers

-- 
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 group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] GAE Bulkloader

2011-11-17 Thread Saurabh S
Hi , i have developed my application in python using web2py
framework ,
i had some previous data which was supposed to be imported into the
datastore .
i tried the inbuilt import functionality provided by web2py on GAE but
the problem is when we import the table into GAE , the id's associated
with my entries are changing automatically. i don't want the id's to
be changed.

therefore i opted for import via command line (GAE bulkloader) , the
same problem is here too , when we import the file , the id's
associated with entries changes automatically



Please provide your suggestions on how can i import my data into the
datastore without any change in the id's.

-- 
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 group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Single database for two diffrent application

2011-10-10 Thread Saurabh S
Hi , is it possible to have a single database for different
applications deployed on different app-id's in GAE ? if it is possible
then how can we impliment that ?.one more que : if it is possible
how can a seperate the data betwwen two apps ? i.e. data from one app-
id should not be visible to other one for security reasons

-- 
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 group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Multi tenency in web2py framework ...

2011-10-10 Thread Saurabh S
hi , i am developing a configurable system for four clients . i want
the code should be deployed on the single instance and should support
the diffrent features depending upon who is logged in...also there
should be a single database for all the clients..in order to
impliment
multi tenecy i tried to use request.tenent in web2py...but as this
will store only the first part of URL into the database and will
create the namespace by same name...so to have this solved i had to
deploy the code on diffrent instances but this is voilating my
systems
configurability...is there any solution by which i can have the code
deployed on single version and have diffrent namespaces in database
depending upon who is logged in ...also a client should not be able
to
view other clients data for security purpose.

-- 
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 group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[appengine-java] when is prospective search coming to Java?

2011-08-05 Thread Saurabh Gupta
Absolutely love the prospective search feature for event processing. when 
will this feature be available for the java version of the app engine? It 
will make the platform so much more powerful! Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/4UZD2sd8H2oJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[google-appengine] Re: Authentication problem

2011-06-20 Thread Saurabh S
Thanks Johan,that error has been resolved.

Now after that it says invalid scope.
Error:OAuth 2.0 error: invalid_scope

Is there any particular URL for scope or I have to manually enter a
url on a particular basis

Can you please provide information on this

On Jun 20, 12:35 pm, Johan Euphrosine pro...@google.com wrote:
 Hi Rohit,

 If you are running dev_appserver.py,

 make sure the list of Redirect URIs in theGoogleAPIs Console/Api
 access section:https://code.google.com/apis/console/

 Contains:http://localhost:8080/oauth2callback

 Note http:// not https://.

 If you are running the deployed version, make sure it 
 contains:https://myappid.appspot.com/oauth2callbackhttp://myappid.appspot.com/oauth2callback

 Or both depending if you enforce SSL if you application.

 Hope that helps.

 On Mon, Jun 20, 2011 at 8:49 AM, GAEappdeveloper









 rohit.ba...@gmail.com wrote:
  Thanks Johan
  Even though I have signed in using my Gmail account it does not seem
  to make any difference. It is displaying the same error.

  And also i tried using the oauthdecorator
  1. when I click on yes or no button for a particular submission it
  requests for login and after I sign in it displays this error:
  OAuth 2.0 error: redirect_uri_mismatch
  The redirect URI in the request did not match a registered redirect
  URI

  Can you please tell why this error appears and how to solve this
  On Jun 18, 4:17 am, Johan Euphrosine pro...@google.com wrote:
  get_current_user() could return None has documented here, if no user
  is logged 
  in:http://code.google.com/appengine/docs/python/users/functions.html

  You could also take a look at the new OAuth2Decorator in
 google-api-python-client that make dealing with OAuth 2.0 
 easier:http://code.google.com/p/google-api-python-client/wiki/OAuth2AppEngin...

  I just published an article on how to use it withGoogleTasks API,
  but that should be easy to translate to Moderator 
  API:http://googleappengine.blogspot.com/2011/06/getting-started-with-task...

  On Fri, Jun 17, 2011 at 2:45 PM, GAEappdeveloper

  rohit.ba...@gmail.com wrote:
   Hi,

   I am developing anGoogleappengineapplication using Moderator API
   in python. I am able to retrieve the submissions. I am having an
  authenticationproblem. My code runs locally without anyproblembut
   when I deploy it inGoogleappenginelauncher. It shows the following
   error:

   'NoneType' object has no attribute 'user_id'
   Traceback (most recent call last):
    File /base/python_runtime/python_lib/versions/1/google/appengine/
   ext/webapp/__init__.py, line 700, in __call__
      handler.get(*groups)
    File /base/data/home/apps/ktbookstore/3.351197542995528852/
   retrieve_list_unique.py, line 107, in get
      f = Flow.get_by_key_name(user.user_id())
   AttributeError: 'NoneType' object has no attribute 'user_id'

   My code is:

   import gflags
   import httplib2
   import logging
   import pprint
   import sys
   import os
   import cgi
   import pickle

   from apiclient.discovery import build
   from oauth2client.file import Storage
   from oauth2client.client import AccessTokenRefreshError
   from oauth2client.client import OAuth2WebServerFlow
   from oauth2client.tools import run
   fromgoogle.appengine.ext import webapp
   fromgoogle.appengine.ext.webapp import template
   fromgoogle.appengine.ext.webapp.util import run_wsgi_app
   fromgoogle.appengine.ext import db
   fromgoogle.appengine.api import users
   from oauth2client.appengine import CredentialsProperty
   from oauth2client.appengine import StorageByKeyName
   fromgoogle.appengine.ext.webapp.util import login_required
   fromgoogle.appengine.api import memcache
   from oauth2client.appengine import FlowProperty

   FLAGS = gflags.FLAGS

   FLOW = OAuth2WebServerFlow(
      client_id='My client id',
      client_secret='my client_secret',
      scope='https://www.example.com/oauth2callback',
      user_agent='moderator-cmdline-sample/1.0')

   gflags.DEFINE_enum('logging_level', 'ERROR',['DEBUG', 'INFO',
   'WARNING', 'ERROR', 'CRITICAL'],'Set the level of logging detail.')

   class Flow(db.Model):   # FlowThreeLegged could also be stored in
   memcache.
      flow = FlowProperty()

   class Credentials(db.Model):
    credentials = CredentialsProperty()

   class ModPage(webapp.RequestHandler):
    def get(self):
      # Let the gflags module process the command-line arguments

      service = build(moderator, v1, developerKey='my developer
   key')

   class voteUpdate(webapp.RequestHandler):
    def get(self):
        user = users.get_current_user()
        logging.info(user)
        f = Flow.get_by_key_name(user.user_id())
        if f:
          credentials = f.flow.step2_exchange(self.request.params)
          c = Credentials(key_name=user.user_id(),
   credentials=credentials)
          c.put()
          f.delete()
          self.redirect(/)
        else:
          pass
        user = users.get_current_user()
        c = 

[appengine-java] How to implement global address book/list in google app engine

2010-09-13 Thread Saurabh Saxena
Hi,

Can some one help me how to implement global address book or list in
google app engine.

Thanks forthe help in advance.

Regards,
Saurabh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Where war file and jars are located in google app engine site

2010-09-13 Thread Saurabh Saxena
Hi All,

I have successfully deployed applicaion in google app engine by
creating one application id.Now i can access my app using
http://myappname.appspot.com

I am wandering where the jars files are located and where does war
file gets deployed.II have checked current load through
https://www.appengine.google.com/ and checked all other options but
not able to find jar files that gets deployed with my application and
alos the war file.

Can anyone help me finding where i can check jar file ans war file
deployed in  https://www.appengine.google.com/

Thanks in advance.

Regards,
Saurabh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Which file Google app engine application data get stored

2010-09-13 Thread Saurabh Saxena
Dear All,

I wanted to put some hard code value to my database which later can be used
in application like admin user name/password.I am using JDO/JPA for
datastore.

Could anybody let me know which file stores data in Google app engine (is it
local_db.bin) and where i can make changes to  put hard code values.

Regards,
Saurabh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Google app engine not activated

2010-09-02 Thread Saurabh
Hi ,

I have registered two applications 2 weeks back but still haven't
received any mail for my account activation from google.I am not able
to deploy my application through eclipse deploy option.

Kindly advise how long it takes to get app engine account activation.

Thanks  Regards,
Saurabh

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Unable to upload application through eclipse3.5

2010-08-28 Thread Saurabh Saxena
Hi All,

Can anybody let me know how long it takes to get google app enigne account
activated.I have created two application ids one week back and till date i
havent received any mail from google about my account activation.

I am not able to upload  application using eclipse 3.5 deploy option.I am
getting the following error message
Unable to assign value 'editInfo' to attribute 'url':Value 'editInfo' for
key url does not match expression '^(?!\^)/|\.|(\(.).*(?!\$).$'

Kindly help me out in this issue, please find attached web.xml file used.

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

?xml version=1.0 encoding=UTF-8?
!DOCTYPE web-app
PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN
http://java.sun.com/dtd/web-app_2_3.dtd;

web-app
  
  servlet
servlet-namesaveInfo/servlet-name
servlet-classcom.atos.bezoeker.SaveVisitorInfoServlet/servlet-class
  /servlet  
 servlet
servlet-nameeditInfo/servlet-name
servlet-classcom.atos.bezoeker.EditVisitorInfoServlet/servlet-class
  /servlet
 servlet
servlet-namedeleteInfo/servlet-name
servlet-classcom.atos.bezoeker.DeleteVisitorInfoServlet/servlet-class
  /servlet
 
 servlet
servlet-namelogin/servlet-name
servlet-classcom.atos.bezoeker.VisitorLoginServlet/servlet-class
  /servlet

  servlet-mapping
servlet-namesaveInfo/servlet-name
url-patternsaveInfo/url-pattern
  /servlet-mapping
  servlet-mapping
servlet-nameeditInfo/servlet-name
url-patterneditInfo/url-pattern
  /servlet-mapping
  servlet-mapping
servlet-namedeleteInfo/servlet-name
url-patterndeleteInfo/url-pattern
  /servlet-mapping
  
servlet-mapping
servlet-namelogin/servlet-name
url-patternlogin/url-pattern
  /servlet-mapping
  
  welcome-file-list
welcome-filehome.html/welcome-file
  /welcome-file-list

/web-app


[appengine-java] How to activate google app engine account to deploy google app engine application

2010-08-25 Thread Saurabh
I have registered two id's @ https://appengine.google.com/ to deploy
my application.

I haven't receive any confirmation mail for the activation of both ids
and still getting error while trying to deploy application through
eclipse.

Some body kindly help and advise.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [google-appengine] Guarantees for businesses?

2010-08-23 Thread Saurabh Tiwari
 On 08/24/2010 12:27 AM, Ikai L (Google) wrote:
 1. Yes, we will continue the service for 3 years in the event we choose to
 discontinue App Engine. I've stated in another thread that I believe this is
 highly unlikely.

 2. No, we do not guarantee those rates. They are subject to change depending
 on our costs, though the trend has been lower cost bandwidth, lower cost,
 storage, etc, and not the other way around. The next question folks usually
 ask is, Will prices be lower? The answer: we don't know.

 On Mon, Aug 23, 2010 at 11:49 AM, Riley rileyl...@gmail.com wrote:

 I'm investigating GAE as a platform for a web app I want to build and
 release commercially.  It looks fantastic so far, but I have two major
 questions:

 1)  I think I understand from section 10.2 of the GAE ToS that Google
 will (probably) give a 3-year warning before discontinuing the service
 in its present form.  Is my understanding correct?

 2) The billing prices seem very low (great!).  Has Google made any
 promises about the rates at which those prices can change?


 Thanks!

 --
 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 group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



I can say it for sure that Google Will NEVER ever stop the APP Engine =)
Please don't do it. Its the greatest thing I have ever seen in cloud
computing.
I personally feel that App Engine is the future and Since the need of
the people is going to increase so the charges may also go up.




signature.asc
Description: OpenPGP digital signature


[google-appengine] Task Queue issues

2010-03-12 Thread Saurabh
Hello,

I'm noticing issues with my task queues: the system seems to think
that it has enqueued tasks, but the URLs don't show up in the debug
logs and the actions that are supposed to be executed when the task
runs are not being run. This same code was working yesterday and is
not working today (March 12, 2010) so I'm curious to know if others
are experiencing any task queue issues as well.

Can Google provide some clarity on this?
Thanks,
Saurabh

-- 
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 group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[appengine-java] Unable to open DataViewer

2010-01-14 Thread Saurabh Mehta
Hi,

We have 2 applications, which we are using for demo for one of our
customers..

- snugcampus-dtu-btech2010-demo
- snugcampus-admissions-dtu-demo

In both the applications we are facing the below issues which we need
to address ASAP, before we have the next demo.

1) After we enter some test data, keeping them as authentic as
possible and avoiding all the chances of getting corrupt data being
entered. We are unable to view the data in the Appengine dataviewer,
whereas if i try to access the same within our code, it works fine.

2) We keep the key as null before saving the data, and expect the
appengine to generate the key for us. The key id generated for the
entities are not in the sequential order, sometimes we get the id as
1/2/3, sometimes it gets 1001/1002 and in the last time got the id as
2001.. We have about less than 10 entities in total.

In the next demo, it is highly required by us to show them how their
data gets saved in the appengine datastore, and how the same can be
viewed in the appengine admin console. Request your support, so that
we may come to the cause of the issue and correct the same in our
code, if we are making any mistake. The one uploaded on the
application is a prototype and we would building the final application
from learnings achieved on the same.

Thanks in advance!
-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[google-appengine] Can somebody help me in getting source code of a CHAT ROOM application based on google app engine

2009-12-30 Thread saurabh
Hi,

I want to make a chat room that uses google app engine xmpp api ,
Later I want that chat room to be bot enabled  ie a room having
multiple participants and a bot also.

Can anybody point to some well tested source code.

Thanks
SAurabh

--

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 group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




[google-appengine] Is it possible to deploy Wave server on GAE ( will it be wihin free limits)

2009-12-07 Thread saurabh
Hi ,

I am trying o make an application based on wave server functionality
( I dont want to use the Wave GUI ) just the wave server functionality
of realtime collobration.

But as fo now the no of wave users is very less and i cant ask my
users to join google wave so I am thinking of deploying the wave
server myself and iuse it as a backend. I want to know If I can deploy
the wave server on GAE server , Has anybody tried it

Thanks
Saurabh

--

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 group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




[google-appengine] Getting error while running the Restlets in GAE

2009-10-29 Thread Saurabh S

hi,

I have created an application to test the restlets in GAE. The
tutorial is defined in the following url:
http://wiki.restlet.org/docs_1.2/13-restlet/275-restlet/252-restlet.html.
I have included the jars and deployed it to the App Engine. When i try
to run the application I am getting following error:

Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this
error message and the query that caused it.

Also, at console, I am getting that the class i have created are not a
javax.servlet.Servlet. Can any one tell me where i am getting wrong.

1. Has anyone tried working on the restlets? Please let me know if
there is any specific care i need to take while creating the
application.

--~--~-~--~~~---~--~~
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 group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: I want to develop a application in google app

2009-03-01 Thread saurabh s
thnx for reply
can u tell me how can i do that?

On Sun, Mar 1, 2009 at 11:31 PM, Brandon Thomson 
brandon.j.thom...@gmail.com wrote:


 Hello,

 You cannot use Postgres with GAE unless you have some kind of http
 proxy for it.

 Also, you can issue REST http queries to facebook from your
 localhost but eventually you want to plan to deploy the app on GAE.

 On Feb 28, 11:28 pm, saurabhshe...@gmail.com
 inthedeepsile...@gmail.com wrote:
  Hiii All,
 
  I have developed a application with python, cherrypy, html and
  postgres.
 
  I want to develop that application in facebook using google app engine
  how can i do that?
 
  i have seen various docs but cannot get full info how to do that?
 
  how to connect the facebook server to my localhost?
 
  also
 
  to run that code in google gadget how i want to modify the code?
 
  please help me in finding my way
 
  i have not seen not a single full source code google application on
  internet from where i can see how my application can be converted into
  google application?
 
  how can i use my database there?
 


--~--~-~--~~~---~--~~
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 group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] pages displaying after logout

2008-11-03 Thread saurabh

Hi,

   i am developing an application in cherrypy. I am new to
python . i got a problem that after logout if i press back
button(of browser) the pages are still displaying .. how can i
resolve this ...

Regards,

Saurabh Dwivedi
--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] query..

2008-10-23 Thread saurabh

Hi,

i developed an web application in cherrypy. now i want to host it
with google app engine. Is it is been supported by app engine.
Secondly what configuration i need to change in order to host my
cherrypy webapplication,??

 Thanks  Regards,
Saurabh

--~--~-~--~~~---~--~~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---