[google-appengine] Missing entities from datastore

2010-11-01 Thread Alexandru Farcaş
A colleague of mine posted a problem regarding the disappearance of
two "tables" from the datastore (about 1400 entities)
It is a very concerning issue and nobody gave an answer. We need to
know if the AppEngine platform is solid enough to develop an app at a
large scale.
The post is located here:
http://groups.google.com/group/google-appengine-java/browse_thread/thread/340135d474078313

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



[google-appengine] Re: deploy failures

2010-11-09 Thread Alexandru Farcaş
I also receive this error : SEVERE: Received IOException parsing the
input stream for my_path/war/WEB_INF//web.xml)
I am using java sdk and Eclipse Helios.
After I restart the eclipse it's working ok.


On Nov 9, 2:47 pm, Erik  wrote:
> I have also been getting constant deployment errors with Java
> deployment for the past couple days, seems like something is funny on
> the google side, don't think my connection is flaky:
>
> Nov 9, 2010 7:18:59 AM
> com.google.apphosting.utils.config.AbstractConfigXmlReader
> getTopLevelNode
> SEVERE: Received IOException parsing the input stream for /home/erik/
> workspace/wikihop/war/WEB-INF/web.xml
> java.net.ConnectException: Connection timed out
>         at java.net.PlainSocketImpl.socketConnect(Native Method)
>  ...
> SEVERE: Received exception processing /home/erik/workspace/wikihop/war/
> WEB-INF/web.xml
> com.google.apphosting.utils.config.AppEngineConfigException: Received
> IOException parsing the input stream for /home/erik/workspace/wikihop/
> war/WEB-INF/web.xml
>         at
> com.google.apphosting.utils.config.AbstractConfigXmlReader.getTopLevelNode( 
> AbstractConfigXmlReader.java:
> 210)
>  ...
> Bad configuration: Received IOException parsing the input stream for /
> home/erik/workspace/wikihop/war/WEB-INF/web.xml
>   Caused by: Connection timed out

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



Re: [appengine-java] Re: [google-appengine] Re: 1.5.2 SDK Prerelease

2011-07-15 Thread Alexandru Farcaş
Hi Alfred,

Thanks for clarification. I also have 2 questions:

1. For this query:
SELECT * FROM Model WHERE list = :1 AND list =:2 AND list=:3 AND string :=4 
 ORDER BY date DESC
will be enough this index? 

- kind: Model
  properties:
  - name: list
  - name: string
  - name: date
direction: desc
 
2. After I create this index (or indexes) I will still receive this 
exceptions?

com.google.appengine.api.datastore.DatastoreNeedIndexException >> 
The built-in indices are not efficient enough for this query and your data. 
Please add a composite index for this query..  An index is missing but we are 
unable to tell you which one due to a bug in the App Engine SDK.  If your query 
only contains equality filters you most likely need a composite index on all 
the properties referenced in those filters.


--Alex


-- 
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/-/cHCKy8QEXw0J.
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: slow deployments, 500 errors

2011-10-04 Thread Alexandru Farcaş
I'm getting 500 errors since yesterday :(

On Oct 4, 2:39 pm, Kenneth  wrote:
> Anyone else having slow or 500 errors deploying this morning?

-- 
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: slow deployments, 500 errors

2011-10-07 Thread Alexandru Farcaş
I forgot to mention that now goes well.
I didn't had problems since 4th.

On Oct 4, 7:05 pm, Johan Euphrosine  wrote:
> Please open a production with your application 
> id:http://code.google.com/p/googleappengine/issues/entry?template=Produc...
>
> Thanks in advance.
>
> On Tue, Oct 4, 2011 at 5:47 PM, Alexandru Farcaş <
>
>
>
>
>
>
>
>
>
> alex.far...@expert-group.biz> wrote:
> > I'm getting 500 errors since yesterday :(
>
> > On Oct 4, 2:39 pm, Kenneth  wrote:
> > > Anyone else having slow or 500 errors deploying this morning?
>
> > --
> > 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.
>
> --
> Johan Euphrosine (proppy)
> Developer Programs Engineer
> 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] Re: App Engine SDK 1.6.2 is out!

2012-02-08 Thread Alexandru Farcaş
"- Mail Quota for App Engine apps that have signed up for billing
will
   only be increased after the first payment for the app is
processed. "

Hi Ikai,

My app reached 100 mail quota and can't send any more mails ...
What can I do now until this "first payment" and why this limit
appeared for me?
I have enabled billing since 2 years ago.

--Alexandru
.
On Feb 1, 1:17 am, "Ikai Lan (Google)"  wrote:
> Hey everyone,
>
> Just wanted to announce that App Engine 1.6.2 is out! You can check out the
> blog post here:
>
> http://googleappengine.blogspot.com/2012/01/app-engine-162-released.html
>
> Note that if you're getting an import error for task queues, you're
> probably still using the old labs import. You'll want to get this cleared
> up (you'll also want to pay attention to deprecation warnings).
>
> Release notes are below for your reading pleasure:
>
> *Java 1.6.2*
> --
>
>    - The Admin Console Datastore Admin has added experimental backup and
>    restore functionality. The job occurs within your application and counts
>    against your application quota, including Instance Hours, Datastore Ops and
>    Datastore Storage.
>    - Developers can now specify how long a channel token will last until it
>    expires, with the default remaining two hours. Channel API quota is now
>    measured both in calls to create a channel and the number of hours of
>    channel time requested. The maximum hours of quota is the maximum number of
>    channel creation calls * 2, so free apps get 200 hours of requested
>    channel token time.
>    - Task Queue API requests now include a X-Appengine-TaskETA header, that
>    can be used to measure task delivery latency.
>    - We have removed the deprecated labs version of the TaskQueue API.
>    - The default API deadlines for Blobstore API calls have been raised to
>    15s for online and 30s for offline requests, up from 5s.
>    - The Images API now allows you to stretch an image without maintaining
>    the aspect ratio.
>       -http://code.google.com/p/googleappengine/issues/detail?id=2220
>    - Mail Quota for App Engine apps that have signed up for billing will
>    only be increased after the first payment for the app is processed.
>    - Fixed an issue where the SDK did not resize images down to 512 pixels
>    by default, as it does in production.
>    - Fixed an issue with the Images API where valid images were returning a
>    NotImageError.
>       -http://code.google.com/p/googleappengine/issues/detail?id=5545
>
> *Python 1.6.2*
> 
>
>    - The Admin Console Datastore Admin has added experimental backup and
>    restore functionality. The job occurs within your application and counts
>    against your application quota, including Instance Hours, Datastore Ops and
>    Datastore Storage.
>    - Developers can now specify how long a channel token will last until it
>    expires, with the default remaining two hours. Channel API quota is now
>    measured both in calls to create a channel and the number of hours of
>    channel time requested. The maximum hours of quota is the maximum number of
>    channel creation calls * 2, so free apps get 200 hours of requested
>    channel token time.
>    - Python Django now work with Cloud SQL without additional
>    configuration. For further information see
>    https://developers.google.com/cloud-sql/.
>    - Task Queue API requests now include a X-Appengine-TaskETA header, that
>    can be used to measure task delivery latency.
>    - The default API deadlines for Blobstore API calls have been raised to
>    15s for online and 30s for offline requests, up from 5s.
>    - The Images API now allows you to stretch an image without maintaining
>    the aspect ratio.
>       -http://code.google.com/p/googleappengine/issues/detail?id=2220
>    - The Blobstore API now includes the asynchronous function calls
>    create_upload_url_async, delete_async, and fetch_data_async.
>    - Django version 1.3 is now available in the Python 2.5 runtime.
>    - We've added a django_wsgi builtin to allow easier bootstrapping of
>    Django applications.
>    - Mail Quota for App Engine apps that have signed up for billing will
>    only be increased after the first payment for the app is processed.
>    - As announced in 1.6.1, in this release for the experimental Python 2.7
>    runtime, the mapreduce and datastore_admin builtins are not available to
>    apps deployed to Python 2.7.
>    - Fixed an issue with remote_api where calling fetch_page() with a page
>    size of 301 and chaining the calls through the returned cursor was skipping
>    half of the results.
>    - Fixed an issue where the PIL _imagingmath module was not available in
>    Python 2.7.
>    - Fixed an issue where the SDK did not resize images down to 512 pixels
>    by default, as it does in production.
>    - Fixed an issue with the Images API where valid images were returning a
>    NotImageError.
>       -http://code.google

Re: [google-appengine] Highly increased number of instances and app over quota. PLEASE HELP!!!

2012-06-21 Thread Alexandru Farcaş
Hi Takashi,

I will make this changes to my app (named tasks, set retry count to task 
queue)

I have a task (Task1) which adds another task (Task2) but I am  doing this 
in a transaction, with a retry limit of 10. (It is not self creating task).
Task1 execution code si surrounding by try catch so if it fails it is not 
recreated (it just logs the error). In this case it shouldn't create so 
many tasks...


Thanks for the answer, with your advices your situation shouldn't happen.

joi, 21 iunie 2012, 16:31:14 UTC+3, Takashi Matsuo (Google) a scris:
>
> Hi Alexandru, 
>
> It's just a guess, but one possibility is that one of your task keeps 
> adding another task and then fails, and as a result, you have lots of 
> similar tasks in your queue. Here are few suggestions to prevent it 
> from happening. 
>
> * Use named task for preventing task bomb 
>
> https://developers.google.com/appengine/docs/java/taskqueue/overview#Task_Names
>  
> If you try to add a task with the same name as one of the recent 
> tasks, it'll throw an error. You can just catch that error and ignore 
> it in most cases. 
>
> * Set appropriate retry count for that queue 
>
> https://developers.google.com/appengine/docs/java/config/queue#Configuring_Retry_Attempts_for_Failed_Tasks
>  
>
> Hope it helps! 
>
> -- Takashi 
>
> On Thu, Jun 21, 2012 at 5:33 AM, Alexandru Farcaş 
>  wrote: 
> > We had a short period (~40 minutes) when the number of instances 
> increased 
> > from 2-3 to ~30 which caused a very hugh increasion of frontend instance 
> > hour cost. There was also a problem with the datastore read operations 
> (10 
> > times higher for this period) 
> > 
> > I think that this happened because a task was multiplied >2000 times. 
> This 
> > happened to me a long time ago (2, 3 times) when in a few seconds a 
> single 
> > task multiplied more than 2000 times and make the same operation (in my 
> case 
> > the read operation). I can't find anything from logs because the space 
> is 
> > full with com.google.apphosting.api.ApiProxy$OverQuotaException  because 
> I 
> > had a budget limit on my app (which was reached). 
> > 
> > 
> > Another unusal thing is that my app has 8 idle instances (normally it 
> has 
> > 1-2) 
> > 
> > My app id: ebashr 
> > (HR, AppEngine Java 1.6.3 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/-/rRDLKn95_tAJ. 
> > 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. 
>
>
>
> -- 
> Takashi Matsuo | Developer Advocate | tmat...@google.com 
>

-- 
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/-/t4I3UYvALT0J.
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: Console issues?

2013-01-15 Thread Alexandru Farcaş
Now I can access https://appengine.google.com. I will make same tests and 
return with other infos.

On Tuesday, January 15, 2013 6:03:29 PM UTC+2, stefano terna wrote:
>
> same here
>
> On Tuesday, January 15, 2013 4:59:36 PM UTC+1, Israel Roth wrote:
>>
>> same here
>>
>> On Tuesday, January 15, 2013 5:58:04 PM UTC+2, Adam Serafini wrote:
>>>
>>> same for me.
>>>
>>> On Tuesday, 15 January 2013 15:37:16 UTC, Marcel Manz wrote:

 While accessing https://appengine.google.com/ I'm currently getting:

 Try Again (503)

  Try Again 

 An unexpected failure has occurred. Please try again.

 Return to Applications screen » 
  


-- 
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/-/d1D9DdkqOssJ.
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: Console issues?

2013-01-15 Thread Alexandru Farcaş
Hi Christina,

I am still having problems at deploying a new version of may application:
It gets stuck at precompilation:

***Cloned 3300 files.*
* Cloned 3400 files.*
* Cloned 3500 files.*
* Cloned 3600 files.*
* Cloned 3700 files.*
* Cloned 3800 files.*
*
*
*Deploying:*
* Uploading 0 files.*
* Initializing precompilation...*

I deployed some versions today with success before this issue.


On Tuesday, January 15, 2013 6:34:40 PM UTC+2, Christina Ilvento wrote:
>
> Hi All,
>
> We had a brief issue this morning which should now be resolved, as noted 
> on our status 
> site.
>  
> Please let us know if you're still having problems.
>
>
>
> Thanks,
> Christina
>
>
> On Tue, Jan 15, 2013 at 7:53 AM, >wrote:
>
>> Same problem. I have a demo scheduled :(.
>>
>>
>> On Tuesday, January 15, 2013 9:07:16 PM UTC+5:30, Marcel Manz wrote:
>>>
>>> While accessing https://appengine.google.com/ I'm currently getting:
>>>
>>> Try Again (503)
>>>
>>>  Try Again 
>>>
>>> An unexpected failure has occurred. Please try again.
>>>
>>> Return to Applications screen » 
>>>  
>>>  -- 
>> 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/-/AkcjzDJwdZYJ.
>>
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> google-appengi...@googlegroups.com .
>> For more options, visit this group at 
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>
>
> -- 
>
> Christina Ilvento | Google App Engine | cilv...@google.com  |
>  (650)-201-9399
>
> 

-- 
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/-/8dVAr1k-TDIJ.
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: Console issues?

2013-01-15 Thread Alexandru Farcaş
I managed to deploy a new version .. after many retries. It seems to work 
ok now.

On Tuesday, January 15, 2013 6:44:25 PM UTC+2, Alexandru Farcaş wrote:
>
> Hi Christina,
>
> I am still having problems at deploying a new version of may application:
> It gets stuck at precompilation:
>
> ***Cloned 3300 files.*
> * Cloned 3400 files.*
> * Cloned 3500 files.*
> * Cloned 3600 files.*
> * Cloned 3700 files.*
> * Cloned 3800 files.*
> *
> *
> *Deploying:*
> * Uploading 0 files.*
> * Initializing precompilation...*
>
> I deployed some versions today with success before this issue.
>
>
> On Tuesday, January 15, 2013 6:34:40 PM UTC+2, Christina Ilvento wrote:
>>
>> Hi All,
>>
>> We had a brief issue this morning which should now be resolved, as noted 
>> on our status 
>> site<http://code.google.com/status/appengine/detail/serving/2013/01/15#ae-trust-detail-helloworld-get-latency>.
>>  
>> Please let us know if you're still having problems.
>>
>>
>>
>> Thanks,
>> Christina
>>
>>
>> On Tue, Jan 15, 2013 at 7:53 AM,  wrote:
>>
>>> Same problem. I have a demo scheduled :(.
>>>
>>>
>>> On Tuesday, January 15, 2013 9:07:16 PM UTC+5:30, Marcel Manz wrote:
>>>>
>>>> While accessing https://appengine.google.com/ I'm currently getting:
>>>>
>>>> Try Again (503)
>>>>
>>>>  Try Again 
>>>>
>>>> An unexpected failure has occurred. Please try again.
>>>>
>>>> Return to Applications screen » <https://appengine.google.com/>
>>>>  
>>>>  -- 
>>> 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/-/AkcjzDJwdZYJ.
>>>
>>> To post to this group, send email to google-a...@googlegroups.com.
>>> To unsubscribe from this group, send email to 
>>> google-appengi...@googlegroups.com.
>>> For more options, visit this group at 
>>> http://groups.google.com/group/google-appengine?hl=en.
>>>
>>
>>
>>
>> -- 
>>
>> Christina Ilvento | Google App Engine | cilv...@google.com |
>>  (650)-201-9399
>>
>> 

-- 
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/-/Ouur8nONTa4J.
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: Console issues?

2013-01-15 Thread Alexandru Farcaş

 Yes, I tried again and it appears to get stuck at the same step.

But, more important I have a strange behaviour. I updated some entities and 
now *the same query *is returning them in only ~15% of cases.
For example - for query "Give me all contacts" I get in 15% of cases te 
correct result and the entities without the updated ones in the rest.
This is the first time I see this behaviour and no updates were made on the 
default version!


On Tuesday, January 15, 2013 6:59:32 PM UTC+2, Stefaan Vanderheyden wrote:
>
> Hi Alexandru,
>
> You are lucky to be able to deploy new versions...  my application still 
> does not want to update, it is stuck at "Initializing precompilation..."
>
> Let's hope this gets fixed soon, so that I can get some work done today ;-)
>
> On Tuesday, January 15, 2013 5:49:42 PM UTC+1, Alexandru Farcaş wrote:
>>
>> I managed to deploy a new version .. after many retries. It seems to work 
>> ok now.
>>
>> On Tuesday, January 15, 2013 6:44:25 PM UTC+2, Alexandru Farcaş wrote:
>>>
>>> Hi Christina,
>>>
>>> I am still having problems at deploying a new version of may application:
>>> It gets stuck at precompilation:
>>>
>>> ***Cloned 3300 files.*
>>> * Cloned 3400 files.*
>>> * Cloned 3500 files.*
>>> * Cloned 3600 files.*
>>> * Cloned 3700 files.*
>>> * Cloned 3800 files.*
>>> *
>>> *
>>> *Deploying:*
>>> * Uploading 0 files.*
>>> * Initializing precompilation...*
>>>
>>> I deployed some versions today with success before this issue.
>>>
>>>
>>> On Tuesday, January 15, 2013 6:34:40 PM UTC+2, Christina Ilvento wrote:
>>>>
>>>> Hi All,
>>>>
>>>> We had a brief issue this morning which should now be resolved, as 
>>>> noted on our status 
>>>> site<http://code.google.com/status/appengine/detail/serving/2013/01/15#ae-trust-detail-helloworld-get-latency>.
>>>>  
>>>> Please let us know if you're still having problems.
>>>>
>>>>
>>>>
>>>> Thanks,
>>>> Christina
>>>>
>>>>
>>>> On Tue, Jan 15, 2013 at 7:53 AM,  wrote:
>>>>
>>>>> Same problem. I have a demo scheduled :(.
>>>>>
>>>>>
>>>>> On Tuesday, January 15, 2013 9:07:16 PM UTC+5:30, Marcel Manz wrote:
>>>>>>
>>>>>> While accessing https://appengine.google.com/ I'm currently getting:
>>>>>>
>>>>>> Try Again (503)
>>>>>>
>>>>>>  Try Again 
>>>>>>
>>>>>> An unexpected failure has occurred. Please try again.
>>>>>>
>>>>>> Return to Applications screen » <https://appengine.google.com/>
>>>>>>  
>>>>>>  -- 
>>>>> 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/-/AkcjzDJwdZYJ.
>>>>>
>>>>> To post to this group, send email to google-a...@googlegroups.com.
>>>>> To unsubscribe from this group, send email to 
>>>>> google-appengi...@googlegroups.com.
>>>>> For more options, visit this group at 
>>>>> http://groups.google.com/group/google-appengine?hl=en.
>>>>>
>>>>
>>>>
>>>>
>>>> -- 
>>>>
>>>> Christina Ilvento | Google App Engine | cilv...@google.com |
>>>>  (650)-201-9399
>>>>
>>>> 

-- 
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/-/suz0GT1QXPAJ.
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: Console issues?

2013-01-15 Thread Alexandru Farcaş
Yes, I tried to deploy a new version and it appears to get stuck at the 
same step.

But, more important I have a strange behaviour. I updated some entities and 
now *the same query *is returning them in only ~15% of cases.
For example - for query "Give me all contacts" I get in 15% of cases te 
correct result and the entities without the updated ones in the rest.
This is the first time I see this behaviour and no updates were made on the 
default version!

On Tuesday, January 15, 2013 6:59:32 PM UTC+2, Stefaan Vanderheyden wrote:
>
> Hi Alexandru,
>
> You are lucky to be able to deploy new versions...  my application still 
> does not want to update, it is stuck at "Initializing precompilation..."
>
> Let's hope this gets fixed soon, so that I can get some work done today ;-)
>
> On Tuesday, January 15, 2013 5:49:42 PM UTC+1, Alexandru Farcaş wrote:
>>
>> I managed to deploy a new version .. after many retries. It seems to work 
>> ok now.
>>
>> On Tuesday, January 15, 2013 6:44:25 PM UTC+2, Alexandru Farcaş wrote:
>>>
>>> Hi Christina,
>>>
>>> I am still having problems at deploying a new version of may application:
>>> It gets stuck at precompilation:
>>>
>>> ***Cloned 3300 files.*
>>> * Cloned 3400 files.*
>>> * Cloned 3500 files.*
>>> * Cloned 3600 files.*
>>> * Cloned 3700 files.*
>>> * Cloned 3800 files.*
>>> *
>>> *
>>> *Deploying:*
>>> * Uploading 0 files.*
>>> * Initializing precompilation...*
>>>
>>> I deployed some versions today with success before this issue.
>>>
>>>
>>> On Tuesday, January 15, 2013 6:34:40 PM UTC+2, Christina Ilvento wrote:
>>>>
>>>> Hi All,
>>>>
>>>> We had a brief issue this morning which should now be resolved, as 
>>>> noted on our status 
>>>> site<http://code.google.com/status/appengine/detail/serving/2013/01/15#ae-trust-detail-helloworld-get-latency>.
>>>>  
>>>> Please let us know if you're still having problems.
>>>>
>>>>
>>>>
>>>> Thanks,
>>>> Christina
>>>>
>>>>
>>>> On Tue, Jan 15, 2013 at 7:53 AM,  wrote:
>>>>
>>>>> Same problem. I have a demo scheduled :(.
>>>>>
>>>>>
>>>>> On Tuesday, January 15, 2013 9:07:16 PM UTC+5:30, Marcel Manz wrote:
>>>>>>
>>>>>> While accessing https://appengine.google.com/ I'm currently getting:
>>>>>>
>>>>>> Try Again (503)
>>>>>>
>>>>>>  Try Again 
>>>>>>
>>>>>> An unexpected failure has occurred. Please try again.
>>>>>>
>>>>>> Return to Applications screen » <https://appengine.google.com/>
>>>>>>  
>>>>>>  -- 
>>>>> 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/-/AkcjzDJwdZYJ.
>>>>>
>>>>> To post to this group, send email to google-a...@googlegroups.com.
>>>>> To unsubscribe from this group, send email to 
>>>>> google-appengi...@googlegroups.com.
>>>>> For more options, visit this group at 
>>>>> http://groups.google.com/group/google-appengine?hl=en.
>>>>>
>>>>
>>>>
>>>>
>>>> -- 
>>>>
>>>> Christina Ilvento | Google App Engine | cilv...@google.com |
>>>>  (650)-201-9399
>>>>
>>>> 

-- 
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/-/X6086GgI9YAJ.
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: Console issues?

2013-01-15 Thread Alexandru Farcaş
Hi Christina, 

I can't access any of my versions ... I receive many 500 errors. In logs I 
receive this *Warning:*

A problem was encountered with the process that handled this request, causing 
it to exit. This is likely to cause a new process to be used for the next 
request to your application. (Error code 121)



Maybe this will help you in fixing this issues.


On Tuesday, January 15, 2013 7:34:40 PM UTC+2, Christina Ilvento wrote:
>
> Hi All,
>
> We're looking into issues with admin console and deployments. 
>
>
> Thanks,
> Christina
>
>
> On Tue, Jan 15, 2013 at 9:33 AM, Vivek Ramachandran <
> vivek.secu...@gmail.com > wrote:
>
>> I am getting a "Request was aborted after waiting too long to attempt to 
>> service your request."  in my logs with a 500 ... application was running 
>> fine before this
>>
>>
>> On Tue, Jan 15, 2013 at 11:01 PM, Vivek Ramachandran <
>> vivek.secu...@gmail.com > wrote:
>>
>>> My application is starting to throw 500s now and even 
>>> http://code.google.com/status/appengine is giving a 500 for me  
>>> Application is entirely down! 
>>>
>>>
>>> On Tue, Jan 15, 2013 at 10:55 PM, Christina Ilvento 
>>> 
>>> > wrote:
>>>
>>>> Hi All,
>>>>
>>>> The issues with deployments should now be resolved, please let us know 
>>>> if you're still having issues.
>>>>
>>>>
>>>> Thanks,
>>>> Christina
>>>>
>>>>
>>>> On Tue, Jan 15, 2013 at 9:18 AM, Jacob G 
>>>> > wrote:
>>>>
>>>>> New issue filed here on app deployment failures:
>>>>> http://code.google.com/p/googleappengine/issues/detail?id=8676
>>>>>
>>>>> Make sure you star it so it gets attention.
>>>>>
>>>>>
>>>>> On Tuesday, January 15, 2013 12:17:14 PM UTC-5, Alexandru Farcaş wrote:
>>>>>>
>>>>>> Yes, I tried to deploy a new version and it appears to get stuck at 
>>>>>> the same step.
>>>>>>
>>>>>> But, more important I have a strange behaviour. I updated some 
>>>>>> entities and now *the same query *is returning them in only ~15% of 
>>>>>> cases.
>>>>>> For example - for query "Give me all contacts" I get in 15% of cases 
>>>>>> te correct result and the entities without the updated ones in the rest.
>>>>>> This is the first time I see this behaviour and no updates were made 
>>>>>> on the default version!
>>>>>>
>>>>>> On Tuesday, January 15, 2013 6:59:32 PM UTC+2, Stefaan Vanderheyden 
>>>>>> wrote:
>>>>>>>
>>>>>>> Hi Alexandru,
>>>>>>>
>>>>>>> You are lucky to be able to deploy new versions...  my application 
>>>>>>> still does not want to update, it is stuck at "Initializing 
>>>>>>> precompilation..."
>>>>>>>
>>>>>>> Let's hope this gets fixed soon, so that I can get some work done 
>>>>>>> today ;-)
>>>>>>>
>>>>>>> On Tuesday, January 15, 2013 5:49:42 PM UTC+1, Alexandru Farcaş 
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> I managed to deploy a new version .. after many retries. It seems 
>>>>>>>> to work ok now.
>>>>>>>>
>>>>>>>> On Tuesday, January 15, 2013 6:44:25 PM UTC+2, Alexandru Farcaş 
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Hi Christina,
>>>>>>>>>
>>>>>>>>> I am still having problems at deploying a new version of may 
>>>>>>>>> application:
>>>>>>>>> It gets stuck at precompilation:
>>>>>>>>>
>>>>>>>>> ***Cloned 3300 files.*
>>>>>>>>> * Cloned 3400 files.*
>>>>>>>>> * Cloned 3500 files.*
>>>>>>>>> * Cloned 3600 files.*
>>>>>>>>> * Cloned 3700 files.*
>>>>>>>>> * Cloned 3800 files.*
>>>>>>>>> *
>>>>>>>>> *
>>>>>>>>> *Deploying:*
>>>

Re: [google-appengine] Re: Console issues?

2013-01-15 Thread Alexandru Farcaş
For my application the number of paying instances has increased to 30 (from 
3) and is rising...

On Tuesday, January 15, 2013 8:23:41 PM UTC+2, Jim Briggs wrote:
>
> Similar problems.  No instances are accessible and deployments fail.  
> Latest error due to an error reading the deployed files.
>
> On Tuesday, January 15, 2013 1:20:04 PM UTC-5, Joakim wrote:
>>
>> This is causing my instances to fail to start within 60 seconds. I 
>> currentyl have zero instances, and every attempt to start a new one fails.
>>
>> On Tuesday, January 15, 2013 7:12:30 PM UTC+1, hyperflame wrote:
>>>
>>>
>>> On Tuesday, January 15, 2013 11:58:11 AM UTC-6, Janusz Skonieczny wrote: 

 The issue may be wider. My application started to show default error 
 and timeout error static pages (those setup in app.yamls error_handlers)

>>>  
>>> +1.
>>>  
>>> Seeing a massive spike in latency on my end. Servlets that normally 
>>> handle requests in 0.5 seconds are taking 4+ seconds to complete. Instance 
>>> startup times are up 30%. 
>>>
>>

-- 
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/-/AWkkFhNEG-QJ.
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 not deploy

2013-01-28 Thread Alexandru Farcaş
I also receive 500 at every deploy!

On Monday, January 28, 2013 4:48:38 PM UTC+2, Nick wrote:
>
> It was working fine last night.
>
> On Monday, January 28, 2013 9:46:41 AM UTC-5, Nick wrote:
>>
>> Same here
>>
>> On Monday, January 28, 2013 9:07:15 AM UTC-5, Aleksei Rovenski wrote:
>>>
>>> Can not deploy, here is what I get:
>>>
>>>  [java] 0% Created staging directory at: 
>>> '/var/folders/9e/9eJpKNC9FEWw2JPlwtpZWTI/-Tmp-/appcfg7109470632224867826.tmp'
>>>  [java] 5% Scanning for jsp files.
>>>  [java] 20% Scanning files on local disk.
>>>  [java] 25% Scanned 250 files.
>>>  [java] 28% Scanned 500 files.
>>>  [java] 31% Scanned 750 files.
>>>  [java] 33% Scanned 1000 files.
>>>  [java] 34% Initiating update.
>>>  [java] 35% Cloning 510 static files.
>>>  [java] 36% Cloning 659 application files.
>>>  [java] 37%  on backend null.
>>>  [java] 
>>>  [java] com.google.appengine.tools.admin.HttpIoException: Error 
>>> posting to URL: 
>>> https://appengine.google.com/api/appversion/clonefiles?app_id=yagoloo-chat&version=1&;
>>>  [java] 500 Internal Server Error
>>>  [java] 
>>>  [java] 
>>>  [java] >> content="text/html;charset=utf-8">
>>>  [java] 500 Server Error
>>>  [java] 
>>>  [java] 
>>>  [java] Error: Server Error
>>>  [java] 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.
>>>  [java] 
>>>  [java] 
>>>  [java] 
>>>  [java] Unable to update app: Error posting to URL: 
>>> https://appengine.google.com/api/appversion/clonefiles?app_id=yagoloo-chat&version=1&;
>>>  [java] 500 Internal Server Error
>>>  [java] 
>>>  [java] 
>>>  [java] >> content="text/html;charset=utf-8">
>>>  [java] 500 Server Error
>>>  [java] 
>>>  [java] 
>>>  [java] Error: Server Error
>>>  [java] 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.
>>>  [java] 
>>>  [java] 
>>>  [java] 
>>>  [java] Please see the logs 
>>> [/var/folders/9e/9eJpKNC9FEWw2JPlwtpZWTI/-Tmp-/appcfg2758123480326308137.log]
>>>  
>>> for further information.
>>>  [java] Encountered a problem: Permission 
>>> (java.lang.RuntimePermission exitVM) was not granted.
>>>  [java] Please see the logs 
>>> [/var/folders/9e/9eJpKNC9FEWw2JPlwtpZWTI/-Tmp-/appcfg2758123480326308137.log]
>>>  
>>> for further information.
>>>  [java] Java Result: 1
>>>
>>> I really need to deploy today.. Am I the only one having this problem?
>>>
>>

-- 
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.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Problem with requests - failed with Critical state

2013-04-28 Thread Alexandru Farcaş
Hi,

I have problems accesing my application. The majority of my requests fail 
with Critical status (almost all)

Uncaught exception from servlet
javax.servlet.UnavailableException: Initialization failed.


In the end I receive this Warning:

A problem was encountered with the process that handled this request, causing 
it to exit. This is likely to cause a new process to be used for the next 
request to your application. If you see this message frequently, you may be 
throwing exceptions during the initialization of your application. (Error code 
104)


My app ID is ebashr. 
(HR, Java SDK)


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




[google-appengine] Re: Problem with requests - failed with Critical state

2013-04-28 Thread Alexandru Farcaş
Hi Vinny,

Thanks for your answer, but I am not reading/processing any ZIP file in my 
servlets. 
I have a test servlet on which I only print "OK" to output. This servlet 
also received the same exception (This is how I test if my application is 
running OK). Because I received several times error for this servlet I 
verified my app and logs.

My app requests lasts for 2-3 seconds. My last deploy (on default) was 
Friday and until last night I didn't have any problems.

Now it is working OK with no changes my code!

 Kind regards,
 Alexandru!

On Monday, April 29, 2013 1:39:07 AM UTC+3, Vinny P wrote:
>
> Hello Alexandru,
>
> It looks like you're reading in and processing a ZIP file in your 
> servlet's init function, correct?
>
> Google App Engine has a warmup limit of 60 seconds - your app must fully 
> initialize (loading in libraries, running init) within 60 seconds or it 
> throws a DeadlineExceededException. Your app is going over that time limit. 
> You'll need to modify your app to move some logic out of the init portion.
>
>
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> My Go side project: http://invalidmail.com/
>
>
> On Sunday, April 28, 2013 4:20:09 PM UTC-5, Alexandru Farcaş wrote:
>>
>>  Here is an example of request (in the attchm).
>> Some of them are just receiving this warning
>>
>> A problem was encountered with the process that handled this request, 
>> causing it to exit. This is likely to cause a new process to be used for the 
>> next request to your application. If you see this message frequently, you 
>> may be throwing exceptions during the initialization of your application. 
>> (Error code 104)
>>
>>

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




[google-appengine] Re: appengine 1.8.0 already deploying?

2013-05-08 Thread Alexandru Farcaş
My application logs are also printing 1.8.0 release (*attchm).


On Wednesday, May 8, 2013 12:38:36 AM UTC+3, Scott Murphy wrote:
>
> +1
>
> On Saturday, May 4, 2013 7:13:59 AM UTC-7, Vinny P wrote:
>>
>> On Friday, May 3, 2013 8:22:58 PM UTC-5, Benjamin Possolo wrote:
>>
>>> Mine is showing 1.8.0 as well.
>>>
>>> Performance seems to be pretty crappy at the moment too. Normally my 
>>> cold start time is 11 seconds (entity manager factory takes about 5-6). Now 
>>> the cold start is around 24s w entitymanagerfactory creation time at 11s.
>>>
>>
>> +1 to Benjamin & this thread. I'm also seeing 1.8.0 shown on my console, 
>> and seeing slightly reduced performance. My guess is that Google is ironing 
>> out the bugs in the upcoming PHP runtime.
>>
>>
>> -
>> -Vinny P
>> Technology & Media Advisor
>> Chicago, IL
>>
>> My Go side project: http://invalidmail.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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


<>

[google-appengine] Multiple AppEngine 104 errors

2016-04-28 Thread Alexandru Farcaş
Hi,

I have multiple errors with error code 104. I have this behaviour since 
11:50am EEST. 
I receive a lot of errors at task creation. I receive this errors but the 
tasks are still created in task queue!

java.util.ConcurrentModificationException >> too much contention on these 
> datastore entities. please try again.


 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/265a7c5f-c593-43cb-87bb-e8748e6b3317%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Multiple AppEngine 104 errors

2016-04-28 Thread Alexandru Farcaş
In the last 20 minutes I didn't received 104 errors and the tasks were 
created with success! 
It seems that the application is running as it used to run ..

On Thursday, April 28, 2016 at 1:17:43 PM UTC+3, Ice13ill wrote:
>
> Same for me.
> Also, many 500 and 404 errors and very high latencies.
>
> On Thursday, April 28, 2016 at 1:06:08 PM UTC+3, Alexandru Farcaş wrote:
>>
>> Hi,
>>
>> I have multiple errors with error code 104. I have this behaviour since 
>> 11:50am EEST. 
>> I receive a lot of errors at task creation. I receive this errors but the 
>> tasks are still created in task queue!
>>
>> java.util.ConcurrentModificationException >> too much contention on these 
>>> datastore entities. please try again.
>>
>>
>>  
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/499693f3-0ed0-42f7-8660-60074f1d4e9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: 500 error when using Fererated login with Yahoo

2014-11-18 Thread Alexandru Farcaş
I have the same problem ... it waits for 5-10 seconds and after that I 
receive that message

On Tuesday, November 18, 2014 5:54:08 PM UTC+2, Ice13ill wrote:
>
> I'm using federated login in my app and I receive a 500 error when 
> redirected to app engine login link www.myhost/_ah/login_redir?claimid=
> yahoo.com&continue=...?locale=ro
>
> Error: Server ErrorThe server encountered an error and could not complete 
> your request.
>
> Please try again in 30 seconds.
> Please help!
>
>
>

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


[google-appengine] Re: 500 error when using Fererated login with Yahoo

2014-11-18 Thread Alexandru Farcaş
I have the same problem ... it waits for 5-10 seconds and after that I 
receive that message

(*) Federated Login with Google accounts it is OK.
(**) No changes on code for my app

On Tuesday, November 18, 2014 5:54:08 PM UTC+2, Ice13ill wrote:
>
> I'm using federated login in my app and I receive a 500 error when 
> redirected to app engine login link www.myhost/_ah/login_redir?claimid=
> yahoo.com&continue=...?locale=ro
>
> Error: Server ErrorThe server encountered an error and could not complete 
> your request.
>
> Please try again in 30 seconds.
> Please help!
>
>
>

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


[google-appengine] Problems with deploy on EU application from 4 hours ago

2018-03-20 Thread Alexandru Farcaş
Hi,

The issue started around 1 pm UTC!
My application is hosted on: *Region: europe-west2*
I had the same issue also on another application that is hosted on *Region: 
us-central, *but around 2 hours ago it was fixed.

The error that I received is this one:
java.lang.RuntimeException: Fatal problem encountered during deployment. 
Please refer to the logs for more information.
Unable to update app: Fatal problem encountered during deployment. Please 
refer to the logs for more information.
Please see the logs [/tmp/appcfg686702965770461882.log] for further 
information.

Here is a part of the error from the file (also in the attachment)

com.google.appengine.tools.admin.AdminException: Unable to update app: 
Fatal problem encountered during deployment. Please refer to the logs for 
more information.
at 
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:577)
at 
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:58)
at 
com.google.appengine.tools.admin.AppCfg$UpdateAction.execute(AppCfg.java:1570)
at com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:372)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:227)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:130)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:126)
Caused by: java.lang.RuntimeException: Fatal problem encountered during 
deployment. Please refer to the logs for more information.
at 
com.google.appengine.tools.admin.AppVersionUpload.isServing(AppVersionUpload.java:1071)
at 
com.google.appengine.tools.admin.AppVersionUpload.access$200(AppVersionUpload.java:45)

Now everything is OK with the deploys on us-central, but for the ones on 
europe-west2 I receive error every time! (after around 10 minutes of 
verifications)


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/14b8b323-1317-4627-97cc-0b46a3cc74c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Unable to update:
java.lang.RuntimeException: Fatal problem encountered during deployment. Please 
refer to the logs for more information.
at 
com.google.appengine.tools.admin.AppVersionUpload.isServing(AppVersionUpload.java:1071)
at 
com.google.appengine.tools.admin.AppVersionUpload.access$200(AppVersionUpload.java:45)
at 
com.google.appengine.tools.admin.AppVersionUpload$2.call(AppVersionUpload.java:904)
at 
com.google.appengine.tools.admin.AppVersionUpload$2.call(AppVersionUpload.java:901)
at 
com.google.appengine.tools.admin.AppVersionUpload$3.call(AppVersionUpload.java:1208)
at 
com.google.appengine.tools.admin.AppVersionUpload$3.call(AppVersionUpload.java:1205)
at 
com.google.appengine.tools.admin.AppVersionUpload.retryWithBackoffOptional(AppVersionUpload.java:1233)
at 
com.google.appengine.tools.admin.AppVersionUpload.retryWithBackoff(AppVersionUpload.java:1203)
at 
com.google.appengine.tools.admin.AppVersionUpload.commit(AppVersionUpload.java:901)
at 
com.google.appengine.tools.admin.AppVersionUpload.uploadFilesTransaction(AppVersionUpload.java:228)
at 
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:199)
at 
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:571)
at 
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:58)
at 
com.google.appengine.tools.admin.AppCfg$UpdateAction.execute(AppCfg.java:1570)
at 
com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:372)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:227)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:130)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:126)
com.google.appengine.tools.admin.AdminException: Unable to update app: Fatal 
problem encountered during deployment. Please refer to the logs for more 
information.
at 
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:577)
at 
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:58)
at 
com.google.appengine.tools.admin.AppCfg$UpdateAction.execute(AppCfg.java:1570)
at 
com.google.appengine.tools.admin.AppCfg.executeAction(AppCfg.java:372)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:227)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:130)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:126)
Caused by: java.lang.RuntimeException: Fatal problem encountered during 
dep

[google-appengine] Re: AppEngine down? - 502 errors

2018-07-17 Thread Alexandru Farcaş
Also for me for both applications: in US and EU.
Started around 20 minutes ago.

On Tuesday, July 17, 2018 at 10:27:46 PM UTC+3, bFlood wrote:
>
> AppEngine down? - 502 errors 
>
> anyone else? 
>

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


[google-appengine] Re: App engine is down for me

2010-12-03 Thread Alexandru Farcaş
ba tu lasa te de programat in seara asta si adu-ne si noua femei

On Dec 3, 6:18 pm, Ice13ill  wrote:
> Same here...
>
> On Dec 3, 2:15 pm, "Raymond C."  wrote:
>
>
>
>
>
>
>
> > very unstable for me too.
>
> > yet, the status page is all green without absolute zero error rate.
>
> > On Dec 3, 7:26 pm, Kenneth  wrote:
>
> > > Everything include app and console timing out.
>
> > > Bloody hell google.

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



[google-appengine] Re: SSL google app engine and htmlunit2.8

2011-03-28 Thread Alexandru Farcaş
maybe this will help
http://code.google.com/p/googleappengine/issues/detail?id=4603

On Mar 26, 10:25 am, vinh tran  wrote:
> Hi!
>
> java.lang.RuntimeException: javax.net.ssl.SSLHandshakeException: Could
> not verify SSL certificate
>         at
> com.gargoylesoftware.htmlunit.UrlFetchWebConnection.getResponse(UrlFetchWeb 
> Connection.java:
> 150)
>         at
> com.gargoylesoftware.htmlunit.WebClient.loadWebResponseFromWebConnection(We 
> bClient.java:
> 1405)
>         at
> com.gargoylesoftware.htmlunit.WebClient.loadWebResponse(WebClient.java:
> 1324)
>         at com.gargoylesoftware.htmlunit.WebClient.download(WebClient.java:
> 2082)
>         at com.gargoylesoftware.htmlunit.html.HtmlForm.submit(HtmlForm.java:
> 131)
>         at
> com.gargoylesoftware.htmlunit.html.HtmlSubmitInput.doClickAction(HtmlSubmit 
> Input.java:
> 77)
>         at
> com.gargoylesoftware.htmlunit.html.HtmlElement.click(HtmlElement.java:
> 1263)
>         at
> com.gargoylesoftware.htmlunit.html.HtmlElement.click(HtmlElement.java:
> 1214)
>         at
> com.gargoylesoftware.htmlunit.html.HtmlElement.click(HtmlElement.java:
> 1177)
>
> thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-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: Huge latencies and so many 500 errors/Deadline Exceeded

2011-04-01 Thread Alexandru Farcaş
For those of you who have a high error rate, are you using Master/
Slave or High Replication?

On Apr 1, 8:10 pm, Everson Alves da Silva  wrote:
> I'm getting that a lot too in the last days; Today is better than yesterday
> but still getting a lot of it. Anyone know if they are treating it? I see
> the status says it's OK, but it is not.

-- 
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: Problem with built in indices and lists of properties

2011-04-14 Thread Alexandru Farcaş
Hi Robert,
Thanks for your answer.
If the number of results returned by each filter individually is
smaller than, let's say 1000, the "final" number of results will be
returned correctly?
I want to know if there are some known limits for this type of query
on a single list property (maybe for the size of the list, for the
number of the results returned by each filter, for the number of
filters, etc...). I didn't find the answer for this question.
In all queries that returns datastore need index exception I have one
filter that returns almost 9 entities and one that returns  < 500
results.
But I have also many queries with 3 filters (9 results, 5
results, 5 results) that returns the correct results.


Hi Andrei,
Yes, almost the same queries: the difference is that in the second
table I have a single list property. This list contains the rest of
fields from the first table.
I tried to limit the number of the results from datastore viewer but
with the same result :(.


On Apr 14, 5:03 pm, Andrei Cosmin Fifiiţă 
wrote:
> And also, i limit the number of results (for ex when implementing
> pagination)... Does that affect the success of the query ?
>
> 2011/4/14 Andrei Cosmin Fifiiţă :
>
>
>
>
>
>
>
> > I don't want to create custom indices cause they will fail... but does the
> > order of the equality filters matter?
>
> > On Apr 14, 2011 3:38 AM, "Robert Kluin"  wrote:

-- 
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: Problem with built in indices and lists of properties

2011-04-14 Thread Alexandru Farcaş
In this presentation, 
http://dl.google.com/io/2009/pres/W_0415_Building_Scalable_Complex_App_Engines.pdf,
at slide 53, google say that "to many overlapping values = lots of zig
- zagging"


I test my app with queries with individual results (9, <500) and I
didn't receive "Datastore need index exception...".
When I get this exception the query time is ~80ms. It looks like it
didn't try to zig zag anything...


On Apr 14, 8:34 pm, Robert Kluin  wrote:
> Hi Stephen,
>   Yeah, I didn't explain very that clearly at all; I think you did a
> significantly better job: "you have too few overlapping entities in
> the two sets."  That is exactly what I was trying to say. ;)
>
>   For those interested, the merge-join algorithm is explained here:
>    http://sites.google.com/site/io/under-the-covers-of-the-google-app-en...
>
> Robert
>
> 2011/4/15 Stephen Johnson :
>
>
>
>
>
>
>
> > Hi Alexander,
> > I'm sorry to disagree with Robert, but the zig zag merge-join doesn't return
> > the various rows for each index back to the application code to combine them
> > in the application. It's a difficult algorithm to explain in an email but
> > basically the problem looks to be that with the 9 entities and < 500
> > entites case you have too few overlapping entites in the two sets.
> > Basically, think of it as you start off with 9 possible candidates that
> > could be part of the result set. Now, the zig zag merge join goes and checks
> > the other list (the less than 500 list), but it basically does this one at a
> > time. Every time it doesn't find a match it throws that candidate away and
> > goes on to the next. It has to do this for each equality filter so if you
> > have 4 then it has to check for indexes for each candidate. You can see that
> > this can take some time. Now if it finds enough matches fast enough to
> > satisfy the query limit that is requested to be returned then all is fine,
> > but if it has to keep throwing candidates away and trying new ones than it
> > times out and reports that it needs an index. So with your queries that have
> > large individual results (9, 5 and 5) you obviously have a large
> > overlapping set and it finds enough matches very quickly, but when  you have
> > large sets combined with small sets (9 and <500) then you have few
> > overlaps but lots of checking to do.
> > I hope this helps and if I misinterpreted Robert's post then I apologize to
> > him.
> > Stephen
>
> > On Thu, Apr 14, 2011 at 8:36 AM, Alexandru Farcaş
> >  wrote:
>
> >> Hi Robert,
> >> Thanks for your answer.
> >> If the number of results returned by each filter individually is
> >> smaller than, let's say 1000, the "final" number of results will be
> >> returned correctly?
> >> I want to know if there are some known limits for this type of query
> >> on a single list property (maybe for the size of the list, for the
> >> number of the results returned by each filter, for the number of
> >> filters, etc...). I didn't find the answer for this question.
> >> In all queries that returns datastore need index exception I have one
> >> filter that returns almost 9 entities and one that returns  < 500
> >> results.
> >> But I have also many queries with 3 filters (9 results, 5
> >> results, 5 results) that returns the correct results.
>
> >> Hi Andrei,
> >> Yes, almost the same queries: the difference is that in the second
> >> table I have a single list property. This list contains the rest of
> >> fields from the first table.
> >> I tried to limit the number of the results from datastore viewer but
> >> with the same result :(.
>
> >> On Apr 14, 5:03 pm, Andrei Cosmin Fifiiţă 
> >> wrote:
> >> > And also, i limit the number of results (for ex when implementing
> >> > pagination)... Does that affect the success of the query ?
>
> >> > 2011/4/14 Andrei Cosmin Fifiiţă :
>
> >> > > I don't want to create custom indices cause they will fail... but does
> >> > > the
> >> > > order of the equality filters matter?
>
> >> > > On Apr 14, 2011 3:38 AM, "Robert Kluin" 
> >> > > wrote:
>
> >> --
> >> 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