Fail to deploy project on google app engine

14 Views Asked by At

I am attempting to deploy a Java project given from University to the Google Cloud Platform using the "mvn package appengine:deploy -Dapp.deploy.projectId=<id-da-aplicação> -Dapp.deploy.version=".However, I encountered the following error messageenter image description here, and the enviroment informations enter image description here,enter image description here,enter image description here.

I have attempted various methods to resolve the issue, including running the commands $ gcloud auth login and $ gcloud config set account ACCOUNT. However, despite these efforts, I have not been able to deploy the application successfully on Google Cloud Platform. It's worth noting that the application deploys without any issues when run locally.

0

There are 0 best solutions below