[google-appengine] Re: Will Pipelines and MapReduce libraries work on Python 3.7?

2018-08-09 Thread Jacob G
That will require a substantial re-architecture for many of your long-time 
customers who have built their business on GAE. Do you have a deprecation 
roadmap yet for the Python 2.7 runtime, as well as the various built-in 
services (e.g., memcache, gae sdk apis, etc.)?


On Thursday, August 9, 2018 at 4:46:02 PM UTC-4, George (Cloud Platform 
Support) wrote:
>
> App Engine MapReduce is a community-maintained, open source library that 
> is built on top of App Engine services and is no longer supported by 
> Google. Cloud Dataflow, on the other hand, is fully supported by Google, 
> and provides extended functionality compared to App Engine MapReduce. You 
> are encouraged to migrate to Cloud Dataflow, if you did not do it already. 
>
> The google-cloud-python 
>  libraries 
> are supported on this runtime. You can use these libraries to access Google 
> Cloud Platform services such as Cloud Pub/Sub, Cloud Datastore, Cloud 
> Spanner and others. You can see the full list of supported products on the 
> repository's 
> README . More 
> related detail can be gathered from the "Understanding differences 
> between Python 2 and Python 3 on the App Engine standard environment" 
> documentation page 
> 
> . 
>

-- 
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/bf9b4b80-a6ea-429e-bcf7-2b4960fc5aac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Will Pipelines and MapReduce libraries work on Python 3.7?

2018-08-08 Thread Jacob G
Will Pipelines and MapReduce libraries work on Python 3.7?

-- 
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/7ee0fab2-b80c-4cf2-a734-1b45f5dae64d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] app engine app completely down

2017-06-07 Thread Jacob G
app engine app completely down. logs say "Request was aborted after waiting 
too long to attempt to service your request." no instance id is listed.

also google enterprise support site has error:

System unavailable

We're currently experiencing an issue affecting the Google Enterprise 
Support Center service. Users will be temporarily unable to use the system.

-- 
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/22616c33-eb61-4d52-a836-7c0bd74ff996%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Appengine SDK 1.9.4 is slow to query the datastore

2014-05-16 Thread Jacob G
Undoing the 1.9.3 change helps. I was still have performance issues after 
that, and Patrick Costello (GAE dev) advised me to try the following, which 
totally fixed all dev perf problems: In 
google.appengine.datastore.datastore_sqlite_stub, after the PRAGMA 
statement in __Init, insert the following code, start dev_appserver once, 
and then remove the code, and restart:

self.__connection.execute('DELETE FROM sqlite_stat1')
self.__connection.execute('ANALYZE sqlite_master')

On Thursday, May 15, 2014 10:02:11 AM UTC-4, bmurr wrote:
>
> Guess I should have searched the issues more carefully before posting:
>
>
> https://code.google.com/p/googleappengine/issues/detail?id=10845&q=stars%3A2&sort=-id&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log
>

-- 
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: App 100% Timouts

2013-10-08 Thread Jacob G
In the last couple minutes, instances started spinning up and handling 
requests.

On Tuesday, October 8, 2013 6:29:09 PM UTC-4, Jacob G wrote:
>
> Me too. My app has had 0 instance running since 5:38 PM EST due GAE 
> errors. I've filed a support case, and emailed contacts in Google. Still 
> waiting to hear back.
>
> On Tuesday, October 8, 2013 6:26:31 PM UTC-4, renderpaz wrote:
>>
>> Hello,
>>
>> Is anyone getting 100% timeouts? Haven't ever seen this, turning away 
>> about 100 qps right now. No changes to my code in days.
>>
>> No sign of this being for anyone but me.
>>
>> Help!
>>
>> Kevin
>>
>

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


[google-appengine] Re: App 100% Timouts

2013-10-08 Thread Jacob G
I'm running Python, although that doesn't contradict your theory at all.

On Tuesday, October 8, 2013 6:31:01 PM UTC-4, renderpaz wrote:
>
> This can't be a coincidence that it happened EXACTLY at the same time they 
> announced PHP general availability.
>
> On Tuesday, October 8, 2013 3:29:09 PM UTC-7, Jacob G wrote:
>>
>> Me too. My app has had 0 instance running since 5:38 PM EST due GAE 
>> errors. I've filed a support case, and emailed contacts in Google. Still 
>> waiting to hear back.
>>
>> On Tuesday, October 8, 2013 6:26:31 PM UTC-4, renderpaz wrote:
>>>
>>> Hello,
>>>
>>> Is anyone getting 100% timeouts? Haven't ever seen this, turning away 
>>> about 100 qps right now. No changes to my code in days.
>>>
>>> No sign of this being for anyone but me.
>>>
>>> Help!
>>>
>>> Kevin
>>>
>>

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


[google-appengine] Re: App 100% Timouts

2013-10-08 Thread Jacob G
Me too. My app has had 0 instance running since 5:38 PM EST due GAE errors. 
I've filed a support case, and emailed contacts in Google. Still waiting to 
hear back.

On Tuesday, October 8, 2013 6:26:31 PM UTC-4, renderpaz wrote:
>
> Hello,
>
> Is anyone getting 100% timeouts? Haven't ever seen this, turning away 
> about 100 qps right now. No changes to my code in days.
>
> No sign of this being for anyone but me.
>
> Help!
>
> Kevin
>

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


[google-appengine] Re: Task queue Problem

2013-06-25 Thread Jacob G
Google has finally officially ackowledged the problem on 
the google-appengine-downtime-notify group.

Also, it seems that the tasks are actually executing, but they are still 
being listed in the admin console task queue list. Something is slow about 
updating that list. I determined this by checking the logs for 
"/_ah/queue/deferred" which are tasks, and comparing 
the X-Appengine-Taskname header to the tasks listed in the queue. I have 
tasks completed 10 minutes ago still listed in the queue.


On Tuesday, June 25, 2013 8:23:09 AM UTC-4, Eric Ka Ka Ng wrote:
>
> Since around 2 hours ago, the task queues in our apps seems stop 
> functioning. The rate of task execution is very very slow (sometimes 0, 
> sometimes 10 / min, sometimes normal). is there any wrong with the task 
> queue and could someone from Google help? our apps relies heavily on task 
> queue
>
> - eric
>

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




[google-appengine] Re: Task queue Problem

2013-06-25 Thread Jacob G
+1 for us

On Tuesday, June 25, 2013 8:23:09 AM UTC-4, Eric Ka Ka Ng wrote:
>
> Since around 2 hours ago, the task queues in our apps seems stop 
> functioning. The rate of task execution is very very slow (sometimes 0, 
> sometimes 10 / min, sometimes normal). is there any wrong with the task 
> queue and could someone from Google help? our apps relies heavily on task 
> queue
>
> - eric
>

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




Re: [google-appengine] Task queue Problem

2013-06-25 Thread Jacob G
testing thread, b/c i think this group has been locked down...

On Tuesday, June 25, 2013 8:43:57 AM UTC-4, Sam wrote:
>
> We too can confirm that this issue is consistently affecting all our (HR) 
> Apps for the last 4 hours. The surprising thing is that during most of the 
> last 4 hours the "Task Queue" Status Page shows things as normal.
>
>
> On Tue, Jun 25, 2013 at 5:53 PM, Eric Ka Ka Ng 
> > wrote:
>
>> Since around 2 hours ago, the task queues in our apps seems stop 
>> functioning. The rate of task execution is very very slow (sometimes 0, 
>> sometimes 10 / min, sometimes normal). is there any wrong with the task 
>> queue and could someone from Google help? our apps relies heavily on task 
>> queue
>>
>> - eric
>>
>> -- 
>> 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-appengi...@googlegroups.com .
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

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




Re: [google-appengine] Re: increased latencies in App Engine in the last 6-8 hours

2013-06-25 Thread Jacob G
I'm also seeing slow-down on Task Queue execution rate. I emailed some 
Google contacts I have, but they usually do not reply. I presume they read 
it, and follow up on it. But they are very non-transparent.

On Tuesday, June 25, 2013 6:39:41 AM UTC-4, Sam wrote:
>
> For the last 4 hours there again seems to be issues with AppEngine. 
> Specifically, the Task Queue execution rate has slowed down dramatically. 
> The system is hardly executing one task a minute.
>
> Hope somebody at AppEngine end is already aware about these issues & 
> working on resolving the same.
>
>
> On Tue, Jun 25, 2013 at 4:17 AM, James Gilliam 
> 
> > wrote:
>
>> Here's the thing about the latency.  
>>
>> GAE has a serious datastore issue right now.  Old records are being 
>> returned instead of the most recent ones.  It is random.  In some cases, 
>> they are not returning all the rows for a particular table.  We are seeing 
>> this behavior in tables which were updated yesterday.  I submitted a 
>> critical production error documenting these issues with GAE, yesterday.
>>
>> I was able to get around one of the most serious situations I was having 
>> by recopying a namespace, after repeatedly querying to determine the real 
>> number of rows -- about half the time GAE was reporting the wrong number of 
>> rows.  The copied namespace is working ok for now.
>>
>> GAE is not transparent when they have serious issues imo.
>>
>> On Saturday, June 22, 2013 7:50:47 PM UTC-7, Jacob G wrote:
>>>
>>> I have noticed large latency increases in App Engine in the last 6-8 
>>> hours, seemingly from the HR datastore. It is not all the time, but it is 
>>> frequent. Http requests begin to be processed by an instance quickly, but 
>>> then a datastore request will be latent for 15+ seconds. Http requests that 
>>> used to complete in less than a second will take 25-60 seconds.
>>>
>>> Are you aware of this issue? I don't see any documentation of it in the 
>>> server status page, but there's definitely a problem!
>>>
>>  -- 
>> 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-appengi...@googlegroups.com .
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

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




[google-appengine] increased latencies in App Engine in the last 6-8 hours

2013-06-22 Thread Jacob G
I have noticed large latency increases in App Engine in the last 6-8 hours, 
seemingly from the HR datastore. It is not all the time, but it is 
frequent. Http requests begin to be processed by an instance quickly, but 
then a datastore request will be latent for 15+ seconds. Http requests that 
used to complete in less than a second will take 25-60 seconds.

Are you aware of this issue? I don't see any documentation of it in the 
server status page, but there's definitely a problem!

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




[google-appengine] Re: New experimental development server for Python

2013-02-08 Thread Jacob G
Hi Brian,

This new development server sounds very exciting. I haven't had a chance 
yet to try it, but I look forward to checking out all these great features.

One question I have is regarding your bullet point "Add automatic 
conversion from the datastore file stub to the sqlite stub." Does this 
feature address the conversion failure problem discussed here:

http://stackoverflow.com/questions/14627143/gae-port-sqlite-fails-on-local-dev-server


Thanks.

On Wednesday, February 6, 2013 2:06:03 AM UTC-5, Brian Quinlan wrote:
>
> We have released a new version of the new Python development server. 
> This development server will replace the existing one in the 1.7.6 
> release so we'd greatly appreciate any feedback. 
>
> To download: 
> https://code.google.com/p/appengine-devappserver2-experiment/downloads/ 
>
> Features: 
> - Add a blobstore viewer (thanks Alex!) 
> - Several UI improvements (thanks Alex) 
> - Add protorpc support 
> - Add automatic conversion from the datastore file stub to the sqlite 
> stub. 
> - Add update checking 
>
> Bug fixes: 
> - Allow starting background threads from backends handling /_ah/start 
> requests. 
> - Set DEFAULT_VERSION_HOSTNAME 
> - Avoid crashing on empty backends 
> - Set environ['SERVER_NAME'] to match environ['HTTP_HOST'] 
> - Make exception logging more robust 
> - Bypass login: required for inbound xmpp requests from the admin UI 
> - Stop raising KeyboardInterrupts in async_quit and for SIGTERM and SIGINT 
> - Gracefully handle the case where 'headers' or 'response_code' are not 
> set 
> - Always filter x-appengine-fake-is-admin and x-appengine-fake-logged-in 
> headers 
>
> Cheers, 
> Brian 
>
> On Mon, Jan 21, 2013 at 3:11 PM, Brian Quinlan 
> > 
> wrote: 
> > We have released a new version of the experimental Python development 
> > server. We think that it is very usable at this point and has some 
> > significant improvements over the existing version. 
> > 
> > To download: 
> > 
> http://code.google.com/p/appengine-devappserver2-experiment/downloads/detail?name=devappserver2-v0.5.zip
>  
> > 
> > Changes: 
> > - a functionally complete administrative UI (it is also a lot more 
> polished 
> > but still needs some work) 
> > - more reliable task execution 
> > - (experimental) support for local Cloud SQL development 
> > - lots of bug fixes! 
> > 
> > As always, feedback is very welcome! 
> > 
> > Cheers, 
> > Brian 
> > 
> > 
> > 
> > On Tue, Nov 27, 2012 at 1:14 PM, Brian Quinlan 
> > > 
> wrote: 
> >> 
> >> Hi, 
> >> 
> >> I'm happy to announce that the App Engine team is working on a new 
> >> development server for Python (and eventually Go). 
> >> 
> >> The new development server aims to provide higher performance for 
> >> complex applications and better emulation of the App Engine deployment 
> >> environment. 
> >> 
> >> There are several features that are currently missing: 
> >> - support for backends 
> >> - the administrative UI (i.e. _ah/admin) 
> >> - Go 
> >> 
> >> Development is still at an early stage so I'm sure that there are lots 
> >> of bugs to be found and fixed. 
> >> 
> >> Which is why we'd appreciate your help in testing and, if you are 
> >> feeling keen, fixing these issues. 
> >> 
> >> You can download the latest version from: 
> >> http://code.google.com/p/appengine-devappserver2-experiment/downloads/ 
> >> 
> >> Or work directly with the git repository: 
> >> 
> >> 
> http://code.google.com/p/appengine-devappserver2-experiment/source/checkout 
> >> 
> >> There is also a public discussion group associated with the project: 
> >> 
> >> 
> https://groups.google.com/forum/?fromgroups#!forum/appengine-devappserver2-discuss
>  
> >> 
> >> Thanks for your help! 
> >> 
> >> Cheers, 
> >> Brian - App Engine Python Team 
> > 
> > 
>

-- 
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: Abnormal instance restarting

2013-02-06 Thread Jacob G
Hi Prashant,

Indeed, it does look like something in GAE's instance scheduler. I've 
always had idle instances set to automatic, but now it seems that GAE is 
much more aggressive at shutting down instances in that mode. If I set a 
minimum, it is a bit more stable. However, even still, there is always one 
extra last instance that keeps getting created & destroyed, created & 
destroyed, etc But at least, request latency went back to normal.

On Tuesday, February 5, 2013 10:03:25 PM UTC-5, prashant wrote:
>
> Has there been any change in the last 24 hours in the scheduler logic? Has 
> there been any patch applied on some apps? 
>
> Anyone experienced abnormal restarting of instances? 
>
> Can someone from Google please look at this production  issue?
>
> http://code.google.com/p/googleappengine/issues/detail?id=8773
>
> Thanks
> Prashant
>
>

-- 
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: Abnormal instance restarting

2013-02-06 Thread Jacob G
And make sure you star both issues, so they get attention from Google!

On Wednesday, February 6, 2013 7:45:39 AM UTC-5, Jacob G wrote:
>
> I also am experiencing this. I starred your issue, and also created a new 
> one with Critical priority (yours is set to Medium). Here is the new issue:
>
> http://code.google.com/p/googleappengine/issues/detail?id=8781
>
> On Tuesday, February 5, 2013 10:03:25 PM UTC-5, prashant wrote:
>>
>> Has there been any change in the last 24 hours in the scheduler logic? 
>> Has there been any patch applied on some apps? 
>>
>> Anyone experienced abnormal restarting of instances? 
>>
>> Can someone from Google please look at this production  issue?
>>
>> http://code.google.com/p/googleappengine/issues/detail?id=8773
>>
>> Thanks
>> Prashant
>>
>>

-- 
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: Every day around 9.10 AM Brussels time, huge drop in GAE performances

2013-02-06 Thread Jacob G
Since Monday evening, I've seen terrible performance throughout the day on 
GAE. Almost every request spawns a new instance, and the prior instance(s) 
disappear without any information in the logs. Latency is terrible!

Issue created here: 
 http://code.google.com/p/googleappengine/issues/detail?id=8781

Make sure you star it so it gets attention!

On Wednesday, February 6, 2013 6:39:49 AM UTC-5, gafal wrote:
>
> This might help: At 9:00 AM, the GAE Daily quotas are reset. It might put 
> GAE under a heavy load.
>
> here is a log of a cron  (requestwhich does nothing (see code here under) 
> execution duration.
>
>1. 
>   1.  2013-02-06 09:39:00.657 /cron/StayUp 200 6ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>2. 
>   1.  2013-02-06 09:38:00.625 /cron/StayUp 200 76ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>3. 
>   1.  2013-02-06 09:37:00.475 /cron/StayUp 200 8ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>4. 
>   1.  2013-02-06 09:36:00.444 /cron/StayUp 200 7ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>5. 
>   1.  2013-02-06 09:35:00.418 /cron/StayUp 200 9ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>6. 
>   1.  2013-02-06 09:34:02.374 /cron/StayUp 200 1411ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>7. 
>   1.  2013-02-06 09:33:00.869 /cron/StayUp 200 7ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>8. 
>   1.  2013-02-06 09:32:00.789 /cron/StayUp 200 31ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>9. 
>   1.  2013-02-06 09:31:00.701 /cron/StayUp 200 8ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>10. 
>   1.  2013-02-06 09:30:00.629 /cron/StayUp 200 7ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>11. 
>   1.  2013-02-06 09:29:00.561 /cron/StayUp 200 13ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>12. 
>   1.  2013-02-06 09:28:02.473 /cron/StayUp 200 1432ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>13. 
>   1.  2013-02-06 09:27:01.572 /cron/StayUp 200 525ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>14. 
>   1.  2013-02-06 09:26:00.876 /cron/StayUp 200 11ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>15. 
>   1.  2013-02-06 09:25:00.747 /cron/StayUp 200 534ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>16. 
>   1.  2013-02-06 09:24:01.129 /cron/StayUp 200 82ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>17. 
>   1.  2013-02-06 09:23:03.786 /cron/StayUp 200 2988ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>18. 
>   1.  2013-02-06 09:22:00.555 /cron/StayUp 200 503ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>19. 
>   1.  2013-02-06 09:21:01.022 /cron/StayUp 200 224ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>20. 
>   1.  2013-02-06 09:20:01.810 /cron/StayUp 200 1274ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>21. 
>   1.  2013-02-06 09:19:02.328 /cron/StayUp 200 1778ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>22. 
>   1.  2013-02-06 09:18:00.498 /cron/StayUp 200 54ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>23. 
>   1.  2013-02-06 09:17:04.781 /cron/StayUp 500 3733ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>   2.  W 2013-02-06 09:17:04.781 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 nex 
>24. 
>   1.  2013-02-06 09:16:01.497 /cron/StayUp 200 1246ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>25. 
>   1.  2013-02-06 09:15:02.913 /cron/StayUp 200 2100ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>26. 
>   1.  2013-02-06 09:14:00.588 /cron/StayUp 200 44ms 0kb AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>27. 
>   1.  2013-02-06 09:13:01.350 /cron/StayUp 200 375ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>28. 
>   1.  2013-02-06 09:12:29.899 /cron/StayUp 200 89203ms 0kb 
> AppEngine-Google; 
>   (+http://code.google.com/appengine) 
>   2.  I 2013-02-06 09:11:23.884 javax.servlet.ServletContext log: 
>   Initializing Spring root WebApplicationContext 
>   3.  I 2013-02-06 09:12:29.895 This request caused a new process to 
>   be started for your application, and thus caused your application code 
> to 
>   be loaded

[google-appengine] Re: Abnormal instance restarting

2013-02-06 Thread Jacob G
I also am experiencing this. I starred your issue, and also created a new 
one with Critical priority (yours is set to Medium). Here is the new issue:

http://code.google.com/p/googleappengine/issues/detail?id=8781

On Tuesday, February 5, 2013 10:03:25 PM UTC-5, prashant wrote:
>
> Has there been any change in the last 24 hours in the scheduler logic? Has 
> there been any patch applied on some apps? 
>
> Anyone experienced abnormal restarting of instances? 
>
> Can someone from Google please look at this production  issue?
>
> http://code.google.com/p/googleappengine/issues/detail?id=8773
>
> Thanks
> Prashant
>
>

-- 
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] Python app instances failing !!!

2013-01-31 Thread Jacob G
An issue has been filed. Make you sure you star it if it's happening to you 
too!

http://code.google.com/p/googleappengine/issues/detail?id=8750

-- 
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: Can not deploy

2013-01-28 Thread Jacob G
Issue filed here: 
 http://code.google.com/p/googleappengine/issues/detail?id=8734

Make sure you star it, so it gets attention!

On Monday, January 28, 2013 9:47:04 AM UTC-5, Jacob G wrote:
>
> +1
>
> On Monday, January 28, 2013 9:40:55 AM UTC-5, emerix wrote:
>>
>> same here :(
>>
>> On Monday, January 28, 2013 3:07:15 PM UTC+1, 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] Re: Can not deploy

2013-01-28 Thread Jacob G
+1

On Monday, January 28, 2013 9:40:55 AM UTC-5, emerix wrote:
>
> same here :(
>
> On Monday, January 28, 2013 3:07:15 PM UTC+1, 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] Deployment fails every time on Monday January 28 2013

2013-01-28 Thread Jacob G
Issue filed 
here: http://code.google.com/p/googleappengine/issues/detail?id=8734

Star it if you are also 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] App deployment still failing, issue file, please star it

2013-01-15 Thread Jacob G
App deployment is still failing. An issue has been filed:

http://code.google.com/p/googleappengine/issues/detail?id=8687


Make sure you star it, so it gets attention! 

-- 
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/-/7ZKrYh_OS1IJ.
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 Jacob G
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:*
 * 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/-/A8zXn2gZay0J.
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: Our application is very slow and appengine.google.com is unreachable

2013-01-15 Thread Jacob G
Everybody should star the issue: http://code.google.com/**
p/googleappengine/issues/**detail?id=8674

On Tuesday, January 15, 2013 10:41:40 AM UTC-5, Nicanor Babula wrote:
>
> Dear Google Appengine team,
>
> As of 16:30 GMT +1 our application started encountering high latencies out 
> of nowhere and requests started throwing unexplicable 500 errors. Also, 
> appengine.google.com is not reachable (500 http error). Please let us 
> know something ASAP so we can give explanations to our customers.
>
> appid: domodentweb2
> datastore: HRD
> sdk: 174-java
>
> Best regards,
> Cristian Nicanor Babula
> www.domodent.it/en/
>

-- 
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/-/CtOFlokod6wJ.
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: Our application is very slow and appengine.google.com is unreachable

2013-01-15 Thread Jacob G
Me too, plus Pingdom is reporting GAE down.

Issue created 
here: http://code.google.com/p/googleappengine/issues/detail?id=8674

On Tuesday, January 15, 2013 10:41:40 AM UTC-5, Nicanor Babula wrote:
>
> Dear Google Appengine team,
>
> As of 16:30 GMT +1 our application started encountering high latencies out 
> of nowhere and requests started throwing unexplicable 500 errors. Also, 
> appengine.google.com is not reachable (500 http error). Please let us 
> know something ASAP so we can give explanations to our customers.
>
> appid: domodentweb2
> datastore: HRD
> sdk: 174-java
>
> Best regards,
> Cristian Nicanor Babula
> www.domodent.it/en/
>

-- 
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/-/GP1SrCLnMskJ.
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 Jacob G
Me too, plus Pingdom is reporting GAE down.

Issue created 
here: http://code.google.com/p/googleappengine/issues/detail?id=8674


On Tuesday, January 15, 2013 10:43:16 AM UTC-5, Jesús Espejo wrote:
>
> I have the same problem. I cannot even deploy an application, but the 
> application already uploaded works fine.
>
> El martes, 15 de enero de 2013 16:37:16 UTC+1, Marcel Manz escribió:
>>
>> 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/-/L3JVGyFHNAYJ.
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: status page is reporting 40% static file errors for the past 12 hours.

2012-03-16 Thread Jacob G
My app is also affected by this, and I'm wondering what the status/ETA is 
on resolution.

On Friday, March 16, 2012 8:20:53 AM UTC-4, Kenneth wrote:
>
> I feel like I'm living in a twilight zone.  Is anyone else having a 
> serious problem with static files?
>
> The status page has a 40% error rate, it's been going on now for about 12 
> hours?  I've never seen so much red on the status page.
>
>
> http://code.google.com/status/appengine/detail/serving/2012/03/16#ae-trust-detail-static-get-large-nogzip-error_rate
>
> "No alerts for this day."
>

-- 
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/-/dL_CT5kFF1kJ.
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] SaaS for government on GAE

2011-10-24 Thread Jacob G
What is the US government policy (at federal, state, county levels, etc.) 
for using software services running on GAE?

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/-/7IfwNLDZrHgJ.
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] Error creating new GAE application. Now App-ID seems to be permanently inaccessible

2011-10-12 Thread Jacob G
Hi,
A while back, I tried to create a new GAE application in the dashboard with 
my company's name as App-ID. There was some GAE server error when I 
submitted, and ever since then, the App-ID is not accessible to create as a 
new application. It looks it was put in a permanent reserved state, even 
though the application was never created.

How do I recover this App-ID?

Thanks, Jacob

-- 
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/-/4q_0hgaov6cJ.
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 : error 500

2011-08-12 Thread Jacob G
Also, the 500 error always occurs at the following point:

Scanning files on local disk.
Scanned 500 files.
Scanned 1000 files.
Scanned 1500 files.
Scanned 2000 files.
Cloning 604 static files.
Cloned 100 files.
Cloned 200 files.
Cloned 300 files.
Cloned 400 files.
Cloned 500 files.
Cloned 600 files.
Cloning 1637 application files.
Cloned 100 files.
Rolling back the update.
Error 500: --- begin server output ---


On Aug 12, 12:50 pm, Jacob G  wrote:
> I am also experiencing 500 errors when deploying for the last 15
> minutes or so. Before that, it was working. Error:
>
> 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 report your problem and
> mention this error message and the query that caused it.
> 
> 
> --- end server output ---
>
> On Aug 12, 12:43 pm, Jason Collins  wrote:
>
>
>
>
>
>
>
> > We are seeing this at the moment.
> > j
>
> > On Aug 12, 10:17 am, Robert Kluin  wrote:
>
> > > Are you still seeing problems? There have been sporadic deploy issues 
> > > recently.
>
> > > Robert
>
> > > On Thu, Aug 11, 2011 at 10:38, Benjamin Michel
>
> > >  wrote:
> > > > Hi,
> > > > I've tried to deploy my app several times, but I always got a 500 error 
> > > > :
>
> > > > Unable to update:
> > > > java.io.IOException: Error posting to URL:
> > > >https://appengine.google.com/api/appversion/create?app_id=caribanadev...
> > > > 500 Internal Server Error
>
> > > > Server Error (500)
> > > > A server error has occurred.
>
> > > > at
> > > > com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServ
> > > >  erConnection.java:249)
> > > > at
> > > > com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServ
> > > >  erConnection.java:207)
> > > > at
> > > > com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.jav
> > > >  a:639)
> > > > at
> > > > com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersi
> > > >  onUpload.java:446)
> > > > at
> > > > com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload
> > > >  .java:137)
> > > > at
> > > > com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:30
> > > >  0)
> > > > at
> > > > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:52)
> > > > at
> > > > com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngin
> > > >  eBridgeImpl.java:265)
> > > > at
> > > > com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(De
> > > >  ployProjectJob.java:144)
> > > > at
> > > > org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorksp
> > > >  aceJob.java:38)
> > > > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
>
> > > > I tried from different computer, on different networks. I use Eclipse 
> > > > Indigo
> > > > with the last Google plugin version, and GAE version 1.5.2.
>
> > > > Has anybody an idea of what is happening ?
>
> > > > Benjamin
>
> > > > --
> > > > 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/-/vQs0rZB4YG8J.
> > > > 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 : error 500

2011-08-12 Thread Jacob G
I am also experiencing 500 errors when deploying for the last 15
minutes or so. Before that, it was working. Error:

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 report your problem and
mention this error message and the query that caused it.


--- end server output ---


On Aug 12, 12:43 pm, Jason Collins  wrote:
> We are seeing this at the moment.
> j
>
> On Aug 12, 10:17 am, Robert Kluin  wrote:
>
>
>
>
>
>
>
> > Are you still seeing problems?  There have been sporadic deploy issues 
> > recently.
>
> > Robert
>
> > On Thu, Aug 11, 2011 at 10:38, Benjamin Michel
>
> >  wrote:
> > > Hi,
> > > I've tried to deploy my app several times, but I always got a 500 error :
>
> > > Unable to update:
> > > java.io.IOException: Error posting to URL:
> > >https://appengine.google.com/api/appversion/create?app_id=caribanadev...
> > > 500 Internal Server Error
>
> > > Server Error (500)
> > > A server error has occurred.
>
> > >     at
> > > com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServ
> > >  erConnection.java:249)
> > >     at
> > > com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServ
> > >  erConnection.java:207)
> > >     at
> > > com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.jav
> > >  a:639)
> > >     at
> > > com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersi
> > >  onUpload.java:446)
> > >     at
> > > com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload
> > >  .java:137)
> > >     at
> > > com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:30
> > >  0)
> > >     at
> > > com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:52)
> > >     at
> > > com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngin
> > >  eBridgeImpl.java:265)
> > >     at
> > > com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(De
> > >  ployProjectJob.java:144)
> > >     at
> > > org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorksp
> > >  aceJob.java:38)
> > >     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
>
> > > I tried from different computer, on different networks. I use Eclipse 
> > > Indigo
> > > with the last Google plugin version, and GAE version 1.5.2.
>
> > > Has anybody an idea of what is happening ?
>
> > > Benjamin
>
> > > --
> > > 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/-/vQs0rZB4YG8J.
> > > 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: how to override skip_files on local dev server

2011-07-18 Thread Jacob G
Thanks.

I just looked at the code in dev_appserver.py and
dev_appserver_main.py, and saw that there is a command line option "--
allow_skipped_files". I plan to use this on my dev server to get
around this problem.

On Jul 15, 6:36 pm, Jay Young  wrote:
> Put your JS files outside of your app's directory structure and have your
> build process put the minified files in the right folder.  If you need to
> serve all of your JS files during development, you can serve them separately
> from your app using "python -m SimpleHTTPServer" from your root JS
> directory.  You just need to update the 

[google-appengine] Re: how to override skip_files on local dev server

2011-07-15 Thread Jacob G
To clarify, I don't want these file uploaded at all to GAE, because
I'll go over 3000 file limit.

On Jul 15, 3:17 pm, Jacob G  wrote:
> skip_files seems to block access on local dev server. How do override
> that? I need it for minifying javascript, but having access to
> original files on dev server for debugging.

-- 
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] how to override skip_files on local dev server

2011-07-15 Thread Jacob G
skip_files seems to block access on local dev server. How do override
that? I need it for minifying javascript, but having access to
original files on dev server for debugging.

-- 
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] App Engine for Business roadmap out date: When is Custom Domain SSL coming?

2011-02-08 Thread Jacob G
The App Engine for Business roadmap is out of date:
http://code.google.com/appengine/business/roadmap.html

It say Custom Domain SSL is estimating a limited release by EOY 2010.
And here we are in Feb 2011 with no SSL or updated target date.

Does anyone have an update? We are developers need to make our own
schedules and plans, so if we can get information and reliability from
Google, I may have to look at Amazon Web Services.

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