Hi everyone,
I am trying to deploy the sample "hello world" example on the flexible
environment but I am getting a weird resource not found error - The
resource \'projects/<my-project-name>/global/networks/default\' during the
service update step of the deployment process. I have ensured that the
billing state and other things are in place. I am also attaching the error
that I get during the deployment. Can anyone help me in figuring out what
am I doing wrong
--
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/345bf03a-70b5-4647-b973-a5f84dbf1133%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Details: [
[
{
"@type": "type.googleapis.com/google.protobuf.Any",
"value": {
"@type":
"type.googleapis.com/google.appengine.errors.AggregateDebugInfo",
"debugInfo": {
"stackEntries": [
"com.google.apps.framework.request.CanonicalCodeException:
Deployment Manager operation
<my-project-name>/operation-1523468388796-5699620240661-1e03cbc2-ed2fd46c
errors: [code: "RESOURCE_ERROR"",
"location:
"/deployments/aef-default-20180411t103859/resources/aef-default-20180411t103859-hcfw"",
"message:
"{"ResourceType":"compute.v1.firewall","ResourceErrorCode":"404","ResourceErrorMessage":{"code":404,"errors":[{"domain":"global","message":"The
resource \\'projects/<my-project-name>/global/networks/default\\' was not
found","reason":"notFound"}],"message":"The resource
\\'projects/<my-project-name>/global/networks/default\\' was not
found","statusMessage":"Not
Found","requestPath":"https://www.googleapis.com/compute/v1/projects/<my-project-name>/global/firewalls","httpMethod":"POST"}}"",
", code: "RESOURCE_ERROR"",
"location:
"/deployments/aef-default-20180411t103859/resources/aef-default-20180411t103859-srvfw"",
"message:
"{"ResourceType":"compute.v1.firewall","ResourceErrorCode":"404","ResourceErrorMessage":{"code":404,"errors":[{"domain":"global","message":"The
resource \\'projects/<my-project-name>/global/networks/default\\' was not
found","reason":"notFound"}],"message":"The resource
\\'projects/<my-project-name>/global/networks/default\\' was not
found","statusMessage":"Not
Found","requestPath":"https://www.googleapis.com/compute/v1/projects/<my-project-name>/global/firewalls","httpMethod":"POST"}}"",
", code: "RESOURCE_ERROR"",
"location:
"/deployments/aef-default-20180411t103859/resources/aef-default-20180411t103859-00it"",
"message:
"{"ResourceType":"compute.v1.instanceTemplate","ResourceErrorCode":"404","ResourceErrorMessage":{"code":404,"errors":[{"domain":"global","message":"The
resource \\'projects/<my-project-name>/global/networks/default\\' was not
found","reason":"notFound"}],"message":"The resource
\\'projects/<my-project-name>/global/networks/default\\' was not
found","statusMessage":"Not
Found","requestPath":"https://www.googleapis.com/compute/v1/projects/<my-project-name>/global/instanceTemplates","httpMethod":"POST"}}"",
"] Code: INTERNAL",
"\tat
com.google.apphosting.admin.flex.lib.dm.WaitDmOperationProducerModule.checkOperationStatus(WaitDmOperationProducerModule.java:155)",
"\tSuppressed:
com.google.common.util.concurrent.UncheckedExecutionException: ",
"\t\tat
com.google.apps.framework.producers.Present.checkSucceeded(Present.java:54)",
"\t\tat
com.google.apphosting.admin.flex.resources.deployment.CreateResourcesProducerModule.produceBackendService(CreateResourcesProducerModule.java:242)",
"\tSuppressed: CriticalInputFailure:
com.google.apphosting.admin.flex.resources.deployment.CreateResourcesProducerModule.produceDeployedRecord
failed while trying to inject
@com.google.apps.framework.producers.PrivateVisibility(annotation="@com.google.apphosting.admin.flex.resources.deployment.CreateResourcesProducerModule$NewBackendService",
module=com.google.apphosting.admin.flex.resources.deployment.CreateResourcesProducerModule.class)
com.google.common.base.Optional<com.google.api.services.compute.model.BackendService>"
]
}
}
}
]
]
code: "RESOURCE_ERROR"
location:
"/deployments/aef-default-20180411t103859/resources/aef-default-20180411t103859-hcfw"
message: {
"ResourceType":"compute.v1.firewall",
"ResourceErrorCode":"404",
"ResourceErrorMessage":{
"code":404,
"errors":[
{
"domain":"global",
"message":"The resource
\'projects/<my-project-name>/global/networks/default\' was not found",
"reason":"notFound"
}
],
"message":"The resource
\'projects/<my-project-name>/global/networks/default\' was not found",
"statusMessage":"Not Found",
"requestPath":"https://www.googleapis.com/compute/v1/projects/<my-project-name>/global/firewalls",
"httpMethod":"POST"
}
}
, code: "RESOURCE_ERROR"
location:
"/deployments/aef-default-20180411t103859/resources/aef-default-20180411t103859-srvfw"
message: {
"ResourceType":"compute.v1.firewall",
"ResourceErrorCode":"404",
"ResourceErrorMessage":{
"code":404,
"errors":[
{
"domain":"global",
"message":"The resource
\'projects/<my-project-name>/global/networks/default\' was not found",
"reason":"notFound"
}
],
"message":"The resource
\'projects/<my-project-name>/global/networks/default\' was not found",
"statusMessage":"Not Found",
"requestPath":"https://www.googleapis.com/compute/v1/projects/<my-project-name>/global/firewalls",
"httpMethod":"POST"
}
}
, code: "RESOURCE_ERROR"
location:
"/deployments/aef-default-20180411t103859/resources/aef-default-20180411t103859-00it"
message: {
"ResourceType":"compute.v1.instanceTemplate",
"ResourceErrorCode":"404",
"ResourceErrorMessage":{
"code":404,
"errors":[
{
"domain":"global",
"message":"The resource
\'projects/<my-project-name>/global/networks/default\' was not found",
"reason":"notFound"
}
],
"message":"The resource
\'projects/<my-project-name>/global/networks/default\' was not found",
"statusMessage":"Not Found",
"requestPath":"https://www.googleapis.com/compute/v1/projects/<my-project-name>/global/instanceTemplates",
"httpMethod":"POST"
}
}