I am trying to deploy a Java project into Google App Engine from Eclipse and am blocked by JSPs. Everything JSP makes my app not capable of deploying due to "'utf8' codec can't decode byte" error. Not trying to insert any strange (not UTF-8) character, everything Eclipse is set to UTF-8. Tried to send archives which were OK with the Google App Engine Tools for Eclipse (soon to be deprecated), won't deploy. I've seen threads regarding reverting the Google Cloud Tools for Eclipse plugin to previous version (1.58 seemed to avoid a few problems) being a possible solution to these recent errors but I have a problem installing, the batch just tells me "Install will exit" ?! Tried to uninstall previous (latest) versions before, made sure I was launching the bundled-python batch, still not capable of installing an old version of the Google Cloud SDK shell. Would be glad if anybody had any suggestion at what makes my install fail.
Thanks in advance.
For installations completed using an OS package (such as apt-get or yum ), uninstall gcloud CLI using the OS package manager. For Windows installations, execute the uninstaller.exe file in your gcloud CLI directory. Delete both of these directories.
Go to the Service Accounts page in the Google Cloud console. Choose an existing account or create a new account by clicking Create service account.
There are a few ways you can get older version of Google Cloud SDK.
Download versioned archive
google-cloud-sdk-XXX.0.0-windows-x86_64-bundled-python.zip
file.some\dir
some\dir\google-cloud-sdk\bin
directory to your system pathgcloud info
, it should be fully functional installation, no need to run install.bat
.Alternatively, use existing SDK installation and gcloud
component manager to go back to previous versions. For example
gcloud components update --version 158.0.0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With