Re: [google-appengine] Re: Errors trying to deploy (503 - try again)

2010-12-08 Thread Nick Renny
I'm getting 500 errors or just long running 'will check agains' right
now.

-- 
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: [google-appengine] Re: Errors trying to deploy (503 - try again)

2010-12-07 Thread Sundar
hi David, are you sure it failed with the precompilation? I ask because I
don't have the 503 error any more and can't verify that precompilation was
the culprit. thanks
On Dec 7, 2010 10:24 PM, "David Tucker"  wrote:
> I was finally able to successfully deploy when I did the following:
>
> 1. remove the precompiled option from app.yaml (i.e. remove the following
> two lines):
>
> derived_file_type:
>
> - python_precompiled
>
> 2. Execute appcfg.py with the --no_precompilation option
>
> Previously I had been trying to deploy with just the --no_precompilation
> flag but the lines must be removed from app.yaml as well
>
> Dave
>
> On Tue, Dec 7, 2010 at 7:03 PM, Ikai Lan (Google)
> <
ikai.l%2bgro...@google.com >
>> wrote:
>
>> When you see a 503, try disabling precompilation. We've been having
issues
>> with that service recently that we're trying to hammer out:
>>
>> Java:
>>
>>
http://code.google.com/appengine/docs/java/config/appconfig.html#Disabling_Precompilation
>>
>> Python:
>>
>>
http://code.google.com/appengine/docs/python/config/appconfig.html#Precompilation
>>
>> Can you let us know if this works for you?
>>
>> --
>> Ikai Lan
>> Developer Programs Engineer, Google App Engine
>> Blogger: http://googleappengine.blogspot.com
>> Reddit: http://www.reddit.com/r/appengine
>> Twitter: http://twitter.com/app_engine
>>
>>
>>
>> On Tue, Dec 7, 2010 at 2:42 PM, Sundar  wrote:
>>
>>> I thought this might be a problem with 1.3.8 deploying, but after
updating
>>> to 1.4.0 I still have the same problem. So basically cannot update my
>>> application right now with fixes. Any ideas on what might be going on
would
>>> be very helpful. I was able to deploy at 3.40 EST without a problem.
>>>
>>> The appid is fpgamesserver-test, in case it's helpful to app-engine
>>> support staff.
>>>
>>>
>>> On Tue, Dec 7, 2010 at 4:48 PM, InspiradoGames wrote:
>>>
 Same here... Really need to get an update through today.

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

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

-- 
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: [google-appengine] Re: Errors trying to deploy (503 - try again)

2010-12-07 Thread David Tucker
I was finally able to successfully deploy when I did the following:

1. remove the precompiled option from app.yaml (i.e. remove the following
two lines):

   derived_file_type:

- python_precompiled

2. Execute appcfg.py with the --no_precompilation option

Previously I had been trying to deploy with just the --no_precompilation
flag but the lines must be removed from app.yaml as well

Dave

On Tue, Dec 7, 2010 at 7:03 PM, Ikai Lan (Google)

> wrote:

> When you see a 503, try disabling precompilation. We've been having issues
> with that service recently that we're trying to hammer out:
>
> Java:
>
> http://code.google.com/appengine/docs/java/config/appconfig.html#Disabling_Precompilation
>
> Python:
>
> http://code.google.com/appengine/docs/python/config/appconfig.html#Precompilation
>
> Can you let us know if this works for you?
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blogger: http://googleappengine.blogspot.com
> Reddit: http://www.reddit.com/r/appengine
> Twitter: http://twitter.com/app_engine
>
>
>
> On Tue, Dec 7, 2010 at 2:42 PM, Sundar  wrote:
>
>> I thought this might be a problem with 1.3.8 deploying, but after updating
>> to 1.4.0 I still have the same problem. So basically cannot update my
>> application right now with fixes. Any ideas on what might be going on would
>> be very helpful. I was able to deploy at 3.40 EST without a problem.
>>
>> The appid is fpgamesserver-test, in case it's helpful to app-engine
>> support staff.
>>
>>
>> On Tue, Dec 7, 2010 at 4:48 PM, InspiradoGames 
>> wrote:
>>
>>> Same here... Really need to get an update through today.
>>>
>>> --
>>> 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.
>>>
>>
>>  --
>> 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.
>>
>
>  --
> 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.
>

-- 
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: [google-appengine] Re: Errors trying to deploy (503 - try again)

2010-12-07 Thread Sundar
Something appears to have changed in the last 10 minutes. Deployment works
even with pre-compilation. I could try with precompilation disabled but it's
a bad test since things are working now :(

On Tue, Dec 7, 2010 at 8:03 PM, Ikai Lan (Google)

> wrote:

> When you see a 503, try disabling precompilation. We've been having issues
> with that service recently that we're trying to hammer out:
>
> Java:
>
> http://code.google.com/appengine/docs/java/config/appconfig.html#Disabling_Precompilation
>
> Python:
>
> http://code.google.com/appengine/docs/python/config/appconfig.html#Precompilation
>
> Can you let us know if this works for you?
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blogger: http://googleappengine.blogspot.com
> Reddit: http://www.reddit.com/r/appengine
> Twitter: http://twitter.com/app_engine
>
>
>
> On Tue, Dec 7, 2010 at 2:42 PM, Sundar  wrote:
>
>> I thought this might be a problem with 1.3.8 deploying, but after updating
>> to 1.4.0 I still have the same problem. So basically cannot update my
>> application right now with fixes. Any ideas on what might be going on would
>> be very helpful. I was able to deploy at 3.40 EST without a problem.
>>
>> The appid is fpgamesserver-test, in case it's helpful to app-engine
>> support staff.
>>
>>
>> On Tue, Dec 7, 2010 at 4:48 PM, InspiradoGames 
>> wrote:
>>
>>> Same here... Really need to get an update through today.
>>>
>>> --
>>> 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.
>>>
>>
>>  --
>> 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.
>>
>
>  --
> 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.
>

-- 
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: [google-appengine] Re: Errors trying to deploy (503 - try again)

2010-12-07 Thread Ikai Lan (Google)
When you see a 503, try disabling precompilation. We've been having issues
with that service recently that we're trying to hammer out:

Java:
http://code.google.com/appengine/docs/java/config/appconfig.html#Disabling_Precompilation

Python:
http://code.google.com/appengine/docs/python/config/appconfig.html#Precompilation

Can you let us know if this works for you?

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Tue, Dec 7, 2010 at 2:42 PM, Sundar  wrote:

> I thought this might be a problem with 1.3.8 deploying, but after updating
> to 1.4.0 I still have the same problem. So basically cannot update my
> application right now with fixes. Any ideas on what might be going on would
> be very helpful. I was able to deploy at 3.40 EST without a problem.
>
> The appid is fpgamesserver-test, in case it's helpful to app-engine support
> staff.
>
>
> On Tue, Dec 7, 2010 at 4:48 PM, InspiradoGames 
> wrote:
>
>> Same here... Really need to get an update through today.
>>
>> --
>> 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.
>>
>
>  --
> 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.
>

-- 
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: [google-appengine] Re: Errors trying to deploy (503 - try again)

2010-12-07 Thread Sundar
I thought this might be a problem with 1.3.8 deploying, but after updating
to 1.4.0 I still have the same problem. So basically cannot update my
application right now with fixes. Any ideas on what might be going on would
be very helpful. I was able to deploy at 3.40 EST without a problem.

The appid is fpgamesserver-test, in case it's helpful to app-engine support
staff.

On Tue, Dec 7, 2010 at 4:48 PM, InspiradoGames wrote:

> Same here... Really need to get an update through today.
>
> --
> 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.
>

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