[google-appengine] Re: app upload issues - appcfg.py

2009-04-10 Thread Jeff S

Moved discussion to this thread:

http://groups.google.com/group/google-appengine-python/browse_thread/thread/1f8b8f69c7999cf5

On Apr 10, 11:19 am, Jeff S  wrote:
> Hi vv,
>
> Are you behind a proxy? It looks like appcfg was unable to perform a DNS
> lookup for the App Engine server. Could you give me more information about
> your OS and settings.
>
> There are some suggestions mentioned in this issue, but not all of them will
> be applicable to your configuration:
>
> http://code.google.com/p/googleappengine/issues/detail?id=126
>
> Thank you,
>
> Jeff
>
> On Thu, Apr 9, 2009 at 10:48 PM, vv  wrote:
>
> > im having some trouble uploading a locally running program to
> > appengine. i'm using python release 2.5.4 and appengine sdk version
> > 1.1.9. the trace is as below. help much appreciated - vv
>
> > -
> > C:\Documents and Settings\venuv\Desktop\google app eng\apps>appcfg.py
> > --noisy --no_cookies update unboxer
> > 2009-04-10 00:26:08,983 INFO appengine_rpc.py:120 Server:
> > appengine.google.com
> > 2009-04-10 00:26:08,983 INFO appcfg.py:319 Checking for updates to the
> > SDK.
> > 2009-04-10 00:26:09,108 INFO appcfg.py:328 Update check failed:
> > 
> > 2009-04-10 00:26:09,108 INFO appcfg.py:1178 Reading app configuration.
> > Scanning files on local disk.
> > 2009-04-10 00:26:09,108 INFO appcfg.py:1189 Ignoring file 'app.yaml':
> > File matches ignore regex.
> > 2009-04-10 00:26:09,108 INFO appcfg.py:1189 Ignoring file
> > 'index.yaml': File matches ignore regex.
> > 2009-04-10 00:26:09,125 INFO appcfg.py:1197 Processing file 'main.py'
> > 2009-04-10 00:26:09,140 INFO appcfg.py:1197 Processing file
> > 'stylesheets/main.css'
> > 2009-04-10 00:26:09,155 INFO appcfg.py:1197 Processing file 'gdata/
> > auth.py'
> > 2009-04-10 00:26:09,171 INFO appcfg.py:1189 Ignoring file 'gdata/
> > auth.pyc': File matches ignore regex.
> > 2009-04-10 00:26:09,171 INFO appcfg.py:1197 Processing file 'gdata/
> > service.py'
> > 2009-04-10 00:26:09,171 INFO appcfg.py:1189 Ignoring file 'gdata/
> > service.pyc': File matches ignore regex.
> > 2009-04-10 00:26:09,187 INFO appcfg.py:1197 Processing file 'gdata/
> > urlfetch.py'
>
> > 2009-04-10 00:26:09,187 INFO appcfg.py:1189 Ignoring file 'gdata/
> > urlfetch.pyc':
> > File matches ignore regex.
> > 2009-04-10 00:26:09,187 INFO appcfg.py:1197 Processing file 'gdata/
> > __init__.py'
>
> > 2009-04-10 00:26:09,203 INFO appcfg.py:1189 Ignoring file 'gdata/
> > __init__.pyc':
> > File matches ignore regex.
> > 2009-04-10 00:26:09,203 INFO appcfg.py:1197 Processing file 'gdata/
> > youtube/servi
> > ce.py'
> > 2009-04-10 00:26:09,217 INFO appcfg.py:1189 Ignoring file 'gdata/
> > youtube/service.pyc': File matches ignore regex.
> > 2009-04-10 00:26:09,217 INFO appcfg.py:1197 Processing file 'gdata/
> > youtube/__init__.py'
> > 2009-04-10 00:26:09,217 INFO appcfg.py:1189 Ignoring file 'gdata/
> > youtube/__init_
> > _.pyc': File matches ignore regex.
> > 2009-04-10 00:26:09,217 INFO appcfg.py:1197 Processing file 'gdata/
> > media/__init_
> > _.py'
> > 2009-04-10 00:26:09,250 INFO appcfg.py:1189 Ignoring file 'gdata/media/
> > __init__.
> > pyc': File matches ignore regex.
> > 2009-04-10 00:26:09,250 INFO appcfg.py:1197 Processing file 'gdata/geo/
> > __init__.
> > py'
> > 2009-04-10 00:26:09,265 INFO appcfg.py:1189 Ignoring file 'gdata/geo/
> > __init__.py
> > c': File matches ignore regex.
> > 2009-04-10 00:26:09,265 INFO appcfg.py:1197 Processing file 'atom/
> > service.py'
> > 2009-04-10 00:26:09,296 INFO appcfg.py:1189 Ignoring file 'atom/
> > service.pyc': Fi
> > le matches ignore regex.
> > 2009-04-10 00:26:09,296 INFO appcfg.py:1197 Processing file 'atom/
> > __init__.py'
> > 2009-04-10 00:26:09,312 INFO appcfg.py:1189 Ignoring file 'atom/
> > __init__.pyc': F
> > ile matches ignore regex.
> > 2009-04-10 00:26:09,312 INFO appcfg.py:1189 Ignoring file '.idlerc/
> > breakpoints.l
> > st': File matches ignore regex.
> > 2009-04-10 00:26:09,312 INFO appcfg.py:1189 Ignoring file '.idlerc/
> > recent-files.
> > lst': File matches ignore regex.
> > Initiating update.
> > 2009-04-10 00:26:09,328 ERROR appcfg.py:1235 An unexpected error
> > occurred. Aborting.
> > Traceback (most recent call last):
> >  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.p
> > y", line 1213, in DoUpload
> >    missing_files = self.Begin()
> >  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> > \appcfg.py", line 1009, in Begin
> >    version=self.version, payload=self.config.ToYAML())
> >  File "c:\Program Files\Google\google_appengine\google\appengine\tools
> > \appengine_rpc.py", line 303, in Send
> >    f = self.opener.open(req)
> >  File "C:\Python25\lib\urllib2.py", line 381, in open
> >    response = self._open(req, data)
> >  File "C:\Python25\lib\urllib2.py", line 399, in _open
> >    '_open', req)
> >  File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
> >    result = func(*args)
> >  Fil

[google-appengine] Re: app upload issues - appcfg.py

2009-04-10 Thread Jeff S
Hi vv,

Are you behind a proxy? It looks like appcfg was unable to perform a DNS
lookup for the App Engine server. Could you give me more information about
your OS and settings.

There are some suggestions mentioned in this issue, but not all of them will
be applicable to your configuration:

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

Thank you,

Jeff

On Thu, Apr 9, 2009 at 10:48 PM, vv  wrote:

>
> im having some trouble uploading a locally running program to
> appengine. i'm using python release 2.5.4 and appengine sdk version
> 1.1.9. the trace is as below. help much appreciated - vv
>
> -
> C:\Documents and Settings\venuv\Desktop\google app eng\apps>appcfg.py
> --noisy --no_cookies update unboxer
> 2009-04-10 00:26:08,983 INFO appengine_rpc.py:120 Server:
> appengine.google.com
> 2009-04-10 00:26:08,983 INFO appcfg.py:319 Checking for updates to the
> SDK.
> 2009-04-10 00:26:09,108 INFO appcfg.py:328 Update check failed:
> 
> 2009-04-10 00:26:09,108 INFO appcfg.py:1178 Reading app configuration.
> Scanning files on local disk.
> 2009-04-10 00:26:09,108 INFO appcfg.py:1189 Ignoring file 'app.yaml':
> File matches ignore regex.
> 2009-04-10 00:26:09,108 INFO appcfg.py:1189 Ignoring file
> 'index.yaml': File matches ignore regex.
> 2009-04-10 00:26:09,125 INFO appcfg.py:1197 Processing file 'main.py'
> 2009-04-10 00:26:09,140 INFO appcfg.py:1197 Processing file
> 'stylesheets/main.css'
> 2009-04-10 00:26:09,155 INFO appcfg.py:1197 Processing file 'gdata/
> auth.py'
> 2009-04-10 00:26:09,171 INFO appcfg.py:1189 Ignoring file 'gdata/
> auth.pyc': File matches ignore regex.
> 2009-04-10 00:26:09,171 INFO appcfg.py:1197 Processing file 'gdata/
> service.py'
> 2009-04-10 00:26:09,171 INFO appcfg.py:1189 Ignoring file 'gdata/
> service.pyc': File matches ignore regex.
> 2009-04-10 00:26:09,187 INFO appcfg.py:1197 Processing file 'gdata/
> urlfetch.py'
>
> 2009-04-10 00:26:09,187 INFO appcfg.py:1189 Ignoring file 'gdata/
> urlfetch.pyc':
> File matches ignore regex.
> 2009-04-10 00:26:09,187 INFO appcfg.py:1197 Processing file 'gdata/
> __init__.py'
>
> 2009-04-10 00:26:09,203 INFO appcfg.py:1189 Ignoring file 'gdata/
> __init__.pyc':
> File matches ignore regex.
> 2009-04-10 00:26:09,203 INFO appcfg.py:1197 Processing file 'gdata/
> youtube/servi
> ce.py'
> 2009-04-10 00:26:09,217 INFO appcfg.py:1189 Ignoring file 'gdata/
> youtube/service.pyc': File matches ignore regex.
> 2009-04-10 00:26:09,217 INFO appcfg.py:1197 Processing file 'gdata/
> youtube/__init__.py'
> 2009-04-10 00:26:09,217 INFO appcfg.py:1189 Ignoring file 'gdata/
> youtube/__init_
> _.pyc': File matches ignore regex.
> 2009-04-10 00:26:09,217 INFO appcfg.py:1197 Processing file 'gdata/
> media/__init_
> _.py'
> 2009-04-10 00:26:09,250 INFO appcfg.py:1189 Ignoring file 'gdata/media/
> __init__.
> pyc': File matches ignore regex.
> 2009-04-10 00:26:09,250 INFO appcfg.py:1197 Processing file 'gdata/geo/
> __init__.
> py'
> 2009-04-10 00:26:09,265 INFO appcfg.py:1189 Ignoring file 'gdata/geo/
> __init__.py
> c': File matches ignore regex.
> 2009-04-10 00:26:09,265 INFO appcfg.py:1197 Processing file 'atom/
> service.py'
> 2009-04-10 00:26:09,296 INFO appcfg.py:1189 Ignoring file 'atom/
> service.pyc': Fi
> le matches ignore regex.
> 2009-04-10 00:26:09,296 INFO appcfg.py:1197 Processing file 'atom/
> __init__.py'
> 2009-04-10 00:26:09,312 INFO appcfg.py:1189 Ignoring file 'atom/
> __init__.pyc': F
> ile matches ignore regex.
> 2009-04-10 00:26:09,312 INFO appcfg.py:1189 Ignoring file '.idlerc/
> breakpoints.l
> st': File matches ignore regex.
> 2009-04-10 00:26:09,312 INFO appcfg.py:1189 Ignoring file '.idlerc/
> recent-files.
> lst': File matches ignore regex.
> Initiating update.
> 2009-04-10 00:26:09,328 ERROR appcfg.py:1235 An unexpected error
> occurred. Aborting.
> Traceback (most recent call last):
>  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.p
> y", line 1213, in DoUpload
>missing_files = self.Begin()
>  File "C:\Program Files\Google\google_appengine\google\appengine\tools
> \appcfg.py", line 1009, in Begin
>version=self.version, payload=self.config.ToYAML())
>  File "c:\Program Files\Google\google_appengine\google\appengine\tools
> \appengine_rpc.py", line 303, in Send
>f = self.opener.open(req)
>  File "C:\Python25\lib\urllib2.py", line 381, in open
>response = self._open(req, data)
>  File "C:\Python25\lib\urllib2.py", line 399, in _open
>'_open', req)
>  File "C:\Python25\lib\urllib2.py", line 360, in _call_chain
>result = func(*args)
>  File "C:\Python25\lib\urllib2.py", line 1107, in http_open
>return self.do_open(httplib.HTTPConnection, req)
>  File "C:\Python25\lib\urllib2.py", line 1082, in do_open
>raise URLError(err)
> URLError: 
> Traceback (most recent call last):
>  File "C:\Program Files\Google\google_appengine\appcfg.py", line 60,
> in  >
>run_file(__file__, globals())
>  File "C:\Program Files\G