Re: [google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-04 Thread Doug Anderson
I've been using PyCharm and am very pleased with it.  I've also used 
JetBrains' WebStorm with node.js projects and was quite pleased with that 
as well.

On Sunday, March 2, 2014 6:49:14 PM UTC-5, Cezary Wagner wrote:
>
> Thanks for hints - it is not helpful.
>
> Discussion is very old and there is not clear conclusion
>
> In my opinion pdb is good for hobbists - placing break points by editing 
> code it is good for 100 lines programs or amateurs - sadomacho :)
>
> It looks that I can not use dart, endpoints because there is no usable 
> debugger for it :)
>
> W dniu niedziela, 2 marca 2014 17:50:44 UTC+1 użytkownik Vinny P napisał:
>>
>> On Sat, Mar 1, 2014 at 9:59 AM, Cezary Wagner 
>>  wrote:
>>
>>> What is the best tools to use dev_appserver.py with breakpoint and 
>>> debugging - what is the best choice.
>>>
>>
>>
>>
>> Hi Cezary,
>>
>> You might want to read this forums discussion here: 
>> https://groups.google.com/forum/#!topic/google-appengine/ep5BWYKpQpU - 
>> there's an interesting discussion on Python debugging with the 
>> dev_appserver.
>>
>> If you're OK with debugging using pdb, you'll want to read this message 
>> in particular: 
>> https://groups.google.com/d/msg/google-appengine/ep5BWYKpQpU/41asdxKhuycJ
>>   
>>  
>> -
>> -Vinny P
>> Technology & Media Advisor
>> Chicago, IL
>>
>> App Engine Code Samples: http://www.learntogoogleit.com
>>  
>

-- 
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: Unable to deploy

2014-03-04 Thread Nikolas Gauvreau
I have the same problem now. 

On Monday, 3 June 2013 02:46:10 UTC-4, stal...@hipergeo.net wrote:
>
> Was an answer ever forthcoming? I am having the same problem.
>
> On Monday, February 18, 2013 3:07:38 PM UTC-8, 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-conti&version=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-conti&version=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-conti&version=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.(AppCfg.java:232)
>> at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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.(AppCfg.java:232)
>> at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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 f

Re: [google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-04 Thread PK
What version of pycharm do you use? My experience is that development slows 
down enough to avoid it. If there were an option to attach to a running 
instance when I really want to track something down I might use it once in a 
while. I am still looking for a solution that does not slow down the Dev. 
Cycle; I would love a "how to" blog if somebody mastered that. 

On the upside, not using a debugger has forced me to add many debug log 
messages that prove useful in troubleshooting in production. 

PK
www.gae123.com

> On Mar 4, 2014, at 7:59 AM, Doug Anderson  wrote:
> 
> I've been using PyCharm and am very pleased with it.  I've also used 
> JetBrains' WebStorm with node.js projects and was quite pleased with that as 
> well.
> 
>> On Sunday, March 2, 2014 6:49:14 PM UTC-5, Cezary Wagner wrote:
>> Thanks for hints - it is not helpful.
>> 
>> Discussion is very old and there is not clear conclusion
>> 
>> In my opinion pdb is good for hobbists - placing break points by editing 
>> code it is good for 100 lines programs or amateurs - sadomacho :)
>> 
>> It looks that I can not use dart, endpoints because there is no usable 
>> debugger for it :)
>> 
>> W dniu niedziela, 2 marca 2014 17:50:44 UTC+1 użytkownik Vinny P napisał:
>>> 
 On Sat, Mar 1, 2014 at 9:59 AM, Cezary Wagner  wrote:
 What is the best tools to use dev_appserver.py with breakpoint and 
 debugging - what is the best choice.
>>> 
>>> 
>>> 
>>> Hi Cezary,
>>> 
>>> You might want to read this forums discussion here: 
>>> https://groups.google.com/forum/#!topic/google-appengine/ep5BWYKpQpU - 
>>> there's an interesting discussion on Python debugging with the 
>>> dev_appserver.
>>> 
>>> If you're OK with debugging using pdb, you'll want to read this message in 
>>> particular: 
>>> https://groups.google.com/d/msg/google-appengine/ep5BWYKpQpU/41asdxKhuycJ
>>>  
>>>  
>>> -
>>> -Vinny P
>>> Technology & Media Advisor
>>> Chicago, IL
>>> 
>>> App Engine Code Samples: http://www.learntogoogleit.com
> 
> -- 
> 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.

-- 
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: Unable to deploy

2014-03-04 Thread Alan deLespinasse
Me too, and appengine.google.com isn't even working... it says "Server 
Error". And the email address that it shows in the upper right isn't mine; 
it looks like an internal Google service account. I can only assume that 
something is seriously wrong, and some poor Google engineer who probably 
wasn't even awake yet has now been paged and is currently in panic mode.

The previous version of my app is still running, though.

On Tuesday, March 4, 2014 11:16:34 AM UTC-5, Nikolas Gauvreau wrote:
>
> I have the same problem now. 
>
> On Monday, 3 June 2013 02:46:10 UTC-4, stal...@hipergeo.net wrote:
>>
>> Was an answer ever forthcoming? I am having the same problem.
>>
>> On Monday, February 18, 2013 3:07:38 PM UTC-8, 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-conti&version=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-conti&version=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-conti&version=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.(AppCfg.java:232)
>>> at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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.(AppCfg.java:232)
>>> at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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.AbstractSe

Re: [google-appengine] Re: Unable to deploy

2014-03-04 Thread Nikolas Gauvreau
Well that is strangely reassuring at least.

Thanks for chiming in!


On Tue, Mar 4, 2014 at 11:24 AM, Alan deLespinasse
wrote:

> Me too, and appengine.google.com isn't even working... it says "Server
> Error". And the email address that it shows in the upper right isn't mine;
> it looks like an internal Google service account. I can only assume that
> something is seriously wrong, and some poor Google engineer who probably
> wasn't even awake yet has now been paged and is currently in panic mode.
>
> The previous version of my app is still running, though.
>
>
> On Tuesday, March 4, 2014 11:16:34 AM UTC-5, Nikolas Gauvreau wrote:
>>
>> I have the same problem now.
>>
>> On Monday, 3 June 2013 02:46:10 UTC-4, stal...@hipergeo.net wrote:
>>>
>>> Was an answer ever forthcoming? I am having the same problem.
>>>
>>> On Monday, February 18, 2013 3:07:38 PM UTC-8, 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-conti&version=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-conti&version=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-conti&version=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.(AppCfg.java:232)
 at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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.(AppCfg.java:232)
 at com.google.appengine.tools.admin.AppCfg.(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-conti&version=1&
 404 Not Found
 This application does not exist (app_id=u'john-conti').

 at com.google.appengine.t

[google-appengine] Re: Best way to update 400,000 entities at once?

2014-03-04 Thread John Wheeler
Research Bret Slatkin Fan Out

On Friday, February 7, 2014 1:43:33 PM UTC-8, Keith Lea wrote:
>
> Hi everyone,
>
> I'm a long time App Engine user for my app's backend, but I'm really still 
> a novice about the datastore.
>
> I'd like to add a new property (and index) for all entities of a certain 
> type. I have about 400,000 of this type of entity in the datastore, and I'd 
> like to load each one, add a property, and save it back to the datastore. 
> 400,000 times.
>
> This will obviously take a long time, so I'd really like to split it up 
> into ~100 tasks that each take 1/100th of the entities (~4,000 entities) 
> and perform this operation.
>
> But I really don't know how to do this using queries, and the Java 
> MapReduce library is overwhelmingly complicated. 
>
> So how can I create 100 tasks that each take a unique chunk of the 
> entities to operate on? Is this called "sharding"? Is there a way for a 
> task to say "give me entity #200,000 thru #204,000"? (My entity's keys are 
> strings, which were generated by my application and generally look like 
> "928348-com.example-iOS".)
>
> I'm using Java and Objectify btw. Thanks for any help or guidance!!
>
> Keith
>

-- 
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: Unable to deploy

2014-03-04 Thread Chris
Same problem people I was scared!!!but viewing this I hope that this just 
was error...

El martes, 19 de febrero de 2013 00:07:38 UTC+1, John Conti escribió:
>
> 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-conti&version=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-conti&version=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-conti&version=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.(AppCfg.java:232)
> at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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.(AppCfg.java:232)
> at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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.co

RE: [google-appengine] Re: Best way to update 400,000 entities at once?

2014-03-04 Thread Brandon Wirtz
We just learned that there is a limit to how fast you can defer to the task 
queue. You can only have 10 async requests open at a time, so if you try to 
defer 100 things number 11-100 will fail if the scheduler for task 1 doesn’t 
respond by the time you get to 11.

 

This is really annoying since If the scheduler responds half as fast as you try 
to add them you will get something like 1-12, 15-18, 20-23, 27-29, and so on 
and so forth.  We spent a bit of time figuring out why our updates would have 
chunks missing, especially since days the defers were running fast everything 
would work.

-- 
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: Unable to deploy

2014-03-04 Thread Nikolas Gauvreau
If someone could post here if they manage to get deployments working that 
would be helpful! That way I'll know if its an individual problem or an 
appengine-being-down issue.

On Tuesday, 4 March 2014 11:51:17 UTC-5, Chris wrote:
>
> Same problem people I was scared!!!but viewing this I hope that this just 
> was error...
>
> El martes, 19 de febrero de 2013 00:07:38 UTC+1, John Conti escribió:
>>
>> 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-conti&version=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-conti&version=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-conti&version=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.(AppCfg.java:232)
>> at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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.(AppCfg.java:232)
>> at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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)
>> ...

Re: [google-appengine] Re: Best way to update 400,000 entities at once?

2014-03-04 Thread Kaan Soral
I haven't noticed something as critical as the issue you mentioned, but I 
did notice some fishy behavior around taskqueue.BulkAdd - especially when 
excess amount of tasks involed as you mentioned

I was forced to switch to my own implementation of defer and defer task 
routines, as appengine only recently started using ndb.toplevel, as far as 
I recall, defer just adds the task to a taskqueue, so basically we can 
consider you are talking about taskqueue

It might be a good idea to start a new discussion about this subject and 
clearly define these limitations

I started utilizing a governer async container and flush routines to .wait 
when the async elements reach to a limit, it might be a good idea to apply 
this to taskqueue's too
I'm manually batching taskqueue calls by 50's - 500's are a bit 
problematic, but it's too much trouble for defer-like tasks, where there is 
no order

(I didn't refine the above post, so it might be a bit confusing, out of 
touch, not well-defined)

-- 
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.


Re: [google-appengine] Re: Best way to update 400,000 entities at once?

2014-03-04 Thread Jeff Schnitzer
When I batch update entities, I have two tasks: The first, iterates
through the entity keys and encodes an update task for each entity
that needs to be updated. That approach will probably get you to 400k
within the 10m run of the iteration task, especially if you submit the
tasks in batches of 100 or so. The google guava Lists.partition()
method is handy here.

I haven't needed to do this yet, but you can also take the approach of
splitting up the work. This is fairly easy if you have simple ids
without parent keys. You start with the lowest key and the highest
key, then you use a splitter task that divides and conquers the
address space, spawning new splitter tasks until you reach what you
consider to be a sufficiently small space to spawn iterator tasks.
Just be careful to use the task queue's name mechanism to prevent
duplicate tasks from being encoded when some of these tasks inevitably
retry.

I don't quite know what you do when you have parent keys. Presumably
the map/reduce library has solved that - it would be worth looking
into. It basically uses the same divide-and-conquer approach.

Jeff

On Tue, Mar 4, 2014 at 11:16 AM, Kaan Soral  wrote:
> I haven't noticed something as critical as the issue you mentioned, but I
> did notice some fishy behavior around taskqueue.BulkAdd - especially when
> excess amount of tasks involed as you mentioned
>
> I was forced to switch to my own implementation of defer and defer task
> routines, as appengine only recently started using ndb.toplevel, as far as I
> recall, defer just adds the task to a taskqueue, so basically we can
> consider you are talking about taskqueue
>
> It might be a good idea to start a new discussion about this subject and
> clearly define these limitations
>
> I started utilizing a governer async container and flush routines to .wait
> when the async elements reach to a limit, it might be a good idea to apply
> this to taskqueue's too
> I'm manually batching taskqueue calls by 50's - 500's are a bit problematic,
> but it's too much trouble for defer-like tasks, where there is no order
>
> (I didn't refine the above post, so it might be a bit confusing, out of
> touch, not well-defined)
>
> --
> 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.

-- 
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: Unable to deploy

2014-03-04 Thread Alan deLespinasse
Is the admin console broken for everyone? It's been completely broken for 
me all day.

On Tuesday, March 4, 2014 2:00:54 PM UTC-5, Nikolas Gauvreau wrote:
>
> If someone could post here if they manage to get deployments working that 
> would be helpful! That way I'll know if its an individual problem or an 
> appengine-being-down issue.
>
> On Tuesday, 4 March 2014 11:51:17 UTC-5, Chris wrote:
>>
>> Same problem people I was scared!!!but viewing this I hope that this just 
>> was error...
>>
>> El martes, 19 de febrero de 2013 00:07:38 UTC+1, John Conti escribió:
>>>
>>> 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-conti&version=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-conti&version=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-conti&version=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.(AppCfg.java:232)
>>> at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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.(AppCfg.java:232)
>>> at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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.googl

Re: [google-appengine] Python27 + new dev_appservery.py + debugging

2014-03-04 Thread Vinny P
On Sun, Mar 2, 2014 at 5:49 PM, Cezary Wagner 
 wrote:

> In my opinion pdb is good for hobbists
>


PDB is perfectly fine for use with any size projects.

The choice of a debugger is - of course - largely a personal preference,
but I'd urge you to give pdb a second chance.


-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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.


Re: [google-appengine] java.lang.NoClassDefFoundError: com/google/api/client/extensions/appengine/auth/oauth2/AbstractAppEngineAuthorizationCodeServlet

2014-03-04 Thread Vinny P
On Mon, Mar 3, 2014 at 1:44 AM, Amit Rai  wrote:

> Yes I tried this code without maven only there is no compile time error
> with this while adding manually jar file.
> Only problem is when I am running the project. Might be problem with maven
> dependancy only
>


Does the error occur when running the Maven build, or when running the
application after compiling with the manually-included library?

Which libraries are getting pulled in by Maven?

-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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: Unable to deploy

2014-03-04 Thread Alan deLespinasse
Seems to be working again (both the admin console and deployment).

On Tuesday, March 4, 2014 6:51:14 PM UTC-5, Alan deLespinasse wrote:
>
> Is the admin console broken for everyone? It's been completely broken for 
> me all day.
>
> On Tuesday, March 4, 2014 2:00:54 PM UTC-5, Nikolas Gauvreau wrote:
>>
>> If someone could post here if they manage to get deployments working that 
>> would be helpful! That way I'll know if its an individual problem or an 
>> appengine-being-down issue.
>>
>> On Tuesday, 4 March 2014 11:51:17 UTC-5, Chris wrote:
>>>
>>> Same problem people I was scared!!!but viewing this I hope that this 
>>> just was error...
>>>
>>> El martes, 19 de febrero de 2013 00:07:38 UTC+1, John Conti escribió:

 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-conti&version=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-conti&version=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-conti&version=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.(AppCfg.java:232)
 at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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.(AppCfg.java:232)
 at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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(Abst

[google-appengine] Re: Unable to deploy

2014-03-04 Thread Nikolas Gauvreau
Yu

Can confirm working.

On Tuesday, 4 March 2014 20:17:34 UTC-5, Alan deLespinasse wrote:
>
> Seems to be working again (both the admin console and deployment).
>
> On Tuesday, March 4, 2014 6:51:14 PM UTC-5, Alan deLespinasse wrote:
>>
>> Is the admin console broken for everyone? It's been completely broken for 
>> me all day.
>>
>> On Tuesday, March 4, 2014 2:00:54 PM UTC-5, Nikolas Gauvreau wrote:
>>>
>>> If someone could post here if they manage to get deployments working 
>>> that would be helpful! That way I'll know if its an individual problem or 
>>> an appengine-being-down issue.
>>>
>>> On Tuesday, 4 March 2014 11:51:17 UTC-5, Chris wrote:

 Same problem people I was scared!!!but viewing this I hope that this 
 just was error...

 El martes, 19 de febrero de 2013 00:07:38 UTC+1, John Conti escribió:
>
> 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-conti&version=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-conti&version=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-conti&version=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.(AppCfg.java:232)
> at com.google.appengine.tools.admin.AppCfg.(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-conti&version=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.(AppCfg.java:232)
> at com.google.appengine.tools.admin.AppCfg.(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-conti&version=1&;
> 404 Not Found
> This application does not exist (

Re: [google-appengine] Google App Engine Search API, searching in multiple indexes

2014-03-04 Thread omair . shamshir
Thanks for the reply Vinny, 
I could not find the searchAsync() in python sdk , it is present in java.
could you please share any python documentation for searchAsync().

Thanks


On Monday, March 3, 2014 11:44:27 PM UTC+5, Vinny P wrote:
>
> On Mon, Mar 3, 2014 at 3:40 AM, >
>  wrote:
>
>> Since GAE 1.9 release the search API indexes are limited to 10 GB data 
>> only. so the problem is if we have to save data more than this limit then 
>> we will have to spread it in multiple indexes and we will have to do 
>> queries in multiple indexes. So how can we perform search across multiple 
>> indexes
>>
>
>
> Assuming you already have multiple indexes set and documents inserted, you 
> can retrieve all available indexes by calling getIndexes (see the code 
> example here: 
> https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/search/SearchService).
>  After you have a reference to each index, you can call 
> Index.search(Query) with your query. If you want to search multiple indexes 
> simultaneously, you can call searchAsync() on each and block until all the 
> responses come in.
>   
>  
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  
>

-- 
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.