[google-appengine] Server Error when update application with appcfg

2009-05-12 Thread Squall

Suddenly my application versions stop working. I could not set the
default version at [Versions] page.

Screenshoot: 
http://img.photobucket.com/albums/v124/squallz/MWSnap2009-05-1014_15_12.jpg

I have deleted most of the versions but it still didn't work as of
now.
I cant change the default version (Server Error: A server error has
occurred.)
I cant delete the version 8 either. (Error: cannot delete default
version)

Below is what I get when try to update version 8

appcfg --noisy update mydir/

2009-05-10 14:11:49,203 DEBUG appengine_rpc.py:349 Got http error,
this is try #1
2009-05-10 14:11:49,203 DEBUG appengine_rpc.py:343 Sending HTTP
request:
POST /api/appversion/create?version=8&app_id=smsjinx HTTP/1.1
Host: appengine.google.com
X-appcfg-api-version: 1
Content-type: application/octet-stream
User-agent: appcfg_py/1.2.2 win32/5.1.2600.2 Python/2.5.2.final.0

api_version: '1'
application: sm***x
handlers:
- static_files: static/\1
  upload: static/(.*)
  url: /static/(.*)
- script:  sm***x.py
  url: /.*
runtime: python
version: '8'

2009-05-10 14:11:49,921 DEBUG appengine_rpc.py:349 Got http error,
this is try #2
2009-05-10 14:11:49,921 DEBUG appengine_rpc.py:343 Sending HTTP
request:
POST /api/appversion/create?version=8&app_id=smsjinx HTTP/1.1
Host: appengine.google.com
X-appcfg-api-version: 1
Content-type: application/octet-stream
User-agent: appcfg_py/1.2.2 win32/5.1.2600.2 Python/2.5.2.final.0

api_version: '1'
application: sm***x
handlers:
- static_files: static/\1
  upload: static/(.*)
  url: /static/(.*)
- script: sm***x.py
  url: /.*
runtime: python
version: '8'

2009-05-10 14:11:50,641 DEBUG appengine_rpc.py:349 Got http error,
this is try #3
2009-05-10 14:11:50,641 DEBUG appengine_rpc.py:343 Sending HTTP
request:
POST /api/appversion/create?version=8&app_id=smsjinx HTTP/1.1
Host: appengine.google.com
X-appcfg-api-version: 1
Content-type: application/octet-stream
User-agent: appcfg_py/1.2.2 win32/5.1.2600.2 Python/2.5.2.final.0

api_version: '1'
application: sm***x
handlers:
- static_files: static/\1
  upload: static/(.*)
  url: /static/(.*)
- script:  sm***x.py
  url: /.*
runtime: python
version: '8'

2009-05-10 14:11:51,359 DEBUG appengine_rpc.py:349 Got http error,
this is try #4
2009-05-10 14:11:51,359 ERROR appcfg.py:1241 An unexpected error
occurred. Aborting.
Traceback (most recent call last):
  File "F:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 1219, in DoUpload
missing_files = self.Begin()
  File "F:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.py", line 1014, in Begin
version=self.version, payload=self.config.ToYAML())
  File "F:\Program Files\Google\google_appengine\google\appengine\tools
\appengine_rpc.py", line 344, in Send
f = self.opener.open(req)
  File "F:\Python25\lib\urllib2.py", line 387, in open
response = meth(req, response)
  File "F:\Python25\lib\urllib2.py", line 498, in http_response
'http', request, response, code, msg, hdrs)
  File "F:\Python25\lib\urllib2.py", line 425, in error
return self._call_chain(*args)
  File "F:\Python25\lib\urllib2.py", line 360, in _call_chain
result = func(*args)
  File "F:\Python25\lib\urllib2.py", line 506, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 500: Internal Server Error
Error 500: --- begin server output ---

Server Error (500)
A server error has occurred.
--- end server output ---

--~--~-~--~~~---~--~~
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: Server Error when update application with appcfg

2009-05-15 Thread Squall

After 24 hours and the quota reset. Everything is fine now. I guess
the bug is somewhat related to the quota. But I can't reproduce it.

On May 13, 8:48 am, "Jason (Google)"  wrote:
> If you're still seeing these errors when you attempt to change or update you
> application's version, can you reply with your application ID so I can take
> a closer look?
>
> - Jason
>
> On Sat, May 9, 2009 at 11:21 PM, Squall  wrote:
>
> > Suddenly my application versions stop working. I could not set the
> > default version at [Versions] page.
>
> > Screenshoot:
> >http://img.photobucket.com/albums/v124/squallz/MWSnap2009-05-1014_15_...
>
> > I have deleted most of the versions but it still didn't work as of
> > now.
> > I cant change the default version (Server Error: A server error has
> > occurred.)
> > I cant delete the version 8 either. (Error: cannot delete default
> > version)
>
> > Below is what I get when try to update version 8
>
> > appcfg --noisy update mydir/
>
> > 2009-05-10 14:11:49,203 DEBUG appengine_rpc.py:349 Got http error,
> > this is try #1
> > 2009-05-10 14:11:49,203 DEBUG appengine_rpc.py:343 Sending HTTP
> > request:
> > POST /api/appversion/create?version=8&app_id=smsjinx HTTP/1.1
> > Host: appengine.google.com
> > X-appcfg-api-version: 1
> > Content-type: application/octet-stream
> > User-agent: appcfg_py/1.2.2 win32/5.1.2600.2 Python/2.5.2.final.0
>
> > api_version: '1'
> > application: sm***x
> > handlers:
> > - static_files: static/\1
> >  upload: static/(.*)
> >  url: /static/(.*)
> > - script:  sm***x.py
> >  url: /.*
> > runtime: python
> > version: '8'
>
> > 2009-05-10 14:11:49,921 DEBUG appengine_rpc.py:349 Got http error,
> > this is try #2
> > 2009-05-10 14:11:49,921 DEBUG appengine_rpc.py:343 Sending HTTP
> > request:
> > POST /api/appversion/create?version=8&app_id=smsjinx HTTP/1.1
> > Host: appengine.google.com
> > X-appcfg-api-version: 1
> > Content-type: application/octet-stream
> > User-agent: appcfg_py/1.2.2 win32/5.1.2600.2 Python/2.5.2.final.0
>
> > api_version: '1'
> > application: sm***x
> > handlers:
> > - static_files: static/\1
> >  upload: static/(.*)
> >  url: /static/(.*)
> > - script: sm***x.py
> >  url: /.*
> > runtime: python
> > version: '8'
>
> > 2009-05-10 14:11:50,641 DEBUG appengine_rpc.py:349 Got http error,
> > this is try #3
> > 2009-05-10 14:11:50,641 DEBUG appengine_rpc.py:343 Sending HTTP
> > request:
> > POST /api/appversion/create?version=8&app_id=smsjinx HTTP/1.1
> > Host: appengine.google.com
> > X-appcfg-api-version: 1
> > Content-type: application/octet-stream
> > User-agent: appcfg_py/1.2.2 win32/5.1.2600.2 Python/2.5.2.final.0
>
> > api_version: '1'
> > application: sm***x
> > handlers:
> > - static_files: static/\1
> >  upload: static/(.*)
> >  url: /static/(.*)
> > - script:  sm***x.py
> >  url: /.*
> > runtime: python
> > version: '8'
>
> > 2009-05-10 14:11:51,359 DEBUG appengine_rpc.py:349 Got http error,
> > this is try #4
> > 2009-05-10 14:11:51,359 ERROR appcfg.py:1241 An unexpected error
> > occurred. Aborting.
> > Traceback (most recent call last):
> >  File "F:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.py", line 1219, in DoUpload
> >    missing_files = self.Begin()
> >  File "F:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.py", line 1014, in Begin
> >    version=self.version, payload=self.config.ToYAML())
> >  File "F:\Program Files\Google\google_appengine\google\appengine\tools
> > \appengine_rpc.py", line 344, in Send
> >    f = self.opener.open(req)
> >  File "F:\Python25\lib\urllib2.py", line 387, in open
> >    response = meth(req, response)
> >  File "F:\Python25\lib\urllib2.py", line 498, in http_response
> >    'http', request, response, code, msg, hdrs)
> >  File "F:\Python25\lib\urllib2.py", line 425, in error
> >    return self._call_chain(*args)
> >  File "F:\Python25\lib\urllib2.py", line 360, in _call_chain
> >    result = func(*args)
> >  File "F:\Python25\lib\urllib2.py", line 506, in http_error_default
> >    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> > HTTPError: HTTP Error 500: Internal Server Error
> > Error 500: --- begin server output ---
>
> > Server Error (500)
> > A server error has occurred.
> > --- end server output ---
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---