Thanks Robert, No, just a standard Ubuntu > home router/firewall > ISP > internet setup. I try not to do this through work to introduce issues with their networks (firewall authentication is a pain there).
Traceroute output is: traceroute to appengine.google.com (173.194.33.100), 30 hops max, 60 byte packets 1 dslrouter.westell.com (192.168.1.1) 2.348 ms 2.896 ms 3.863 ms 2 10.9.18.1 (10.9.18.1) 29.986 ms 31.930 ms 32.301 ms 3 at-1-3-0-1723.BOS-CORE-RTR2.verizon-gni.net (130.81.11.201) 33.781 ms 34.663 ms 35.574 ms 4 so-0-2-0-0.BOS-BB-RTR2.verizon-gni.net (130.81.20.86) 37.570 ms 38.457 ms 41.355 ms 5 0.so-0-2-0.XL4.BOS4.ALTER.NET (152.63.16.141) 44.448 ms 46.491 ms 48.640 ms 6 0.xe-4-1-0.XL4.NYC4.ALTER.NET (152.63.3.102) 57.312 ms 49.819 ms 50.113 ms 7 TenGigE0-7-2-0.GW8.NYC4.ALTER.NET (152.63.21.129) 50.670 ms TenGigE0-5-4-0.GW8.NYC4.ALTER.NET (152.63.18.206) 37.377 ms TenGigE0-7-2-0.GW8.NYC4.ALTER.NET (152.63.21.129) 204.371 ms 8 google-gw.customer.alter.net (152.179.72.62) 210.469 ms 210.872 ms 211.196 ms 9 216.239.43.114 (216.239.43.114) 204.428 ms 204.748 ms 205.009 ms 10 216.239.48.24 (216.239.48.24) 205.426 ms 205.859 ms 206.154 ms 11 lga15s14-in-f100.1e100.net (173.194.33.100) 206.766 ms 207.112 ms 207.651 ms Stats from ping: --- www3.l.google.com ping statistics --- 100 packets transmitted, 85 received, 15% packet loss, time 99182ms rtt min/avg/max/mdev = 35.475/96.876/359.105/81.559 ms --- www3.l.google.com ping statistics --- 100 packets transmitted, 85 received, 15% packet loss, time 99167ms rtt min/avg/max/mdev = 36.336/105.269/388.932/76.432 ms Similar timings going to www.google.com but with 0 packet loss. Is anyone seeing similar behavior? -Arcege On Sun, Dec 5, 2010 at 2:31 PM, Robert Kluin <[email protected]> wrote: > Hi Arcege, > I just scanned the output quickly, but looks like timeouts trying to > connect. Also, are you behind a proxy? > > > > > Robert > > > > > > > > > On Sun, Dec 5, 2010 at 09:54, Michael P. Reilly <[email protected]> wrote: > > Thank you, Robert. > > > > That got me by the authentication error once, but once it started > updating, > > appcfg aborted with: > > Server: appengine.google.com. > > Scanning files on local disk. > > Initiating update. > > 2010-12-05 08:17:07,141 ERROR appcfg.py:1818 An unexpected error > occurred. > > Aborting. > > Traceback (most recent call last): > > File > > > "/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py", > > line 1784, in DoUpload > > missing_files = self.Begin() > > File > > > "/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py", > > line 1528, in Begin > > version=self.version, payload=self.config.ToYAML()) > > File > > > "/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appengine_rpc.py", > > line 341, in Send > > f = self.opener.open(req) > > File "/usr/lib/python2.6/urllib2.py", line 391, in open > > response = self._open(req, data) > > File "/usr/lib/python2.6/urllib2.py", line 409, in _open > > '_open', req) > > File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain > > result = func(*args) > > File "/usr/lib/python2.6/urllib2.py", line 1169, in https_open > > return self.do_open(httplib.HTTPSConnection, req) > > File > > > "/opt/google_appengine/1.4.0/google_appengine/lib/fancy_urllib/fancy_urllib/__init__.py", > > line 355, in do_open > > raise url_error > > URLError: <urlopen error [Errno 110] Connection timed out> > > Traceback (most recent call last): > > File "/opt/google_appengine/current/appcfg.py", line 69, in <module> > > run_file(__file__, globals()) > > File "/opt/google_appengine/current/appcfg.py", line 65, in run_file > > execfile(script_path, globals_) > > File > > > "/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py", > > line 3100, in <module> > > main(sys.argv) > > File > > > "/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py", > > line 3091, in main > > result = AppCfgApp(argv).Run() > > File > > > "/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py", > > line 2013, in Run > > self.action(self) > > File > > > "/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py", > > line 2943, in __call__ > > return method() > > File > > > "/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py", > > line 2368, in Update > > lambda path: open(os.path.join(basepath, path), 'rb')) > > File > > > "/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py", > > line 1784, in DoUpload > > missing_files = self.Begin() > > File > > > "/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appcfg.py", > > line 1528, in Begin > > version=self.version, payload=self.config.ToYAML()) > > File > > > "/opt/google_appengine/1.4.0/google_appengine/google/appengine/tools/appengine_rpc.py", > > line 341, in Send > > f = self.opener.open(req) > > File "/usr/lib/python2.6/urllib2.py", line 391, in open > > response = self._open(req, data) > > File "/usr/lib/python2.6/urllib2.py", line 409, in _open > > '_open', req) > > File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain > > result = func(*args) > > File "/usr/lib/python2.6/urllib2.py", line 1169, in https_open > > return self.do_open(httplib.HTTPSConnection, req) > > File > > > "/opt/google_appengine/1.4.0/google_appengine/lib/fancy_urllib/fancy_urllib/__init__.py", > > line 355, in do_open > > raise url_error > > urllib2.URLError: <urlopen error [Errno 110] Connection timed out> > > > > After that, even if I remove ~/.appcfg_*, I still get authentication > > errors. I've build and installed Python 2.5 and that has the same > > problems. I'll keep plugging away. Thank you very much for the hint, > > Robert. > > > > -Arcege > > > > On Sun, Dec 5, 2010 at 12:40 AM, Robert Kluin <[email protected]> > > wrote: > >> > >> Hey Arcege, > >> You might try: > >> rm ~/.appcfg_cookies > >> rm ~/.appcfg_nag > >> > >> > >> Robert > >> > >> > >> > >> > >> > >> > >> > >> On Sat, Dec 4, 2010 at 23:51, Michael P. Reilly <[email protected]> > wrote: > >> > Hi all, > >> > > >> > Last Friday (Nov 26), I attempted to upload a new version of my app. > >> > Since > >> > then, I've been getting "Error 401: Must authenticate first". I have > >> > regenerated my password with no affect. I've tried both GAE SDK for > >> > Python > >> > 1.3.8 and 1.4.0. I'm running Ubuntu 10.04. Python is 2.6, but in > >> > previous > >> > deploy was the same release of Python, so I don't see an issue there. > >> > > >> > I have no problems with version control or the admin console. My > >> > account > >> > and password are taken with no problems there. > >> > > >> > Any thoughts on how to clear the authentication issue? > >> > > >> > Thank you, > >> > -Arcege > >> > -- > >> > There's so many different worlds, > >> > So many different suns. > >> > And we have just one world, > >> > But we live in different ones. > >> > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups > >> > "Google App Engine" group. > >> > To post to this group, send email to > [email protected]. > >> > To unsubscribe from this group, send email to > >> > [email protected]<google-appengine%[email protected]> > . > >> > 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 [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<google-appengine%[email protected]> > . > >> For more options, visit this group at > >> http://groups.google.com/group/google-appengine?hl=en. > >> > > > > > > > > -- > > There's so many different worlds, > > So many different suns. > > And we have just one world, > > But we live in different ones. > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine%[email protected]> > . > > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- There's so many different worlds, So many different suns. And we have just one world, But we live in different ones. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
