gana2188 / google-cloud-sdk

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

Error while writing to chromium/Default/Extension State #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
----------What steps will reproduce the problem?
gcloud preview app run $HOME/turnkey-science-859/default

----------What is the expected output? What do you see instead?
many messages of the form 
[13470:13493:0219/130607:ERROR:value_store_frontend.cc(62)] Error while writing 
eeoekjnjgppnaegdjbcafdggilajhpic.browser_action to 
/home/duanev/.config/chromium/Default/Extension State

----------What is the output of 'gcloud info'?

$ gcloud info
Google Cloud SDK [0.9.48]

Platform: [Linux, x86_64]
Python Version: [2.7.9 (default, Dec 11 2014, 04:42:00)  [GCC 4.9.2]]
Site Packages: [Disabled]

Installation Root: [/home/duanev/google-cloud-sdk]
Installed Components:
  core: [2015.02.13]
  app-engine-python: [1.9.17]
  app-engine-managed-vms: [2015.01.22]
  gcutil: [1.16.5]
  app-engine-go-linux-x86_64: [1.9.17]
  gae-python: [2014.05.06]
  app: [2015.02.13]
  gsutil-nix: [4.6]
  bq-nix: [2.0.18]
  app-engine-python-extras: [1.9.6]
  core-nix: [2014.10.20]
  gsutil: [4.8]
  bq: [2.0.18]
  dns: [2015.01.15]
  sql: [2015.02.13]
  compute: [2015.02.13]
  preview: [2015.02.13]
  app-engine-java: [1.9.17]
  gcutil-nix: [1.16.5]
  preview-extensions-linux-x86_64: [0.10.1]
System PATH: 
[/home/duanev/google-cloud-sdk/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/
java6/bin:/opt/java6/db/bin:/opt/java6/jre/bin:/usr/bin/site_perl:/usr/bin/vendo
r_perl:/usr/bin/core_perl:/usr/local/go/bin:/home/duanev/bin:/opt/java6/bin]
Cloud SDK on PATH: [True]

Installation Properties: [/home/duanev/google-cloud-sdk/properties]
User Config Directory: [/home/duanev/.config/gcloud]
User Properties: [/home/duanev/.config/gcloud/properties]
Current Workspace: [/home/duanev/turnkey-science-859]
Workspace Config Directory: [/home/duanev/turnkey-science-859/.gcloud]
Workspace Properties: [/home/duanev/turnkey-science-859/.gcloud/properties]

Account: [duanev@gmail.com]
Project: [turnkey-science-859]

Current Properties:
  [core]
    project: [turnkey-science-859]
    account: [duanev@gmail.com]
    disable_usage_reporting: [False]

Logs Directory: [/home/duanev/.config/gcloud/logs]
Last Log File: [/home/duanev/.config/gcloud/logs/2015.02.19/13.12.06.181498.log]

----------Please provide any additional information below.
Arch Linux platform
Chromium Version 40.0.2214.93 (64-bit)

Most probably someone didn't quote the "chromium/Default/Extension State" 
pathname properly, handed the file path off to a shell, and the directory could 
not be found.  (soapbox: spaces in path names are evil)

Original issue reported on code.google.com by dua...@gmail.com on 19 Feb 2015 at 7:21

GoogleCodeExporter commented 8 years ago
eeoekjnjgppnaegdjbcafdggilajhpic is the Chromebleed extension. This looks like 
error output from Chrome after it was run as your default browser. You will 
likely get this error when running Chrome from a terminal with gcloud.

Original comment by stephe...@google.com on 19 Feb 2015 at 9:52