[google-appengine] Re: Eclipse and google app engine

2012-05-18 Thread Torleif
I have tried now and it seems that i can deploy to app 
engine, http://neptune-app-id.appspot.com/
So this might mean that the server is not running on my machine and there 
for i get this time out.

SO HOW DO I START AND STOP THIS SERVER FROM GOOGLE PLUGIN??



On Friday, May 18, 2012 10:54:53 AM UTC+8, Torleif wrote:
>
> I have installed Eclipse 3.7 together with Google Plugin for Eclipse. I 
> have followed all the instructions on how to make this on Google Developers 
> pages.
> When i make a new project i follow the instructions at Google Developers 
> pages. When i try to run the web application i do like this;
>
> Debug as - web applications
>
> i get this message in the console window;
>
> 2012-05-18 10:50:04.995 java[1461:407] [Java CocoaComponent compatibility 
> mode]: Enabled
>
> 2012-05-18 10:50:05.021 java[1461:407] [Java CocoaComponent compatibility 
> mode]: Setting timeout for SWT to 0.10
>
> Usage:  [options] 
>
>
> Options:
>
>  --help, -h Show this help message and exit.
>
>  --server=SERVERThe server to use to determine the latest
>
>   -s SERVER   SDK version.
>
>  --address=ADDRESS  The address of the interface on the local 
> machine
>
>   -a ADDRESS  to bind to (or 0.0.0.0 for all interfaces).
>
>  --port=PORTThe port number to bind to on the local 
> machine.
>
>   -p PORT
>
>  --sdk_root=rootOverrides where the SDK is located.
>
>  --disable_update_check Disable the check for newer SDK versions.
>
>  --generated_dir=dirSet the directory where generated files are 
> created.
>
>
> Is there anybody out there who can help me and tell me what i am doing 
> wrong here? http://localhost:/ do not start and i cannot go 
> further because of this message.
>
> What have i done wrong here, or are there something wrong in my system 
> since this do not work, or what is wrong here with Eclipse, Google Plugin 
> for Eclipse?
>

On Friday, May 18, 2012 10:54:53 AM UTC+8, Torleif wrote:
>
> I have installed Eclipse 3.7 together with Google Plugin for Eclipse. I 
> have followed all the instructions on how to make this on Google Developers 
> pages.
> When i make a new project i follow the instructions at Google Developers 
> pages. When i try to run the web application i do like this;
>
> Debug as - web applications
>
> i get this message in the console window;
>
> 2012-05-18 10:50:04.995 java[1461:407] [Java CocoaComponent compatibility 
> mode]: Enabled
>
> 2012-05-18 10:50:05.021 java[1461:407] [Java CocoaComponent compatibility 
> mode]: Setting timeout for SWT to 0.10
>
> Usage:  [options] 
>
>
> Options:
>
>  --help, -h Show this help message and exit.
>
>  --server=SERVERThe server to use to determine the latest
>
>   -s SERVER   SDK version.
>
>  --address=ADDRESS  The address of the interface on the local 
> machine
>
>   -a ADDRESS  to bind to (or 0.0.0.0 for all interfaces).
>
>  --port=PORTThe port number to bind to on the local 
> machine.
>
>   -p PORT
>
>  --sdk_root=rootOverrides where the SDK is located.
>
>  --disable_update_check Disable the check for newer SDK versions.
>
>  --generated_dir=dirSet the directory where generated files are 
> created.
>
>
> Is there anybody out there who can help me and tell me what i am doing 
> wrong here? http://localhost:/ do not start and i cannot go 
> further because of this message.
>
> What have i done wrong here, or are there something wrong in my system 
> since this do not work, or what is wrong here with Eclipse, Google Plugin 
> for Eclipse?
>

-- 
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/-/NNjYk3BQY-oJ.
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: SEARCH API: Problem in Adding Documents To An Index

2012-05-18 Thread Santosh Ravindranath

I am facing this issue too. 

java.lang.NoSuchMethodError: 
com.google.appengine.api.search.Index.add([Lcom/google/appengine/api/search/Document;)Lcom/google/appengine/api/search/AddDocumentsResponse;


Unable to update the index. 

Otherwise I am lovin the Search API!

I know Search is still experimental. But can anyone provide a solution for 
this?

Thanks

Santosh


On Friday, May 18, 2012 11:47:03 AM UTC+5:30, Ananthakrishnan 
Venkatasubramanian wrote:
>
> Hi,
>
> When will this issue be fixed and ready to use.
>
> Waiting for the reply.
>
> Thanks.
>
>
> On Friday, May 18, 2012 9:42:35 AM UTC+5:30, Jeff Dutton wrote:
>>
>> I'm seeing this as well.  It seems to have started for me at 2012-05-17 
>> 16:28:25.705 EST.
>>
>> On Thursday, May 17, 2012 11:51:33 PM UTC-4, Ananthakrishnan 
>> Venkatasubramanian wrote:
>>>
>>> Hi,
>>>
>>> I have been using Search API for my application so far successfully. I 
>>> was able to add documents to index successfully yesterday.
>>>
>>> But when I tried to execute the same today, it gave me this exception.
>>>
>>> *Exception:*
>>>
>>> Caused by: java.lang.NoSuchMethodError: 
>>> com.google.appengine.api.search.Index.add(Ljava/lang/Iterable;)Lcom/google/appengine/api/search/AddDocumentsResponse;
>>>
>>>
>>> I am trying to add only one document to an index and that its not working.
>>>
>>> Please give me the solution to solve this problem.
>>>
>>> Thanks.
>>>
>>>
On Friday, May 18, 2012 11:47:03 AM UTC+5:30, Ananthakrishnan 
Venkatasubramanian wrote:
>
> Hi,
>
> When will this issue be fixed and ready to use.
>
> Waiting for the reply.
>
> Thanks.
>
>
> On Friday, May 18, 2012 9:42:35 AM UTC+5:30, Jeff Dutton wrote:
>>
>> I'm seeing this as well.  It seems to have started for me at 2012-05-17 
>> 16:28:25.705 EST.
>>
>> On Thursday, May 17, 2012 11:51:33 PM UTC-4, Ananthakrishnan 
>> Venkatasubramanian wrote:
>>>
>>> Hi,
>>>
>>> I have been using Search API for my application so far successfully. I 
>>> was able to add documents to index successfully yesterday.
>>>
>>> But when I tried to execute the same today, it gave me this exception.
>>>
>>> *Exception:*
>>>
>>> Caused by: java.lang.NoSuchMethodError: 
>>> com.google.appengine.api.search.Index.add(Ljava/lang/Iterable;)Lcom/google/appengine/api/search/AddDocumentsResponse;
>>>
>>>
>>> I am trying to add only one document to an index and that its not working.
>>>
>>> Please give me the solution to solve this problem.
>>>
>>> Thanks.
>>>
>>>

-- 
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/-/iXofrxWBLNoJ.
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: SEARCH API: Problem in Adding Documents To An Index

2012-05-18 Thread Peter McKenzie
Looking like a problem on our side.  We're working on it.

On Friday, May 18, 2012 7:24:59 PM UTC+10, Santosh Ravindranath wrote:
>
>
> I am facing this issue too. 
>
> java.lang.NoSuchMethodError: 
> com.google.appengine.api.search.Index.add([Lcom/google/appengine/api/search/Document;)Lcom/google/appengine/api/search/AddDocumentsResponse;
>
>
> Unable to update the index. 
>
> Otherwise I am lovin the Search API!
>
> I know Search is still experimental. But can anyone provide a solution for 
> this?
>
> Thanks
>
> Santosh
>
>
> On Friday, May 18, 2012 11:47:03 AM UTC+5:30, Ananthakrishnan 
> Venkatasubramanian wrote:
>>
>> Hi,
>>
>> When will this issue be fixed and ready to use.
>>
>> Waiting for the reply.
>>
>> Thanks.
>>
>>
>> On Friday, May 18, 2012 9:42:35 AM UTC+5:30, Jeff Dutton wrote:
>>>
>>> I'm seeing this as well.  It seems to have started for me at 2012-05-17 
>>> 16:28:25.705 EST.
>>>
>>> On Thursday, May 17, 2012 11:51:33 PM UTC-4, Ananthakrishnan 
>>> Venkatasubramanian wrote:

 Hi,

 I have been using Search API for my application so far successfully. I 
 was able to add documents to index successfully yesterday.

 But when I tried to execute the same today, it gave me this exception.

 *Exception:*

 Caused by: java.lang.NoSuchMethodError: 
 com.google.appengine.api.search.Index.add(Ljava/lang/Iterable;)Lcom/google/appengine/api/search/AddDocumentsResponse;


 I am trying to add only one document to an index and that its not working.

 Please give me the solution to solve this problem.

 Thanks.


> On Friday, May 18, 2012 11:47:03 AM UTC+5:30, Ananthakrishnan 
> Venkatasubramanian wrote:
>>
>> Hi,
>>
>> When will this issue be fixed and ready to use.
>>
>> Waiting for the reply.
>>
>> Thanks.
>>
>>
>> On Friday, May 18, 2012 9:42:35 AM UTC+5:30, Jeff Dutton wrote:
>>>
>>> I'm seeing this as well.  It seems to have started for me at 2012-05-17 
>>> 16:28:25.705 EST.
>>>
>>> On Thursday, May 17, 2012 11:51:33 PM UTC-4, Ananthakrishnan 
>>> Venkatasubramanian wrote:

 Hi,

 I have been using Search API for my application so far successfully. I 
 was able to add documents to index successfully yesterday.

 But when I tried to execute the same today, it gave me this exception.

 *Exception:*

 Caused by: java.lang.NoSuchMethodError: 
 com.google.appengine.api.search.Index.add(Ljava/lang/Iterable;)Lcom/google/appengine/api/search/AddDocumentsResponse;


 I am trying to add only one document to an index and that its not working.

 Please give me the solution to solve this problem.

 Thanks.



-- 
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/-/_BJzGkt9ONgJ.
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: Memcache problem on a production application

2012-05-18 Thread Michael Hermus
I am not quite outraged, but I did star the issue :)

It looks like the status is 'started', so that is a good sign...

On Thursday, May 17, 2012 9:37:37 AM UTC-4, jon wrote:
>
> This is actually a GAE bug. According to GAE documentation the 
> memcache service should by default log and ignore infrastructure 
> faults (which would be a very sensible thing to do) but it doesn't. 
>
> I opened a ticket 6 months ago (yes, half a year!) 
> http://code.google.com/p/googleappengine/issues/detail?id=6236 
>
> There is no excuse for leaving this broken for so long. It's an 
> extremely harmful bug and yet easy to fix. I've been raising this 
> issue every chance I get but the response from fellow GAE developers 
> on this group has been muted. We should be outraged, people :-) 
> Seriously, this bug can take down any of your sites if it happens to 
> link up with a dodgy memcache service. From experience this can last 
> up to half an hour. 
>
> On May 17, 8:36 pm, Per  wrote: 
> > Hi Mathieu, 
> > 
> > not sure if you're aware of this (it took me a while as well) but you 
> need 
> > to design your application so it doesn't flinch even when memcache is 
> > unavailable. Try-catch everything. We had an issue at the same time as 
> you 
> > as well, and it turned out that in one part of the application we had 
> also 
> > forgotten to try-catch memcache errors. Just keep improving until it's 
> 100% 
> > robust. Because memcache just isn't. A large scale downtime would 
> probably 
> > show up on the system status page, but local issues won't. 
> > 
> > Cheers, 
> > Per 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > On Wednesday, May 16, 2012 7:14:49 PM UTC+2, Mathieu Clavel wrote: 
> > 
> > > Memcache is now working as expected. 
> > > Problem was from 16h to 18h (UTC+2) 
> > 
> > > Mathieu 
> > 
> > > Le mercredi 16 mai 2012 17:49:45 UTC+2, Mathieu Clavel a écrit : 
> > 
> > >> Hello, 
> > 
> > >> My production application is currently having memcache problem. 
> > >> Nothing is visible in the global appengine system status : 
> > >>https://code.google.com/status/appengine/ 
> > 
> > >> Error is : 
> > 
> > >> Caused by: 
> com.google.appengine.api.memcache.MemcacheServiceException: Memcache put: 
> Error setting single item (...) 
> > 
> > >> Nothing is working : Jasper also has error : 
> > 
> > >> org.apache.jasper.runtime.JspFactoryImpl internalGetPageContext: 
> Exception initializing page context 
> > >> com.google.appengine.api.memcache.MemcacheServiceException: Memcache 
> put: Error setting single item (_ahsXuelLhc5ClPxy8Dra2vPUQ) 
> > 
> > >> My application name is oav-agz. 
> > 
> > >> Regards, 
> > 
> > >> Mathieu

-- 
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/-/MiHniL-vjL8J.
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] Requesting verification

2012-05-18 Thread P Dogg
I need to setup Youtube uploader with Youtube Direct but need
verification code sent to my phone which its not doing. Its pretty
urgent so if anyone can help thanks.
P Dogg

-- 
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: Memcache problem on a production application

2012-05-18 Thread Mathieu Clavel
Hi Per,

yes my app is not design to work with memcache failure.
It's also not designe for other appengine failure but that's another story.
Even if I did design or if I redesign it to be memcache failure resilient, 
appengine is also using it for jsp (see the logs in my first message), so : 
no jsp... Too bad.
I'm not going to have other problem with appengine as my app is already 
rewritten to run on a Tomcat server.
I'm still using gwt, but bye-bye appengine and datastore, hello tomcat and 
mysql.

Regards,

Mathieu

Le jeudi 17 mai 2012 12:36:37 UTC+2, Per a écrit :
>
> Hi Mathieu,
>
> not sure if you're aware of this (it took me a while as well) but you need 
> to design your application so it doesn't flinch even when memcache is 
> unavailable. Try-catch everything. We had an issue at the same time as you 
> as well, and it turned out that in one part of the application we had also 
> forgotten to try-catch memcache errors. Just keep improving until it's 100% 
> robust. Because memcache just isn't. A large scale downtime would probably 
> show up on the system status page, but local issues won't.
>
> Cheers,
> Per
>
>
>
> On Wednesday, May 16, 2012 7:14:49 PM UTC+2, Mathieu Clavel wrote:
>>
>> Memcache is now working as expected.
>> Problem was from 16h to 18h (UTC+2)
>>
>> Mathieu
>>
>> Le mercredi 16 mai 2012 17:49:45 UTC+2, Mathieu Clavel a écrit :
>>>
>>> Hello,
>>>
>>> My production application is currently having memcache problem.
>>> Nothing is visible in the global appengine system status : 
>>> https://code.google.com/status/appengine/
>>>
>>> Error is :
>>>
>>> Caused by: com.google.appengine.api.memcache.MemcacheServiceException: 
>>> Memcache put: Error setting single item (...)
>>>
>>>
>>> Nothing is working : Jasper also has error :
>>>
>>> org.apache.jasper.runtime.JspFactoryImpl internalGetPageContext: Exception 
>>> initializing page context
>>> com.google.appengine.api.memcache.MemcacheServiceException: Memcache put: 
>>> Error setting single item (_ahsXuelLhc5ClPxy8Dra2vPUQ)
>>>
>>>
>>> My application name is oav-agz.
>>>
>>>
>>> Regards,
>>>
>>>
>>> Mathieu
>>>
>>>

-- 
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/-/XnVavaH9M7EJ.
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: Memcache problem on a production application

2012-05-18 Thread Mathieu Clavel
Hi Jon,

I also starred your ticket, but as I'm leaving appengine, I'm not going to 
have this problem anymore.
Others problems on Tomcat, sure, but I will be in control of the 
application server.

Thanks,

Mathieu

Le jeudi 17 mai 2012 15:37:37 UTC+2, jon a écrit :
>
> This is actually a GAE bug. According to GAE documentation the 
> memcache service should by default log and ignore infrastructure 
> faults (which would be a very sensible thing to do) but it doesn't. 
>
> I opened a ticket 6 months ago (yes, half a year!) 
> http://code.google.com/p/googleappengine/issues/detail?id=6236 
>
> There is no excuse for leaving this broken for so long. It's an 
> extremely harmful bug and yet easy to fix. I've been raising this 
> issue every chance I get but the response from fellow GAE developers 
> on this group has been muted. We should be outraged, people :-) 
> Seriously, this bug can take down any of your sites if it happens to 
> link up with a dodgy memcache service. From experience this can last 
> up to half an hour. 
>
> On May 17, 8:36 pm, Per  wrote: 
> > Hi Mathieu, 
> > 
> > not sure if you're aware of this (it took me a while as well) but you 
> need 
> > to design your application so it doesn't flinch even when memcache is 
> > unavailable. Try-catch everything. We had an issue at the same time as 
> you 
> > as well, and it turned out that in one part of the application we had 
> also 
> > forgotten to try-catch memcache errors. Just keep improving until it's 
> 100% 
> > robust. Because memcache just isn't. A large scale downtime would 
> probably 
> > show up on the system status page, but local issues won't. 
> > 
> > Cheers, 
> > Per 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > On Wednesday, May 16, 2012 7:14:49 PM UTC+2, Mathieu Clavel wrote: 
> > 
> > > Memcache is now working as expected. 
> > > Problem was from 16h to 18h (UTC+2) 
> > 
> > > Mathieu 
> > 
> > > Le mercredi 16 mai 2012 17:49:45 UTC+2, Mathieu Clavel a écrit : 
> > 
> > >> Hello, 
> > 
> > >> My production application is currently having memcache problem. 
> > >> Nothing is visible in the global appengine system status : 
> > >>https://code.google.com/status/appengine/ 
> > 
> > >> Error is : 
> > 
> > >> Caused by: 
> com.google.appengine.api.memcache.MemcacheServiceException: Memcache put: 
> Error setting single item (...) 
> > 
> > >> Nothing is working : Jasper also has error : 
> > 
> > >> org.apache.jasper.runtime.JspFactoryImpl internalGetPageContext: 
> Exception initializing page context 
> > >> com.google.appengine.api.memcache.MemcacheServiceException: Memcache 
> put: Error setting single item (_ahsXuelLhc5ClPxy8Dra2vPUQ) 
> > 
> > >> My application name is oav-agz. 
> > 
> > >> Regards, 
> > 
> > >> Mathieu

-- 
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/-/MnJDCxHVizYJ.
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] Youtube Uploader/Management

2012-05-18 Thread P Dogg
Received my verification code at last thanks (whoever had a hand in this)
I need to deploy a uploader for youtube on API2.0 from a marketing website 
for public uploading.
Has anyone had experience building a simple uploader on API 2.0, could 
surely use the tips as I am new to this platform.
Thoughts on Youtube direct campaign uploading?
Thanks

-- 
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/-/iCwuKKCIv6cJ.
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] Unable to deploy to GAE

2012-05-18 Thread Yin Liu
I found I am unable to deploy to GAE with the following error. The GAE 
instance that I am going to deploy is a billing enabled and I am still 
within my daily budge. Please help to resolve this issue since I need to 
deploy a very important server update today.

Unable to update:
com.google.appengine.tools.admin.HttpIoException: Error posting to URL: 
https://appengine.google.com/api/appversion/clonefiles?app_id=aos-prod-1&version=1-1-20120516&;
500 Internal Server Error



500 Server Error


Error: Server Error
The server encountered an error and could not complete your 
request.If the problem persists, please http://code.google.com/appengine/community.html";>report your 
problem and mention this error message and the query that caused it.



at 
com.google.appengine.tools.admin.AbstractServerConnection.send1(AbstractServerConnection.java:285)
at 
com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:245)
at 
com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:224)
at 
com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:606)
at 
com.google.appengine.tools.admin.AppVersionUpload.cloneFiles(AppVersionUpload.java:470)
at 
com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java:430)
at 
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:122)
at 
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:328)
at 
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:52)
at 
com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:400)
at 
com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148)
at 
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

-- 
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/-/ITDlvA1b0GcJ.
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: Unable to deploy to GAE

2012-05-18 Thread Stephen Lewis
For what it's worth, I'm seeing what looks like the same problem with a 
Python app. I've reported it as issue 
7536
.

Stephen

On Friday, 18 May 2012 17:38:37 UTC+1, Yin Liu wrote:
>
> I found I am unable to deploy to GAE with the following error. The GAE 
> instance that I am going to deploy is a billing enabled and I am still 
> within my daily budge. Please help to resolve this issue since I need to 
> deploy a very important server update today.
>
> Unable to update:
> com.google.appengine.tools.admin.HttpIoException: Error posting to URL: 
> https://appengine.google.com/api/appversion/clonefiles?app_id=aos-prod-1&version=1-1-20120516&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your 
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
> and mention this error message and the query that caused it.
> 
> 
>
> at 
> com.google.appengine.tools.admin.AbstractServerConnection.send1(AbstractServerConnection.java:285)
> at 
> com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:245)
> at 
> com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:224)
> at 
> com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:606)
> at 
> com.google.appengine.tools.admin.AppVersionUpload.cloneFiles(AppVersionUpload.java:470)
> at 
> com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java:430)
> at 
> com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:122)
> at 
> com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:328)
> at 
> com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:52)
> at 
> com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:400)
> at 
> com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148)
> at 
> org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
>

-- 
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/-/lCfJhAj9XEoJ.
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] Unable to deploy to GAE

2012-05-18 Thread Erine Gray
I am experiencing a similar problem:

Error 500: --- begin server output ---



500 Server Error


Error: Server Error
The server encountered an error and could not complete your
request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem
and mention this error message and the query that caused it.


--- end server output ---


On Fri, May 18, 2012 at 11:38 AM, Yin Liu  wrote:

> I found I am unable to deploy to GAE with the following error. The GAE
> instance that I am going to deploy is a billing enabled and I am still
> within my daily budge. Please help to resolve this issue since I need to
> deploy a very important server update today.
>
> Unable to update:
> com.google.appengine.tools.admin.HttpIoException: Error posting to URL:
> https://appengine.google.com/api/appversion/clonefiles?app_id=aos-prod-1&version=1-1-20120516&;
> 500 Internal Server Error
>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your
> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem
> and mention this error message and the query that caused it.
> 
> 
>
> at
> com.google.appengine.tools.admin.AbstractServerConnection.send1(AbstractServerConnection.java:285)
> at
> com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:245)
> at
> com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:224)
> at
> com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:606)
> at
> com.google.appengine.tools.admin.AppVersionUpload.cloneFiles(AppVersionUpload.java:470)
> at
> com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java:430)
> at
> com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:122)
> at
> com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:328)
> at
> com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:52)
> at
> com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:400)
> at
> com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148)
> at
> org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
>
> --
> 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/-/ITDlvA1b0GcJ.
> 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] Re: Unable to deploy to GAE

2012-05-18 Thread Yin Liu
Mine is Java app. It seems this issue is not language specific...

On Friday, May 18, 2012 9:52:42 AM UTC-7, Stephen Lewis wrote:
>
> For what it's worth, I'm seeing what looks like the same problem with a 
> Python app. I've reported it as issue 
> 7536
> .
>
> Stephen
>
> On Friday, 18 May 2012 17:38:37 UTC+1, Yin Liu wrote:
>>
>> I found I am unable to deploy to GAE with the following error. The GAE 
>> instance that I am going to deploy is a billing enabled and I am still 
>> within my daily budge. Please help to resolve this issue since I need to 
>> deploy a very important server update today.
>>
>> Unable to update:
>> com.google.appengine.tools.admin.HttpIoException: Error posting to URL: 
>> https://appengine.google.com/api/appversion/clonefiles?app_id=aos-prod-1&version=1-1-20120516&;
>> 500 Internal Server Error
>>
>> 
>> 
>> 500 Server Error
>> 
>> 
>> Error: Server Error
>> The server encountered an error and could not complete your 
>> request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem 
>> and mention this error message and the query that caused it.
>> 
>> 
>>
>> at 
>> com.google.appengine.tools.admin.AbstractServerConnection.send1(AbstractServerConnection.java:285)
>> at 
>> com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:245)
>> at 
>> com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:224)
>> at 
>> com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:606)
>> at 
>> com.google.appengine.tools.admin.AppVersionUpload.cloneFiles(AppVersionUpload.java:470)
>> at 
>> com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java:430)
>> at 
>> com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:122)
>> at 
>> com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:328)
>> at 
>> com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:52)
>> at 
>> com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:400)
>> at 
>> com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:148)
>> at 
>> org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
>> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
>>
>

-- 
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/-/wcd73KZ-U4gJ.
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: Unexplained traffic loss

2012-05-18 Thread Nathan Skone
Another note about this issue is that the admin graphs listed zero 
instances during these times, even though I had the minimum idle slider set 
to 4. This means that the Google App Engine incorrectly shut down instances 
that I specified should be running.

Thanks,
Nathan Skone

On Thursday, May 17, 2012 2:51:59 PM UTC-7, Nathan Skone wrote:
>
> We have over 300 machines distributed across the US calling an API once a 
> minute, which means we should always have a base level of traffic of at 
> least 5 or 6 requests per second.  However, today we are seeing pits in our 
> requests per second graph that show the traffic dropping to zero, then 
> spiking directly afterward.  We have not deployed any new code recently, or 
> otherwise touched our application in any way.
>
> This traffic pattern has doubled our costs compared to a normal day. A 
> screenshot is attached.
>
> Thanks,
> Nathan Skone
>

-- 
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/-/1jKeQMTTMmUJ.
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] Taskqueue stops running tasks several times a day

2012-05-18 Thread Mind
I have an Android game whose server side is Python on AppEngine.

The app processes the client requests.  These requests result in a need to 
update the client profile (player stats).  I offload this to a task.

Tasks run fine some days.  On other days, the task queue randomly stops 
running and refuses to process any tasks.  Synchronous cron jobs also start 
late or not at all during this time.

Outages can last several minutes to 10's of minutes.  They are not 
dependent of the volume of client requests (I graph everything) or time of 
day.  Some days it happens with 20 clients connected ... and other days it 
is just fine with over 200 clients connected at the same time.

The statistics I don't care too much about, but I ALSO use tasks and CRON 
to control game flow, cycle to the next game board/etc.  So broken task 
queue means all my Android user's game clients stop working.

Has anyone else observed anything similar or got any suggestions ?  

-- 
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/-/2nvta8dI8gwJ.
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: Unable to deploy to GAE

2012-05-18 Thread Dan Holevoet
Hi everyone,

If you're still experiencing this issue, please comment here:
http://code.google.com/p/googleappengine/issues/detail?id=7535 and provide
your app ID and the time of your most recent failed deployment.

Thanks,
Dan

On Fri, May 18, 2012 at 10:00 AM, Yin Liu  wrote:

> Mine is Java app. It seems this issue is not language specific...
>
>
> On Friday, May 18, 2012 9:52:42 AM UTC-7, Stephen Lewis wrote:
>>
>> For what it's worth, I'm seeing what looks like the same problem with a
>> Python app. I've reported it as issue 
>> 7536
>> .
>>
>> Stephen
>>
>> On Friday, 18 May 2012 17:38:37 UTC+1, Yin Liu wrote:
>>>
>>> I found I am unable to deploy to GAE with the following error. The GAE
>>> instance that I am going to deploy is a billing enabled and I am still
>>> within my daily budge. Please help to resolve this issue since I need to
>>> deploy a very important server update today.
>>>
>>> Unable to update:
>>> com.google.appengine.tools.**admin.HttpIoException: Error posting to
>>> URL: https://appengine.google.com/**api/appversion/clonefiles?app_**
>>> id=aos-prod-1&version=1-1-**20120516&
>>> 500 Internal Server Error
>>>
>>> 
>>> 
>>> 500 Server Error
>>> 
>>> 
>>> Error: Server Error
>>> The server encountered an error and could not complete your
>>> request.If the problem persists, please http://code.google.com/**appengine/community.html
>>> ">**report your problem and mention this error message and the
>>> query that caused it.
>>> 
>>> 
>>>
>>> at com.google.appengine.tools.**admin.**AbstractServerConnection.**
>>> send1(**AbstractServerConnection.java:**285)
>>>  at com.google.appengine.tools.**admin.**AbstractServerConnection.send(*
>>> *AbstractServerConnection.java:**245)
>>> at com.google.appengine.tools.**admin.**AbstractServerConnection.post(**
>>> AbstractServerConnection.java:**224)
>>>  at com.google.appengine.tools.**admin.AppVersionUpload.send(**
>>> AppVersionUpload.java:606)
>>> at com.google.appengine.tools.**admin.AppVersionUpload.**
>>> cloneFiles(AppVersionUpload.**java:470)
>>>  at com.google.appengine.tools.**admin.AppVersionUpload.**
>>> beginTransaction(**AppVersionUpload.java:430)
>>> at com.google.appengine.tools.**admin.AppVersionUpload.**
>>> doUpload(AppVersionUpload.**java:122)
>>>  at com.google.appengine.tools.**admin.AppAdminImpl.doUpdate(**
>>> AppAdminImpl.java:328)
>>> at com.google.appengine.tools.**admin.AppAdminImpl.update(**
>>> AppAdminImpl.java:52)
>>>  at com.google.appengine.eclipse.**core.proxy.**
>>> AppEngineBridgeImpl.deploy(**AppEngineBridgeImpl.java:400)
>>> at com.google.appengine.eclipse.**core.deploy.DeployProjectJob.**
>>> runInWorkspace(**DeployProjectJob.java:148)
>>>  at org.eclipse.core.internal.**resources.**InternalWorkspaceJob.run(**
>>> InternalWorkspaceJob.java:38)
>>> at org.eclipse.core.internal.**jobs.Worker.run(Worker.java:**54)
>>>
>>  --
> 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/-/wcd73KZ-U4gJ.
>
> 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.
>



-- 
Dan Holevoet
Google Developer Relations

-- 
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] java.io.InvalidClassException: com.google.appengine.api.datastore.dev.LocalDatastoreService$Profile

2012-05-18 Thread Deepak Singh
Hi,

I just upgraded from GAEJ1.6.1 to GAEJ1.6.5 and while running in
development mode, got the following exception

java.io.InvalidClassException:
com.google.appengine.api.datastore.dev.LocalDatastoreService$Profile; local
class incompatible: stream

Did anyone encounter this issue?

Thanks
Deepak Singh

-- 
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: Memcache problem on a production application

2012-05-18 Thread Rick Mangi
Wise man.

On Friday, May 18, 2012 10:08:27 AM UTC-4, Mathieu Clavel wrote:
>
> Hi Jon,
>
> I also starred your ticket, but as I'm leaving appengine, I'm not going to 
> have this problem anymore.
> Others problems on Tomcat, sure, but I will be in control of the 
> application server.
>
> Thanks,
>
> Mathieu
>
>

-- 
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/-/fVjYEXISNFYJ.
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: Can't send attachment to Admin Email

2012-05-18 Thread abdelkrim boujraf
Can you send a message without the attachment?

Is the sender (email address) a developer or an owner of the application?

Abdelkrim
http://blog.i14y.net
http://www.alt-f1.be

Le vendredi 18 mai 2012 06:38:42 UTC+2, Larry a écrit :
>
> Hi All,
>  I fail to send email to *admins *of app.
>  Here is my code 
>
>  MailService mailService = MailServiceFactory.getMailService();
>  Message message = new Message();
>  message.setSender("x...@gmail.com");
>  message.setSubject("This is test");
>  message.setHtmlBody("this is content");
>  Attachment attachment = new Attachment("test.pdf", blob.getBytes()); 
> // blob size = 488k
>  message.setAttachments(attachment);
>  mailService.*sendToAdmins*(message);
>
>  In the Logs of Administration Console, a warning:
> Bad Request: Admin message exceeds size limits
>
>here is the detail quota:
> MailMail API Calls
> [image: 0%]
> 0%0 of 7,000OkayRecipients Emailed
> [image: 0%]
> 0%0 of 100OkayAdmins Emailed
> [image: 0%]
> 0%0 of 5,000OkayMessage Body Data Sent
> [image: 0%]
> 0%0.00 of 0.06 GBytesOkayAttachments Sent
> [image: 0%]
> 0%*0.00 of 0.00 GBytes*OkayAttachment Data Sent
> [image: 0%]
> 0%0.00 of 0.10 GBytesOkay
>  Is it problem of  "Attachments Sent"? It should be 2,000 attachments.
>  Anybody can help me? Thank.
>
>
>

-- 
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/-/VXRqkwvGsbQJ.
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] App Engine Billing Setting Error

2012-05-18 Thread Wencheng Li
There is a serious bug in App Engine billing setup process. If you start a 
billing setup and stop at Google Checkout without finishing the whole 
process, your billing status will be "Activating Billing" forever and there 
is no way to restart ! Sending email to the support email  
appengine_updated_pric...@google.comdoes
 not help at all, my couple emails haven't got any reply. It has been 
almost one day since it happened. My app has zero budget because of this 
error, I have to reduce instance number to keep it under quota limit.

Does App Engine has support at all? what is the best way to reach the 
support team? 

thanks!
Wencheng

-- 
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/-/b1scDOU_xooJ.
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] App Engine Billing Setting Error

2012-05-18 Thread Wilson MacGyver
did you wait 15 min? this happened to me once, and i waited 15 mins
and the lock disappeared.

On Fri, May 18, 2012 at 5:46 PM, Wencheng Li  wrote:
> There is a serious bug in App Engine billing setup process. If you start a
> billing setup and stop at Google Checkout without finishing the whole
> process, your billing status will be "Activating Billing" forever and there
> is no way to restart ! Sending email to the support email
> appengine_updated_pric...@google.com does not help at all, my couple emails
> haven't got any reply. It has been almost one day since it happened. My app
> has zero budget because of this error, I have to reduce instance number to
> keep it under quota limit.
>
> Does App Engine has support at all? what is the best way to reach the
> support team?
>
> thanks!
> Wencheng
>
> --
> 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/-/b1scDOU_xooJ.
> 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.



-- 
Omnem crede diem tibi diluxisse supremum.

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



Re: [google-appengine] App Engine Billing Setting Error

2012-05-18 Thread Wencheng Li
thanks Mac, but this has been much more than 15 minutes, it was 20 hours 
ago. clearly a bug. 

-wencheng

On Friday, May 18, 2012 2:48:02 PM UTC-7, Mac wrote:
>
> did you wait 15 min? this happened to me once, and i waited 15 mins 
> and the lock disappeared. 
>
> On Fri, May 18, 2012 at 5:46 PM, Wencheng Li  
> wrote: 
> > There is a serious bug in App Engine billing setup process. If you start 
> a 
> > billing setup and stop at Google Checkout without finishing the whole 
> > process, your billing status will be "Activating Billing" forever and 
> there 
> > is no way to restart ! Sending email to the support email 
> > appengine_updated_pric...@google.com does not help at all, my couple 
> emails 
> > haven't got any reply. It has been almost one day since it happened. My 
> app 
> > has zero budget because of this error, I have to reduce instance number 
> to 
> > keep it under quota limit. 
> > 
> > Does App Engine has support at all? what is the best way to reach the 
> > support team? 
> > 
> > thanks! 
> > Wencheng 
> > 
> > -- 
> > 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/-/b1scDOU_xooJ. 
> > 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. 
>
>
>
> -- 
> Omnem crede diem tibi diluxisse supremum. 
>

-- 
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/-/i2UcXHv7cNMJ.
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] App Engine Billing Setting Error

2012-05-18 Thread Wilson MacGyver
ouch, have you file a production issue? maybe someone at google can help you.

On Fri, May 18, 2012 at 5:54 PM, Wencheng Li  wrote:
> thanks Mac, but this has been much more than 15 minutes, it was 20 hours
> ago. clearly a bug.
>
> -wencheng
>
>
> On Friday, May 18, 2012 2:48:02 PM UTC-7, Mac wrote:
>>
>> did you wait 15 min? this happened to me once, and i waited 15 mins
>> and the lock disappeared.
>>
>> On Fri, May 18, 2012 at 5:46 PM, Wencheng Li 
>> wrote:
>> > There is a serious bug in App Engine billing setup process. If you start
>> > a
>> > billing setup and stop at Google Checkout without finishing the whole
>> > process, your billing status will be "Activating Billing" forever and
>> > there
>> > is no way to restart ! Sending email to the support email
>> > appengine_updated_pric...@google.com does not help at all, my couple
>> > emails
>> > haven't got any reply. It has been almost one day since it happened. My
>> > app
>> > has zero budget because of this error, I have to reduce instance number
>> > to
>> > keep it under quota limit.
>> >
>> > Does App Engine has support at all? what is the best way to reach the
>> > support team?
>> >
>> > thanks!
>> > Wencheng
>> >
>> > --
>> > 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/-/b1scDOU_xooJ.
>> > 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.
>>
>>
>>
>> --
>> Omnem crede diem tibi diluxisse supremum.
>
> --
> 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/-/i2UcXHv7cNMJ.
>
> 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.



-- 
Omnem crede diem tibi diluxisse supremum.

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



Re: [google-appengine] App Engine Billing Setting Error

2012-05-18 Thread Wencheng Li
I didn't know about this production issue tracker, thank you very much for
the help!

Wencheng

btw, for other newbies like me, here is the link:
http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue


On Fri, May 18, 2012 at 2:55 PM, Wilson MacGyver wrote:

> ouch, have you file a production issue? maybe someone at google can help
> you.
>
> On Fri, May 18, 2012 at 5:54 PM, Wencheng Li 
> wrote:
> > thanks Mac, but this has been much more than 15 minutes, it was 20 hours
> > ago. clearly a bug.
> >
> > -wencheng
> >
> >
> > On Friday, May 18, 2012 2:48:02 PM UTC-7, Mac wrote:
> >>
> >> did you wait 15 min? this happened to me once, and i waited 15 mins
> >> and the lock disappeared.
> >>
> >> On Fri, May 18, 2012 at 5:46 PM, Wencheng Li 
> >> wrote:
> >> > There is a serious bug in App Engine billing setup process. If you
> start
> >> > a
> >> > billing setup and stop at Google Checkout without finishing the whole
> >> > process, your billing status will be "Activating Billing" forever and
> >> > there
> >> > is no way to restart ! Sending email to the support email
> >> > appengine_updated_pric...@google.com does not help at all, my couple
> >> > emails
> >> > haven't got any reply. It has been almost one day since it happened.
> My
> >> > app
> >> > has zero budget because of this error, I have to reduce instance
> number
> >> > to
> >> > keep it under quota limit.
> >> >
> >> > Does App Engine has support at all? what is the best way to reach the
> >> > support team?
> >> >
> >> > thanks!
> >> > Wencheng
> >> >
> >> > --
> >> > 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/-/b1scDOU_xooJ.
> >> > 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.
> >>
> >>
> >>
> >> --
> >> Omnem crede diem tibi diluxisse supremum.
> >
> > --
> > 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/-/i2UcXHv7cNMJ.
> >
> > 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.
>
>
>
> --
> Omnem crede diem tibi diluxisse supremum.
>
> --
> 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.



Re: [google-appengine] Taskqueue stops running tasks several times a day

2012-05-18 Thread Nicholas Verne
Please give us your app id so we can investigate. Also, it would help
us if you could give some specific dates/times of outages.

Thanks,

Nick Verne

On Sat, May 19, 2012 at 3:50 AM, Mind  wrote:
> I have an Android game whose server side is Python on AppEngine.
>
> The app processes the client requests.  These requests result in a need to
> update the client profile (player stats).  I offload this to a task.
>
> Tasks run fine some days.  On other days, the task queue randomly stops
> running and refuses to process any tasks.  Synchronous cron jobs also start
> late or not at all during this time.
>
> Outages can last several minutes to 10's of minutes.  They are not dependent
> of the volume of client requests (I graph everything) or time of day.  Some
> days it happens with 20 clients connected ... and other days it is just fine
> with over 200 clients connected at the same time.
>
> The statistics I don't care too much about, but I ALSO use tasks and CRON to
> control game flow, cycle to the next game board/etc.  So broken task queue
> means all my Android user's game clients stop working.
>
> Has anyone else observed anything similar or got any suggestions ?
>
> --
> 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/-/2nvta8dI8gwJ.
> 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] $2,000 worth of AppEngine credit at a discount

2012-05-18 Thread Andres Douglas
Hey there, just stopping by the group to see if anyone is interested in 
$2,000 worth of AppEngine credit. My team received this as a gift and we're 
not users of AppEngine, so thought it would be better used by someone here. 
Leave a contact email and I'll get in touch.

-- 
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/-/mFabWIJhmNwJ.
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] Taskqueue stops running tasks several times a day

2012-05-18 Thread Richard Steventon
Nick,

I shared a private google docs spreadsheet with you detailing average
number of players per game for this year.

Start at week 21.  Column A = (server) time.  Anytime the number of
players in a game suddenly goes to zero... is because the taskqueue
stopped running.

When it restarts, one of two things happen:
1) It clears the queue (NO spike in user numbers ie: all
unprocessed results from previous games get deleted/lost)
2) It runs the queue (spike in the user count ie: all unprocessed
results from previous games get processed)

-Bye
-Richard


On Fri, May 18, 2012 at 6:32 PM, Nicholas Verne  wrote:
> Please give us your app id so we can investigate. Also, it would help
> us if you could give some specific dates/times of outages.
>
> Thanks,
>
> Nick Verne
>
> On Sat, May 19, 2012 at 3:50 AM, Mind  wrote:
>> I have an Android game whose server side is Python on AppEngine.
>>
>> The app processes the client requests.  These requests result in a need to
>> update the client profile (player stats).  I offload this to a task.
>>
>> Tasks run fine some days.  On other days, the task queue randomly stops
>> running and refuses to process any tasks.  Synchronous cron jobs also start
>> late or not at all during this time.
>>
>> Outages can last several minutes to 10's of minutes.  They are not dependent
>> of the volume of client requests (I graph everything) or time of day.  Some
>> days it happens with 20 clients connected ... and other days it is just fine
>> with over 200 clients connected at the same time.
>>
>> The statistics I don't care too much about, but I ALSO use tasks and CRON to
>> control game flow, cycle to the next game board/etc.  So broken task queue
>> means all my Android user's game clients stop working.
>>
>> Has anyone else observed anything similar or got any suggestions ?
>>
>> --
>> 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/-/2nvta8dI8gwJ.
>> 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.
>

-- 
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] Scatters with NDB

2012-05-18 Thread Kaan Soral
I am trying to rewrite my custom mapreduce with NDB
For the above code:
   gg=AModel.query()
   #gg=gg.order(ndb.GenericProperty('__scatter__'))
   logging.info(len(gg.fetch(5000,keys_only=True)))
The result is ~200

If you remove the comment and fetch only properties with __scatter__'s the 
result is ~100 (~50%)

I have wiped the DB, created it again several times and the results were 
consistent.

Normally the __scatter__ probability should be 0.2%

What could be the reason? [The experiment is on SDK]

-- 
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/-/Wh7r-9vacQ8J.
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.