Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Conversation

@xoob
Copy link
Contributor

@xoob xoob commented Jan 16, 2016

Fix reading -Dgcloud.admin_host and -Dgcloud.api_host which were being set to the same value as -Dgcloud.host

$ mvn gcloud:run -Dgcloud.host=0.0.0.0:8080 -Dgcloud.admin_host=0.0.0.0:8081
...
[INFO] Running python -S /usr/local/share/google/google-cloud-sdk/platform/google_appengine/dev_appserver.py --skip_sdk_update_check=true -A app .../app.yaml --host 0.0.0.0 --port 8080 --admin_host 0.0.0.0 --admin_port 8080
...
[INFO] google.appengine.tools.devappserver2.wsgi_server.BindError: Unable to bind 0.0.0.0:8080

Fix reading `-Dgcloud.admin_host` and `-Dgcloud.api_host` which were being set to the same value as `-Dgcloud.host`
ludoch added a commit that referenced this pull request Feb 5, 2016
Fix admin_host and api_host parameter reading
@ludoch ludoch merged commit 8e04ccd into GoogleCloudPlatform:master Feb 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants