[google-appengine] Re: App Engine can't handle any kind of burst ...

2015-03-12 Thread Kaan Soral
Many .put_async's failed, I couldn't count the exact number, but I'm guessing 50%, as the result of the operation was ~460k instead of a clean million I don't utilise entity groups, they are free entities 200 instances spinned up, tasks definitely queued, yet this was a burst operation, so tha

Re: [google-appengine] How to Upload file to GCS via GAE with Android Application SSL connect

2015-03-12 Thread Vinny P
When you get an error 500 from GAE, is your App Engine application returning the 500 or is it from the upload handler URL? What version of Android are you using? If you're using an old version of Android, can you re-test using a recent-ish version of Android? Can you view this page using your Andro

Re: [google-appengine] The API call remote_socket.GetSocketOptions() required more quota than is available.

2015-03-12 Thread Vinny P
On Thu, Mar 12, 2015 at 5:06 PM, Keith Johnston wrote: > Today is the first time I have seen this error. It occurs when I am trying to > write some data to Amazon using the Amazon client library. I looked at the > AppEngine quota page and there is no indication that anything there is over > qu

Re: [google-appengine] NoClassDefFoundError (org.eclipse.core.runtime.Platform)

2015-03-12 Thread Vinny P
On Thu, Mar 5, 2015 at 11:06 AM, Syed Rizvi wrote: > > Error for /cron/loadDataset > java.lang.NoClassDefFoundError: Could not initialize class > org.eclipse.core.runtime.Platform > As you can see in the Platform.class.PNG screenshot, the class is present > (At least at compile time. I don't know

Re: [google-appengine] How do I debug "no default robot"?

2015-03-12 Thread Vinny P
On Thu, Mar 12, 2015 at 3:58 AM, Lorenz Leutgeb wrote: > > Secondly, try making sure Cloud Integration is active. Go to appspot.com > (the > > "old" App Engine console), click on your app name, then click on > > Application Settings on the left hand navigation bar. Scroll all the way > down > >

Re: [google-appengine] Search API - Problem creating a Document with a java.lang.Double Field

2015-03-12 Thread Vinny P
On Thu, Mar 12, 2015 at 5:31 PM, Rafael Martony wrote: > Hi, my application is being developed in Java using Search API. > I'm having trouble storing a double value when creating a new Document and > in App Engine Logs appears > You are correct in saying that your number fits into a Java doubl

[google-appengine] Search API - Problem creating a Document with a java.lang.Double Field

2015-03-12 Thread Rafael Martony
Hi, my application is being developed in Java using Search API. I'm having trouble storing a double value when creating a new Document and in App Engine Logs appears Uncaught exception from servlet java.lang.IllegalArgumentException: number value, 3638255040.00, must be less than or equal to

[google-appengine] The API call remote_socket.GetSocketOptions() required more quota than is available.

2015-03-12 Thread Keith Johnston
Today is the first time I have seen this error. It occurs when I am trying to write some data to Amazon using the Amazon client library. I looked at the AppEngine quota page and there is no indication that anything there is over quota. javax.net.ssl.SSLException: com.google.apphosting.api.Ap

[google-appengine] Re: App Engine can't handle any kind of burst ...

2015-03-12 Thread Jay
Hmm ... ALL the puts fail? How many instances does the scheduler spin up? Are the entities all in their own entity group? You said that each task executes 1 second after the previous task. So you expect the put part of the test to take about 16, 17 minutes. Is that right? How deep does the task

[google-appengine] Re: See the log file 'C:\Program Files\Google\google_appengine\launcher\GoogleAppEngineLauncher.exe.log'

2015-03-12 Thread Mars Lan
Please report the bug to https://code.google.com/p/googleappengine/issues/list thanks. On Wednesday, March 11, 2015 at 12:22:09 PM UTC-7, Cristiano Nunes wrote: > > Hello Community, I am beginner on App Engine and I have one problem, > when I try run it appears the window "Errors ocurred" with

[google-appengine] Search API - weird issue, investigating further before bug report

2015-03-12 Thread Jay
Using the Python 2.7 runtime. We have a search index that has some user information in it. One of these fields is a simple number field "total_points". I just observed that one of our top players was not showing up in results. They should have been the number 2 player. I manually looked at th

[google-appengine] App Engine can't handle any kind of burst ...

2015-03-12 Thread Kaan Soral
I'm really fed up with app engine lately I had a routine to test an internal system, it triggers 1000 tasks that each adds 1000 items to datastore with .put_async / totalling 1M entities, each of these secondary tasks execute 1 second after each other Another routine handles these entities, and

[google-appengine] Re: Could not get response from Google API's via Java servlet in GAE

2015-03-12 Thread Michael
This sort of programming/development question would be better directed to Stack Overflow's App Engine tag . I recommend posting there for more technical issues as it is more likely that you will get a solution to your problem. On Wed

[google-appengine] Re: NoClassDefFoundError (org.eclipse.core.runtime.Platform)

2015-03-12 Thread Syed Rizvi
Hey Patrice, I actually posted this on StackOverflow yesterday. Nothing helpful yet though. Will now report on the public issue tracker as you suggested. Thank you! On Wedne

Re: [google-appengine] How do I debug "no default robot"?

2015-03-12 Thread Lorenz Leutgeb
Dear Vinny P., > In your SO post you say that deployment to a different project ID works. > Are there any notable changes between the original and different project IDs? > For instance, is one of the IDs significantly older or were they created at > roughly the same time? Yes, I created the secon

[google-appengine] Re: Could not get response from Google API's via Java servlet in GAE

2015-03-12 Thread footprint
Thanks Michael :-) I will post there. 2015年3月12日木曜日 3時06分51秒 UTC+9 Michael: > > This sort of programming/development question would be better directed to > Stack > Overflow's App Engine tag > . I > recommend posting there for more te

Re: [google-appengine] Why is my Google App Engine application throwing AccessControlExceptions?

2015-03-12 Thread 'Roberto Chinnici' via Google App Engine
Could you post the code you use to initialize FreeMarker? On Tue, Mar 10, 2015 at 10:44 AM, Holger Weissböck < holger.weissbo...@gmail.com> wrote: > Hello everyone, > > I am in panic mode today and would very much appreciate your precious help: > > Since three hours now our Java-based Google App

Re: [google-appengine] Question about Google App Engine Instance Hours estimation

2015-03-12 Thread 'Alex Martelli' via Google App Engine
http://stackoverflow.com/questions/16782136/how-are-frontend-instance-hours-calculated-on-app-engine appears to answer your question. Alex On Mon, Mar 9, 2015 at 10:14 PM, Kampanat Metawuthinun < kampana...@tangerine.co.th> wrote: > I have to calculated the Cloud’s cost for my project but I have

[google-appengine] Lost my developer account after migrating Google Apps Console

2015-03-12 Thread Gabriel Piassetta
Hello, I have a product in chrome webstore, using this user 'gabriel at cloudncodes.com.br'. Last weekend we migrated our reseller and now my domain is in another panel. After migrating console, I cant manage my extension anymore. How can I recovery it? -- You received this message because