On Friday, December 22, 2017 at 10:11:50 AM UTC-6, George (Cloud Platform 
Support) wrote:
>
> What did you try before running "gcloud app create", exactly? What were 
> the previous steps, in order? 
>
> *What is the output of gcloud info? *
>
>

C:\TEMP>gcloud info
Google Cloud SDK [183.0.0]

Platform: [Windows, x86_64] ('Windows', 'PC0C8UXM', '7', '6.1.7601', 
'AMD64', 'I
ntel64 Family 6 Model 94 Stepping 3, GenuineIntel')
Python Version: [2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC 
v.150
0 64 bit (AMD64)]]
Python Location: [C:\Program Files (x86)\Google\Cloud 
SDK\google-cloud-sdk\platf
orm\bundledpython\python.exe]
Site Packages: [Disabled]

Installation Root: [C:\Program Files (x86)\Google\Cloud 
SDK\google-cloud-sdk]
Installed Components:
  core: [2017.12.08]
  gsutil: [4.28]
  bq: [2.0.27]
System PATH: [C:\Program Files (x86)\Google\Cloud 
SDK\google-cloud-sdk\bin\..\bi
n\sdk;C:\Program Files (x86)\Google\Cloud 
SDK\google-cloud-sdk\bin;C:\Program Fi
les\Microsoft 
MPI\Bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C
:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common 
Files\R
oxio Shared\10.0\DLLShared\;C:\Windows\CCM;C:\Windows\CCM;C:\Program Files 
(x86)
\Sennheiser\SoftphoneSDK\;C:\Program Files\Dell\Dell Data 
Protection\Encryption\
;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program 
Files\dotnet\;
C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files 
(x86)\Micro
soft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files 
(x86)\Micro
soft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL 
Server\100\Tools\
Binn\;C:\Program Files (x86)\Microsoft Visual Studio 
9.0\Common7\IDE\PrivateAsse
mblies\;C:\Program Files (x86)\Microsoft SQL 
Server\100\DTS\Binn\;C:\Program Fil
es\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files\Microsoft SQL 
Server\Clie
nt SDK\ODBC\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL 
Server\120\Tool
s\Binn\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program 
Files (
x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\;C:\Program Files 
(x86
)\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Google\Cloud 
SDK\goo
gle-cloud-sdk\bin;C:\Program Files\Git\cmd;]
Python PATH: [C:\Program Files (x86)\Google\Cloud 
SDK\google-cloud-sdk\bin\..\li
b\third_party;C:\Program Files (x86)\Google\Cloud 
SDK\google-cloud-sdk\lib;C:\Pr
ogram Files (x86)\Google\Cloud 
SDK\google-cloud-sdk\platform\bundledpython\pytho
n27.zip;C:\Program Files (x86)\Google\Cloud 
SDK\google-cloud-sdk\platform\bundle
dpython\DLLs;C:\Program Files (x86)\Google\Cloud 
SDK\google-cloud-sdk\platform\b
undledpython\lib;C:\Program Files (x86)\Google\Cloud 
SDK\google-cloud-sdk\platfo
rm\bundledpython\lib\plat-win;C:\Program Files (x86)\Google\Cloud 
SDK\google-clo
ud-sdk\platform\bundledpython\lib\lib-tk;C:\Program Files 
(x86)\Google\Cloud SDK
\google-cloud-sdk\platform\bundledpython]
Cloud SDK on PATH: [True]
Kubectl on PATH: [False]

Installation Properties: [C:\Program Files (x86)\Google\Cloud 
SDK\google-cloud-s
dk\properties]
User Config Directory: [C:\Users\rkbnair\AppData\Roaming\gcloud]
Active Configuration Name: [default]
Active Configuration Path: 
[C:\Users\rkbnair\AppData\Roaming\gcloud\configuratio
ns\config_default]

Account: [[email protected]]
Project: [rk-project-003]

Current Properties:
  [core]
    project: [rk-project-003]
    account: [[email protected]]
    disable_usage_reporting: [False]
  [compute]
    region: [us-central1]
    zone: [us-central1-a]

Logs Directory: [C:\Users\rkbnair\AppData\Roaming\gcloud\logs]
Last Log File: 
[C:\Users\rkbnair\AppData\Roaming\gcloud\logs\2017.12.22\13.35.56
.414000.log]

git: [git version 2.14.1.windows.1]
ssh: [NOT AVAILABLE]



C:\TEMP> 


You have created a project and installed the Cloud SDK. Have you 
> initialized the SDK? You can find related information in the "Initializing 
> Cloud SDK" online document 
> <https://cloud.google.com/sdk/docs/initializing>. 
>
>
> *What is the output of the "gcloud app describe --project 
> your-project-name" command? Depending on the result, you may try running: *
>
>
C:\TEMP>gcloud app describe --project rk-project-003
authDomain: gmail.com
codeBucket: staging.rk-project-003.appspot.com
defaultBucket: rk-project-003.appspot.com
defaultHostname: rk-project-003.appspot.com
featureSettings:
  splitHealthChecks: true
gcrDomain: us.gcr.io
id: rk-project-003
locationId: us-central
name: apps/rk-project-003
servingStatus: SERVING

C:\TEMP> 

gcloud config set project your-project-name
>

C:\TEMP>gcloud config set project rk-project-003
Updated property [core/project]. 

gcloud app create your-project-name
>

C:\TEMP>gcloud app create
ERROR: (gcloud.app.create) The project [rk-project-003] already contains an 
App
Engine application in region [us-central].  You can deploy your application 
usin
g `gcloud app deploy`.



C:\TEMP>gcloud app create
ERROR: (gcloud.app.create) The project [rk-project-003] already contains an 
App
Engine application in region [us-central].  You can deploy your application 
usin
g `gcloud app deploy`.



gcloud app deploy 
C:\TEMP\dotnet-docs-samples-master\appengine\flexible\HelloWorld\app.yaml

Project deployment error:

starting build "0c749a76-3b5f-4672-b63a-23b6258cd7e8"

FETCHSOURCE
Fetching storage object: 
gs://staging.rk-project-003.appspot.com/us.gcr.io/rk-project-003/appengine/default.20171222t133041:latest#1513971047055461
Copying 
gs://staging.rk-project-003.appspot.com/us.gcr.io/rk-project-003/appengine/default.20171222t133041:latest#1513971047055461...
/ [0 files][ 0.0 B/262.5 KiB] 
/ [1 files][262.5 KiB/262.5 KiB] 
Operation completed over 1 objects/262.5 KiB. 
BUILD
Starting Step #0
Step #0: Pulling image: 
gcr.io/gcp-runtimes/aspnetcorebuild@sha256:20ee8ff43c6ec6b76047ffa5d42bbe2b4941bfaf5130014f836960aba7961843
Step #0: 
sha256:20ee8ff43c6ec6b76047ffa5d42bbe2b4941bfaf5130014f836960aba7961843: 
Pulling from gcp-runtimes/aspnetcorebuild
Step #0: 431696e228e3: Already exists
Step #0: 38bb3fd07ceb: Pulling fs layer
Step #0: 909442de1c7c: Pulling fs layer
Step #0: 8ee9234457f5: Pulling fs layer
Step #0: bf34c65bf661: Pulling fs layer
Step #0: bf34c65bf661: Waiting
Step #0: 8ee9234457f5: Verifying Checksum
Step #0: 8ee9234457f5: Download complete
Step #0: 909442de1c7c: Verifying Checksum
Step #0: 909442de1c7c: Download complete
Step #0: bf34c65bf661: Verifying Checksum
Step #0: bf34c65bf661: Download complete
Step #0: 38bb3fd07ceb: Verifying Checksum
Step #0: 38bb3fd07ceb: Download complete
Step #0: 38bb3fd07ceb: Pull complete
Step #0: 909442de1c7c: Pull complete
Step #0: 8ee9234457f5: Pull complete
Step #0: bf34c65bf661: Pull complete
Step #0: Digest: 
sha256:20ee8ff43c6ec6b76047ffa5d42bbe2b4941bfaf5130014f836960aba7961843
Step #0: Status: Downloaded newer image for 
gcr.io/gcp-runtimes/aspnetcorebuild@sha256:20ee8ff43c6ec6b76047ffa5d42bbe2b4941bfaf5130014f836960aba7961843
Step #0: No .deps.json file found for the app
Finished Step #0
ERROR
 

ERROR: build step 
"gcr.io/gcp-runtimes/aspnetcorebuild@sha256:20ee8ff43c6ec6b76047ffa5d42bbe2b4941bfaf5130014f836960aba7961843"
 
failed: exit status 1 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/800ad6d1-75a4-4b07-bb3c-f4c9b7c148e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... R. K. Nair
    • [google-appen... 'George (Cloud Platform Support)' via Google App Engine
      • [google-a... R. K. Nair
        • [goog... 'George (Cloud Platform Support)' via Google App Engine
          • [... R. K. Nair
            • ... 'George (Cloud Platform Support)' via Google App Engine

Reply via email to