planktonicme / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

An unexpected error from instance listing #676

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issue running command [gcloud compute instances list].

What steps will reproduce the problem?

I guess there are two things that caused this problem:
1) I didn't know that I have to do `gcloud auth login` everyday (is it true?)  
That is, I didn't do that when running command `instances list`
2) I didn't make any instances (intentionally)

What is the expected output? What do you see instead?

A message saying no available instances.

Please provide any additional information below.

Full stack trace (formatted):
googlecloudsdk/gcloud_main.py:169
 gcloud_cli.Execute()
googlecloudsdk/calliope/cli.py:654
 result = args.cmd_fu...
googlecloudsdk/calliope/backend.py:1377
 resources = display....
googlecloudsdk/calliope/display.py:278
 self._command.Displa...
googlecloudsdk/api_compute/base_classes.py:319
 PrintTable(resources...
googlecloudsdk/api_compute/base_classes.py:62
 for resource in reso...
googlecloudsdk/api_compute/base_classes.py:304
 for item in items:
googlecloudsdk/api_compute/lister.py:52
 for resource in reso...
googlecloudsdk/api_compute/lister.py:24
 for resource in reso...
googlecloudsdk/api_compute/base_classes.py:236
 for item in items:
googlecloudsdk/api_compute/request_helper.py:138
 requests=requests, h...
googlecloudsdk/api_compute/request_helper.py:56
 batch_url=batch_url)
googlecloudsdk/api_compute/batch_helper.py:42
 responses = batch_re...
googlecloudsdk/third_party/apitools/base/py/batch.py:209
 batch_http_request.E...
googlecloudsdk/third_party/apitools/base/py/batch.py:464
 self._Execute(http)
googlecloudsdk/third_party/apitools/base/py/batch.py:425
 response = http_wrap...
googlecloudsdk/third_party/apitools/base/py/http_wrapper.py:340
 check_response_func=...
googlecloudsdk/third_party/apitools/base/py/http_wrapper.py:389
 redirections=redirec...
googlecloudsdk/core/cli.py:326
 return orig_request(...
oauth2client/client.py:569
 redirections, connec...
googlecloudsdk/core/cli.py:294
 return orig_request(...
httplib2/__init__.py:1610
 (response, content) ...
httplib2/__init__.py:1352
 (response, content) ...
httplib2/__init__.py:1272
 conn.connect()
httplib2/__init__.py:928
 raise socket.error, ...
error: [Errno 111] Connection refused

Installation information:

Google Cloud SDK [Fri Mar 18 12:20:09 2016 (1458328809) - CL @117572469]

Platform: [Linux, x86_64]
Python Version: [2.7.6 (default, redacted, redacted)  [GCC 4.9.x-google 
20150123 (prerelease)]]
Python Location: [None]
Site Packages: [Enabled]

Installation Root: [N/A]
Release Channel: [development]
Repository URL: []
System PATH: 
[/usr/lib/google-golang/bin:/usr/local/buildtools/java/jdk/bin:/usr/local/sbin:/
usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/google/home/jsjeon/bin]
Cloud SDK on PATH: [False]

Installation Properties: [None]
User Config Directory: [/usr/local/google/home/jsjeon/.config/gcloud]
Active Configuration Name: [dev]
Active Configuration Path: 
[/usr/local/google/home/jsjeon/.config/gcloud/configurations/config_dev]

Account: [jsjeon@google.com]
Project: [bigclustertestdev0-devconsole]

Current Properties:
  [component_manager]
    disable_update_check: [True]
  [metrics]
    command_name: [gcloud.feedback]
  [app]
    runtime_root: [/google/data/ro/teams/cloud-sdk/gcloud/google3/third_party/cloudsdk/external/gae_ext_runtime/runtimes]
  [core]
    project: [bigclustertestdev0-devconsole]
    disable_usage_reporting: [True]
    account: [jsjeon@google.com]
  [api_endpoint_overrides]
    compute: [http://localhost:3990/compute/v1/]

Logs Directory: [/usr/local/google/home/jsjeon/.config/gcloud/logs]
Last Log File: 
[/usr/local/google/home/jsjeon/.config/gcloud/logs/2016.03.22/11.58.41.974603.lo
g]

Original issue reported on code.google.com by jsj...@google.com on 22 Mar 2016 at 7:07