Re: [google-appengine] Re: The server encountered an error ?

2010-10-27 Thread Dmitry Anipko
I'm seeing the same for app uploads :( Errors 500 and then 409, because rollback in upload has not finished correctly. On Wed, Oct 27, 2010 at 7:54 PM, Rohit rjenv...@gmail.com wrote: I was getting lots of DeadLineExceeded exceptions. The status page showed Elevated for both the datastore and

Re: [google-appengine] Re: 500 Server Error

2010-06-29 Thread Dmitry Anipko
Not sure if it is the same, but I also started seeing with 100% repro error 500 today: the deployment log says Unable to update: java.io.IOException: Error posting to URL: http://appengine.google.com/api/datastore/index/add?app_id=multisketchbetaprep10version=1; 500 Internal Server Error

[appengine-java] Re: recommended way for application to authenticate general gmail accounts and users with google app accounts

2010-03-17 Thread Dmitry Anipko
Can please someone from Google comment on my question? Thank you. On Sun, Mar 14, 2010 at 7:24 PM, Dmitry Anipko dmitry.ani...@gmail.com wrote: Hi, we're developing a service on GAE that we want to start selling to both individual using gmail accounts and companies using google apps

[appengine-java] recommended way for application to authenticate general gmail accounts and users with google app accounts

2010-03-14 Thread Dmitry Anipko
Hi, we're developing a service on GAE that we want to start selling to both individual using gmail accounts and companies using google apps - basically we need to authenticate both type of accounts in one application. I was looking into the docs and this forum, and it seems to me that there are

Re: [appengine-java] does local server actually implement transactions?

2010-01-26 Thread Dmitry Anipko
Thank you. Google folks, anything has changed since then? On Tue, Jan 26, 2010 at 12:22 AM, John Patterson jdpatter...@gmail.com wrote: No.  I asked the same question on this list several months ago. On 26 Jan 2010, at 14:55, Dmitry Anipko wrote: Hi GAE team, sorry if this was discussed

[appengine-java] does local server actually implement transactions?

2010-01-25 Thread Dmitry Anipko
Hi GAE team, sorry if this was discussed - but I wasn't able to find any recent posts. Our application, heavily relying on transactions for data integrity, under load works fine on the cloud deployment, but is totally broken on the local GAE dev server - the transactions complete with success

Re: [appengine-java] com.google.appengine.api.datastore.DatastoreNeedIndexException

2009-12-16 Thread Dmitry Anipko
, Dec 13, 2009 at 10:00 PM, Dmitry Anipko dmitry.ani...@gmail.com wrote: Hello, our application recently started producing exceptions like: com.google.appengine.api.datastore.DatastoreNeedIndexException: no matching index found..      datastore-index kind=SketchCommandStore ancestor=false

[google-appengine] com.google.appengine.api.datastore.DatastoreNeedIndexException

2009-12-14 Thread Dmitry Anipko
Hello, our application recently started producing exceptions like: com.google.appengine.api.datastore.DatastoreNeedIndexException: no matching index found.. datastore-index kind=SketchCommandStore ancestor=false source=manual property name=sketchId direction=asc/ property

[appengine-java] com.google.appengine.api.datastore.DatastoreNeedIndexException

2009-12-13 Thread Dmitry Anipko
Hello, our application recently started producing exceptions like: com.google.appengine.api.datastore.DatastoreNeedIndexException: no matching index found.. datastore-index kind=SketchCommandStore ancestor=false source=manual property name=sketchId direction=asc/ property

Re: [appengine-java] Re: GAE status / availalbility problems?

2009-11-19 Thread Dmitry Anipko
assume you would agree we could avoid this type of problem by only using the data types listed here right? http://code.google.com/appengine/docs/java/datastore/dataclasses.html#Core_Value_Types On Nov 18, 3:27 pm, Dmitry Anipko dmitry.ani...@gmail.com wrote: Thanks Jason for help. In our case